Birth Defects Reporting - STU1
0.1.2 - draft United States of America flag

Birth Defects Reporting - STU1, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 0.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-birthdefectsreporting-ig/ and changes regularly. See the Directory of published versions

: Units of Age - XML Representation

Active as of 2024-11-06

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="ValueSet-units-of-age"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet ValueSet-units-of-age</b></p><a name="ValueSet-units-of-age"> </a><a name="hcValueSet-units-of-age"> </a><a name="ValueSet-units-of-age-en-US"> </a><ul><li>Include these codes as defined in <a href="http://unitsofmeasure.org"><code>http://unitsofmeasure.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>d</td><td>Days</td></tr><tr><td>wk</td><td>Weeks</td></tr><tr><td>mo</td><td>Months</td></tr><tr><td>a</td><td>Years</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="pher"/>
  </extension>
  <url
       value="http://hl7.org/fhir/us/birthdefectreporting/ValueSet/ValueSet-units-of-age"/>
  <version value="0.1.2"/>
  <name value="ValueSetUnitsOfAge"/>
  <title value="Units of Age"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-11-06T01:11:48+00:00"/>
  <publisher value="HL7 International / Public Health"/>
  <contact>
    <name value="HL7 International / Public Health"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/pher"/>
    </telecom>
  </contact>
  <contact>
    <name value="Thanh Cheng"/>
    <telecom>
      <system value="email"/>
      <value value="thanh.cheng@altarum.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="This valueset contains the set of codes for specifying the units used when recording age (days, weeks, months, years)"/>
  <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://unitsofmeasure.org"/>
      <concept>
        <code value="d"/>
        <display value="Days"/>
      </concept>
      <concept>
        <code value="wk"/>
        <display value="Weeks"/>
      </concept>
      <concept>
        <code value="mo"/>
        <display value="Months"/>
      </concept>
      <concept>
        <code value="a"/>
        <display value="Years"/>
      </concept>
    </include>
  </compose>
</ValueSet>