| Business Data Model Data Model |
Description | An unfavorable event that causes unintentional injury to a person due to an unforeseen external circumstance. For example: A pedestrian is struck by a passing vehicle resulting in their admission to an emergency department. |
Attributes | |
![]() |
|
![]() |
Relationship | |
![]() |
Generalization | |
![]() |
Dependencies | |
![]() |
Reverse Dependencies | |
![]() |
Attribute Details |
Description | Indicates the unexpected and unforeseen cause of an accident. The 'means' that caused the mishap must be accidental in order to claim benefits under a policy. Therefore, also referred to as 'accidental means'. |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Description | Indicates the type of location where accident occurred. For example: Farm Outdoors Public street Residence Work |
Data Type | Standards - Data Domains.ddm/Data Domains/Enumeration [VARCHAR(20)] |
Is Part Of PrimaryKey | false |
Is Required | false |
Is Derived | false |
Is Surrogate Key | false |
Relationship Details |
Is Identifying Relationship | false |
Child Table | Accident |
Child Role Name | affects |
Child Multiplicity | ZERO_TO_MANY |
Child Referential Integrity: On Delete | NONE |
Child Referential Integrity: On Insert | NONE |
Child Referential Integrity: On Update | NONE |
Parent Table | Person |
Parent Role Name | is affected by |
Parent Multiplicity | ONE |
Parent Referential Integrity: On Delete | NONE |
Parent Referential Integrity: On Insert | NONE |
Parent Referential Integrity: On Update | NONE |
Generalization Details |
Supertype | Unfavorable Event |
Subtype | Accident |
Transform As | TABLE |
| Business Data Model Data Model |