diff --git a/docs/hooks/order-select.md b/docs/hooks/order-select.md index 22a69fbf..29ac1c89 100644 --- a/docs/hooks/order-select.md +++ b/docs/hooks/order-select.md @@ -28,7 +28,7 @@ Field | Optionality | Prefetch Token | Type | Description `patientId` | REQUIRED | Yes | *string* | The FHIR `Patient.id` of the current patient in context `encounterId` | OPTIONAL | Yes | *string* | The FHIR `Encounter.id` of the current encounter in context `selections` | REQUIRED | No| *array* | The FHIR id of the newly selected order(s).
The `selections` field references FHIR resources in the `draftOrders` Bundle. For example, `MedicationRequest/103`. -`draftOrders` | REQUIRED | No | *object* | A Bundle of FHIR resources with a draft status, representing orders that aren't yet signed from the current ordering session. +`draftOrders` | REQUIRED | No | *object* | A Bundle of FHIR request resources with a draft status, representing orders that aren't yet signed from the current ordering session. ### A Note Concerning FHIR Versions