Skip to content

CarrierAppointment

An appointment between a broker/MGA and a carrier. Tracks which carriers an agency is authorized to write business with.

Structure

NameCard.TypeDescription
RCarrierAppointmentAn appointment between a broker/MGA and a carrier.
carrier1..1ReferenceReference to the carrier organization
status1..1active | inactive | pending | terminatedCurrent status of the appointment
[ ]linesOfBusiness0..*CodeableConceptLines of business authorized under this appointment. terminology
effectivePeriod0..1PeriodPeriod during which this appointment is/was effective
commissionType0..1CodeableConceptType of commission arrangement under this appointment. terminology

Example

json
{
  "carrier": {
    "reference": "Organization/carrier-200",
    "display": "Hartford"
  },
  "status": "active",
  "linesOfBusiness": [
    {
      "coding": [
        {
          "code": "GL"
        }
      ]
    }
  ]
}

JSON Schema

Full JSON Schema: CarrierAppointment.schema.json