FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.extensions
Resource TypeCodeSystem
IdCodeSystem-encounter-reasonCancelled.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-encounter-reasonCancelled.html
URLhttp://hl7.org/fhir/encounter-reasonCancelled
Version5.3.0-ballot-tc1
Statusactive
Date2026-01-28T01:21:01+00:00
NameEncounterReasonCancelled
TitleReasons an Encounter was Cancelled CodeSystem
Realmuv
Authorityhl7
DescriptionCodes indicating the reason an encounter was cancelled.
Contentcomplete

Resources that use this resource

ValueSet
encounter-reasonCancelledReasons an Encounter was Cancelled

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem encounter-reasonCancelled

Last updated: 2025-11-03 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/encounter-reasonCancelled defines the following codes:

CodeDisplayDefinition
patient-requested Patient RequestedThe patient (or caregiver) requested the visit be canceled, but did not provide a more specific reason.
provider-requested Provider RequestedThe provider's office requested the cancellation, for example, if the provider is going on vacation.
patient-deceased Patient DeceasedThe patient has died.
weather WeatherInclement weather or natural event.
lack-of-transportation Lack of TransportationThe patient was unable to arrange for transportation to the appointment.
hospitalized HospitalizedThe patient was hospitalized.
no-interpreter-available No Interpreter AvailableAn interpreter was unavailable.
patient-feeling-better Patient Feeling BetterThe patient's condition has improved and no longer needs attention.
patient-moved Patient MovedThe patient has moved out of the area.

Source1

{
  "resourceType": "CodeSystem",
  "id": "encounter-reasonCancelled",
  "meta": {
    "lastUpdated": "2025-11-03T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/encounter-reasonCancelled",
  "version": "5.3.0-ballot-tc1",
  "name": "EncounterReasonCancelled",
  "title": "Reasons an Encounter was Cancelled CodeSystem",
  "status": "active",
  "experimental": false,
  "date": "2026-01-28T01:21:01+00:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "Codes indicating the reason an encounter was cancelled.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "patient-requested",
      "display": "Patient Requested",
      "definition": "The patient (or caregiver) requested the visit be canceled, but did not provide a more specific reason."
    },
    {
      "code": "provider-requested",
      "display": "Provider Requested",
      "definition": "The provider's office requested the cancellation, for example, if the provider is going on vacation."
    },
    {
      "code": "patient-deceased",
      "display": "Patient Deceased",
      "definition": "The patient has died."
    },
    {
      "code": "weather",
      "display": "Weather",
      "definition": "Inclement weather or natural event."
    },
    {
      "code": "lack-of-transportation",
      "display": "Lack of Transportation",
      "definition": "The patient was unable to arrange for transportation to the appointment."
    },
    {
      "code": "hospitalized",
      "display": "Hospitalized",
      "definition": "The patient was hospitalized."
    },
    {
      "code": "no-interpreter-available",
      "display": "No Interpreter Available",
      "definition": "An interpreter was unavailable."
    },
    {
      "code": "patient-feeling-better",
      "display": "Patient Feeling Better",
      "definition": "The patient's condition has improved and no longer needs attention."
    },
    {
      "code": "patient-moved",
      "display": "Patient Moved",
      "definition": "The patient has moved out of the area."
    }
  ]
}