FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesmart.who.int.ig-empty
Resource TypeValueSet
IdValueSet-ZimGender.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/LynnNyari/labtest-ig/ValueSet-ZimGender.html
URLhttp://smart.who.int/ig-empty/ValueSet/ZimGender
Version0.1.0
Statusdraft
Date2025-11-12T08:45:52+00:00
NameZimGenderVS
TitleGender Value Set
Realmuv
DescriptionAdministrative Gender

Resources that use this resource

StructureDefinition
LabPatientExample Patient Profile

Resources that this resource uses

CodeSystem
administrative-genderAdministrativeGender

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ZimGender


Source1

{
  "resourceType": "ValueSet",
  "id": "ZimGender",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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:45:52+00:00",
  "publisher": "MOH Zimbabwe",
  "contact": [
    {
      "name": "MOH Zimbabwe",
      "telecom": [
        {
          "system": "url",
          "value": "http://mohcc.org.zw"
        }
      ]
    }
  ],
  "description": "Administrative Gender",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "Zimbabwe"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/administrative-gender",
        "concept": [
          {
            "code": "male",
            "display": "Male"
          },
          {
            "code": "female",
            "display": "Female"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}