Zimbabwe Core IG
0.1.0 - ci-build Zimbabwe (ZWE)

Zimbabwe Core IG, published by MOH Zimbabwe. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mohcc/fhir-zw-core-ig/ and changes regularly. See the Directory of published versions

: MaritalStatus Value Set - JSON Representation

Draft as of 2025-11-13

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ZimMaritalStatus",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ZimMaritalStatus</b></p><a name=\"ZimMaritalStatus\"> </a><a name=\"hcZimMaritalStatus\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html\"><code>http://terminology.hl7.org/CodeSystem/v3-MaritalStatus</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 3.0.0, the version found through the package references\"> version &#x1F4E6;3.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-W\">W</a></td><td>Widowed</td><td>The spouse has died</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-D\">D</a></td><td>Divorced</td><td>Marriage contract has been declared dissolved and inactive</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-M\">M</a></td><td>Married</td><td>A current marriage contract is active</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-U\">U</a></td><td>Single</td><td>Currently not in a marriage contract.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-L\">L</a></td><td>Separated</td><td/></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-MaritalStatus.html#v3-MaritalStatus-C\">C</a></td><td>Cohabitation</td><td>a marriage recognized in some jurisdictions and based on the parties' agreement to consider themselves married and can also be based on documentation of cohabitation.<br/><br/>This definition was based on https://www.merriam-webster.com/dictionary/common-law%20marriage.</td></tr></table></li></ul></div>"
  },
  "url" : "http://mohcc.gov.zw/fhir/core/ValueSet/ZimMaritalStatus",
  "version" : "0.1.0",
  "name" : "ZimMaritalStatusVS",
  "title" : "MaritalStatus Value Set",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-11-13T14:22:57+00:00",
  "publisher" : "MOH Zimbabwe",
  "contact" : [
    {
      "name" : "MOH Zimbabwe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://mohcc.org.zw"
        }
      ]
    }
  ],
  "description" : "Administrative Marital Status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "716",
          "display" : "Zimbabwe (ZWE)"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "concept" : [
          {
            "code" : "W",
            "display" : "Widowed"
          },
          {
            "code" : "D",
            "display" : "Divorced"
          },
          {
            "code" : "M",
            "display" : "Married"
          },
          {
            "code" : "U",
            "display" : "Single"
          },
          {
            "code" : "L",
            "display" : "Separated"
          },
          {
            "code" : "C",
            "display" : "Cohabitation"
          }
        ]
      }
    ]
  }
}