--- type: "valueset" title: "Appointment Cancellation Reason" valueset: "appointment-cancellation-reason" --- # Appointment Cancellation Reason - **Official URL**: http://hl7.org/fhir/ValueSet/appointment-cancellation-reason - **Version**: 6.0.0 - **Status**: active - **Name**: AppointmentCancellationReason - **Title**: Appointment Cancellation Reason - **Publisher**: FHIR Project team - **Description**: This example value set defines a set of reasons for the cancellation of an appointment. ## Content (Compose) - **System**: http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason ## ValueSet XML ```xml <status value="active"/> <experimental value="true"/> <publisher value="FHIR Project team"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="This example value set defines a set of reasons for the cancellation of an appointment."/> <compose> <include> <system value="http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason"/> </include> </compose> </ValueSet> ```