diff --git a/data/presets/amenity/health_post.json b/data/presets/amenity/health_post.json new file mode 100644 index 00000000..ccc1ba14 --- /dev/null +++ b/data/presets/amenity/health_post.json @@ -0,0 +1,38 @@ +{ + "icon": "fas-house-medical-flag", + "fields": [ + "name", + "operator", + "address", + "building_area_yes", + "opening_hours" + ], + "moreFields": [ + "{@templates/poi}", + "healthcare", + "air_conditioning", + "branch_brand", + "brand" + ], + "geometry": [ + "point", + "area" + ], + "tags": { + "amenity": "health_post" + }, + "addTags": { + "amenity": "health_post", + "healthcare": "community_health_worker", + "operator:type": "government" + }, + "reference": { + "key": "amenity", + "value": "health_post" + }, + "name": "Community Health Post", + "aliases": [ + "Barangay Health Center", + "Barangay Health Station", + ] +}