Clinical Notes provide structured patient documentation using SOAP sections.
Access
- List:
/dashboard/clinical_notes - Create:
/dashboard/clinical_notes/create - Show:
/dashboard/clinical_notes/{clinical_note} - Edit:
/dashboard/clinical_notes/{clinical_note}/edit - Print:
/dashboard/clinical_notes/{clinical_note}/print
Data Captured
Each note can include:
- patient
- related event (optional)
- note date
- subjective
- objective
- assessment
- plan
- author (auto from logged-in user)
Typical Workflow
- Open
Clinical Notes -> Create. - Select patient.
- Fill SOAP sections.
- Set note date.
- Save note.
- Review in detail page and print if required.
Search and Filters
From the listing page you can filter by:
- patient
- author
- date range
- keyword search across SOAP content
The page also shows summary counts (filtered notes, notes this month, distinct patients in result).
Edit/Delete Behavior
- Edit updates SOAP content and note date.
- Delete permanently removes the note record.
Validation and Errors
- patient is required on creation
- note date is required
- SOAP sections are optional text fields
Related
features/patients.mdfeatures/prescriptions.mdreference/route-map.md