LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Appointment Cancellation Reason Value Set - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "appointment-cancellation-reason",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://terminology.hl7.org/4.0.0/ValueSet-appointment-cancellation-reason.html\">http://terminology.hl7.org/ValueSet/appointment-cancellation-reason</a></li><li>Include all codes defined in <a href=\"CodeSystem-appointment-cancellation-reason.html\"><code>http://linuxforhealth.org/fhir/cdm/CodeSystem/appointment-cancellation-reason</code></a></li></ul></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/ValueSet/appointment-cancellation-reason",
"version" : "8.0.0",
"name" : "AppointmentCancellationReasonValueSet",
"title" : "Appointment Cancellation Reason Value Set",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Extended set of reasons for the cancellation of an appointment",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"compose" : {
"include" : [
{
"valueSet" : [
"http://terminology.hl7.org/ValueSet/appointment-cancellation-reason"
]
},
{
"system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/appointment-cancellation-reason"
}
]
}
}