From a4c0b8bb024b1f0eee770affde3c77617378ca92 Mon Sep 17 00:00:00 2001 From: Win Olario Date: Tue, 11 Jul 2023 16:48:49 +0800 Subject: [PATCH] Create health_post.json Sub-set of healthcare fields for amenity=health_posts. --- data/fields/healthcare/health_post.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/fields/healthcare/health_post.json diff --git a/data/fields/healthcare/health_post.json b/data/fields/healthcare/health_post.json new file mode 100644 index 00000000..a9340f4d --- /dev/null +++ b/data/fields/healthcare/health_post.json @@ -0,0 +1,12 @@ +{ + "key": "healthcare", + "type": "semiCombo", + "label": "Type", + "strings": { + "options": { + "community_health_worker": "Community Health Worker", + "midwife": "Midwife", + "nurse": "Nurse" + } + } +}