Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: LARCSG Care Sunnybank Home for the Aged 130011 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "racs-qld-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService racs-qld-01</b></p><a name=\"racs-qld-01\"> </a><a name=\"hcracs-qld-01\"> </a><a name=\"racs-qld-01-en-AU\"> </a><p><b>identifier</b>: RACS ID/130011</p><p><b>providedBy</b>: <a href=\"Organization-large-racs.html\">Organization Large Residential Aged Care Services Group Limited</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1120991000168102}\">Aged care residential service</span></p><p><b>location</b>: <a href=\"Location-large-racs-qld-01.html\">Location LARCSG Care Sunnybank QLD</a></p><p><b>name</b>: LARCSG Care Sunnybank Home for the Aged 130011</p><p><b>telecom</b>: ph: (07) 8543 5957(Work)</p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FAP}\">Fees Apply</span>, <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions COP}\">Co-payment</span>, <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FBB}\">Fees and Bulk Billing</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RACSI" ]       ] ) ;
fhir:text [ fhir:v "RACS ID" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/residential-aged-care-service-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "130011" ] # In Australia RACS identifier number are an\n        incremental number that have been incremented to 4 digits, this example uses a fictional\n        number from 100,000 + to ensure no conflict with real world values
  ] ) ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/large-racs" ]
  ] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:1120991000168102 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1120991000168102" ]     ] ) ;
fhir:text [ fhir:v "Aged care residential service" ]
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/large-racs-qld-01" ]
  ] ) ; # 
  fhir:name [ fhir:v "LARCSG Care Sunnybank Home for the Aged 130011"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(07) 8543 5957" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:serviceProvisionCode ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FAP" ]     ] ) ;
fhir:text [ fhir:v "Fees Apply" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "COP" ]     ] ) ;
fhir:text [ fhir:v "Co-payment" ]
  ] [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FBB" ]     ] ) ;
fhir:text [ fhir:v "Fees and Bulk Billing" ]
  ] ) . #