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" : "MaximalReminderAppointment",
"meta" : {
"profile" : [
🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderAppointment"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment MaximalReminderAppointment</b></p><a name=\"MaximalReminderAppointment\"> </a><a name=\"hcMaximalReminderAppointment\"> </a><a name=\"MaximalReminderAppointment-en-US\"> </a><p><b>Code for care service</b>: <span title=\"Codes:{http://bki.skane.se/demo/fhir/CodeSystem/cs-Vardaktiviteter 168}\">Bedömning av hörsel</span></p><p><b>Care service area</b>: <span title=\"Codes:\">TBD</span></p><p><b>identifier</b>: 47a7f3d6-7216-4704-b5c1-bb7955812ea8</p><p><b>status</b>: Booked</p><p><b>cancellationReason</b>: <span title=\"Codes:\">PATIENT_CANCELS</span></p><p><b>appointmentType</b>: <span title=\"Codes:\">OTHER</span></p><p><b>start</b>: 2075-04-09 09:00:00+0000</p><p><b>end</b>: 2075-04-09 09:30:00+0000</p><p><b>minutesDuration</b>: 30</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"HealthcareService-MaximalHealthcareService.html\">HealthCareService</a></td><td>Accepted</td></tr></table></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",
"cancellationReason" : {
"coding" : [
{
"code" : "PATIENT_CANCELS"
}
]
},
"appointmentType" : {
"coding" : [
{
"code" : "OTHER"
}
]
},
"start" : "2075-04-09T09:00:00Z",
"end" : "2075-04-09T09:30:00Z",
"minutesDuration" : 30,
"participant" : [
{
"actor" : {
🔗 "reference" : "HealthcareService/MaximalHealthcareService",
"display" : "HealthCareService"
},
"status" : "accepted"
}
]
}