Canadian Baseline
1.1.0 - CI Build Canada flag

Canadian Baseline, published by HL7 Canada - FHIR Implementation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-Canada/ca-baseline/ and changes regularly. See the Directory of published versions

: Birth Sex - XML Representation

Draft as of 2019-03-08

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="birthsex"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-AdministrativeGender.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><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-AdministrativeGender.html#v3-AdministrativeGender-F">F</a></td><td>Female</td><td>Female</td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-AdministrativeGender.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://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.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><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-UNK">UNK</a></td><td>Unknown</td><td>**Description:**A proper value is applicable, but not known.<br/><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/><br/>1.  Those properties themselves directly translate to a semantic of &quot;unknown&quot;. (E.g. a local code sent as a translation that conveys 'unknown')<br/>2.  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/ca/baseline/ValueSet/birthsex"/>
  <version value="1.1.0"/>
  <name value="BirthSex"/>
  <title value="Birth Sex"/>
  <status value="draft"/>
  <date value="2019-03-08"/>
  <publisher value="HL7 Canada - FHIR Implementation Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value
             value="https://infocentral.infoway-inforoute.ca/en/collaboration/wg/fhir-implementations"/>
    </telecom>
  </contact>
  <description
               value="Codes for documenting sex at birth. (Replicates the birthsex ValueSet in US-Core-R4 for interoperability.)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="CA"/>
    </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>