-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Component: GatewayIssue/PR that handles connections, API gatewaysIssue/PR that handles connections, API gateways
Description
order-sign and order-select require additional required fields of draftOrders and selections which have not been implemented yet.
draftOrders: A Bundle of FHIR request resources with a draft status, representing orders that aren't yet signed from the current ordering session.
selections: The FHIR id of the newly selected order(s). The selections field references FHIR resources in the draftOrders Bundle. For example, MedicationRequest/103.
Steps required to complete this task:
- Implement data generator methods for
MedicationRequest,ProcedureRequest,ServiceRequestFHIR resources - Implement data generator logic for
order-signandorder-selectworkflows - Implement validation logic for
selectionsfield inOrderSignHookContextPydantic model - Test this against Epic FHIR sandbox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: GatewayIssue/PR that handles connections, API gatewaysIssue/PR that handles connections, API gateways
Type
Projects
Status
In progress