My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Billy Tjakamarra (My Health Record Patient) - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="mhr-tjakamarra-billy"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient mhr-tjakamarra-billy</b></p><a name="mhr-tjakamarra-billy"> </a><a name="hcmhr-tjakamarra-billy"> </a><a name="mhr-tjakamarra-billy-en-AU"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Billy Tjakamarra  Male, DoB: 1954-04-23 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608833564735 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}">Never Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li>Medical Record Number/999111999</li><li>Pensioner Concession Card Number/307111942H</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 bvr}">Burarra</span></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Organization-territory-medical-centre.html">Organization Territory Medical Centre</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="This extension applies to the Patient resource and provides an indicator of whether the patient is eligible for a Closing the Gap (CTG) co-payment."><a href="http://hl7.org.au/fhir/4.2.2-ballot/StructureDefinition-closing-the-gap-registration.html">Closing the Gap Registration</a></td><td colspan="3">true</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="http://hl7.org.au/fhir/4.2.2-ballot/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>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration">
    <valueBoolean value="true"/>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system
            value="http://territorymedicalcentre.example.com.au/identifiers/patient"/>
    <value value="999111999"/>
    <assigner>🔗 
      <reference value="Organization/territory-medical-centre"/>
    </assigner>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PEN"/>
        <display value="Pension Number"/>
      </coding>
      <text value="Pensioner Concession Card Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/centrelink-customer-reference-number"/>
    <value value="307111942H"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
        <display value="National unique individual identifier"/>
      </coding>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
    <value value="8003608833564735"/>
  </identifier>
  <name>
    <family value="Tjakamarra"/>
    <given value="Billy"/>
  </name>
  <gender value="male"/>
  <birthDate value="1954-04-23"/>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="S"/>
      <display value="Never Married"/>
    </coding>
  </maritalStatus>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="bvr"/>
        <display value="Burarra"/>
      </coding>
    </language>
    <preferred value="false"/>
  </communication>
  <generalPractitioner>🔗 
    <reference value="Organization/territory-medical-centre"/>
  </generalPractitioner>
</Patient>