Agency Common Components 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/CC/ and changes regularly. See the Directory of published versions
: IAR Levels of Care Example - TTL Representation
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 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 "iar-levels-of-care-example"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService iar-levels-of-care-example</b></p><a name=\"iar-levels-of-care-example\"> </a><a name=\"hciar-levels-of-care-example\"> </a><p><b>IAR Levels of Care</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1 level1}\">Level 1 - Self management</span></p><p><b>active</b>: true</p><p><b>providedBy</b>: Example Health Organisation</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394913002}\">Psychotherapy (specialty)</span></p><p><b>name</b>: Kath & Kim's Fountain Lakes Wellness Hub</p><p><b>telecom</b>: <a href=\"tel:+61212345678\">+61 2 1234 5678</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/iar-levels-of-care"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/iar-levels-of-care-1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "level1" ] ;
fhir:display [ fhir:v "Level 1 - Self management" ] ] ) ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:providedBy [
fhir:display [ fhir:v "Example Health Organisation" ]
] ; #
fhir:type ( [
( fhir:coding [
a sct:394913002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "394913002" ] ;
fhir:display [ fhir:v "Psychotherapy (specialty)" ] ] )
] ) ; #
fhir:name [ fhir:v "Kath & Kim's Fountain Lakes Wellness Hub"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+61 2 1234 5678" ] ;
fhir:use [ fhir:v "work" ]
] ) . #