-
Type:
Story
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: None
-
None
As a system, I want to maintain the status of each Chest X-Ray Order ID, so that the current state of the diagnostic test is clearly tracked.
Order Statuses:
| Status | Description |
|---|---|
| Pending | Order created but test is not completed or valid result is not available |
| Completed | Test conducted and result is valid, i.e., result is other than AI Invalid Result |
| Closed | Order is no longer active, including not conducted, end-of-day closure, or AI Invalid Result order being replaced by a new order |
Acceptance Criteria:
- A newly created order shall have status Pending.
- A successfully conducted test with a valid result shall change the order status to Completed.
- An order that is not conducted by the end of the day shall be changed to Closed.
- An order for which the result is not entered by the end of the day shall be changed to Closed.
- An order with AI Invalid Result shall be changed to Closed when the result is saved, and a new order shall be created for repeat testing.
- A closed order shall remain available in the beneficiary's historical record.