AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.1.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/example4> a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example4"] ;
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: HealthcareService example4</b></p><a name=\"example4\"> </a><a name=\"hcexample4\"> </a><p><b>identifier</b>: RACS ID/0009</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example5.html\">Organization The Corporation of the Synod of the Diocese of Nundah</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-example8.html\">Location Leafy Grove</a></p><p><b>name</b>: Leafy Grove Home for the Aged</p><p><b>telecom</b>: ph: (07) 8543 5755(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 MIX}\">Mixed Billing</span></p><p><b>communication</b>: <span title=\"Codes:{urn:ietf:bcp:47 en}\">English</span>, <span title=\"Codes:{urn:ietf:bcp:47 ar}\">Arabic</span>, <span title=\"Codes:{urn:ietf:bcp:47 yue}\">Cantonese</span>, <span title=\"Codes:{urn:ietf:bcp:47 zh}\">Chinese</span>, <span title=\"Codes:{urn:ietf:bcp:47 hr}\">Croatian</span>, <span title=\"Codes:{urn:ietf:bcp:47 el}\">Greek</span>, <span title=\"Codes:{urn:ietf:bcp:47 it}\">Italian</span>, <span title=\"Codes:{urn:ietf:bcp:47 cmn}\">Mandarin</span>, <span title=\"Codes:{urn:ietf:bcp:47 pl}\">Polish</span>, <span title=\"Codes:{urn:ietf:bcp:47 es}\">Spanish</span>, <span title=\"Codes:{urn:ietf:bcp:47 vi}\">Vietnamese</span></p></div>"
] ;
fhir:HealthcareService.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 "RACSI" ]
] ;
fhir:CodeableConcept.text [ fhir:value "RACS ID" ]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/residential-aged-care-service-id" ] ;
fhir:Identifier.value [ fhir:value "0009" ]
] ;
fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean] ;
fhir:HealthcareService.providedBy [
fhir:link <http://hl7.org/fhir/Organization/example5> ;
fhir:Reference.reference [ fhir:value "Organization/example5" ]
] ;
fhir:HealthcareService.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:1120991000168102 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "1120991000168102" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Aged care residential service" ]
] ;
fhir:HealthcareService.location [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Location/example8> ;
fhir:Reference.reference [ fhir:value "Location/example8" ]
] ;
fhir:HealthcareService.name [ fhir:value "Leafy Grove Home for the Aged"] ;
fhir:HealthcareService.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "(07) 8543 5755" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] ;
fhir:HealthcareService.serviceProvisionCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions" ] ;
fhir:Coding.code [ fhir:value "FAP" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Fees Apply" ]
], [
fhir:index 1 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions" ] ;
fhir:Coding.code [ fhir:value "COP" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Co-payment" ]
], [
fhir:index 2 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/service-provision-conditions" ] ;
fhir:Coding.code [ fhir:value "MIX" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Mixed Billing" ]
] ;
fhir:HealthcareService.communication [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "en" ]
] ;
fhir:CodeableConcept.text [ fhir:value "English" ]
], [
fhir:index 1 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "ar" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Arabic" ]
], [
fhir:index 2 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "yue" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Cantonese" ]
], [
fhir:index 3 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "zh" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Chinese" ]
], [
fhir:index 4 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "hr" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Croatian" ]
], [
fhir:index 5 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "el" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Greek" ]
], [
fhir:index 6 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "it" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Italian" ]
], [
fhir:index 7 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "cmn" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Mandarin" ]
], [
fhir:index 8 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "pl" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Polish" ]
], [
fhir:index 9 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "es" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Spanish" ]
], [
fhir:index 10 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ] ;
fhir:Coding.code [ fhir:value "vi" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Vietnamese" ]
] .
<http://hl7.org/fhir/Organization/example5> a fhir:Organization .
<http://hl7.org/fhir/Location/example8> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/HealthcareService/example4.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/HealthcareService/example4.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#6.1.2-ci-build based on FHIR 4.0.1. Generated 2026-07-17
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change