@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Slot ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HL7ATSchedulingSlotExample03-selectable-encounterClass"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-slot"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Slot HL7ATSchedulingSlotExample03-selectable-encounterClass

Slot Encounter Class: virtual

Slot Encounter Class: ambulatory

ServiceTypes

-Concept
*Physiotherapy

schedule: Schedule: planningHorizon = 2025-05-19 09:00:00+0200 --> 2025-05-23 17:00:00+0200

status: Free

start: 2025-09-15 08:00:00+0000

end: 2025-09-15 09:00:00+0000

"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/slot-encounter-class"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "VR" ] ; fhir:display [ fhir:v "virtual" ] ] ) ] ] [ fhir:url [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/slot-encounter-class"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "AMB" ] ; fhir:display [ fhir:v "ambulatory" ] ] ) ] ] ) ; # fhir:serviceType ( [ fhir:concept [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType"^^xsd:anyURI ] ; fhir:code [ fhir:v "65" ] ; fhir:display [ fhir:v "Physiotherapy" ] ] ) ] ] ) ; # fhir:schedule [ fhir:link ; fhir:reference [ fhir:v "Schedule/HL7ATSchedulingScheduleExample01" ] ] ; # fhir:status [ fhir:v "free"] ; # fhir:start [ fhir:v "2025-09-15T08:00:00Z"^^xsd:dateTime] ; # fhir:end [ fhir:v "2025-09-15T09:00:00Z"^^xsd:dateTime] . # # -------------------------------------------------------------------------------------