This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
: HealthcareService - a typical Healthcare Service the Radiologist belongs to - TTL Representation
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" ] ] ) ] ] ) ]
] ) . #