Use a specialty dropdown when adding practitioners.
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:
isaacclad
2026-07-18 17:39:29 +00:00
co-authored by Cursor
parent 2ac84faf73
commit 18c24077e3
8 changed files with 127 additions and 8 deletions
+35
View File
@@ -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