FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "ValueSet",
"id": "ZimGender",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://mohcc.gov.zw/fhir/core/ValueSet/ZimGender",
"version": "0.1.0",
"name": "ZimGenderVS",
"title": "Gender Value Set",
"status": "draft",
"experimental": false,
"date": "2025-11-13T14:22:57+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": "716",
"display": "Zimbabwe (ZWE)"
}
]
}
],
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/administrative-gender",
"concept": [
{
"code": "male",
"display": "Male"
},
{
"code": "female",
"display": "Female"
},
{
"code": "unknown",
"display": "Unknown"
}
]
}
]
}
}