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
Draft as of 2025-02-04 |
{
"resourceType" : "ValueSet",
"id" : "rescheduling-reason",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet rescheduling-reason</b></p><a name=\"rescheduling-reason\"> </a><a name=\"hcrescheduling-reason\"> </a><a name=\"rescheduling-reason-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-csReschedulingReason.html\"><code>http://bki.skane.se/invanartjanster/fhir/CodeSystem/csReschedulingReason</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-csReschedulingReason.html#csReschedulingReason-RESCHEDULE_HEALTHCARE\">RESCHEDULE_HEALTHCARE</a></td><td>Healthcare provider reschedules</td></tr><tr><td><a href=\"CodeSystem-csReschedulingReason.html#csReschedulingReason-RESCHEDULE_PATIENT\">RESCHEDULE_PATIENT</a></td><td>Patient reschedules</td></tr><tr><td><a href=\"CodeSystem-csReschedulingReason.html#csReschedulingReason-RESCHEDULE_NOSHOW\">RESCHEDULE_NOSHOW</a></td><td>Rescheduled due to no-show</td></tr></table></li></ul></div>"
},
"url" : "http://bki.skane.se/invanartjanster/fhir/ValueSet/rescheduling-reason",
"version" : "2.2",
"name" : "KallaReschedulingReason",
"title" : "Kalla Rescheduling Reasons",
"status" : "draft",
"date" : "2025-02-04T15:33:16+00:00",
"publisher" : "Region Skåne",
"contact" : [
{
"name" : "Region Skåne",
"telecom" : [
{
"system" : "url",
"value" : "http://www.skane.se"
},
{
"system" : "email",
"value" : "225622@skane.se"
}
]
}
],
"description" : "Possible reasons for rescheduling an appointment.",
"compose" : {
"include" : [
{
"system" : "http://bki.skane.se/invanartjanster/fhir/CodeSystem/csReschedulingReason",
"concept" : [
{
"code" : "RESCHEDULE_HEALTHCARE",
"display" : "Healthcare provider reschedules"
},
{
"code" : "RESCHEDULE_PATIENT",
"display" : "Patient reschedules"
},
{
"code" : "RESCHEDULE_NOSHOW",
"display" : "Rescheduled due to no-show"
}
]
}
]
}
}