Entity: incident

The incident entity is used for grouping information about the circumstances and damage/loss due to an incident. The entity can be used for supporting a claim.

Example usage

Below is an example incident entity, filled with some attributes. claimRef refers to the refKey of a claim entity elsewhere. (In this example, incident 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 associated attributes listed under the incident 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"
	} ],
	"incident": [ {
		"entityType": "default",
		"claimRef": ["dossier_85120919"],
		"adnCauseOfLoss": "H03",
		"causeOfLossDescription": "Aanrijding met voertuig",
		"consequences": ["H0106"],
		"lossLocationType": "2",
		"street": "Dennenstraat",
		"city": "Arnhem",
		"country": "NL",
		"damageLocationExplanation": "gebarsten voorruit"
	} ]
}

Entity types

The most recent overview of entity types is available in AFD 2.0 Online.

Feedback

Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
If you have any support questions, do not hesitate to contact us.

Post Comment