...
Status | Description | Terminal State (Y|N) |
---|---|---|
Active | Signed and active for usage referral | N |
In Use | Referral has been already used and could not be used anymore, but it is still being processed | N |
Completed | Referral has been processed | Y |
Entered In Error | Referral is cancelled because of human mistake in the process of creation | Y |
Cancelled | Referral is cancelled because of absence of necessity and other reasons (for example fraud) | Y |
State
...
Transitions
From | To | Endpoint | Notification to Event Manager (Y|N) | Notification to Patient (Y|N) |
---|---|---|---|---|
Active | In Use | UseServiceRequest | Y | Y |
In Use | Active | RollBackServiceRequest | Y | Y |
In Use | Completed | CloseEpisode | Y | N |
Active | Entered In Error | MakeServiceRequestEnteredInError | Y | Y |
Active | Cancelled | MakeServiceRequestCancelled | Y | Y |
In Use | Cancelled | MakeServiceRequestCancelled | Y | Y |
Completed | Cancelled | MakeServiceRequestCancelled | Y | N |
...