Add full Ambulance and Child Welfare specialty clinical suites.
Deploy Ladill Care / deploy (push) Successful in 54s
Deploy Ladill Care / deploy (push) Successful in 54s
EMS clinic workflow (dispatch → scene → transport → handover) plus completed CWC suite, with shell stages, clinical records, reports/print, demo seed, and suite tests. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -166,7 +166,8 @@ return [
|
||||
'queue_keywords' => ['pedia', 'paedia', 'child', 'infant'],
|
||||
'access' => 'general',
|
||||
'roles' => ['doctor', 'nurse', 'receptionist'],
|
||||
'specialist_keywords' => ['pedia', 'paedia', 'pediatric', 'paediatric', 'child', 'infant'],
|
||||
// Avoid bare "child" — collides with Child Welfare Clinic specialty labels.
|
||||
'specialist_keywords' => ['pedia', 'paedia', 'pediatric', 'paediatric', 'infant'],
|
||||
],
|
||||
'orthopedics' => [
|
||||
'label' => 'Orthopedics',
|
||||
@@ -348,15 +349,17 @@ return [
|
||||
],
|
||||
'child_welfare' => [
|
||||
'label' => 'Child Welfare Clinic',
|
||||
'description' => 'Well-child visits, growth monitoring, and CWC queues.',
|
||||
'description' => 'Well-child / CWC clinics: intake, growth assessment, care plans, and follow-up.',
|
||||
'department_type' => 'child_welfare',
|
||||
'department_name' => 'Child Welfare Clinic',
|
||||
'queue_name' => 'Child Welfare',
|
||||
'queue_prefix' => 'CWC',
|
||||
'nav_label' => 'Child Welfare',
|
||||
'icon' => 'gift',
|
||||
'queue_keywords' => ['cwc', 'child welfare', 'well baby', 'growth'],
|
||||
'queue_keywords' => ['cwc', 'child welfare', 'well baby', 'well-child', 'welfare clinic'],
|
||||
'access' => 'general',
|
||||
'roles' => ['doctor', 'nurse', 'receptionist'],
|
||||
// Prefer multi-word / CWC stems — do not use bare "child" (steals pediatrics).
|
||||
'specialist_keywords' => ['child welfare', 'cwc', 'welfare clinic', 'well baby', 'well-child'],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user