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" : "reminder-appointment-id",
"meta" : {
"profile" : [
🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderAppointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">ReminderAppointment</div>"
},
"extension" : [
{
"url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceCode",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://bki.skane.se/demo/fhir/CodeSystem/cs-Vardaktiviteter",
"code" : "168",
"display" : "Bedömning av hörsel"
}
]
}
},
{
"url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extCareServiceArea",
"valueCodeableConcept" : {
"coding" : [
{
"code" : "TBD"
}
]
}
}
],
"identifier" : [
{
"value" : "47a7f3d6-7216-4704-b5c1-bb7955812ea8"
}
],
"status" : "booked",
"appointmentType" : {
"coding" : [
{
"code" : "CLINIC"
}
]
},
"start" : "2048-04-09T09:00:00Z",
"end" : "2048-04-09T09:30:00Z",
"minutesDuration" : 30,
"created" : "2023-04-19T08:22:00Z",
"participant" : [
{
"actor" : {
🔗 "reference" : "HealthcareService/ReminderHealthcareService",
"display" : "HealthCareService"
},
"status" : "accepted"
}
]
}