Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Patient-mhr-tjakamarra-billy

Formats: Narrative, XML, JSON, Turtle

Raw xml



<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 style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Billy Tjakamarra </b> male, DoB: 1954-04-23 ( National unique individual identifier: 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="Languages 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> &quot;Territory Medical Centre&quot;</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.0.0/StructureDefinition-closing-the-gap-registration.html">Closing the Gap Registration:</a></td><td colspan="3"><ul><li>true</li></ul></td></tr><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.0.0/StructureDefinition-indigenous-status.html">Australian Indigeneous Status:</a></td><td colspan="3"><ul><li>https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1 1: Aboriginal but not 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="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>