Skip to content

Commit cde56ea

Browse files
authored
Merge pull request #654 from lmckenzi/DispatchFixes
Make dispatch hook contexts lowerCamelCase, same as others
2 parents 4672858 + a1cabc8 commit cde56ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hooks/order-dispatch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Decision support that may be relevant for this hook might include information re
1919
Field | Optionality | Prefetch Token | Type | Description
2020
----- | -------- | ---- | ---- | ----
2121
`patientId` | REQUIRED | Yes | *string* | The FHIR `Patient.id` of the current patient in context
22-
`dispatched-orders` | REQUIRED | Yes | *array* | Collection of the FHIR local references for the Request resource(s) for which fulfillment is sought E.g. `ServiceRequest/123`
22+
`dispatchedOrders` | REQUIRED | Yes | *array* | Collection of the FHIR local references for the Request resource(s) for which fulfillment is sought E.g. `ServiceRequest/123`
2323
`performer` | REQUIRED | Yes | *string* | The FHIR local reference for the Practitioner, PractitionerRole, Organization, CareTeam, etc. who is being asked to execute the order. E.g. `Practitioner/456`
24-
`fulfillment-tasks` | OPTIONAL | No | *array* | DSTU2/STU3/R4/R5 - Collection of the Task instances (as objects) that provides a full description of the fulfillment request - including the timing and any constraints on fulfillment. If Tasks are provided, each will be for a separate order and SHALL reference one of the dispatched-orders.
24+
`fulfillmentTasks` | OPTIONAL | No | *array* | DSTU2/STU3/R4/R5 - Collection of the Task instances (as objects) that provides a full description of the fulfillment request - including the timing and any constraints on fulfillment. If Tasks are provided, each will be for a separate order and SHALL reference one of the dispatched-orders.
2525

2626
## Examples
2727
### Example (R4)

0 commit comments

Comments
 (0)