FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.3.0-ballot-tc1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions
| Page standards status: Draft | Maturity Level: 1 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "encounter-reasonCancelled"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-11-03T07:07:38.434+11:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem encounter-reasonCancelled</b></p><a name=\"encounter-reasonCancelled\"> </a><a name=\"hcencounter-reasonCancelled\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2025-11-03 07:07:38+1100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/encounter-reasonCancelled</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">patient-requested<a name=\"encounter-reasonCancelled-patient-requested\"> </a></td><td>Patient Requested</td><td>The patient (or caregiver) requested the visit be canceled, but did not provide a more specific reason.</td></tr><tr><td style=\"white-space:nowrap\">provider-requested<a name=\"encounter-reasonCancelled-provider-requested\"> </a></td><td>Provider Requested</td><td>The provider's office requested the cancellation, for example, if the provider is going on vacation.</td></tr><tr><td style=\"white-space:nowrap\">patient-deceased<a name=\"encounter-reasonCancelled-patient-deceased\"> </a></td><td>Patient Deceased</td><td>The patient has died.</td></tr><tr><td style=\"white-space:nowrap\">weather<a name=\"encounter-reasonCancelled-weather\"> </a></td><td>Weather</td><td>Inclement weather or natural event.</td></tr><tr><td style=\"white-space:nowrap\">lack-of-transportation<a name=\"encounter-reasonCancelled-lack-of-transportation\"> </a></td><td>Lack of Transportation</td><td>The patient was unable to arrange for transportation to the appointment.</td></tr><tr><td style=\"white-space:nowrap\">hospitalized<a name=\"encounter-reasonCancelled-hospitalized\"> </a></td><td>Hospitalized</td><td>The patient was hospitalized.</td></tr><tr><td style=\"white-space:nowrap\">no-interpreter-available<a name=\"encounter-reasonCancelled-no-interpreter-available\"> </a></td><td>No Interpreter Available</td><td>An interpreter was unavailable.</td></tr><tr><td style=\"white-space:nowrap\">patient-feeling-better<a name=\"encounter-reasonCancelled-patient-feeling-better\"> </a></td><td>Patient Feeling Better</td><td>The patient's condition has improved and no longer needs attention.</td></tr><tr><td style=\"white-space:nowrap\">patient-moved<a name=\"encounter-reasonCancelled-patient-moved\"> </a></td><td>Patient Moved</td><td>The patient has moved out of the area.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ;
fhir:value [
a fhir:Code ;
fhir:v "pa" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status> ] ;
fhir:value [
a fhir:Code ;
fhir:v "draft" ]
] [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm> ] ;
fhir:value [
a fhir:Integer ;
fhir:v 1 ;
( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom> ] ;
fhir:value [
a fhir:Canonical ;
fhir:v "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions> ] ] ) ]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/encounter-reasonCancelled"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/encounter-reasonCancelled>
] ; #
fhir:version [ fhir:v "5.3.0-ballot-tc1"] ; #
fhir:name [ fhir:v "EncounterReasonCancelled"] ; #
fhir:title [ fhir:v "Reasons an Encounter was Cancelled CodeSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-06T23:47:55+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes indicating the reason an encounter was cancelled."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "patient-requested" ] ;
fhir:display [ fhir:v "Patient Requested" ] ;
fhir:definition [ fhir:v "The patient (or caregiver) requested the visit be canceled, but did not provide a more specific reason." ]
] [
fhir:code [ fhir:v "provider-requested" ] ;
fhir:display [ fhir:v "Provider Requested" ] ;
fhir:definition [ fhir:v "The provider's office requested the cancellation, for example, if the provider is going on vacation." ]
] [
fhir:code [ fhir:v "patient-deceased" ] ;
fhir:display [ fhir:v "Patient Deceased" ] ;
fhir:definition [ fhir:v "The patient has died." ]
] [
fhir:code [ fhir:v "weather" ] ;
fhir:display [ fhir:v "Weather" ] ;
fhir:definition [ fhir:v "Inclement weather or natural event." ]
] [
fhir:code [ fhir:v "lack-of-transportation" ] ;
fhir:display [ fhir:v "Lack of Transportation" ] ;
fhir:definition [ fhir:v "The patient was unable to arrange for transportation to the appointment." ]
] [
fhir:code [ fhir:v "hospitalized" ] ;
fhir:display [ fhir:v "Hospitalized" ] ;
fhir:definition [ fhir:v "The patient was hospitalized." ]
] [
fhir:code [ fhir:v "no-interpreter-available" ] ;
fhir:display [ fhir:v "No Interpreter Available" ] ;
fhir:definition [ fhir:v "An interpreter was unavailable." ]
] [
fhir:code [ fhir:v "patient-feeling-better" ] ;
fhir:display [ fhir:v "Patient Feeling Better" ] ;
fhir:definition [ fhir:v "The patient's condition has improved and no longer needs attention." ]
] [
fhir:code [ fhir:v "patient-moved" ] ;
fhir:display [ fhir:v "Patient Moved" ] ;
fhir:definition [ fhir:v "The patient has moved out of the area." ]
] ) . #
IG © 2022+ HL7 International / FHIR Infrastructure. Package hl7.fhir.uv.extensions#5.3.0-ballot-tc1 based on FHIR 5.0.0. Generated 2025-11-06
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
