HL7 Terminology (THO)
5.3.0 - Publication International flag

This page is part of the HL7 Terminology (v5.3.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Appointment cancellation reason - JSON Representation

Draft as of 2023-09-08 Maturity Level: 1

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "appointment-cancellation-reason",
  "meta" : {
    "lastUpdated" : "2020-04-09T21:10:28.568+00:00",
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pa"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    }
  ],
  "url" : "http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.1.1382"
    }
  ],
  "version" : "1.0.0",
  "name" : "AppointmentCancellationReason",
  "title" : "Appointment cancellation reason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-09-08T17:52:31-06:00",
  "publisher" : "FHIR Project team",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description" : "This example value set defines a set of reasons for the cancellation of an appointment.",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/appointment-cancellation-reason",
  "content" : "example",
  "concept" : [
    {
      "code" : "pat",
      "display" : "Patient",
      "concept" : [
        {
          "code" : "pat-crs",
          "display" : "Patient: Canceled via automated reminder system"
        },
        {
          "code" : "pat-cpp",
          "display" : "Patient: Canceled via Patient Portal"
        },
        {
          "code" : "pat-dec",
          "display" : "Patient: Deceased"
        },
        {
          "code" : "pat-fb",
          "display" : "Patient: Feeling Better"
        },
        {
          "code" : "pat-lt",
          "display" : "Patient: Lack of Transportation"
        },
        {
          "code" : "pat-mt",
          "display" : "Patient: No longer covered by insurance or other payers"
        },
        {
          "code" : "pat-mv",
          "display" : "Patient: Moved Residence"
        },
        {
          "code" : "pat-preg",
          "display" : "Patient: Pregnant"
        },
        {
          "code" : "pat-swl",
          "display" : "Patient: Scheduled from Wait List"
        },
        {
          "code" : "pat-ucp",
          "display" : "Patient: Unhappy/Changed Provider"
        }
      ]
    },
    {
      "code" : "prov",
      "display" : "Provider",
      "concept" : [
        {
          "code" : "prov-pers",
          "display" : "Provider: Personal"
        },
        {
          "code" : "prov-dch",
          "display" : "Provider: Discharged"
        },
        {
          "code" : "prov-edu",
          "display" : "Provider: Edu/Meeting"
        },
        {
          "code" : "prov-hosp",
          "display" : "Provider: Hospitalized"
        },
        {
          "code" : "prov-labs",
          "display" : "Provider: Labs Out of Acceptable Range"
        },
        {
          "code" : "prov-mri",
          "display" : "Provider: MRI Screening Form Marked Do Not Proceed"
        },
        {
          "code" : "prov-onc",
          "display" : "Provider: Oncology Treatment Plan Changes"
        }
      ]
    },
    {
      "code" : "maint",
      "display" : "Equipment Maintenance/Repair"
    },
    {
      "code" : "meds-inc",
      "display" : "Prep/Med Incomplete"
    },
    {
      "code" : "other",
      "display" : "Other",
      "concept" : [
        {
          "code" : "oth-cms",
          "display" : "Other: CMS Therapy Cap Service Not Authorized"
        },
        {
          "code" : "oth-err",
          "display" : "Other: Error"
        },
        {
          "code" : "oth-fin",
          "display" : "Other: Financial"
        },
        {
          "code" : "oth-iv",
          "display" : "Other: Improper IV Access/Infiltrate IV"
        },
        {
          "code" : "oth-int",
          "display" : "Other: No Interpreter Available"
        },
        {
          "code" : "oth-mu",
          "display" : "Other: Prep/Med/Results Unavailable"
        },
        {
          "code" : "oth-room",
          "display" : "Other: Room/Resource Maintenance"
        },
        {
          "code" : "oth-oerr",
          "display" : "Other: Schedule Order Error"
        },
        {
          "code" : "oth-swie",
          "display" : "Other: Silent Walk In Error"
        },
        {
          "code" : "oth-weath",
          "display" : "Other: Weather"
        }
      ]
    }
  ]
}