@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:HealthcareService; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example5"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.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: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 "0011" ] ]; fhir:HealthcareService.active [ fhir:value "true"^^xsd:boolean]; fhir:HealthcareService.providedBy [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example5" ] ]; 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/example9" ] ]; fhir:HealthcareService.name [ fhir:value "Honourable Mark's Home For Aged Men"]; fhir:HealthcareService.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "phone" ]; fhir:ContactPoint.value [ fhir:value "(07) 8543 5956" ]; 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 . # -------------------------------------------------------------------------------------