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/steveswinsburg/HealthConnect/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-healthconnect-healthcareservice-1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-09-02T18:00:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-healthcareservice"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-healthcareservice> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService example-healthconnect-healthcareservice-1</b></p><a name=\"example-healthconnect-healthcareservice-1\"> </a><a name=\"hcexample-healthconnect-healthcareservice-1\"> </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-02 18:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-healthcareservice.html\">HC HealthcareService</a></p></div><p><b>HC Active Period</b>: 2022-01-01 --> 2025-12-31</p><p><b>HC Referral Information for Referrer</b>: </p><div><p><strong>Referral required</strong> from a GP or specialist.</p>\n<p>Please include:</p>\n<ul>\n<li>Recent medical history</li>\n<li>Current medications</li>\n</ul>\n<p>Referrals can be faxed to <strong>(02) 1234 5679</strong>.</p>\n</div><p><b>IAR Levels of Care</b>: <span title=\"Codes:{http://ns.electronichealth.net.au/hc/CodeSystem/iar-levels-of-care 3}\">Level 3 (moderate intensity interventions)</span></p><p><b>HC Accept New Patient</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization Example Aged Care Facility</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1584801000168109}\">Geriatric evaluation and management service</span></p><p><b>location</b>: <a href=\"Location-example-healthconnect-medical-centre-location-1.html\">Location Sydney Central Medical Centre</a></p><p><b>name</b>: Healthcare service with Residential Aged Care service type</p><p><b>coverageArea</b>: <a href=\"Location-example-healthconnect-mobile-unit-coverage-area-1.html\">Location Sydney CBD Mobile Unit Service Area</a></p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FAP}\">Fees apply</span>, <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions NFE}\">No fee</span></p><h3>Eligibilities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 933451001000036104}\">Older adult 65+ years</span></td></tr></table><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span>, <span title=\"Codes:{urn:ietf:bcp:47 zh}\">Chinese</span></p><p><b>appointmentRequired</b>: true</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>allDay</b>: false</p><p><b>availableStartTime</b>: 08:00:00</p><p><b>availableEndTime</b>: 17:30:00</p></blockquote><p><b>endpoint</b>: <a href=\"Endpoint-example-hc-endpoint-smd.html\">Endpoint Sydney General Hospital SMD Endpoint</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-active-period"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-active-period> ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2025-12-31"^^xsd:date ] ]
] [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-referral-information-for-referrer"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-referral-information-for-referrer> ] ;
fhir:value [
a fhir:Markdown ;
fhir:v "**Referral required** from a GP or specialist.\n\nPlease include:\n- Recent medical history\n- Current medications\n\nReferrals can be faxed to **(02) 1234 5679**." ]
] [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/iar-levels-of-care"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/iar-levels-of-care> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "http://ns.electronichealth.net.au/hc/CodeSystem/iar-levels-of-care"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/CodeSystem/iar-levels-of-care> ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Level 3 (moderate intensity interventions)" ] ] ) ]
] [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-accept-new-patient"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-accept-new-patient> ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true ]
] ) ; #
fhir:providedBy [
fhir:l fhir:Organization/example-healthconnect-organization-1 ;
fhir:reference [ fhir:v "Organization/example-healthconnect-organization-1" ]
] ; #
fhir:type ( [
( fhir:coding [
a sct:1584801000168109 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "1584801000168109" ] ;
fhir:display [ fhir:v "Geriatric evaluation and management service" ] ] )
] ) ; #
fhir:location ( [
fhir:l fhir:Location/example-healthconnect-medical-centre-location-1 ;
fhir:reference [ fhir:v "Location/example-healthconnect-medical-centre-location-1" ]
] ) ; #
fhir:name [ fhir:v "Healthcare service with Residential Aged Care service type"] ; #
fhir:coverageArea ( [
fhir:l fhir:Location/example-healthconnect-mobile-unit-coverage-area-1 ;
fhir:reference [ fhir:v "Location/example-healthconnect-mobile-unit-coverage-area-1" ]
] ) ; #
fhir:serviceProvisionCode ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/service-provision-conditions> ] ;
fhir:code [ fhir:v "FAP" ] ;
fhir:display [ fhir:v "Fees apply" ] ] )
] [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/service-provision-conditions> ] ;
fhir:code [ fhir:v "NFE" ] ;
fhir:display [ fhir:v "No fee" ] ] )
] ) ; #
fhir:eligibility ( [
fhir:code [
( fhir:coding [
a sct:933451001000036104 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "933451001000036104" ] ;
fhir:display [ fhir:v "Older adult 65+ years" ] ] ) ]
] ) ; #
fhir:communication ( [
( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47> ] ;
fhir:code [ fhir:v "it" ] ;
fhir:display [ fhir:v "Italian" ] ] )
] [
( fhir:coding [
fhir:system [
fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ;
fhir:l <urn:ietf:bcp:47> ] ;
fhir:code [ fhir:v "zh" ] ;
fhir:display [ fhir:v "Chinese" ] ] )
] ) ; #
fhir:appointmentRequired [ fhir:v true] ; #
fhir:availableTime ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:allDay [ fhir:v false ] ;
fhir:availableStartTime [
fhir:v "08:00:00"^^xsd:time ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/timezone"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/timezone> ] ;
fhir:value [
a fhir:Code ;
fhir:v "Australia/Sydney" ] ] ) ] ;
fhir:availableEndTime [
fhir:v "17:30:00"^^xsd:time ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/timezone"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/timezone> ] ;
fhir:value [
a fhir:Code ;
fhir:v "Australia/Sydney" ] ] ) ]
] ) ; #
fhir:endpoint ( [
fhir:l fhir:Endpoint/example-hc-endpoint-smd ;
fhir:reference [ fhir:v "Endpoint/example-hc-endpoint-smd" ]
] ) . #
IG © 2025+ Australian Digital Health Agency. Package au.digitalhealth.r4.healthconnect#0.2.0-preview based on FHIR 4.0.1. Generated 2026-01-20
Links: Table of Contents | QA Report | Version History | Report an issue or propose a change
Publisher: Australian Digital Health Agency | ABN: 84 425 496 912, Level 25, 175 Liverpool Street, Sydney, NSW 2000 | Phone: 1300 901 001 | Email: help@digitalhealth.gov.au | https://www.digitalhealth.gov.au | Privacy policy | Terms of Use