LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Appointment Cancellation Reason Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "appointment-cancellation-reason",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/appointment-cancellation-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">deleted<a name=\"appointment-cancellation-reason-deleted\"> </a></td><td>Deleted</td><td>Appointment was either logically deleted or physically deleted</td></tr><tr><td style=\"white-space:nowrap\">rescheduled<a name=\"appointment-cancellation-reason-rescheduled\"> </a></td><td>Rescheduled</td><td>Appointment was rescheduled</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/appointment-cancellation-reason",
"version" : "8.0.0",
"name" : "AppointmentCancellationReasonCodeSystem",
"title" : "Appointment Cancellation Reason Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Extended reasons for the cancellation of an appointment",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "deleted",
"display" : "Deleted",
"definition" : "Appointment was either logically deleted or physically deleted"
},
{
"code" : "rescheduled",
"display" : "Rescheduled",
"definition" : "Appointment was rescheduled"
}
]
}