diff --git a/docs/hooks/order-select.md b/docs/hooks/order-select.md index b9b90846..079e6297 100644 --- a/docs/hooks/order-select.md +++ b/docs/hooks/order-select.md @@ -21,7 +21,7 @@ This hook is intended to replace (deprecate) the `medication-prescribe` hook. ## Context -Decision support should focus on the 'selected' orders - those that are newly selected or actively being authored. The non-selected orders are included in the context to provide context and to allow decision support to take into account other pending actions that might not yet be stored in the system (and therefore not queryable). +Decision support should focus on the 'selected' orders - those that are newly selected or currently being authored. The non-selected orders are included in the context to provide context and to allow decision support to take into account other pending actions that might not yet be stored in the system (and therefore not queryable). The context of this hook distinguishes between the list of unsigned orders from the clinician's ordering session, and the one or more orders just added to this list. The `selections` field contains a list of ids of these newly selected orders; the `draftOrders` Bundle contains an entry for all unsigned orders from this session, including newly selected orders. Field | Optionality | Prefetch Token | Type | Description