Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: HealthcareService-example4

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@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 "example4"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"example4\" </p></div><p><b>identifier</b>: RACS ID: 0009</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-example8.html\">Location/example8</a> \"Leafy Grove\"</p><p><b>name</b>: Leafy Grove Home for the Aged</p><p><b>telecom</b>: ph: (07) 8543 5755(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><p><b>communication</b>: English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</span>, Arabic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#ar)</span>, Cantonese <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#yue)</span>, Chinese <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#zh)</span>, Croatian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#hr)</span>, Greek <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#el)</span>, Italian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#it)</span>, Mandarin <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#cmn)</span>, Polish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#pl)</span>, Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es)</span>, Vietnamese <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#vi)</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 "0009" ]
  ];
  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/example8" ]
  ];
  fhir:HealthcareService.name [ fhir:value "Leafy Grove Home for the Aged"];
  fhir:HealthcareService.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "phone" ];
     fhir:ContactPoint.value [ fhir:value "(07) 8543 5755" ];
     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" ]
  ];
  fhir:HealthcareService.communication [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "en" ]     ];
     fhir:CodeableConcept.text [ fhir:value "English" ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "ar" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Arabic" ]
  ], [
     fhir:index 2;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "yue" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Cantonese" ]
  ], [
     fhir:index 3;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "zh" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Chinese" ]
  ], [
     fhir:index 4;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "hr" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Croatian" ]
  ], [
     fhir:index 5;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "el" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Greek" ]
  ], [
     fhir:index 6;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "it" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Italian" ]
  ], [
     fhir:index 7;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "cmn" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Mandarin" ]
  ], [
     fhir:index 8;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "pl" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Polish" ]
  ], [
     fhir:index 9;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "es" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Spanish" ]
  ], [
     fhir:index 10;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
       fhir:Coding.code [ fhir:value "vi" ]     ];
     fhir:CodeableConcept.text [ fhir:value "Vietnamese" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.

Issues & Feedback