Empty IG
0.1.0 - ci-build International flag

Empty IG, published by WHO. 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/Constance-23/labtest-ig/ and changes regularly. See the Directory of published versions

: Gender Value Set - JSON Representation

Draft as of 2025-11-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ZimGender",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ZimGender</b></p><a name=\"ZimGender\"> </a><a name=\"hcZimGender\"> </a><ul><li>Include these codes as defined in <code>https://www.hl7.org/fhir/administrative-gender</code><span title=\"Version is not explicity 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>male</td><td>Male</td></tr><tr><td>female</td><td>Female</td></tr><tr><td>unknown</td><td>Not Determined</td></tr></table></li></ul></div>"
  },
  "url" : "http://smart.who.int/ig-empty/ValueSet/ZimGender",
  "version" : "0.1.0",
  "name" : "ZimGenderVS",
  "title" : "Gender Value Set",
  "status" : "draft",
  "date" : "2025-11-12T08:46:11+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "Administrative Gender.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "https://www.hl7.org/fhir/administrative-gender",
        "concept" : [
          {
            "code" : "male",
            "display" : "Male"
          },
          {
            "code" : "female",
            "display" : "Female"
          },
          {
            "code" : "unknown",
            "display" : "Not Determined"
          }
        ]
      }
    ]
  }
}