diff --git a/docs/hooks/order-select.md b/docs/hooks/order-select.md index 29ac1c89..b9b90846 100644 --- a/docs/hooks/order-select.md +++ b/docs/hooks/order-select.md @@ -17,6 +17,8 @@ The `order-select` hook occurs after the clinician selects the order and before This hook is intended to replace (deprecate) the `medication-prescribe` hook. +![CDS Hooks Overview](../../images/orderingflow.png) + ## 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). diff --git a/docs/hooks/order-sign.md b/docs/hooks/order-sign.md index 8128c87c..f3ac379a 100644 --- a/docs/hooks/order-sign.md +++ b/docs/hooks/order-sign.md @@ -21,6 +21,9 @@ mixture of new and revised orders. This hook is intended to replace (deprecate) the `medication-prescribe` and `order-review` hooks. +![CDS Hooks Overview](../../images/orderingflow.png) + + ## Context Field | Optionality | Prefetch Token | Type | Description diff --git a/docs/images/orderingflow.png b/docs/images/orderingflow.png new file mode 100644 index 00000000..f2a6ce52 Binary files /dev/null and b/docs/images/orderingflow.png differ