Clinical Notes — technical overview
Scaffolded stub — replace with proper documentation when this module is next touched.
Auto-discovered facts about the clinical_notes module. See the module's own notes at backend/app/modules/clinical_notes/CLAUDE.md for context the scaffold could not infer.
API surface
DELETE /api/v1/clinical_notes/notes/{note_id}GET /api/v1/clinical_notes/attachmentsGET /api/v1/clinical_notes/note-templatesGET /api/v1/clinical_notes/notesGET /api/v1/clinical_notes/patients/{patient_id}/by-planGET /api/v1/clinical_notes/patients/{patient_id}/recentGET /api/v1/clinical_notes/treatment-plans/{plan_id}/mergedPATCH /api/v1/clinical_notes/notes/{note_id}POST /api/v1/clinical_notes/notes
Frontend
This module ships no Nuxt pages.
Permissions
notes.read, notes.write
See ./permissions.md for the full role mapping.
Events
- Emits: (none)
- Subscribes: (none)
module participates in the event bus).
See also
- Module CLAUDE notes:
backend/app/modules/clinical_notes/CLAUDE.md - Documentation portal contract