Skip to content

Commit

Permalink
clarify *request* resource
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacvetter authored Jan 3, 2024
1 parent 93707cb commit aef37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/order-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).<br />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

Expand Down

0 comments on commit aef37b4

Please sign in to comment.