Health Connect Australia Provider Directory FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.2.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HealthConnect/ and changes regularly. See the Directory of published versions

: HC Organization Example: Home Care Support Service - XML Representation

Page standards status: Informative

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-healthconnect-organization-2"/>
  <meta>
    <lastUpdated value="2025-09-15T14:20:00Z"/>
    <profile
             value="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-healthconnect-organization-2</b></p><a name="example-healthconnect-organization-2"> </a><a name="hcexample-healthconnect-organization-2"> </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">Last updated: 2025-09-15 14:20:00+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-hc-organization.html">HC Organization</a></p></div><p><b>identifier</b>: National Organisation Identifier/8003640000000003, ABN/98765432109, ACN/987654321</p><p><b>active</b>: true</p><p><b>name</b>: Caring Hands Home Support</p><p><b>alias</b>: CHHS</p><p><b>telecom</b>: ph: (02) 9555 1200(Work), ph: (02) 9555 1201(Work), <a href="mailto:admin@caringhands.com.au">admin@caringhands.com.au</a>, <a href="mailto:support@caringhands.com.au">support@caringhands.com.au</a>, <a href="https://www.caringhands.com.au">https://www.caringhands.com.au</a>, fax: +61 2 9555 1299(Work)</p><p><b>address</b>: </p><ul><li>Suite 15, 88 Liverpool Street Sydney NSW 2000 AU </li><li>PO Box 5678 Sydney NSW 1234 AU </li></ul><p><b>partOf</b>: <a href="Organization-example-healthconnect-organization-1.html">Organization Example Aged Care Facility</a></p></div>
  </text>
  <identifier>
    <extension
               url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-org-classification">
      <valueCodeableConcept>
        <coding>
          <system
                  value="http://ns.electronichealth.net.au/hc/CodeSystem/hc-org-classification-cs"/>
          <code value="seed"/>
          <display value="Seed"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="NOI"/>
      </coding>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/hspo/1.0"/>
    <value value="8003640000000003"/>
  </identifier>
  <identifier>
    <type>
      <text value="ABN"/>
    </type>
    <system value="http://hl7.org.au/id/abn"/>
    <value value="98765432109"/>
  </identifier>
  <identifier>
    <type>
      <text value="ACN"/>
    </type>
    <system value="http://hl7.org.au/id/acn"/>
    <value value="987654321"/>
  </identifier>
  <active value="true"/>
  <name value="Caring Hands Home Support"/>
  <alias value="CHHS"/>
  <telecom>
    <system value="phone"/>
    <value value="(02) 9555 1200"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="(02) 9555 1201"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="admin@caringhands.com.au"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="support@caringhands.com.au"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="url"/>
    <value value="https://www.caringhands.com.au"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="fax"/>
    <value value="+61 2 9555 1299"/>
    <use value="work"/>
  </telecom>
  <address>
    <type value="physical"/>
    <line value="Suite 15, 88 Liverpool Street"/>
    <city value="Sydney"/>
    <state value="NSW"/>
    <postalCode value="2000"/>
    <country value="AU"/>
  </address>
  <address>
    <type value="postal"/>
    <line value="PO Box 5678"/>
    <city value="Sydney"/>
    <state value="NSW"/>
    <postalCode value="1234"/>
    <country value="AU"/>
  </address>
  <partOf>🔗 
    <reference value="Organization/example-healthconnect-organization-1"/>
  </partOf>
</Organization>