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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "zim-gender-vs"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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 ?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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://smart.who.int/ig-empty/ValueSet/zim-gender-vs"^^xsd:anyURI ;
fhir:l <http://smart.who.int/ig-empty/ValueSet/zim-gender-vs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ZimGender"] ; #
fhir:title [ fhir:v "ZimGender Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-11-12T08:59:03+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MOH ZIMBABWE"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MOH ZIMBABWE" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://mohcc.org.zw" ] ] )
] ) ; #
fhir:description [ fhir:v "A set of gender categories for recording patient demographic information."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "716" ] ;
fhir:display [ fhir:v "Zimbabwe" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO). Implementer use is subject to the terms of the IHTSDO and HL7 agreement."] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/administrative-gender> ] ;
( fhir:concept [
fhir:code [ fhir:v "male" ] ;
fhir:display [ fhir:v "Male" ] ] [
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ] ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ] ) ] )
] . #