mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-19 06:58:08 +02:00
allow to specify therapist offices more precisely
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "healthcare",
|
||||
"type": "typeCombo",
|
||||
"options": [
|
||||
"physiotherapist",
|
||||
"psychotherapist",
|
||||
"occupational_therapist",
|
||||
"speech_therapist"
|
||||
],
|
||||
"autoSuggestions": false,
|
||||
"label": "{healthcare}"
|
||||
}
|
||||
@@ -7,8 +7,14 @@
|
||||
"tags": {
|
||||
"office": "therapist"
|
||||
},
|
||||
"fields": [
|
||||
"healthcare_therapist",
|
||||
"healthcare/speciality",
|
||||
"{office}"
|
||||
],
|
||||
"terms": [
|
||||
"therapy"
|
||||
],
|
||||
"name": "Therapist Office"
|
||||
"name": "Therapist Office",
|
||||
"matchScore": 0.9
|
||||
}
|
||||
|
||||
@@ -2112,6 +2112,8 @@ en:
|
||||
vaccination: Vaccination
|
||||
# healthcare:speciality=vascular_surgery
|
||||
vascular_surgery: Vascular Surgery
|
||||
healthcare_therapist:
|
||||
# healthcare=*
|
||||
heating:
|
||||
# heating=*
|
||||
label: Heating
|
||||
|
||||
Reference in New Issue
Block a user