Themes(shops): change 'optomotetrist'-service into multiple other services

This commit is contained in:
Pieter Vander Vennet 2024-12-26 17:38:50 +01:00
parent 27e2f5b5c5
commit 80776f5943

View file

@ -525,34 +525,37 @@
}, },
{ {
"id": "optometrist_service", "id": "optometrist_service",
x² "#": "Quite often, opticians also sell hearing aids and vice versa. They often also have a certified optometrist or audiologist",
"condition": { "condition": {
"or": [ "or": [
"shop=optician" "shop=optician",
"shop=hearing_aid",
"shop=medical_supply"
] ]
}, },
"question": { "question": {
"en": "Is it possible to get an eye exam here by a professional optometrist?", "en": "Are medical services available here?",
"nl": "Kan men hier een oogtest laten uitvoeren door een professionele optometrist?" "nl": "Zijn hier medische services beschikbaar?"
}, },
"multiAnswer": true,
"mappings": [ "mappings": [
{ {
"if": "healthcare=optometrist", "if": "healthcare=optometrist",
"ifnot": "not:healtcare=optometrist",
"addExtraTags": [ "addExtraTags": [
"not:healthcare=optometrist" "not:healthcare=optometrist"
], ],
"then": { "then": {
"en": "Offers eye exams by professional optometrists", "en": "This shop offers eye exams by certified optometrists",
"nl": "Hier kan men een oogtest door een professionele optometrist laten uitvoeren" "nl": "Hier kan men een oogtest door een erkende optometrist laten uitvoeren"
} }
}, },
{ {
"if": "not:healtcare=optometrist", "if": "healthcare=audiologist",
"addExtraTags": [ "ifnot": "not:healthcare=audiologist",
"healthcare=optometrist"
],
"then": { "then": {
"en": "No certified eye exam possible here", "en": "This shop offers hearing tests by a certified audiologist",
"nl": "Hier kan men geen oog-examen laten uitvoeren door een optometrist" "nl": "HIer kan men een hoortest laten uitvoeren door een erkende audioloog"
} }
} }
] ]