Create health_post.json

Sub-set of healthcare fields for amenity=health_posts.
This commit is contained in:
Win Olario 2023-07-11 16:48:49 +08:00 committed by GitHub
parent be11cfe902
commit a4c0b8bb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
{
"key": "healthcare",
"type": "semiCombo",
"label": "Type",
"strings": {
"options": {
"community_health_worker": "Community Health Worker",
"midwife": "Midwife",
"nurse": "Nurse"
}
}
}