FHIR IG analytics| Package | hl7.fhir.uv.extensions |
| Resource Type | CodeSystem |
| Id | CodeSystem-encounter-reasonCancelled.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-encounter-reasonCancelled.html |
| URL | http://hl7.org/fhir/encounter-reasonCancelled |
| Version | 5.3.0-ballot-tc1 |
| Status | active |
| Date | 2026-01-28T01:21:01+00:00 |
| Name | EncounterReasonCancelled |
| Title | Reasons an Encounter was Cancelled CodeSystem |
| Realm | uv |
| Authority | hl7 |
| Description | Codes indicating the reason an encounter was cancelled. |
| Content | complete |
| ValueSet | |
| encounter-reasonCancelled | Reasons an Encounter was Cancelled |
No resources found
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:
{
"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."
}
]
}