CarrierAppointment
An appointment between a broker/MGA and a carrier. Tracks which carriers an agency is authorized to write business with.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| CarrierAppointment | An appointment between a broker/MGA and a carrier. | ||
| carrier | 1..1 | Reference | Reference to the carrier organization |
| status | 1..1 | active | inactive | pending | terminated | Current status of the appointment |
| linesOfBusiness | 0..* | CodeableConcept | Lines of business authorized under this appointment. terminology |
| effectivePeriod | 0..1 | Period | Period during which this appointment is/was effective |
| commissionType | 0..1 | CodeableConcept | Type 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