Skip to content

Claimant

A party making a claim or involved in a claim.

Structure

NameCard.TypeDescription
RClaimantA party making a claim or involved in a claim.
name1..1stringName of the claimant
role1..1CodeableConceptRole of the claimant in the loss. terminology
contact0..1AddressClaimant's address
attorney0..1objectAttorney information, if represented
name1..1stringAttorney's name
firm0..1stringLaw 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