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 - Example Location Service Coverage Area - TTL Representation
Raw ttl | Download
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-healthconnect-Location-service-coverage-area"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-09-01T14:45:30Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-service-coverage-area"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-service-coverage-area> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-Location-service-coverage-area</b></p><a name=\"example-healthconnect-Location-service-coverage-area\"> </a><a name=\"hcexample-healthconnect-Location-service-coverage-area\"> </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-01 14:45:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-service-coverage-area.html\">HC Service Coverage Area</a></p></div><p><b>status</b>: Active</p><p><b>address</b>: 87 Western Esp Tindal RAAF QLD 4655 AU</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:address [
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "87 Western Esp Tindal RAAF QLD 4655 AU" ] ;
( fhir:line [ fhir:v "Shop 8" ] [ fhir:v "87 Western Esp" ] ) ;
fhir:city [ fhir:v "TINDAL" ] ;
fhir:state [ fhir:v "QLD" ] ;
fhir:postalCode [ fhir:v "4655" ] ;
fhir:country [ fhir:v "AU" ]
] . #