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

Generated Narrative: Appointment HL7ATSchedulingAppointmentExample01

status: Booked

ServiceTypes

-Concept
*Physiotherapy

appointmentType: A routine check-up, such as an annual physical

description: Routineuntersuchung beim Hausarzt

start: 2025-06-01 09:00:00+0200

end: 2025-06-01 09:30:00+0200

minutesDuration: 30

slot: Slot: extension = ambulatory; status = free; start = 2025-09-15 08:00:00+0000; end = 2025-09-15 09:00:00+0000

created: 2025-05-10 14:23:00+0200

subject: Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)

participant

actor: Max Mustermann

required: true

status: Accepted

participant

actor: Melanie Musterärztin

required: true

status: Accepted

"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "booked"] ; # 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:appointmentType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0276"^^xsd:anyURI ] ; fhir:code [ fhir:v "CHECKUP" ] ; fhir:display [ fhir:v "A routine check-up, such as an annual physical" ] ] ) ] ; # fhir:description [ fhir:v "Routineuntersuchung beim Hausarzt"] ; # fhir:start [ fhir:v "2025-06-01T09:00:00+02:00"^^xsd:dateTime] ; # fhir:end [ fhir:v "2025-06-01T09:30:00+02:00"^^xsd:dateTime] ; # fhir:minutesDuration [ fhir:v "30"^^xsd:positiveInteger] ; # fhir:slot ( [ fhir:link ; fhir:reference [ fhir:v "Slot/HL7ATSchedulingSlotExample01-free" ] ] ) ; # fhir:created [ fhir:v "2025-05-10T14:23:00+02:00"^^xsd:dateTime] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/HL7ATCorePatientExample01" ] ] ; # fhir:participant ( [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Patient/HL7ATCorePatientExample01" ] ; fhir:display [ fhir:v "Max Mustermann" ] ] ; fhir:required [ fhir:v true ] ; fhir:status [ fhir:v "accepted" ] ] [ fhir:actor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/HL7ATCorePractitionerExample01" ] ; fhir:display [ fhir:v "Melanie Musterärztin" ] ] ; fhir:required [ fhir:v true ] ; fhir:status [ fhir:v "accepted" ] ] ) . # # -------------------------------------------------------------------------------------