AU Base Implementation Guide
4.2.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 4.2.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 - a typical Healthcare Service the Radiologist belongs to - 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 -------------------------------------------------------------------

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-healthcareservice>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<p>\n				<b>Narrative</b>\n			</p>\n			<p><b>active</b>: true</p>\n			<p><b>providedBy</b>: <a href=\"Organization-example1.html\">Albion Hospital. Generated\n					Summary: ABN: 51824753556; <span title=\"Codes: {http://snomed.info/sct 309895006}\">Private hospital</span>;\n					name: Albion Hospital</a></p>\n			<p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/service-category 30}\">Specialist Radiology/Imaging</span></p>\n			<p><b>specialty</b>: <span title=\"Codes: {http://snomed.info/sct 419815003}\">Radiation\n					oncology</span>, <span title=\"Codes: {http://snomed.info/sct 408455009}\">Interventional radiology - speciality</span></p>\n			<p><b>location</b>: <a href=\"Location-example1.html\">Generated Summary: status: active;\n						<span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></a></p>\n			<p><b>name</b>: Albion Hospital Radiology Service</p>\n			<h3>AvailableTimes</h3>\n			<table class=\"grid\">\n				<tr>\n					<td>-</td>\n					<td>\n						<b>DaysOfWeek</b>\n					</td>\n					<td>\n						<b>AvailableStartTime</b>\n					</td>\n					<td>\n						<b>AvailableEndTime</b>\n					</td>\n				</tr>\n				<tr>\n					<td>*</td>\n					<td>mon, tue, wed, thu, fri</td>\n					<td>08:30:00 (Brisbane)</td>\n					<td>17:30:00 (Brisbane)</td>\n				</tr>\n			</table>\n		</div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:providedBy [
fhir:reference [ fhir:v "Organization/example1" ] ;
fhir:display [ fhir:v "Albion Hospital" ]
  ] ; # 
  fhir:specialty ( [
    ( fhir:coding [
a sct:419815003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419815003" ] ;
fhir:display [ fhir:v "Radiation oncology" ]     ] )
  ] [
    ( fhir:coding [
a sct:408455009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "408455009" ] ;
fhir:display [ fhir:v "Interventional radiology - speciality" ]     ] )
  ] ) ; # 
  fhir:location ( [
fhir:reference [ fhir:v "Location/example1" ]
  ] ) ; # 
  fhir:name [ fhir:v "Albion Hospital Radiology Service"] ; # 
  fhir:availableTime ( [
    ( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [
fhir:v "08:30:00"^^xsd:time ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-timezone"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://www.iana.org/time-zones"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Australia/Brisbane" ]           ] )         ]       ] )     ] ;
fhir:availableEndTime [
fhir:v "17:30:00"^^xsd:time ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-timezone"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "https://www.iana.org/time-zones"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Australia/Brisbane" ]           ] )         ]       ] )     ]
  ] ) . #