Skip to content

Commit

Permalink
typo: medications json object->orders (#489)
Browse files Browse the repository at this point in the history
Fixes #427
  • Loading branch information
isaacvetter authored and jmandel committed Sep 15, 2019
1 parent 33d1daa commit f4cb59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/order-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The user is in the process of reviewing a set of orders to sign.

## Context

The set of orders being reviewed for signature on-screen. All FHIR resources in this _context_ MUST be based on the same FHIR version. All FHIR resources in the medications object MUST have a status of _draft_.
The set of orders being reviewed for signature on-screen. All FHIR resources in this _context_ MUST be based on the same FHIR version. All FHIR resources in the `orders` object MUST have a status of _draft_.

Field | Optionality | Prefetch Token | Type | Description
----- | -------- | ---- | ---- | ----
Expand Down

0 comments on commit f4cb59e

Please sign in to comment.