This page is part of the AU Base Implementation Guide 4.1.1-preview based on FHIR R4. For a full list of available versions, see the Directory of published versions
: Organization - The Corporation of the Council of the Ward of Nundah - XML Representation
Raw xml | Download
<Organization xmlns="http://hl7.org/fhir">
<id value="example5"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Organization</b><a name="example5"> </a></p><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">Resource Organization "example5" </p></div><p><b>identifier</b>: ABN: 91420780376</p><p><b>active</b>: true</p><p><b>type</b>: Religious Institution <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html">Organization type</a>#reli)</span></p><p><b>name</b>: The Corporation of the Synod of the Diocese of Nundah</p><p><b>telecom</b>: <a href="mailto:info@CSDN.example.com">info@CSDN.example.com</a></p><p><b>address</b>: 700 Church Road Zillmere QLD 4034 AU (WORK)</p></div>
</text>
<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"/>
<value value="91420780376"/>
</identifier>
<active value="true"/>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/organization-type"/>
<code value="reli"/>
</coding>
<text value="Religious Institution"/>
</type>
<name value="The Corporation of the Synod of the Diocese of Nundah"/>
<telecom>
<system value="email"/>
<value value="info@CSDN.example.com"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<line value="700 Church Road"/>
<city value="Zillmere"/>
<state value="QLD"/>
<postalCode value="4034"/>
<country value="AU"/>
</address>
</Organization>