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-SPARKED-Testing-20260708/ and changes regularly. See the Directory of published versions

: HCPD Location Example: Virtual Telehealth Service - 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-virtual-telehealth-service-1> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-healthconnect-virtual-telehealth-service-1"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2025-09-01T14:45:30Z"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-location" ;
       fhir:index 0 ;
       fhir:link <http://digitalhealth.gov.au/fhir/hcpd/StructureDefinition/hcpd-location>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example-healthconnect-virtual-telehealth-service-1</b></p><a name=\"example-healthconnect-virtual-telehealth-service-1\"> </a><a name=\"hcexample-healthconnect-virtual-telehealth-service-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-01 14:45:30+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hcpd-location.html\">HCPD Location</a></p></div><p><b>identifier</b>: LSPN/565656, Organization identifier/c1e61f66-151f-42e2-8c61-7ae40951b5e3</p><p><b>status</b>: Active</p><p><b>name</b>: Virtual Telehealth Service</p><p><b>alias</b>: Ye Old Virtual Telehealth Service</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/location-type VI}\">Virtual</span></p><p><b>telecom</b>: <a href=\"tel:+61280000000\">+61 2 8000 0000</a>, <a href=\"mailto:telehealth-support@mockhealth.au\">telehealth-support@mockhealth.au</a>, <a href=\"https://telehealth.mockservice.au/session/virtual-123\">https://telehealth.mockservice.au/session/virtual-123</a>, <a href=\"https://telehealth.mockservice.au/consult\">https://telehealth.mockservice.au/consult</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-healthconnect-organization-1.html\">Organization null</a></p></div>"
  ] ;
  fhir:Location.identifier [
     fhir:index 0 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "LSPN" ] ;
         fhir:Coding.display [ fhir:value "Location Specific Practice Number" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "LSPN" ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/location-specific-practice-number" ] ;
     fhir:Identifier.value [ fhir:value "565656" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
         fhir:Coding.code [ fhir:value "XX" ] ;
         fhir:Coding.display [ fhir:value "Organization identifier" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "http://digitalhealth.gov.au/fhir/hcpd/id/hcpd-local-identifier" ] ;
     fhir:Identifier.value [ fhir:value "c1e61f66-151f-42e2-8c61-7ae40951b5e3" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Virtual Telehealth Service"] ;
  fhir:Location.alias [
     fhir:value "Ye Old Virtual Telehealth Service" ;
     fhir:index 0
  ] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/location-type" ] ;
       fhir:Coding.code [ fhir:value "VI" ] ;
       fhir:Coding.display [ fhir:value "Virtual" ]
     ]
  ] ;
  fhir:Location.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+61 2 8000 0000" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "telehealth-support@mockhealth.au" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 2 ;
     fhir:ContactPoint.system [ fhir:value "url" ] ;
     fhir:ContactPoint.value [ fhir:value "https://telehealth.mockservice.au/session/virtual-123" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index 3 ;
     fhir:ContactPoint.system [ fhir:value "url" ] ;
     fhir:ContactPoint.value [ fhir:value "https://telehealth.mockservice.au/consult" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  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-virtual-telehealth-service-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/example-healthconnect-virtual-telehealth-service-1.ttl> .