Add ward MAR board plus nursing notes and SBAR handovers.
Deploy Ladill Care / deploy (push) Successful in 52s
Deploy Ladill Care / deploy (push) Successful in 52s
Nurses can chart given/held/refused doses from active prescriptions on placed patients, and document chronologic notes and unit shift handovers. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -143,6 +143,50 @@ return [
|
||||
'rotating' => 'Rotating',
|
||||
],
|
||||
|
||||
'mar_frequency_codes' => [
|
||||
'od' => 'Once daily (OD)',
|
||||
'bd' => 'Twice daily (BD)',
|
||||
'tds' => 'Three times daily (TDS)',
|
||||
'qds' => 'Four times daily (QDS)',
|
||||
'q4h' => 'Every 4 hours',
|
||||
'q6h' => 'Every 6 hours',
|
||||
'q8h' => 'Every 8 hours',
|
||||
'prn' => 'As needed (PRN)',
|
||||
'stat' => 'Immediate (STAT)',
|
||||
'custom' => 'Custom times',
|
||||
],
|
||||
|
||||
'mar_administration_statuses' => [
|
||||
'given' => 'Given',
|
||||
'held' => 'Held',
|
||||
'refused' => 'Refused',
|
||||
'missed' => 'Missed',
|
||||
],
|
||||
|
||||
'mar_slot_states' => [
|
||||
'due' => 'Due',
|
||||
'overdue' => 'Overdue',
|
||||
'given' => 'Given',
|
||||
'held' => 'Held',
|
||||
'refused' => 'Refused',
|
||||
'missed' => 'Missed',
|
||||
'prn_due' => 'PRN available',
|
||||
'prn_given' => 'PRN given today',
|
||||
],
|
||||
|
||||
'nursing_note_types' => [
|
||||
'progress' => 'Progress note',
|
||||
'assessment' => 'Nursing assessment',
|
||||
'intervention' => 'Intervention',
|
||||
'observation' => 'Observation',
|
||||
'other' => 'Other',
|
||||
],
|
||||
|
||||
'ward_handover_statuses' => [
|
||||
'draft' => 'Draft',
|
||||
'completed' => 'Completed',
|
||||
],
|
||||
|
||||
/*
|
||||
| Practitioner specialty options (Admin → Practitioners / Team invite).
|
||||
| Stored as free-text labels on care_practitioners.specialty.
|
||||
|
||||
Reference in New Issue
Block a user