DHIN 2025Connectathon FHIR IG
0.1.0 - draft
DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
Active as of 2025-10-02 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="ng-gender-vs"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ng-gender-vs</b></p><a name="ng-gender-vs"> </a><a name="hcng-gender-vs"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html"><code>http://hl7.org/fhir/administrative-gender</code></a> where code = <a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-male">male</a></li><li>Include codes from<a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html"><code>http://hl7.org/fhir/administrative-gender</code></a> where code = <a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html#administrative-gender-female">female</a></li></ul></div>
</text>
<url value="https://sandbox.dhin-hie.org/ig/ValueSet/ng-gender-vs"/>
<version value="0.1.0"/>
<name value="NGGenderVS"/>
<title value="NG Gender or Sex VS"/>
<status value="active"/>
<experimental value="true"/>
<date value="2025-10-02T06:43:53+00:00"/>
<publisher value="DHIN"/>
<contact>
<name value="DHIN"/>
<telecom>
<system value="url"/>
<value value="https://www.dhin-hie.org"/>
</telecom>
<telecom>
<system value="email"/>
<value value="info@dhin-hie.org"/>
</telecom>
</contact>
<contact>
<name value="Digital Health Interoperability Network."/>
<telecom>
<system value="email"/>
<value value="info@dhin-hie.org"/>
<use value="work"/>
</telecom>
</contact>
<description
value="A subset of the administrative gender codes including only 'male' and 'female'"/>
<compose>
<include>
<system value="http://hl7.org/fhir/administrative-gender"/>
<filter>
<property value="code"/>
<op value="="/>
<value value="male"/>
</filter>
</include>
<include>
<system value="http://hl7.org/fhir/administrative-gender"/>
<filter>
<property value="code"/>
<op value="="/>
<value value="female"/>
</filter>
</include>
</compose>
</ValueSet>