From e47b099511a62865a461cb28739302737dba44d4 Mon Sep 17 00:00:00 2001 From: Win Olario Date: Thu, 13 Jul 2023 07:58:33 +0800 Subject: [PATCH] Create doctors-PH.json Add alias, terms for "rural health unit" and "urban health centers" in the Philippines. --- data/presets/amenity/doctors-PH.json | 43 ++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 data/presets/amenity/doctors-PH.json diff --git a/data/presets/amenity/doctors-PH.json b/data/presets/amenity/doctors-PH.json new file mode 100644 index 00000000..9b7c1064 --- /dev/null +++ b/data/presets/amenity/doctors-PH.json @@ -0,0 +1,43 @@ +{ + "icon": "maki-doctor", + "locationSet": { + "include": [ + "ph" + ] + }, + "fields": [ + "name", + "operator", + "healthcare/speciality", + "address", + "building_area_yes", + "opening_hours" + ], + "moreFields": [ + "{@templates/poi}", + "operator:type" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "rhu" + ], + "tags": { + "amenity": "doctors" + }, + "addTags": { + "amenity": "doctors", + "healthcare": "doctor" + }, + "reference": { + "key": "amenity", + "value": "doctors" + }, + "name": "Doctor", + "aliases": [ + "Rural Health Unit", + "Urban Health Center" + ] +}