Entity: settlement
The settlement entity is used for grouping information regarding the handling of a claim. The entity can be used for supporting a claim.
Example usage
Below is an example settlement entity, filled with some attributes. claimRef refers to the refKey of a claim entity elsewhere. (In this example, settlement could also be nested under the corresponding claim entity.) See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and attributes listed under the settlement entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS.
{
"claim": [ {
"entityType": "default",
"refKey": "dossier_85120919",
"lastChangeDate": "2022-12-01",
"claimNumberCarrier": "85120919"
} ],
"settlement": [ {
"entityType": "agreement",
"claimRef": ["dossier_85120919"],
"howEndMedicalConditionDetermined": "1",
"singleOrJointScenarioAnalysis": "2"
} ]
}
Entity types
All entity types currently in use can be found in AFD 2.0 Online.



Post your comment on this topic.