...
From | To | Method | Notification to Event Manager (Y|N) | Notification to Patient (Y|N) |
---|---|---|---|---|
Active | In Use | UseServiceRequest | YY | N |
In Use | Active | RollBackServiceRequest | Y | Y |
In Use | Completed | MarkServiceRequestCompleted (through CloseEpisode) | Y | N |
Active | Entered In Error | MarkServiceRequestAsEnteredInError | Y | Y |
Active | Cancelled | MarkServiceRequestAsCancelled | Y | Y |
In Use | Cancelled | MarkServiceRequestAsCancelled | Y | Y |
Completed | Cancelled | MarkServiceRequestAsCancelled | Y | N |
Open Questions
Question | Answer |
---|---|
There are cases, when sending notification about transition of referral to status B is not very necessary (because it has happen from status A) and due to cost of notification may not be implemented, and at the same time there are cases, when sending notification about transition to status B is obligatory (because it has happen from status C). How we can handle it? | |