Appointments
Creating Appointment
An Appointment can be created either by using the appointments API's create method.
Confirming Appointment
Appointments targetted towards medical-facilities or doctors should be marked as confirmed as it would signify that the appointment was aknowledged by the facility/doctor. To cofirm an Appointment, a special patch operator confirm: true can be use in the appointments API's patch method.
Cancelling Appointment
Appointments can be cancelled via a special patch operator cancel: true in the appointments API's patch method.