AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

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

: Patient - Ms. Sofia Italia (foreign tourist) - XML Representation

Page standards status: Informative

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="italia-sofia"/>
  <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>Sofia Italia </b> female, DoB: 1989-05-07 ( Passport Number: &lt;a href=&quot;http://terminology.hl7.org/5.3.0/NamingSystem-passportNumNS-ITA.html&quot;&gt;Passport Numbers Namespace for ITALY&lt;/a&gt;#IT1111111)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">Medical Record Number: 2338111</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail:</td><td colspan="3">Piazza del Colosseo Rome Lazio 00184 ITA (HOME)</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PPN"/>
      </coding>
      <text value="Passport Number"/>
    </type>
    <system value="http://hl7.org/fhir/sid/passport-ITA"/>
    <value value="IT1111111"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical record number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734"/>
    <value value="2338111"/>
    <assigner>
      <display value="Large Metropolitan Hospital"/>
    </assigner>
  </identifier>
  <name>
    <family value="Italia"/>
    <given value="Sofia"/>
    <prefix value="Ms"/>
  </name>
  <gender value="female"/>
  <birthDate value="1989-05-07"/>
  <address>
    <use value="home"/>
    <line value="Piazza del Colosseo"/>
    <city value="Rome"/>
    <state value="Lazio"/>
    <postalCode value="00184"/>
    <country value="ITA"/>
  </address>
</Patient>