This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, 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 -------------------------------------------------------------------
a fhir:HealthcareService ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example4"] ; #
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 example4</b></p><a name=\"example4\"> </a><a name=\"hcexample4\"> </a><a name=\"example4-en-AU\"> </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 FBB}\">Fees and Bulk 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: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 "0009" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:providedBy [
fhir:reference [ fhir:v "Organization/example5" ]
] ; #
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/example8" ]
] ) ; #
fhir:name [ fhir:v "Leafy Grove Home for the Aged"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(07) 8543 5755" ] ;
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" ]
] ) ; #
fhir:communication ( [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ] ) ;
fhir:text [ fhir:v "English" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ar" ] ] ) ;
fhir:text [ fhir:v "Arabic" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "yue" ] ] ) ;
fhir:text [ fhir:v "Cantonese" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "zh" ] ] ) ;
fhir:text [ fhir:v "Chinese" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hr" ] ] ) ;
fhir:text [ fhir:v "Croatian" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "el" ] ] ) ;
fhir:text [ fhir:v "Greek" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "it" ] ] ) ;
fhir:text [ fhir:v "Italian" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cmn" ] ] ) ;
fhir:text [ fhir:v "Mandarin" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pl" ] ] ) ;
fhir:text [ fhir:v "Polish" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "es" ] ] ) ;
fhir:text [ fhir:v "Spanish" ]
] [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vi" ] ] ) ;
fhir:text [ fhir:v "Vietnamese" ]
] ) . #
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#4.2.2-ballot based on FHIR 4.0.1. Generated 2024-08-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change