Skip to content

Commit b4b391a

Browse files
authored
clarify hook can re-fire
also change proposed hooks version from 0.1 to 1.0
1 parent 86520b6 commit b4b391a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/hooks/order-select.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
| Metadata | Value
44
| ---- | ----
55
| specificationVersion | 1.0
6-
| hookVersion | 0.1.0
6+
| hookVersion | 1.0
77

88
## Workflow
99

10-
The `order-select` hook fires when a clinician selects one or more orders to place for a patient, (including orders for medications, procedures, labs and other orders).
10+
The `order-select` hook fires when a clinician selects one or more orders to place for a patient, (including orders for medications, procedures, labs and other orders). If supported by the CDS Client, this hook may also be invoked each time the clinician selects a detail regarding the order.
1111
This hook is among the first workflow events for an order entering a draft status.
1212
The context of this hook may include defaulted order details
13-
as it occurs immediately upon the clinician selecting the order from the order catalogue of the CPOE,
14-
but before she manually specifies order details (e.g. dose, quantity, route, etc).
13+
as it first occurs immediately upon the clinician selecting the order from the order catalogue of the CPOE, or upon her manual selection of order details (e.g. dose, quantity, route, etc). CDS services should expect some of the order information to not yet be specified.
1514
Additionally, the context may include previously selected orders that are not yet signed from the same ordering session.
16-
The `order-select` hook occurs after the clinician selects the order, but before she fills out (configures) the order.
15+
The `order-select` hook occurs after the clinician selects the order and before signing.
1716

1817
## Context
1918

@@ -363,4 +362,4 @@ Field | Optionality | Prefetch Token | Type | Description
363362

364363
Version | Description
365364
---- | ----
366-
0.1.0 | Initial Release
365+
1.0 | Initial Release

0 commit comments

Comments
 (0)