CancelAppointmentRequestInput

Input for canceling appointments with optional reason

CancelAppointmentRequestInput = object

Input type for canceling an appointment. Requires the appointment ID and optionally a cancellation reason.

Properties

id

id: Scalars["ID"]["input"]

The unique identifier of the appointment to be canceled.


cancelationReason?

optional cancelationReason: CodeableConcept

The reason for canceling the appointment (optional, FHIR CodeableConcept).