Use a specialty dropdown when adding practitioners.
Deploy Ladill Care / deploy (push) Successful in 26s
Deploy Ladill Care / deploy (push) Successful in 26s
Replace free-text specialty on practitioner and team-invite forms with a shared selectable list so clinicians pick a known specialty. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -43,6 +43,41 @@ return [
|
||||
'child_welfare' => 'Child Welfare Clinic',
|
||||
],
|
||||
|
||||
/*
|
||||
| Practitioner specialty options (Admin → Practitioners / Team invite).
|
||||
| Stored as free-text labels on care_practitioners.specialty.
|
||||
*/
|
||||
'practitioner_specialties' => [
|
||||
'General Practice',
|
||||
'Internal Medicine',
|
||||
'Nursing',
|
||||
'Outpatient',
|
||||
'Emergency',
|
||||
'Laboratory',
|
||||
'Radiology',
|
||||
'Pharmacy',
|
||||
'Maternity',
|
||||
'Dentistry',
|
||||
'Ophthalmology / Eye care',
|
||||
'Physiotherapy',
|
||||
'Blood Bank',
|
||||
'Cardiology',
|
||||
'Psychiatry',
|
||||
'Pediatrics',
|
||||
'Orthopedics',
|
||||
'ENT',
|
||||
'Oncology',
|
||||
'Renal Care',
|
||||
'Surgery',
|
||||
'Vaccination & Immunization',
|
||||
'Pathology',
|
||||
'Infusion Centre',
|
||||
'Dermatology',
|
||||
'Podiatry',
|
||||
'Fertility',
|
||||
'Child Welfare Clinic',
|
||||
],
|
||||
|
||||
/*
|
||||
| Specialty practice modules (Settings → Modules).
|
||||
| Pro-gated via plans.*.features specialty_modules — expansions beyond core
|
||||
|
||||
Reference in New Issue
Block a user