Attribute | Stereotype | Nullable | Description | Domain Definition | Codetable | DDL Type |
deliveryPlanID | key | no | Unique identifier of the Advanced Evidence Sharing Delivery Plan entity. | ADVANCED_EVIDENCE_SHARING_DELIVERY_PLAN_ID | | SVR_INT64 |
shareItemID | details | no | A foreign key to an Advanced Evidence Sharing Share Item record. | ADVANCED_EVIDENCE_SHARING_SHARE_ITEM_ID | | SVR_INT64 |
borAction | details | yes | A business object resolution action. This is an instruction of how to treat the evidence (i.e. the share item) to be delivered as part of this Advanced Evidence Sharing Delivery Plan, e.g. Insert the evidence or Modify the evidence. | ADVANCED_EVIDENCE_SHARING_BUSINESS_OBJECT_RESOLUTION_ACTION | AESBORAction | SVR_STRING<10> |
borEvidenceID | details | yes | This represents the evidence on the target case that was matched to, and which will be actioned, by the delivery. In the case of an insert, this field will be left blank as no matching happens in this instance. | EVIDENCE_ID | | SVR_INT64 |
targetSystem | details | no | The target system, e.g. Curam. | ADVANCED_EVIDENCE_SHARING_TARGET_SYSTEM | AESTargetSystem | SVR_STRING<10> |
targetCaseID | details | no | The identifier of the target case. | CASE_ID | | SVR_INT64 |
configShareCaseID | details | no | Joe Smith is a member on the following 3 cases:
- Unemployment Benefit
- Income Support
- HCR
The following evidence sharing configurations exist on the system:
- Unemployment Benefit -> Income Support
- Income Support -> HCR
If a piece of Income evidence is added to the Unemployment Benefit case, then that evidence should be brokered to both the Income Support and HCR cases. This will be achieved through two separate delivery plans.
For the delivery plan that delivers the Income evidence from Income Support to HCR, the configShareCaseID should be that of the Income Support case, as the sharing configuration dictates that the evidence is shared between these two types. Storing the correct configShareCaseID is important as it mandates how the evidence is treated when it makes its way onto the target case. The sharing configuration between Unemployment Benefit and Income Support might mandate that the evidence comes from a trusted source, whereas the sharing configuration between Income Support and HCR might mandate that the evidence does not come from a trusted source, i.e. it requires case worker review before being accepted onto the case. | CASE_ID | | SVR_INT64 |
evidenceType | details | no | The type of evidence being delivered to the target case. For logically equivalent evidence, this may be different to the evidence that was shared. | EVIDENCE_TYPE_CODE | EvidenceType | SVR_STRING<10> |
status | details | no | The status of the delivery plan. This can be one of the following:
- Open
- In Progress
- Complete
- Complete With Fallback To In-Edit
- Complete With Fallback To Incoming Evidence
- Complete - Could Not Remove As Record Has Dependents
- Delivery Failed - Retry Required
- Complete With Failure - Evidence Is Not Delivered
| ADVANCED_EVIDENCE_SHARING_DELIVERY_PLAN_STATUS | AESDeliveryPlanStatus | SVR_STRING<10> |
|