diff --git a/config/care_specialty_modules.php b/config/care_specialty_modules.php index b926d1e..2de4bf3 100644 --- a/config/care_specialty_modules.php +++ b/config/care_specialty_modules.php @@ -362,4 +362,19 @@ return [ // Prefer multi-word / CWC stems — do not use bare "child" (steals pediatrics). 'specialist_keywords' => ['child welfare', 'cwc', 'welfare clinic', 'well baby', 'well-child'], ], + 'ambulance' => [ + 'label' => 'Ambulance', + 'description' => 'EMS / ambulance clinic workflow: dispatch, scene triage, en-route care, and handover.', + 'department_type' => 'ambulance', + 'department_name' => 'Ambulance', + 'queue_name' => 'Ambulance', + 'queue_prefix' => 'AMB', + 'nav_label' => 'Ambulance', + 'icon' => 'truck', + // Avoid ED stems (emergency, casualty, trauma, er, a&e) — those belong to emergency. + 'queue_keywords' => ['ambulance', 'ems', 'paramedic', 'prehospital', 'ambulance service'], + 'access' => 'general', + 'roles' => ['doctor', 'nurse', 'receptionist'], + 'specialist_keywords' => ['ambulance', 'ems', 'paramedic', 'prehospital'], + ], ];