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

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

: Patient - Ms. Emma SMITH - XML Representation

Page standards status: Informative

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="smith-emma"/>
  <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>Emma SMITH </b> female, DoB: 1999-12-19 ( Medicare Number: 1234567892 (period: (?) --&gt; 2024-05))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="This extension applies to the Patient resource and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin."><a href="http://hl7.org.au/fhir/4.1.0/StructureDefinition-indigenous-status.html">Australian Indigenous Status:</a></td><td colspan="3"><ul><li>https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1 4: Neither Aboriginal nor Torres Strait Islander origin</li></ul></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/indigenous-status">
    <valueCoding>
      <system
              value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"/>
      <code value="4"/>
      <display value="Neither Aboriginal nor Torres Strait Islander origin"/>
    </valueCoding>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
        <display value="Patient's Medicare Number"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="1234567892"/>
    <period>
      <end value="2024-05"/>
    </period>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="SMITH"/>
    <given value="Emma"/>
    <prefix value="Ms."/>
  </name>
  <gender value="female"/>
  <birthDate value="1999-12-19"/>
</Patient>