My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions

: Mr Mike Broadway - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="broadway-mike"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mcv-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient broadway-mike</b></p><a name="broadway-mike"> </a><a name="hcbroadway-mike"> </a><a name="broadway-mike-en-AU"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mike Broadway  Male, DoB: 1967-04-12 ( IHI: Austalian Healthcare Identifier - Individual#8003608166895854)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Medicare Number/5950890021 (, period: (?) --&gt; 2023-12)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0491 570 006(Mobile)</li><li>ph: (02) 5550 4321(Home)</li><li>765 Rutherford St Lennox Head NSW 2478 </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="This extension applies to the Patient, Person, and RelatedPerson resources and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin."><a href="https://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-indigenous-status.html">Australian Indigenous Status</a></td><td colspan="3">australian-indigenous-status-1 1: Aboriginal but not Torres Strait Islander origin</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="1"/>
      <display value="Aboriginal but not Torres Strait Islander origin"/>
    </valueCoding>
  </extension>
  <identifier>
    <extension url="http://hl7.org.au/fhir/StructureDefinition/ihi-status">
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"/>
        <code value="active"/>
        <display value="active"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/ihi-record-status">
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"/>
        <code value="verified"/>
        <display value="verified"/>
      </valueCoding>
    </extension>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
        <userSelected value="false"/>
      </coding>
      <text value="IHI"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
    <value value="8003608166895854"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
        <userSelected value="false"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="5950890021"/>
    <period>
      <end value="2023-12"/>
    </period>
  </identifier>
  <name>
    <family value="Broadway"/>
    <given value="Mike"/>
    <prefix value="Mr."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0491 570 006"/>
    <use value="mobile"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="(02) 5550 4321"/>
    <use value="home"/>
    <rank value="2"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1967-04-12"/>
  <address>
    <line value="765 Rutherford St"/>
    <city value="Lennox Head"/>
    <state value="NSW"/>
    <postalCode value="2478"/>
  </address>
</Patient>