Release 4

Codesystem-appointment-cancellation-reason.json

Patient Administration Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System AppointmentCancellationReason

{
  "resourceType" : "CodeSystem",
  "id" : "appointment-cancellation-reason",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "draft"
  },
  {
    "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.4.1382"
  }],
  "version" : "4.0.1",
  "name" : "AppointmentCancellationReason",
  "title" : "Appointment cancellation reason",
  "status" : "draft",
  "experimental" : false,
  "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://hl7.org/fhir/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: Member Terminated"
    },
    {
      "code" : "pat-mv",
      "display" : "Patient: Moved"
    },
    {
      "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"
    }]
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.