@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example4"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: HealthcareService

Resource HealthcareService "example4"

identifier: RACS ID: 0009

active: true

providedBy: Organization/example5 "The Corporation of the Synod of the Diocese of Nundah"

type: Aged care residential service (SNOMED CT#1120991000168102)

location: Location/example8 "Leafy Grove"

name: Leafy Grove Home for the Aged

telecom: ph: (07) 8543 5755(WORK)

serviceProvisionCode: Fees Apply (Service Provision Conditions Australian Concepts#FAP), Co-payment (Service Provision Conditions Australian Concepts#COP), Fees and Bulk Billing (Service Provision Conditions Australian Concepts#FBB)

communication: English (Tags for the Identification of Languages#en), Arabic (Tags for the Identification of Languages#ar), Cantonese (Tags for the Identification of Languages#yue), Chinese (Tags for the Identification of Languages#zh), Croatian (Tags for the Identification of Languages#hr), Greek (Tags for the Identification of Languages#el), Italian (Tags for the Identification of Languages#it), Mandarin (Tags for the Identification of Languages#cmn), Polish (Tags for the Identification of Languages#pl), Spanish (Tags for the Identification of Languages#es), Vietnamese (Tags for the Identification of Languages#vi)

" ] ; # 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:link ; 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:link ; 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" ] ] ) . # # -------------------------------------------------------------------------------------