R4 Draft for Comment

This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Valueset-gender-identity.xml

Vocabulary Work GroupMaturity Level: N/ABallot Status: Informative

Raw XML (canonical form)

Definition for Value SetGenderIdentity

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="gender-identity"/> 
  <meta> 
    <lastUpdated value="2017-12-20T15:52:34.818+11:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2> GenderIdentity</h2> 
      <div> 
        <p> This example value set defines a set of codes that can be used to indicate a patient's
           gender identity.</p> 

      </div> 
      <p> 
        <b> Copyright Statement:</b>  This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright
         of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers
         of these specifications must have the appropriate SNOMED CT Affiliate license - for more
         information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org
      </p> 
      <p> This value set includes codes from the following code systems:</p> 
      <ul> 
        <li> Include these codes as defined in 
          <a href="codesystem-gender-identity.html">
            <code> http://hl7.org/fhir/gender-identity</code> 
          </a> 
          <table class="none">
            <tr> 
              <td style="white-space:nowrap">
                <b> Code</b> 
              </td> 
              <td> 
                <b> Display</b> 
              </td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-male">male</a> 
              </td> 
              <td> male</td> 
              <td> the patient identifies as male</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-female">female</a> 
              </td> 
              <td> female</td> 
              <td> the patient identifies as female</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-non-binary">non-binary</a> 
              </td> 
              <td> non-binary</td> 
              <td> the patient identifies with neither/both female and male</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-transgender-male">transgender-male</a> 
              </td> 
              <td> transgender male</td> 
              <td> the patient identifies as transgender female-to-male</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-transgender-female">transgender-female</a> 
              </td> 
              <td> transgender female</td> 
              <td> the patient identifies as transgender male-to-female</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-other">other</a> 
              </td> 
              <td> other</td> 
              <td> other gender identitiy</td> 
            </tr> 
            <tr> 
              <td> 
                <a href="codesystem-gender-identity.html#gender-identity-non-disclose">non-disclose</a> 
              </td> 
              <td> does not whish to disclose</td> 
              <td> the patient does not whish to disclose his gender identity</td> 
            </tr> 
          </table> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueString value="pa"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/gender-identity"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.972"/> 
  </identifier> 
  <version value="3.2.0"/> 
  <name value="GenderIdentity"/> 
  <status value="draft"/> 
  <experimental value="true"/> 
  <date value="2017-12-20T15:52:34+11:00"/> 
  <publisher value="FHIR Project team"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
  </contact> 
  <description value="This example value set defines a set of codes that can be used to indicate a patient's
   gender identity."/> 
  <immutable value="true"/> 
  <copyright value="This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright
   of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers
   of these specifications must have the appropriate SNOMED CT Affiliate license - for more
   information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"/> 
  <compose> 
    <include> 
      <system value="http://hl7.org/fhir/gender-identity"/> 
      <concept> 
        <code value="male"/> 
        <display value="male"/> 
      </concept> 
      <concept> 
        <code value="female"/> 
        <display value="female"/> 
      </concept> 
      <concept> 
        <code value="non-binary"/> 
        <display value="non-binary"/> 
      </concept> 
      <concept> 
        <code value="transgender-male"/> 
        <display value="transgender male"/> 
      </concept> 
      <concept> 
        <code value="transgender-female"/> 
        <display value="transgender female"/> 
      </concept> 
      <concept> 
        <code value="other"/> 
        <display value="other"/> 
      </concept> 
      <concept> 
        <code value="non-disclose"/> 
        <display value="does not whish to disclose"/> 
      </concept> 
    </include> 
  </compose> 
</ValueSet> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.