Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Organization-example5

Formats: Narrative, XML, JSON, Turtle

Raw xml



<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</b></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 "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/3.1.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>
Issues & Feedback