Lienholder
A party with a financial interest in an insured asset. Shared by both auto (vehicle lienholders) and home (mortgagees). Attached to Risk and Location resources.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Lienholder | A party with a financial interest in an insured asset. | ||
| name | 1..1 | string | Name of the lienholder or mortgagee |
| type | 1..1 | CodeableConcept | Type of financial interest. terminology |
| loanNumber | 0..1 | string | Loan or mortgage number |
| address | 0..1 | Address | Mailing address for the lienholder |
| contact | 0..* | ContactPoint | Contact information for the lienholder |
| isaoa | 0..1 | boolean | Whether the ISAOA/ATIMA (Its Successors and/or Assigns as Their Interests May Appear) clause applies |
Example
json
{
"name": "First National Bank",
"type": "mortgagee",
"loanNumber": "MORT-2024-56789",
"address": {
"line": [
"PO Box 12345"
],
"city": "Charlotte",
"state": "NC",
"postalCode": "28201"
},
"isaoa": true
}JSON Schema
Full JSON Schema: Lienholder.schema.json