AU Base Implementation Guide
6.0.1-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: HealthcareService - Honourable Mark's Home For Aged Men - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/HealthcareService/example5> 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 class=\"res-header-id\"><b>Generated Narrative: HealthcareService example5</b></p><a name=\"example5\"> </a><a name=\"hcexample5\"> </a><p><b>identifier</b>: RACS ID/0011</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-example5.html\">Organization The Corporation of the Synod of the Diocese of Nundah</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 1120991000168102}\">Aged care residential service</span></p><p><b>location</b>: <a href=\"Location-example9.html\">Location: status = active; type = Nursing or custodial care facility; physicalType = Site</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>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions FAP}\">Fees Apply</span>, <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions COP}\">Co-payment</span>, <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/service-provision-conditions MIX}\">Mixed Billing</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:link <http://hl7.org/fhir/Organization/example5> ;
     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 <http://hl7.org/fhir/Location/example9> ;
     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 "MIX" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Mixed Billing" ]
  ] .

<http://hl7.org/fhir/Organization/example5> a fhir:Organization .

<http://hl7.org/fhir/Location/example9> a fhir:Location .

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

<http://hl7.org/fhir/HealthcareService/example5.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/HealthcareService/example5.ttl> .