0.1.0 - Informative
TCFHIRAGSchedulingR5 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "HL7ATSchedulingAppointmentExample01",
"meta" : {
"profile" : [
🔗 "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/StructureDefinition/at-scheduling-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment HL7ATSchedulingAppointmentExample01</b></p><a name=\"HL7ATSchedulingAppointmentExample01\"> </a><a name=\"hcHL7ATSchedulingAppointmentExample01\"> </a><a name=\"HL7ATSchedulingAppointmentExample01-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-scheduling-appointment.html\">HL7® AT Scheduling Appointment Profile</a></p></div><p><b>status</b>: Booked</p><h3>ServiceTypes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType 65}\">Physiotherapy</span></td></tr></table><p><b>appointmentType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0276 CHECKUP}\">A routine check-up, such as an annual physical</span></p><p><b>description</b>: Routineuntersuchung beim Hausarzt</p><p><b>start</b>: 2025-06-01 09:00:00+0200</p><p><b>end</b>: 2025-06-01 09:30:00+0200</p><p><b>minutesDuration</b>: 30</p><p><b>slot</b>: <a href=\"Slot-HL7ATSchedulingSlotExample01-free.html\">Slot: extension = ambulatory; status = free; start = 2025-09-15 08:00:00+0000; end = 2025-09-15 09:00:00+0000</a></p><p><b>created</b>: 2025-05-10 14:23:00+0200</p><p><b>subject</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann Male, DoB: 1900-01-01 ( Social Security number: 1234010100)</a></p><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Patient-HL7ATCorePatientExample01.html\">Max Mustermann</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote><blockquote><p><b>participant</b></p><p><b>actor</b>: <a href=\"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/2.0.0/Practitioner-HL7ATCorePractitionerExample01.html\">Melanie Musterärztin</a></p><p><b>required</b>: true</p><p><b>status</b>: Accepted</p></blockquote></div>"
},
"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" : "Routineuntersuchung beim Hausarzt",
"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"
}
]
}