Laboratory Test IG
0.1.0 - ci-build Zimbabwe

Laboratory Test 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/simendipeter/labtest-ig/ and changes regularly. See the Directory of published versions

: ZimGender Value Set - JSON Representation

Draft as of 2025-11-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "zim-gender-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet zim-gender-vs</b></p><a name=\"zim-gender-vs\"> </a><a name=\"hczim-gender-vs\"> </a><ul><li>Include these codes as defined in <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><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://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male\">male</a></td><td>Male</td><td>Male.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female\">female</a></td><td>Female</td><td>Female.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-unknown\">unknown</a></td><td>Unknown</td><td>Unknown.</td></tr></table></li></ul></div>"
  },
  "url" : "http://smart.who.int/ig-empty/ValueSet/zim-gender-vs",
  "version" : "0.1.0",
  "name" : "ZimGender",
  "title" : "ZimGender Value Set",
  "status" : "draft",
  "date" : "2025-11-12T08:59:03+00:00",
  "publisher" : "MOH ZIMBABWE",
  "contact" : [
    {
      "name" : "MOH ZIMBABWE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://mohcc.org.zw"
        }
      ]
    }
  ],
  "description" : "A set of gender categories for recording patient demographic information.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "716",
          "display" : "Zimbabwe"
        }
      ]
    }
  ],
  "copyright" : "Copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO). Implementer use is subject to the terms of the IHTSDO and HL7 agreement.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "concept" : [
          {
            "code" : "male",
            "display" : "Male"
          },
          {
            "code" : "female",
            "display" : "Female"
          },
          {
            "code" : "unknown",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}