@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Schedule ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "HL7ATSchedulingScheduleExample01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-schedule"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: Schedule HL7ATSchedulingScheduleExample01 Profile: HL7® AT Scheduling Schedule Profileactive: trueServiceTypes-Concept*Physiotherapyactor: Melanie MusterärztinplanningHorizon: 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:code [ fhir:v "65" ] ; fhir:display [ fhir:v "Physiotherapy" ] ] ) ] ] ) ; # fhir:actor ( [ fhir:link ; fhir:reference [ fhir:v "Practitioner/HL7ATCorePractitionerExample01" ] ; fhir:display [ fhir:v "Melanie Musterärztin" ] ] ) ; # 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 ] ] . # # -------------------------------------------------------------------------------------
Generated Narrative: Schedule HL7ATSchedulingScheduleExample01
Profile: HL7® AT Scheduling Schedule Profile
active: true
actor: Melanie Musterärztin
planningHorizon: 2025-05-19 09:00:00+0200 --> 2025-05-23 17:00:00+0200