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="example7"/>
<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 example7</b></p><a name="example7"> </a><a name="hcexample7"> </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>: HSP-O/8003641000000000</p><p><b>active</b>: true</p><p><b>name</b>: Sunshine Home Care Services</p><p><b>telecom</b>: <a href="mailto:admin@sunshinehomecare.example.com">admin@sunshinehomecare.example.com</a>, <a href="tel:+61355550123">+61 3 5555 0123</a></p><p><b>address</b>: 125 Care Street Melbourne VIC 3000 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="HSP-O"/>
</type>
<system value="http://ns.electronichealth.net.au/id/hi/hspo/1.0"/>
<!-- The value of 8003641000000000 should be replaced with a registered example value when one becomes available. -->
<value value="8003641000000000"/>
</identifier>
<active value="true"/>
<name value="Sunshine Home Care Services"/>
<telecom>
<system value="email"/>
<value value="admin@sunshinehomecare.example.com"/>
<use value="work"/>
</telecom>
<telecom>
<system value="phone"/>
<value value="+61 3 5555 0123"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<line value="125 Care Street"/>
<city value="Melbourne"/>
<state value="VIC"/>
<postalCode value="3000"/>
<country value="AU"/>
</address>
</Organization>