LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Gender Identity Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="gender-identity"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/gender-identity</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">female<a name="gender-identity-female"> </a></td><td>Female</td></tr><tr><td style="white-space:nowrap">gender-neutral<a name="gender-identity-gender-neutral"> </a></td><td>Gender-neutral</td></tr><tr><td style="white-space:nowrap">male<a name="gender-identity-male"> </a></td><td>Male</td></tr><tr><td style="white-space:nowrap">non-binary<a name="gender-identity-non-binary"> </a></td><td>Non-binary</td></tr><tr><td style="white-space:nowrap">other<a name="gender-identity-other"> </a></td><td>Other</td></tr><tr><td style="white-space:nowrap">unknown<a name="gender-identity-unknown"> </a></td><td>Unknown</td></tr></table></div>
  </text>
  <url value="http://linuxforhealth.org/fhir/cdm/CodeSystem/gender-identity"/>
  <version value="8.0.0"/>
  <name value="GenderIdentityCodeSystem"/>
  <title value="Gender Identity Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description
               value="Typically, gender identity codes are described in terms of masculinity and femininity. Gender identity is a social construct that varies, both across different cultures and over time. This value is often used for identity purposes, and should be collected directly from the patient."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="6"/>
  <concept>
    <code value="female"/>
    <display value="Female"/>
  </concept>
  <concept>
    <code value="gender-neutral"/>
    <display value="Gender-neutral"/>
  </concept>
  <concept>
    <code value="male"/>
    <display value="Male"/>
  </concept>
  <concept>
    <code value="non-binary"/>
    <display value="Non-binary"/>
  </concept>
  <concept>
    <code value="other"/>
    <display value="Other"/>
  </concept>
  <concept>
    <code value="unknown"/>
    <display value="Unknown"/>
  </concept>
</CodeSystem>