@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "racs-qld-01"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: HealthcareService

Resource HealthcareService \"racs-qld-01\"

Profile: ADHA Core HealthcareService

identifier: RACS ID: 130011

providedBy: Organization/large-racs \"Large Residential Aged Care Services Group Limited\"

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

location: Location/large-racs-qld-01 \"LARCSG Care Sunnybank QLD\"

name: LARCSG Care Sunnybank Home for the Aged 130011

telecom: ph: (07) 8543 5957(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: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 "130011" ] ]; fhir:HealthcareService.providedBy [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/large-racs" ] ]; 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 ; fhir:Reference.reference [ fhir:value "Location/large-racs-qld-01" ] ]; fhir:HealthcareService.name [ fhir:value "LARCSG Care Sunnybank Home for the Aged 130011"]; fhir:HealthcareService.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(07) 8543 5957" ]; 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 "FBB" ] ]; fhir:CodeableConcept.text [ fhir:value "Fees and Bulk Billing" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------