AU Core Implementation Guide
0.2.0-preview - QA Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Patient - Baby patient - XML Representation

Page standards status: Informative

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="baby-smith-john"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Baby of Emma SMITH (TEMP)</b> male, DoB: 2022-09-14 ( Medical record number: 7746677 (use: TEMP))</p><hr/></div>
  </text>
  <!-- baby Patient instance  -->
  <identifier>
    <use value="temp"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/abn-scoped/medicalrecord/1.0/51824753003"/>
    <value value="7746677"/>
    <assigner>
      <display value="QLD Hospital"/>
    </assigner>
  </identifier>
  <name>
    <use value="temp"/>
    <family value="SMITH"/>
    <given value="Baby of Emma"/>
  </name>
  <gender value="male"/>
  <birthDate value="2022-09-14">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
      <valueDateTime value="2022-09-14T14:35:45-05:00"/>
    </extension>
  </birthDate>
</Patient>