Eden Health grdn.routes.impl.appointments API
Contains handlers for routes related to Appointments, Cases, Encounters etc. On timezones: Appointments are tied to Athena departments, and their date and start time are to be interpreted as representing a local datetime in the Athena department's time zone. Popups are special in that they have a dedicated department with the New York time zone, but their physical location (and thus time zone) could differ from that. To abstract over departments and popups, we introduce the notion of a location time zone, that is equal to the pop-up's time zone for popup appointments, and the department time zone for all others. All appointment times for appointments at physical locations are displayed to the user in the location time zone. All appointment times for virtual appointments are displayed to the user in their preferred time zone as communicated by the client.
GET
/v2/appointment
get-digital-visit-handler
POST
/v2/appointment
new-digital-visit-handler
POST
/v2/appointment/book
book-appointments-handler
GET
/v2/appointment/booked
booked-appointments-handler
GET
/v2/appointment/booked-established
booked-appointments-established-handler
PUT
/v2/appointment/{appointment-id}
checkout-digital-visit-handler
DELETE
/v2/appointment/{appointment-id}/after-visit-summary
delete-after-visit-summary-message-handler
POST
/v2/appointment/{appointment-id}/after-visit-summary
send-after-visit-summary-handler
PUT
/v2/appointment/{appointment-id}/cancel
cancel-appointment-handler
POST
/v2/appointment/{appointment-id}/check-in
check-in-appointment-handler
GET
/v2/appointment/{appointment-id}/check-in
get-check-in-screeners-handler
GET
/v2/appointment/{appointment-id}/note
get-appointment-note-handler
GET
/v2/department/{department-id}/appointment-reasons
appointment-reasons-by-dept-handler
GET
/v2/department/{department-id}/reason/{appointment-reason-id}/open-grouped
open-appointments-grouped-handler
PUT
/v2/encounter/{encounter-id}/after-visit-summary
update-after-visit-summary-handler
GET
/v2/patient/{patient-id}/encounter/{encounter-id}
get-encounter-handler