Ethiopia Base Implementation Guide
0.1.0 - ci-build International flag

Ethiopia Base Implementation Guide, published by MOH Ethiopia. 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/MoH-Ethiopia/ETBase/ and changes regularly. See the Directory of published versions

: Ethiopia Gender ValueSet - JSON Representation

Draft as of 2025-12-25

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "et-gender-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet et-gender-vs</b></p><a name=\"et-gender-vs\"> </a><a name=\"hcet-gender-vs\"> </a><ul><li>Include codes from<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\"><code>http://hl7.org/fhir/administrative-gender</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span> where code  in male&quot;,&quot;#female&quot;)</li></ul></div>"
  },
  "url" : "http://fhir.et/core/ValueSet/et-gender-vs",
  "version" : "0.1.0",
  "name" : "ETGenderVS",
  "title" : "Ethiopia Gender ValueSet",
  "status" : "draft",
  "date" : "2025-12-25T19:56:32+00:00",
  "publisher" : "MOH Ethiopia",
  "contact" : [
    {
      "name" : "MOH Ethiopia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://moh.gov.et"
        }
      ]
    }
  ],
  "description" : "A ValueSet containing only male and female genders.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "filter" : [
          {
            "property" : "code",
            "op" : "in",
            "value" : "male\",\"#female\")"
          }
        ]
      }
    ]
  }
}