This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4
Patient Administration Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code System LocationType
{ "resourceType" : "CodeSystem", "id" : "appointment-cancellation-reason", "meta" : { "lastUpdated" : "2021-03-11T17:06:20.662+11: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://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" : "4.1.0", "name" : "LocationType", "status" : "draft", "experimental" : false, "description" : "This example code system defines a set of reasons for the cancellation of an appointment.", "caseSensitive" : true, "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.