Skip to content

Commit dacab29

Browse files
authored
Update order-select
Update order-select to deprecate medication-prescribe
1 parent a2cc267 commit dacab29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/hooks/order-select.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
| ---- | ----
55
| specificationVersion | 1.0
66
| hookVersion | 1.0
7+
| Hook maturity | [1 - Submitted](../../specification/1.0/#hook-maturity-model)
78

89
## Workflow
910

@@ -14,6 +15,8 @@ as it first occurs immediately upon the clinician selecting the order from the o
1415
Additionally, the context may include previously selected orders that are not yet signed from the same ordering session.
1516
The `order-select` hook occurs after the clinician selects the order and before signing.
1617

18+
This hook is intended to replace (deprecate) the `medication-prescribe` hook.
19+
1720
## Context
1821

1922
The context of this hook distinguishes between the list of unsigned orders from the clinician's ordering session, and one or 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.

0 commit comments

Comments
 (0)