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
<!-- Compliant with HI Test Data in Vendor Environment -->
<Patient xmlns="http://hl7.org/fhir">
<id value="hi-testdata-priest-mac"/>
<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">
<table>
<tr>
<td>LASTNAME</td>
<td>PRIEST</td>
</tr>
<tr>
<td>FIRSTNAME</td>
<td>Mac</td>
</tr>
<tr>
<td>IHI NUMBER</td>
<td>8003608333563104</td>
</tr>
<tr>
<td>MEDICARE CARD</td>
<td>2953307121</td>
</tr>
<tr>
<td>DOB</td>
<td>9 March 1989</td>
</tr>
<tr>
<td>GENDER</td>
<td>M</td>
</tr>
<tr>
<td>ADDRESS</td>
<td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>
</tr>
<tr>
<td>POSTAL ADDRESS</td>
<td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>
</tr>
</table>
</div>
</text>
<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="8003608333563104"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MC"/>
<display value="Patient's Medicare number"/>
</coding>
</type>
<system value="http://ns.electronichealth.net.au/id/medicare-number"/>
<value value="2953307121"/>
<period>
<end value="2024-03-31"/>
</period>
</identifier>
<name>
<family value="PRIEST"/>
<given value="Mac"/>
</name>
<gender value="male"/>
<birthDate value="1989-03-09"/>
<address>
<use value="home"/>
<type value="physical"/>
<line value="55 Council Pnt"/>
<city value="ASHTONFIELD"/>
<state value="NSW"/>
<postalCode value="2323"/>
</address>
<address>
<use value="billing"/>
<type value="postal"/>
<line value="55 Council Pnt"/>
<city value="ASHTONFIELD"/>
<state value="NSW"/>
<postalCode value="2323"/>
</address>
</Patient>