DHIS2 Example FHIR Implementation Guide
1.0.0 - ci-build International flag

DHIS2 Example FHIR Implementation Guide, published by DHIS2. This is not an authorized publication; it is the continuous build for version 1.0.0). 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

: Patient Gender - XML Representation

Draft as of 2023-09-28

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="patient-gender"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url value="https://dhis2.org/CodeSystem/patient-gender"/>
  <version value="1.0.0"/>
  <name value="HIVPatientGender"/>
  <title value="Patient Gender"/>
  <status value="draft"/>
  <date value="2023-09-28T13:33:49+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 gender codes."/>
  <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="5"/>
  <concept>
    <code value="male"/>
    <display value="Male"/>
  </concept>
  <concept>
    <code value="female"/>
    <display value="Female"/>
  </concept>
  <concept>
    <code value="transgender"/>
    <display value="Transgender"/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other"/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
  </concept>
</CodeSystem>