Claimant
A party making a claim or involved in a claim.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Claimant | A party making a claim or involved in a claim. | ||
| name | 1..1 | string | Name of the claimant |
| role | 1..1 | CodeableConcept | Role of the claimant in the loss. terminology |
| contact | 0..1 | Address | Claimant's address |
| attorney | 0..1 | object | Attorney information, if represented |
| name | 1..1 | string | Attorney's name |
| firm | 0..1 | string | Law firm name |
Example
json
{
"name": "John Smith",
"role": "injured-party",
"contact": {
"line": [
"456 Oak St"
],
"city": "Hartford",
"state": "CT"
}
}JSON Schema
Full JSON Schema: Claimant.schema.json