This page is part of the AU Base Implementation Guide 4.1.0. It is based on FHIR R4. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"example5\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource HealthcareService "example5" </p></div><p><b>identifier</b>: RACS ID: 0011</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example5.html\">Organization/example5</a> "The Corporation of the Synod of the Diocese of Nundah"</p><p><b>type</b>: Aged care residential service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1120991000168102)</span></p><p><b>location</b>: <a href=\"Location-example9.html\">Location/example9</a></p><p><b>name</b>: Honourable Mark's Home For Aged Men</p><p><b>telecom</b>: ph: (07) 8543 5956(WORK)</p><p><b>serviceProvisionCode</b>: Fees Apply <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FAP)</span>, Co-payment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#COP)</span>, Fees and Bulk Billing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-service-provision-conditions.html\">Service Provision Conditions Australian Concepts</a>#FBB)</span></p></div>"
]; #
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: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: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.
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#4.1.0 based on FHIR 4.0.1. Generated 2023-02-24
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change