FHIR IG analytics| Package | hl7.at.fhir.tc.wg.scheduling.r5 |
| Resource Type | Appointment |
| Id | Appointment-HL7ATSchedulingAppointmentExample01.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment HL7ATSchedulingAppointmentExample01
status: Booked
| Concept |
| Physiotherapy |
appointmentType: A routine check-up, such as an annual physical
description: Physiotherapie - Einzelbehandlung 30 Minuten
start: 2025-06-01 09:00:00+0200
end: 2025-06-01 09:30:00+0200
minutesDuration: 30
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
{
"resourceType": "Appointment",
"id": "HL7ATSchedulingAppointmentExample01",
"meta": {
"profile": [
"http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"serviceType": [
{
"concept": {
"coding": [
{
"system": "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType",
"code": "65",
"display": "Physiotherapy"
}
]
}
}
],
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"code": "CHECKUP",
"display": "A routine check-up, such as an annual physical"
}
]
},
"description": "Physiotherapie - Einzelbehandlung 30 Minuten",
"start": "2025-06-01T09:00:00+02:00",
"end": "2025-06-01T09:30:00+02:00",
"minutesDuration": 30,
"slot": [
{
"reference": "Slot/HL7ATSchedulingSlotExample01-free"
}
],
"created": "2025-05-10T14:23:00+02:00",
"subject": {
"reference": "Patient/HL7ATCorePatientExample01"
},
"participant": [
{
"actor": {
"reference": "Patient/HL7ATCorePatientExample01",
"display": "Max Mustermann"
},
"required": true,
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/HL7ATCorePractitionerExample01",
"display": "Melanie Musterärztin"
},
"required": true,
"status": "accepted"
}
]
}