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.1.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

: Health Connect - HealthcareService example - XML Representation

Page standards status: Informative

Raw xml | Download


<HealthcareService xmlns="http://hl7.org/fhir">
  <id value="example-healthconnect-healthcareservice-1"/>
  <meta>
    <lastUpdated value="2025-09-02T18:00:00Z"/>
    <profile
             value="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-healthcareservice"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Healthcare Service: Residential Aged Care</b></p><p>This healthcare service provides aged care residential respite high care services. The service is available Monday to Friday from 8:00 AM to 5:30 PM and supports Italian and Chinese languages. Referrals are required from a GP or specialist.</p></div>
  </text>
  <extension
             url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-active-period">
    <valuePeriod>
      <start value="2022-01-01"/>
      <end value="2025-12-31"/>
    </valuePeriod>
  </extension>
  <extension
             url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-referral-information-for-referrer">
    <valueMarkdown
                   value="**Referral required** from a GP or specialist.

Please include:
- Recent medical history
- Current medications

Referrals can be faxed to **(02) 1234 5679**."/>
  </extension>
  <extension
             url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-iar-levels-of-care">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://ns.electronichealth.net.au/hc/CodeSystem/hc-iar-levels-of-care"/>
        <code value="3"/>
        <display value="Level 3 (moderate intensity interventions)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://ns.electronichealth.net.au/hc/StructureDefinition/hc-accept-new-patient">
    <valueBoolean value="true"/>
  </extension>
  <providedBy>🔗 
    <reference value="Organization/example-healthconnect-organization-1"/>
  </providedBy>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="1578721000168109"/>
      <display
               value="Aboriginal and Torres Strait Islander family wellbeing and violence prevention service"/>
    </coding>
  </type>
  <location>🔗 
    <reference
               value="Location/example-healthconnect-Physical-location-with-wheelchair-access-1"/>
  </location>
  <name value="Healthcare service with Residential Aged Care service type"/>
  <coverageArea>🔗 
    <reference
               value="Location/example-healthconnect-Location-service-coverage-area"/>
  </coverageArea>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="FAP"/>
      <display value="Fees apply"/>
    </coding>
  </serviceProvisionCode>
  <serviceProvisionCode>
    <coding>
      <system
              value="http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"/>
      <code value="NFE"/>
      <display value="No fee"/>
    </coding>
  </serviceProvisionCode>
  <eligibility>
    <code>
      <coding>
        <system
                value="http://ns.electronichealth.net.au/hc/CodeSystem/hc-service-eligibility-cs"/>
        <code value="adult65Plus"/>
        <display value="Older Adult 65+ years"/>
      </coding>
    </code>
  </eligibility>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="it"/>
      <display value="Italian"/>
    </coding>
  </communication>
  <communication>
    <coding>
      <system value="urn:ietf:bcp:47"/>
      <code value="zh"/>
      <display value="Chinese"/>
    </coding>
  </communication>
  <appointmentRequired value="true"/>
  <availableTime>
    <daysOfWeek value="mon"/>
    <daysOfWeek value="tue"/>
    <daysOfWeek value="wed"/>
    <daysOfWeek value="thu"/>
    <daysOfWeek value="fri"/>
    <allDay value="false"/>
    <availableStartTime value="08:00:00"/>
    <availableEndTime value="17:30:00"/>
  </availableTime>
  <endpoint>🔗 
    <reference value="Endpoint/example-hc-endpoint-smd"/>
  </endpoint>
</HealthcareService>