@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "racs-nsw-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: HealthcareService racs-nsw-01

identifier: RACS ID/120011

providedBy: Organization Large Residential Aged Care Services Group Limited

type: Aged care residential service

location: Location LARCSG Care Randwick NSW

name: LARCSG Care Randwick Home for the Aged 120011

telecom: ph: (02) 8543 5956(Work)

serviceProvisionCode: Fees Apply, Co-payment, Fees and Bulk Billing

" ] ; # 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 "120011" ] # In Australia RACS identifier number are an\n incremental number that have been incremented to 4 digits, this example uses a fictional\n number from 100,000 + to ensure no conflict with real world values ] ) ; # fhir:providedBy [ fhir:link ; fhir:reference [ fhir:v "Organization/large-racs" ] ] ; # 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/large-racs-nsw-01" ] ] ) ; # fhir:name [ fhir:v "LARCSG Care Randwick Home for the Aged 120011"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 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" ] ] ) . # # -------------------------------------------------------------------------------------