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" + } + } +}