mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Create health_station-PH.json
There are over 42,000 barangays in the Philippines, and each barangay will have at least one of this facility to serve local communities, in addition to satellite/branches to serve other significant settlements within their jurisdiction. A large number of these facilities are staffed primarily by trained community healthcare workers known as ["Barangay Health Volunteers"](https://wikipedia.org/wiki/Barangay_health_volunteer).
This commit is contained in:
parent
c4b6c4f5b1
commit
3935eaaaa5
1 changed files with 40 additions and 0 deletions
40
data/presets/amenity/health_station-PH.json
Normal file
40
data/presets/amenity/health_station-PH.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"icon": "fas-house-medical-flag",
|
||||
"locationSet": {
|
||||
"include": ["ph"]
|
||||
},
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area_yes",
|
||||
"opening_hours"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/poi}",
|
||||
"healthcare",
|
||||
"air_conditioning",
|
||||
"branch_brand",
|
||||
"brand"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bhs",
|
||||
"health center"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "health_post"
|
||||
},
|
||||
"addTags": {
|
||||
"healthcare": "community_health_worker",
|
||||
"operator:type": "government"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "health_post"
|
||||
},
|
||||
"name": "Barangay Health Station"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue