@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Schedule ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HL7ATSchedulingScheduleExample03"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: Schedule HL7ATSchedulingScheduleExample03

active: true

ServiceTypes

-Concept
*Physiotherapy

actor: Example of healthcareservice

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

"^^rdf:XMLLiteral ] ] ; # fhir:active [ fhir:v true] ; # 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:l ] ; fhir:code [ fhir:v "65" ] ; fhir:display [ fhir:v "Physiotherapy" ] ] ) ] ] ) ; # fhir:actor ( [ fhir:l ; fhir:reference [ fhir:v "HealthcareService/HL7ATSchedulingHealthcareServiceExample01" ] ; fhir:display [ fhir:v "Example of healthcareservice" ] ] ) ; # fhir:planningHorizon [ fhir:start [ fhir:v "2025-05-19T09:00:00+02:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-05-23T17:00:00+02:00"^^xsd:dateTime ] ] . # # -------------------------------------------------------------------------------------