@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
\n

\n Narrative\n

\n

active: true

\n

providedBy: Albion Hospital. Generated\n Summary: ABN: 51824753556; Private hospital;\n name: Albion Hospital

\n

category: Specialist Radiology/Imaging

\n

specialty: Radiation\n oncology, Interventional radiology - speciality

\n

location: Generated Summary: status: active;\n Site

\n

name: Albion Hospital Radiology Service

\n

AvailableTimes

\n \n \n \n \n \n \n \n \n \n \n \n \n \n
-\n DaysOfWeek\n \n AvailableStartTime\n \n AvailableEndTime\n
*mon, tue, wed, thu, fri08:30:00 (Brisbane)17:30:00 (Brisbane)
\n
" ] ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:providedBy [ fhir:link ; 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:link ; 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" ] ] ) ] ] ) ] ] ) . # # -------------------------------------------------------------------------------------