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
<Organization xmlns="http://hl7.org/fhir">
<id value="metro-nsw-path-lab"/>
<meta>
<profile
value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>Randwick Laboratories Sydney</h3>
<p>Pathology Services</p>
<table>
<tr>
<td>NATA Accreditation Number</td>
<td>100201</td>
</tr>
<tr>
<td>ABN</td>
<td>41824753000</td>
</tr>
<tr>
<td>Phone</td>
<td>(02) 5550 8994</td>
</tr>
<tr>
<td>Address</td>
<td>1342 Sydney St, Randwick, NSW, 2031</td>
</tr>
</table>
</div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="NATAA"/>
<display value="NATA Accreditation Number"/>
</coding>
<text value="NATA Accreditation Number"/>
</type>
<system value="http://hl7.org.au/id/nata-accreditation"/>
<!-- In Australia NATA numbers are an
incremental number that have been incremented to 5 digits, this example uses a fictional
NATA number from 100,000 + to ensure no conflict with real world values -->
<value value="100201"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="XX"/>
</coding>
<text value="ABN"/>
</type>
<system value="http://hl7.org.au/id/abn"/>
<!-- Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations -->
<value value="41824753000"/>
</identifier>
<type>
<coding>
<system value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"/>
<code value="8520"/>
<display value="Pathology and Diagnostic Imaging Services"/>
</coding>
<text value="Pathology Laboratory"/>
</type>
<name value="Metropolitan Laboratories Sydney"/>
<telecom>
<system value="phone"/>
<value value="(02) 5550 8994"/>
<use value="work"/>
</telecom>
<address>
<line value="1342 Sydney St"/>
<city value="Randwick"/>
<state value="NSW"/>
<postalCode value="2031"/>
<country value="AU"/>
</address>
</Organization>