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="nsw-hospital"/>
<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>NSW Hospital</h3>
<table>
<tr>
<td>HPI-O</td>
<td>8003626566699734</td>
</tr>
<tr>
<td>ABN</td>
<td>41824753557</td>
</tr>
<tr>
<td>Phone</td>
<td>(02) 5550 4444</td>
</tr>
<tr>
<td>Address</td>
<td>2325 Rocklands Rd, North Sydney NSW 2060</td>
</tr>
<tr>
<td>Website</td>
<td>https://www.health.nsw.example.org/nsw-hospital</td>
</tr>
</table>
</div>
</text>
<!-- Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations -->
<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"/>
<!-- Not a valid ABN. This example uses a fictional
ABN that does not conform to ABN format to ensure no conflict with real world values -->
<value value="41824753557"/>
</identifier>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="NOI"/>
</coding>
<text value="HPI-O"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hpio/1.0"/>
<value value="8003626566699734"/>
</identifier>
<type>
<coding>
<system value="http://snomed.info/sct"/>
<code value="22232009"/>
</coding>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="HOSP"/>
</coding>
<text value="Hospital"/>
</type>
<name value="NSW Hospital"/>
<telecom>
<system value="url"/>
<value value="https://www.health.nsw.example.org/nsw-hospital"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="(02) 5550 4444"/>
</telecom>
<address>
<type value="physical"/>
<text value="2325 Rocklands Rd, North Sydney NSW 2060"/>
<line value="2325 Rocklands Rd"/>
<city value="North Sydney"/>
<state value="NSW"/>
<postalCode value="2060"/>
<country value="AU"/>
</address>
</Organization>