Skip to content

Endorsement

An endorsement (amendment) to an insurance policy. Endorsements modify the terms, coverages, or conditions of the base policy.

Structure

NameCard.TypeDescription
REndorsementAn endorsement (amendment) to an insurance policy.
endorsementNumber0..1stringEndorsement number or identifier
type1..1CodeableConceptType of endorsement. terminology
effectiveDate1..1stringDate the endorsement becomes effective.
description0..1stringDescription of what the endorsement changes
premiumChange0..1MoneyTotal premium change resulting from this endorsement (positive = additional, negative = return)
[ ]changes0..*EndorsementChangeAtomic changes made by this endorsement, broken down by coverage
document0..1AttachmentReference to the endorsement document/form

Example

json
{
  "endorsementNumber": "END-002",
  "type": {
    "text": "Mid-Term Modification"
  },
  "effectiveDate": "2025-09-01",
  "description": "Increase GL limits and add Hired & Non-Owned Auto",
  "premiumChange": {
    "value": 3200,
    "currency": "USD"
  },
  "changes": [
    {
      "coverage": {
        "reference": "Coverage/cov-gl-001",
        "display": "General Liability"
      },
      "action": "modify",
      "limits": [
        {
          "type": {
            "text": "Each Occurrence"
          },
          "amount": {
            "value": 2000000,
            "currency": "USD"
          }
        }
      ],
      "premiumChange": {
        "value": 2500,
        "currency": "USD"
      },
      "description": "Increase each-occurrence limit from $1M to $2M"
    },
    {
      "coverage": {
        "reference": "Coverage/cov-gl-001",
        "display": "General Liability"
      },
      "action": "modify",
      "coverageExtensions": [
        {
          "type": {
            "text": "Hired & Non-Owned Auto"
          },
          "included": true,
          "sublimit": {
            "value": 1000000,
            "currency": "USD"
          },
          "additionalPremium": {
            "value": 700,
            "currency": "USD"
          }
        }
      ],
      "premiumChange": {
        "value": 700,
        "currency": "USD"
      },
      "description": "Add Hired & Non-Owned Auto extension"
    }
  ]
}

JSON Schema

Full JSON Schema: Endorsement.schema.json