Skip to content

Commit

Permalink
Merge branch 'add-desc-for-orders-element-clarify-what-fhir-resources…
Browse files Browse the repository at this point in the history
…' of https://github.com/cds-hooks/docs into add-desc-for-orders-element-clarify-what-fhir-resources
  • Loading branch information
isaacvetter committed Jan 31, 2024
2 parents 4584dd4 + 58866dd commit f49675f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/order-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f49675f

Please sign in to comment.