OpenHIE Case Reporting
0.1.0 - STU1 International flag

OpenHIE Case Reporting, published by OpenHIE. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/case-reporting and changes regularly. See the Directory of published versions

: Patient Gender - XML Representation

Active as of 2023-02-22

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cs-patient-gender"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://openhie.org/fhir/ImplementationGuide/openhie.fhir.casereporting/CodeSystem/cs-patient-gender</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">male<a name="cs-patient-gender-male"> </a></td><td>Male</td><td>Client identifies as female</td></tr><tr><td style="white-space:nowrap">female<a name="cs-patient-gender-female"> </a></td><td>Female</td><td>Client identifies as male</td></tr><tr><td style="white-space:nowrap">transgender<a name="cs-patient-gender-transgender"> </a></td><td>Transgender</td><td>Client identifies as transgender</td></tr><tr><td style="white-space:nowrap">non-binary<a name="cs-patient-gender-non-binary"> </a></td><td>Non-binary</td><td>Client identifies in a non-binary way</td></tr></table></div>
  </text>
  <url
       value="http://openhie.org/fhir/ImplementationGuide/openhie.fhir.casereporting/CodeSystem/cs-patient-gender"/>
  <version value="0.1.0"/>
  <name value="PatientGender"/>
  <title value="Patient Gender"/>
  <status value="active"/>
  <date value="2023-02-22T20:48:19+00:00"/>
  <publisher value="OpenHIE"/>
  <contact>
    <name value="OpenHIE"/>
    <telecom>
      <system value="url"/>
      <value value="http://ohie.org"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="openhie@ohie.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="OpenHIE"/>
    <telecom>
      <system value="email"/>
      <value value="openhie@ohie.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description value="The genders for patients"/>
  <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"/>
    <definition value="Client identifies as female"/>
  </concept>
  <concept>
    <code value="female"/>
    <display value="Female"/>
    <definition value="Client identifies as male"/>
  </concept>
  <concept>
    <code value="transgender"/>
    <display value="Transgender"/>
    <definition value="Client identifies as transgender"/>
  </concept>
  <concept>
    <code value="non-binary"/>
    <display value="Non-binary"/>
    <definition value="Client identifies in a non-binary way"/>
  </concept>
</CodeSystem>