FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypeCodeSystem
IdCodeSystem-ZimProvinceCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/mohcc/fhir-zw-core-ig/CodeSystem-ZimProvinceCS.html
URLhttp://mohcc.gov.zw/fhir/core/CodeSystem/ZimProvinceCS
Version0.1.0
Statusdraft
Date2026-06-15T13:33:03+00:00
NameZimProvinceCS
TitleZimbabwe Province Code System
DescriptionThe ten provinces of Zimbabwe. The 'provinceCode' property gives the province's two-digit code (01-10), which forms the leading segment of district codes (province+district, e.g. 0132) and facility codes (province+district+facility, e.g. 013224). Concept codes are also aligned with ISO 3166-2:ZW subdivisions (e.g. HA = ZW-HA).
Contentcomplete

Resources that use this resource

ValueSet
zw.fhir.ig.core#currentZimProvinceZimbabwe Province Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ZimProvinceCS

Properties

This code system defines the following properties for its concepts

NameCodeTypeDescription
provinceCodeprovinceCodestringThe province's two-digit code (01-10), per the MOHCC province table. It is the leading segment of district codes (province+district) and facility codes (province+district+facility).

Concepts

This case-sensitive code system http://mohcc.gov.zw/fhir/core/CodeSystem/ZimProvinceCS defines the following codes:

CodeDisplayprovinceCode
HA Harare01
MA Manicaland02
MC Mashonaland Central03
ME Mashonaland East04
MW Mashonaland West05
MN Matabeleland North06
MS Matabeleland South07
MI Midlands08
MV Masvingo09
BU Bulawayo10

Source1

{
  "resourceType": "CodeSystem",
  "id": "ZimProvinceCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://mohcc.gov.zw/fhir/core/CodeSystem/ZimProvinceCS",
  "version": "0.1.0",
  "name": "ZimProvinceCS",
  "title": "Zimbabwe Province 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": "The ten provinces of Zimbabwe. The 'provinceCode' property gives the province's two-digit code (01-10), which forms the leading segment of district codes (province+district, e.g. 0132) and facility codes (province+district+facility, e.g. 013224). Concept codes are also aligned with ISO 3166-2:ZW subdivisions (e.g. HA = ZW-HA).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "716",
          "display": "Zimbabwe (ZWE)"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 10,
  "property": [
    {
      "code": "provinceCode",
      "description": "The province's two-digit code (01-10), per the MOHCC province table. It is the leading segment of district codes (province+district) and facility codes (province+district+facility).",
      "type": "string"
    }
  ],
  "concept": [
    {
      "code": "HA",
      "display": "Harare",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "01"
        }
      ]
    },
    {
      "code": "MA",
      "display": "Manicaland",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "02"
        }
      ]
    },
    {
      "code": "MC",
      "display": "Mashonaland Central",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "03"
        }
      ]
    },
    {
      "code": "ME",
      "display": "Mashonaland East",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "04"
        }
      ]
    },
    {
      "code": "MW",
      "display": "Mashonaland West",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "05"
        }
      ]
    },
    {
      "code": "MN",
      "display": "Matabeleland North",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "06"
        }
      ]
    },
    {
      "code": "MS",
      "display": "Matabeleland South",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "07"
        }
      ]
    },
    {
      "code": "MI",
      "display": "Midlands",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "08"
        }
      ]
    },
    {
      "code": "MV",
      "display": "Masvingo",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "09"
        }
      ]
    },
    {
      "code": "BU",
      "display": "Bulawayo",
      "property": [
        {
          "code": "provinceCode",
          "valueString": "10"
        }
      ]
    }
  ]
}