AU Base Implementation Guide
6.0.1-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Organization xmlns="http://hl7.org/fhir">
<id value="example8"/>
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-organization"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example8</b></p><a name="example8"> </a><a name="hcexample8"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-organization.html">AU Base Organization</a></p></div><p><b>identifier</b>: HAE/8003641100000000</p><p><b>active</b>: true</p><p><b>name</b>: Metro Health Administration Services</p><p><b>telecom</b>: <a href="mailto:contact@metrohealthadmin.example.com">contact@metrohealthadmin.example.com</a>, <a href="tel:+61255550456">+61 2 5555 0456</a></p><p><b>address</b>: 456 Administration Avenue Sydney NSW 2000 AU (work)</p></div>
</text>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
<code value="NOI"/>
<display value="National Organisation Identifier"/>
</coding>
<text value="HAE"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hae/1.0"/>
<!-- The value of 8003641100000000 should be replaced with a registered example value when one becomes available. -->
<value value="8003641100000000"/>
</identifier>
<active value="true"/>
<name value="Metro Health Administration Services"/>
<telecom>
<system value="email"/>
<value value="contact@metrohealthadmin.example.com"/>
<use value="work"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="+61 2 5555 0456"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<line value="456 Administration Avenue"/>
<city value="Sydney"/>
<state value="NSW"/>
<postalCode value="2000"/>
<country value="AU"/>
</address>
</Organization>