AddCommunication Implementation Guide
2.2 - version 2.2
This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Appointment",
"id" : "RescheduleInvitationAppointment",
"meta" : {
"profile" : [
🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationAppointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">InvitationAppointment</div>"
},
"extension" : [
{
"url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://bki.skane.se/demo/fhir/CodeSystem/cs-Vardaktiviteter",
"code" : "146",
"display" : "Ultraljud"
}
]
}
},
{
"url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea",
"valueCodeableConcept" : {
"coding" : [
{
"code" : "TBD"
}
]
}
}
],
"identifier" : [
{
"value" : "f50c2a9c-a8b1-41e9-bfa5-1d67bd6c8825"
}
],
"status" : "booked",
"appointmentType" : {
"coding" : [
{
"code" : "CLINIC"
}
]
},
"replaces" : [
{
🔗 "reference" : "Appointment/OldAppointment"
}
],
"start" : "2024-01-18T08:00:00Z",
"end" : "2024-01-18T08:30:00Z",
"minutesDuration" : 30,
"participant" : [
{
"type" : [
{
"coding" : [
{
"code" : "ADM"
}
]
}
],
"actor" : {
🔗 "reference" : "HealthcareService/SE162321000255-O43306",
"display" : "Reference to HealtCareService"
},
"status" : "accepted"
},
{
"type" : [
{
"coding" : [
{
"code" : "ATND"
}
]
}
],
"actor" : {
🔗 "reference" : "Practitioner/SE162321000255-225633",
"display" : "Reference to Practitioner"
},
"status" : "accepted"
}
]
}