Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion data/fields/healthcare.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
{
"key": "healthcare",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"strings": {
"options": {
"alternative": "Alternative Medicine",
"audiologist": "Audiologist",
"birthing_centre": "Birthing Center",
"blood_bank": "Blood Bank",
"blood_donation": "Blood Donation",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"clinic": "Clinic",
"community_health_worker": "Community Health Worker",
"counselling": "Counselling",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"dentist": "Dentist",
"dialysis": "Dialysis Center",
"doctor": "Doctor",
"hospice": "Hospice",
"hospital": "Hospital",
"laboratory": "Medical Laboratory",
"midwife": "Midwife",
"nurse": "Nurse",
"occupational_therapist": "Occupational Therapist",
"optometrist": "Optometrist",
"pharmacy": "Pharmacy",
"physiotherapist": "Physiotherapist",
"podiatrist": "Podiatrist",
"psychotherapist": "Psychotherapist",
"rehabilitation": "Medical Rehabilitation Facility",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"sample_collection": "Sample Collection",
Comment thread
kjonosm marked this conversation as resolved.
Outdated
"speech_therapist": "Speech Therapist",
"vaccination_centre": "Vaccination Center"
}
}
}