Entity: claim
The claim
entity is used for the grouping of claim-related data. A claim is a request made by the insured for insurer remittance of payment due to loss incurred, and covered under the policy agreement.
Example usage
Below is an example claim
entity, filled with some attributes. See AFD 2.0 Online for the complete and up-to-date data catalog with all available entity types and associated attributes listed under the claim
entity. More documentation on the use of SIVI AFS is available in chapter Where to find elements of SIVI AFS. See the chapter claimStructure for more detailed information on AFD messages regarding claims.
{
"claim": [ {
"entityType": "default",
"statusType": "1",
"lastChangeDate": "2023-03-01",
"claimNumberCarrier": "85120919",
"damageReported": "TP",
"totalLossAmount": 1209.87,
"dateOfLoss": "2022-05-05",
"useExpert": true
} ]
}
Entity types
There are no entity types within the claim
entity. Entities without an entity type always use “default” as the value for the mandatory
entityType
attribute (see example above). The claim
entity corresponds to the SD
entity from AFD 1.0.
Post your comment on this topic.