MediRecords FHIR Implementation Guide
1.3.0 - release


: Pregnancy Status - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="pregnancy-status"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <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://www.snomed.org/"><code>http://snomed.info/sct</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://snomed.info/id/60001007">60001007</a></td><td>Not pregnant</td></tr><tr><td><a href="http://snomed.info/id/77386006">77386006</a></td><td>Pregnant</td></tr></table></li><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.3.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.3.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>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="informative"/>
  </extension>
  <url value="http://hl7.org.au/fhir/core/ValueSet/pregnancy-status"/>
  <version value="1.3.0"/>
  <name value="PregnancyStatus"/>
  <title value="Pregnancy Status"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2023-05-30T01:33:06+00:00"/>
  <publisher value="HL7 Australia"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.com.au"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7 Australia Patient Administration Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://confluence.hl7australia.com/display/PA"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7 Australia Orders and Observations Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="https://confluence.hl7australia.com/display/OO"/>
      <use value="work"/>
    </telecom>
  </contact>
  <contact>
    <name value="HL7 Australia Medications Working Group"/>
    <telecom>
      <system value="url"/>
      <value value="https://confluence.hl7australia.com/display/MED"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="The Pregnancy Status value set includes values that may be used to represent the pregnancy status of a patient. The values included align with the IPS and US Core."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="AU"/>
    </coding>
  </jurisdiction>
  <copyright
             value="This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement."/>
  <compose>
    <include>
      <system value="http://snomed.info/sct"/>
      <concept>
        <code value="60001007"/>
        <display value="Not pregnant"/>
      </concept>
      <concept>
        <code value="77386006"/>
        <display value="Pregnant"/>
      </concept>
    </include>
    <include>
      <system value="http://terminology.hl7.org/CodeSystem/v3-NullFlavor"/>
      <concept>
        <code value="UNK"/>
        <display value="Unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>