This commit is contained in:
거윈 | Win 2025-10-22 16:01:58 +02:00 committed by GitHub
commit 6bc81dc220
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 54 additions and 0 deletions

View file

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