Vital Records Common Profiles Library
0.1.0 - STU 1 Ballot

This page is part of the Vital Records Common Profile Library (v0.1.0: STU 1 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Patient - Child example [Baby G Quinn] - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-child-babyg-quinn-common"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2020-11-19T04:03:48.962+00:00"/>
    <source value="#CPV9g9R1uI1lAX2c"/>
    <profile
             value="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/Patient-child"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <div class="hapiHeaderText">Baby G 
        
        
        
                
                <b>QUINN </b>
            </div>
            <table class="hapiPropertyTable">
                <tbody>
                    <tr>
                        <td>Identifier</td>
                        <td>9932702</td>
                    </tr>
                    <tr>
                        <td>Date of birth</td>
                        <td>
                            <span>12 February 2019</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="White"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2186-5"/>
        <display value="Not Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Not Hispanic or Latino"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="F"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <city value="Salt Lake City"/>
      <district value="Salt Lake"/>
      <state value="UT"/>
    </valueAddress>
  </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="Quinn"/>
    <given value="Baby"/>
    <given value="G"/>
  </name>
  <gender value="female"/>
  <birthDate value="2019-02-12">
    <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="2019-02-12T13:00:00-07:00"/>
    </extension>
  </birthDate>
  <multipleBirthInteger value="1"/>
</Patient>