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 Aged Care Facility - 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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-healthconnect-organization-1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2025-08-30T09:15:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-organization"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-organization>     ] )
  ] ; # 
  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: Organization example-healthconnect-organization-1</b></p><a name=\"example-healthconnect-organization-1\"> </a><a name=\"hcexample-healthconnect-organization-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-08-30 09:15:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hc-organization.html\">HC Organization</a></p></div><p><b>identifier</b>: National Organisation Identifier/8003626566707032, ABN/41824753556, ACN/123456789</p><p><b>active</b>: true</p><p><b>name</b>: Example Aged Care Facility</p><p><b>alias</b>: Ye old Example Aged Care</p><p><b>telecom</b>: ph: (03) 5550 4075(Work), ph: (03) 5550 4076(Work), <a href=\"mailto:reception@example.com.au\">reception@example.com.au</a>, <a href=\"mailto:admin@example.com.au\">admin@example.com.au</a>, <a href=\"https://www.mocklocation.com.au\">https://www.mocklocation.com.au</a>, fax: +61 2 6666 7777(Work)</p><p><b>address</b>: </p><ul><li>175 Liverpool Street Sydney NSW 2000 AU </li><li>PO Box 12345 Sydney NSW 1230 AU </li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [
fhir:v "http://ns.electronichealth.net.au/hc/StructureDefinition/hc-org-classification"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/StructureDefinition/hc-org-classification>       ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [
fhir:v "http://ns.electronichealth.net.au/hc/CodeSystem/hc-org-classification-cs"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/hc/CodeSystem/hc-org-classification-cs>           ] ;
fhir:code [ fhir:v "network" ] ;
fhir:display [ fhir:v "Network" ]         ] )       ]     ] ) ;
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 "NOI" ]       ] )     ] ;
fhir:system [
fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ;
fhir:l <http://ns.electronichealth.net.au/id/hi/hpio/1.0>     ] ;
fhir:value [ fhir:v "8003626566707032" ]
  ] [
fhir:type [
fhir:text [ fhir:v "ABN" ]     ] ;
fhir:system [
fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/id/abn>     ] ;
fhir:value [ fhir:v "41824753556" ]
  ] [
fhir:type [
fhir:text [ fhir:v "ACN" ]     ] ;
fhir:system [
fhir:v "http://hl7.org.au/id/acn"^^xsd:anyURI ;
fhir:l <http://hl7.org.au/id/acn>     ] ;
fhir:value [ fhir:v "123456789" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Example Aged Care Facility"] ; # 
  fhir:alias ( [ fhir:v "Ye old Example Aged Care"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5550 4075" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5550 4076" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "reception@example.com.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "admin@example.com.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mocklocation.com.au" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "+61 2 6666 7777" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "175 Liverpool Street" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "AU" ]
  ] [
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "PO Box 12345" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "1230" ] ;
fhir:country [ fhir:v "AU" ]
  ] ) . #