Ethiopian FHIR Implemenetation Guide Core
0.1.0 - ci-build Ethiopia

Ethiopian FHIR Implemenetation Guide Core, published by MoH. 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/habibbushira/ETBase-ig/ and changes regularly. See the Directory of published versions

: Ethiopian Patient Marital Status values - JSON Representation

Draft as of 2025-12-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "marital-status-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet marital-status-vs</b></p><a name=\"marital-status-vs\"> </a><a name=\"hcmarital-status-vs\"> </a><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/marital-status</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>single</td><td>Single</td></tr><tr><td>married</td><td>Married</td></tr><tr><td>divorced</td><td>Divorced</td></tr><tr><td>widowed</td><td>Widowed</td></tr></table></li></ul></div>"
  },
  "url" : "http://smart.who.int/ig-empty/ValueSet/marital-status-vs",
  "version" : "0.1.0",
  "name" : "ETMaritalStatusVS",
  "title" : "Ethiopian Patient Marital Status values",
  "status" : "draft",
  "date" : "2025-12-12T07:51:08+00:00",
  "publisher" : "MoH",
  "contact" : [
    {
      "name" : "MoH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://moh.gov.et"
        }
      ]
    }
  ],
  "description" : "Indicates the marital status of the patient.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "231",
          "display" : "Ethiopia"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/marital-status",
        "concept" : [
          {
            "code" : "single",
            "display" : "Single"
          },
          {
            "code" : "married",
            "display" : "Married"
          },
          {
            "code" : "divorced",
            "display" : "Divorced"
          },
          {
            "code" : "widowed",
            "display" : "Widowed"
          }
        ]
      }
    ]
  }
}