mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Create health_post.json
Sub-set of healthcare fields for amenity=health_posts.
This commit is contained in:
parent
be11cfe902
commit
a4c0b8bb02
1 changed files with 12 additions and 0 deletions
12
data/fields/healthcare/health_post.json
Normal file
12
data/fields/healthcare/health_post.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"key": "healthcare",
|
||||
"type": "semiCombo",
|
||||
"label": "Type",
|
||||
"strings": {
|
||||
"options": {
|
||||
"community_health_worker": "Community Health Worker",
|
||||
"midwife": "Midwife",
|
||||
"nurse": "Nurse"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue