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 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/HCPD-Snapshot-26.0.0-HL7AU-Connectathon-Aug-25-26/ and changes regularly. See the Directory of published versions

: HCPD Service Coverage Area Example: Balmain (2041) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Location/example-healthconnect-service-coverage-area-balmain-1> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-healthconnect-service-coverage-area-balmain-1"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2026-01-15T10:00:00+10:00"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-service-coverage-area" ;
       fhir:index 0 ;
       fhir:link <http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-service-coverage-area>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-service-coverage-area-balmain-1</b></p><a name=\"example-healthconnect-service-coverage-area-balmain-1\"> </a><a name=\"hcexample-healthconnect-service-coverage-area-balmain-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: 2026-01-15 10:00:00+1000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hcpd-service-coverage-area.html\">HCPD Service Coverage Area</a></p></div><blockquote><p><b>Suppression Indicator for Visibility</b></p><ul><li>suppressedBy: <span title=\"Codes:{http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type organisation-initiated}\">Organisation initiated</span></li></ul></blockquote><p><b>status</b>: Active</p><p><b>name</b>: Balmain Service Coverage Area</p><p><b>description</b>: Coverage area for healthcare services available to residents of Balmain and surrounding postcodes in the Inner West of Sydney.</p><p><b>address</b>: Balmain NSW 2041 AU </p><p><b>managingOrganization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization null</a></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Element.extension [
       fhir:index 0 ;
       fhir:Extension.url [ fhir:value "suppressedBy" ] ;
       fhir:Extension.valueCodeableConcept [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://digitalhealth.gov.au/fhir/cc/CodeSystem/responsible-party-type" ] ;
           fhir:Coding.code [ fhir:value "organisation-initiated" ]
         ]
       ]
     ] ;
     fhir:Extension.url [ fhir:value "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/suppressed" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Balmain Service Coverage Area"] ;
  fhir:Location.description [ fhir:value "Coverage area for healthcare services available to residents of Balmain and surrounding postcodes in the Inner West of Sydney."] ;
  fhir:Location.address [
     fhir:Address.city [ fhir:value "Balmain" ] ;
     fhir:Address.state [ fhir:value "NSW" ] ;
     fhir:Address.postalCode [ fhir:value "2041" ] ;
     fhir:Address.country [ fhir:value "AU" ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:link <http://hl7.org/fhir/Organization/example-healthconnect-organization-1> ;
     fhir:Reference.reference [ fhir:value "Organization/example-healthconnect-organization-1" ]
  ] .

<http://hl7.org/fhir/Organization/example-healthconnect-organization-1> a fhir:Organization .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Location/example-healthconnect-service-coverage-area-balmain-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/example-healthconnect-service-coverage-area-balmain-1.ttl> .