FHIR IG analytics| Package | zw.fhir.ig.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-ZimFacilityTypeCS.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/mohcc/fhir-zw-core-ig/CodeSystem-ZimFacilityTypeCS.html |
| URL | http://mohcc.gov.zw/fhir/core/CodeSystem/ZimFacilityTypeCS |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-15T13:33:03+00:00 |
| Name | ZimFacilityTypeCS |
| Title | Zimbabwe Health Facility Type Code System |
| Description | Tiers of health facility in the Zimbabwe public health system. |
| Content | complete |
| ValueSet | ||
| zw.fhir.ig.core#current | ZimFacilityType | Zimbabwe Health Facility Type Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ZimFacilityTypeCS
This case-sensitive code system http://mohcc.gov.zw/fhir/core/CodeSystem/ZimFacilityTypeCS defines the following codes:
| Code | Display |
| CENTRAL | Central Hospital |
| PROVINCIAL | Provincial Hospital |
| DISTRICT | District Hospital |
| MISSION | Mission Hospital |
| RURALHOSP | Rural Hospital |
| RHC | Rural Health Centre |
| CLINIC | Clinic |
| POLYCLINIC | Polyclinic |
{
"resourceType": "CodeSystem",
"id": "ZimFacilityTypeCS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimFacilityTypeCS",
"version": "0.1.0",
"name": "ZimFacilityTypeCS",
"title": "Zimbabwe Health Facility Type Code System",
"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": "Tiers of health facility in the Zimbabwe public health system.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "716",
"display": "Zimbabwe (ZWE)"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 8,
"concept": [
{
"code": "CENTRAL",
"display": "Central Hospital"
},
{
"code": "PROVINCIAL",
"display": "Provincial Hospital"
},
{
"code": "DISTRICT",
"display": "District Hospital"
},
{
"code": "MISSION",
"display": "Mission Hospital"
},
{
"code": "RURALHOSP",
"display": "Rural Hospital"
},
{
"code": "RHC",
"display": "Rural Health Centre"
},
{
"code": "CLINIC",
"display": "Clinic"
},
{
"code": "POLYCLINIC",
"display": "Polyclinic"
}
]
}