HL7 FHIR® US Core Implementation Guide STU 3

This page is part of the US Core (v3.0.0: STU3) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

XML Format: ValueSet-birthsex

Download Raw xml


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="birthsex"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Birth Sex</h2><div><p>Codes for assigning sex at birth as specified by the <a href="https://www.healthit.gov/newsroom/about-onc">Office of the National Coordinator for Health IT (ONC)</a></p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/v3/AdministrativeGender/cs.html"><code>http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender</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="http://hl7.org/fhir/R4/v3/AdministrativeGender/cs.html#v3-AdministrativeGender-F">F</a></td><td>Female</td><td>Female</td></tr><tr><td><a href="http://hl7.org/fhir/R4/v3/AdministrativeGender/cs.html#v3-AdministrativeGender-M">M</a></td><td>Male</td><td>Male</td></tr></table></li><li>Include these codes as defined in <a href="http://hl7.org/fhir/R4/v3/NullFlavor/cs.html"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</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="http://hl7.org/fhir/R4/v3/NullFlavor/cs.html#v3-NullFlavor-UNK">UNK</a></td><td>Unknown</td><td>Description:A proper value is applicable, but not known.<br/>
                        
                           Usage Notes: This means the actual value is not known.  If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used.  No properties should be included for a datatype with this property unless:<br/>
                        
                           Those properties themselves directly translate to a semantic of &quot;unknown&quot;.  (E.g. a local code sent as a translation that conveys 'unknown')
                           Those properties further qualify the nature of what is unknown.  (E.g. specifying a use code of &quot;H&quot; and a URL prefix of &quot;tel:&quot; to convey that it is the home phone number that is unknown.)</td></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/us/core/ValueSet/birthsex"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113762.1.4.1021.24"/>
  </identifier>
  <version value="3.0.0"/>
  <name value="BirthSex"/>
  <title value="Birth Sex"/>
  <status value="active"/>
  <date value="2019-05-21T00:00:00-04:00"/>
  <publisher value="HL7 US Realm Steering Committee"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description
               value="Codes for assigning sex at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"/>
      <concept>
        <code value="F"/>
        <display value="Female"/>
      </concept>
      <concept>
        <code value="M"/>
        <display value="Male"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <concept>
        <code value="UNK"/>
        <display value="Unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>