Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="mhr-zhang-wei"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mhr-1"/>
<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>
<h3>Derived Narrative with Details</h3>
</p>
<p>
<b>Mr Zhang Wei</b>
</p>
<p>
<b>IHI:</b> 8003608000228437 <b>Medicare Number:</b> 29533070311
</p>
<p>
<b>Date Of Birth:</b> 1972-05-03
</p>
<p>
<b>Country of Birth:</b> China <b>Year of Arrival:</b> 2017
</p>
<p>
<b>Indigenous Status:</b> Neither Aboriginal nor Torres Strait Islander origin
</p>
<p>
<b>Interpreter Required?</b> Yes <b>Preferred Language:</b> Cantonese (yue)
</p>
</div>
</text>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
<valueAddress>
<text value="China"/>
<country value="CHN"/>
</valueAddress>
</extension>
<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>
<extension
url="http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired">
<valueBoolean value="true"/>
</extension>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/date-of-arrival">
<valueDate value="2017"/>
</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"/>
</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"/>
</coding>
<text value="IHI"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
<value value="8003608000228437"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MC"/>
</coding>
<text value="Medicare Number"/>
</type>
<system value="http://ns.electronichealth.net.au/id/medicare-number"/>
<value value="29533070311"/>
</identifier>
<name>
<family value="Zhang"/>
<given value="Wei"/>
<prefix value="Mr"/>
</name>
<gender value="male"/>
<birthDate value="1972-05-03">
<extension
url="http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator">
<valueCoding>
<system
value="https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"/>
<code value="AAA"/>
<display value="Day, month and year are accurate"/>
</valueCoding>
</extension>
</birthDate>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="yue"/>
</coding>
<text value="Cantonese"/>
</language>
<preferred value="true"/>
</communication>
</Patient>