Vital Records Common Library (VRCL) STU2-ballot
2.0.0-ballot - ballot United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Patient - Fetal Death Extension example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-fetal-death-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Jones </b> female, DoB: 2019-01-09 ( Medical Record Number: 9932702 (use: USUAL))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td>true</td><td style="background-color: #f3f5da" title="Known multipleBirth status of Patient">Multiple Birth:</td><td colspan="3">3</td></tr><tr><td style="background-color: #f3f5da" title="The fetal death status of the patient."><a href="StructureDefinition-Extension-patient-fetal-death-vr.html">Extension - Patient Fetal Death - Vital Records:</a></td><td colspan="3"><ul><li><a href="http://snomed.info/id/276507005">SNOMED CT (all versions)</a> 276507005: Fetal death</li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Extension-patient-fetal-death-vr">
    <valueCoding>
      <system value="http://snomed.info/sct"/>
      <code value="276507005"/>
    </valueCoding>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
    </type>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="9932702"/>
  </identifier>
  <name>
    <family value="Jones"/>
  </name>
  <gender value="female"/>
  <birthDate value="2019-01-09">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="2019-01-09T18:23:00-07:00"/>
    </extension>
  </birthDate>
  <deceasedBoolean value="true"/>
  <multipleBirthInteger value="3"/>
</Patient>