DHIS2 Example FHIR Implementation Guide
1.0.0 - ci-build
DHIS2 Example FHIR Implementation Guide, published by DHIS2. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohanGHole/alldevs-demo-ig and changes regularly. See the Directory of published versions
| Draft as of 2026-06-03 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="patient-sex-at-birth"/>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem patient-sex-at-birth</b></p><a name="patient-sex-at-birth"> </a><a name="hcpatient-sex-at-birth"> </a><p>This code system <code>https://dhis2.org/CodeSystem/patient-sex-at-birth</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">male<a name="patient-sex-at-birth-male"> </a></td><td>Male</td></tr><tr><td style="white-space:nowrap">female<a name="patient-sex-at-birth-female"> </a></td><td>Female</td></tr><tr><td style="white-space:nowrap">other<a name="patient-sex-at-birth-other"> </a></td><td>Other</td></tr><tr><td style="white-space:nowrap">unknown<a name="patient-sex-at-birth-unknown"> </a></td><td>Unknown</td></tr></table><p><b>Additional Language Displays</b></p><table class="codes"><tr><td><b>Code</b></td><td><b>Spanish (es)</b></td><td><b>et</b></td><td><b>Portuguese (pt)</b></td></tr><tr><td>male</td><td>Masculino</td><td>Mees</td><td>Masculino</td></tr><tr><td>female</td><td>Feminino</td><td>Naine</td><td>Feminino</td></tr><tr><td>other</td><td>Otro</td><td>Muu</td><td>Outro</td></tr><tr><td>unknown</td><td>Desconocido</td><td>Teadmata</td><td>Desconhecido</td></tr></table></div>
</text>
<url value="https://dhis2.org/CodeSystem/patient-sex-at-birth"/>
<version value="1.0.0"/>
<name value="PatientSexAtBirth"/>
<title value="Patient Sex at Birth"/>
<status value="draft"/>
<date value="2026-06-03T19:24:40+00:00"/>
<publisher value="DHIS2"/>
<contact>
<name value="DHIS2"/>
<telecom>
<system value="url"/>
<value value="https://dhis2.org"/>
</telecom>
<telecom>
<system value="email"/>
<value value="integration@dhis2.org"/>
</telecom>
</contact>
<contact>
<name value="Johan Hole"/>
<telecom>
<system value="email"/>
<value value="Johan@Devotta.no"/>
<use value="work"/>
</telecom>
</contact>
<description value="Patient sex at birth."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<content value="complete"/>
<count value="4"/>
<concept>
<code value="male"/>
<display value="Male"/>
<designation>
<language value="pt"/>
<value value="Masculino"/>
</designation>
<designation>
<language value="es"/>
<value value="Masculino"/>
</designation>
<designation>
<language value="et"/>
<value value="Mees"/>
</designation>
</concept>
<concept>
<code value="female"/>
<display value="Female"/>
<designation>
<language value="pt"/>
<value value="Feminino"/>
</designation>
<designation>
<language value="es"/>
<value value="Feminino"/>
</designation>
<designation>
<language value="et"/>
<value value="Naine"/>
</designation>
</concept>
<concept>
<code value="other"/>
<display value="Other"/>
<designation>
<language value="pt"/>
<value value="Outro"/>
</designation>
<designation>
<language value="es"/>
<value value="Otro"/>
</designation>
<designation>
<language value="et"/>
<value value="Muu"/>
</designation>
</concept>
<concept>
<code value="unknown"/>
<display value="Unknown"/>
<designation>
<language value="pt"/>
<value value="Desconhecido"/>
</designation>
<designation>
<language value="es"/>
<value value="Desconocido"/>
</designation>
<designation>
<language value="et"/>
<value value="Teadmata"/>
</designation>
</concept>
</CodeSystem>