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/steveswinsburg/HealthConnect/ and changes regularly. See the Directory of published versions

: Health Connect - Example Virtual Telehealth Service - TTL Representation

Page standards status: Informative

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-virtual-telehealth-service-1"] ; # 
  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-location"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-location>     ] )
  ] ; # 
  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-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-hc-location.html\">HC Location</a></p></div><p><b>identifier</b>: LSPN/565656</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 Example Aged Care Facility</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "LSPN" ] ;
fhir:display [ fhir:v "Location Specific Practice Number" ]       ] ) ;
fhir:text [ fhir:v "LSPN" ]     ] ;
fhir:system [
fhir:v "http://ns.electronichealth.net.au/id/location-specific-practice-number"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/id/location-specific-practice-number>     ] ;
fhir:value [ fhir:v "565656" ]
  ] ) ; # 
  fhir:name [ fhir:v "Virtual Telehealth Service"] ; # 
  fhir:alias ( [ fhir:v "Ye Old Virtual Telehealth Service"] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org.au/CodeSystem/location-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org.au/CodeSystem/location-type>       ] ;
fhir:code [ fhir:v "VI" ] ;
fhir:display [ fhir:v "Virtual" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+61 2 8000 0000" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "telehealth-support@mockhealth.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://telehealth.mockservice.au/session/virtual-123" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://telehealth.mockservice.au/consult" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:managingOrganization [
fhir:l fhir:Organization/example-healthconnect-organization-1 ;
fhir:reference [ fhir:v "Organization/example-healthconnect-organization-1" ]
  ] . #