Create doctors-PH.json

Add alias, terms for "rural health unit" and "urban health centers" in the Philippines.
This commit is contained in:
Win Olario 2023-07-13 07:58:33 +08:00 committed by GitHub
parent 20dab15f0f
commit e47b099511
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
]
}