Skip to content

Commit

Permalink
Revise feedback section as admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
rizzolol committed Nov 15, 2023
1 parent ba23c2d commit 93c5c82
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions docs/hooks/appointment-book.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `appointment-book`

!!! info "Looking for Feedback"
**Hey implementers, we want to hear from you!**<br/>
- What obstacles are there to limiting this hook to firing only when the appointment is confirmed or finalized as booked? <br/>
- For which users should this hook fire?<br/>
- Many appointments are scheduled directly into the EHR by the patient, without provider staff involvement ...

| Metadata | Value
| ---- | ----
| specificationVersion | 1.0
Expand All @@ -10,14 +16,6 @@

This hook is invoked when the user is scheduling one or more future encounters/visits for the patient. For example, the `appointment-book` hook may be triggered for an appointment with the appointment creator, a clinician within the same organization as the appointment creator or even for an appointment outside the creator's organization. It may be invoked at the start and end of the booking process and/or any time between those two points. This hook enables CDS Services to intervene in the decision of when future appointments should be scheduled, where they should be scheduled, what services should be booked, to identify actions that need to occur prior to scheduled appointments, etc.

## Looking for Feedback

Hey implementers, we want to hear from you!

- What obstacles are there to limiting this hook to firing only when the appointment is confirmed or finalized as booked?
- For which users should this hook fire?
- Many appointments are scheduled directly into the EHR by the patient, without provider staff involvement ...

## Context

The Patient whose appointment(s) are being booked, as well as the proposed Appointment records.
Expand Down

0 comments on commit 93c5c82

Please sign in to comment.