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

Generated Narrative: HealthcareService

Resource HealthcareService "example5"

identifier: RACS ID: 0011

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/example9

name: Honourable Mark's Home For Aged Men

telecom: ph: (07) 8543 5956(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)

" ] ; # 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 "0011" ] ] ) ; # 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/example9" ] ] ) ; # fhir:name [ fhir:v "Honourable Mark's Home For Aged Men"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(07) 8543 5956" ] ; 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" ] ] ) . # # -------------------------------------------------------------------------------------