FHIR IG analytics
| Package | zw.fhir.ig.core |
| Resource Type | ValueSet |
| Id | ValueSet-ZimDistrict.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/mohcc/fhir-zw-core-ig/ValueSet-ZimDistrict.html |
| URL | http://mohcc.gov.zw/fhir/core/ValueSet/ZimDistrict |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-15T13:33:03+00:00 |
| Name | ZimDistrictVS |
| Title | Zimbabwe District Value Set |
| Description | Districts (and metropolitan sub-units) of Zimbabwe, coded by their 4-character district code (province + district). |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| zw.fhir.ig.core#current | ZimDistrictCS | Zimbabwe District Code System |
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "ZimDistrict",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://mohcc.gov.zw/fhir/core/ValueSet/ZimDistrict",
"version": "0.1.0",
"name": "ZimDistrictVS",
"title": "Zimbabwe District Value Set",
"status": "draft",
"experimental": false,
"date": "2026-06-15T13:33:03+00:00",
"publisher": "MOH Zimbabwe",
"contact": [
{
"name": "MOH Zimbabwe",
"telecom": [
{
"system": "url",
"value": "http://mohcc.org.zw"
}
]
}
],
"description": "Districts (and metropolitan sub-units) of Zimbabwe, coded by their 4-character district code (province + district).",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "716",
"display": "Zimbabwe (ZWE)"
}
]
}
],
"compose": {
"include": [
{
"system": "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimDistrictCS"
}
]
}
}