Add full Pediatrics, Orthopedics, and ENT specialty clinical suites.
Deploy Ladill Care / deploy (push) Successful in 43s

Mirror Cardiology-depth stage flows, workspace tabs, reports/print, clinical
alerts, demo seeds, and PHPUnit coverage for child health, fracture clinic,
and ENT pathways.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-19 19:12:38 +00:00
co-authored by Cursor
parent 8e23cdeae3
commit dc86b51ed5
36 changed files with 4021 additions and 38 deletions
+3 -2
View File
@@ -166,6 +166,7 @@ return [
'queue_keywords' => ['pedia', 'paedia', 'child', 'infant'],
'access' => 'general',
'roles' => ['doctor', 'nurse', 'receptionist'],
'specialist_keywords' => ['pedia', 'paedia', 'pediatric', 'paediatric', 'child', 'infant'],
],
'orthopedics' => [
'label' => 'Orthopedics',
@@ -179,7 +180,7 @@ return [
'queue_keywords' => ['ortho', 'fracture', 'bone', 'joint'],
'access' => 'restricted',
'roles' => ['doctor'],
'support_roles' => [],
'support_roles' => ['nurse'],
'view_roles' => ['doctor', 'nurse'],
'refer_roles' => ['doctor', 'nurse'],
'specialist_keywords' => ['ortho', 'orthopedic', 'orthopaedic', 'fracture'],
@@ -196,7 +197,7 @@ return [
'queue_keywords' => ['ent', 'ear', 'nose', 'throat', 'otolaryng'],
'access' => 'restricted',
'roles' => ['doctor'],
'support_roles' => [],
'support_roles' => ['nurse'],
'view_roles' => ['doctor', 'nurse'],
'refer_roles' => ['doctor', 'nurse'],
'specialist_keywords' => ['ent', 'otolaryng', 'ear', 'nose', 'throat'],