Skip to content

Commit 87aefaf

Browse files
authored
Merge pull request #626 from agrishkan/patch-1
Fix to hook names on the example page
2 parents 3e7c9ec + c21c61b commit 87aefaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ decision support from within a clinician's workflow. The API supports:
1515
User activity inside the clinician's workflow triggers **CDS hooks** in real-time. For example:
1616

1717
* `patient-view` when opening a new patient record
18-
* `medication-prescribe` on authoring a new prescription
19-
* `order-review` on viewing pending orders for approval
18+
* `order-select` when selecting one or more orders to place for a patient
19+
* `order-sign` immediately before an order is signed
2020

2121
When a triggering activity occurs, the CDS Client notifies each CDS service registered for the activity. These services must then provide near-real-time feedback about the triggering event. Each service gets basic details about the clinical workflow
2222
context (via the `context` parameter of the hook) plus whatever

0 commit comments

Comments
 (0)