Skip to content

InsuranceSpecialty

A specialty or line-of-business classification. Describes the specific insurance products, forms, and rating bureaus associated with a coverage, department, or person's expertise.

Structure

NameCard.TypeDescription
RInsuranceSpecialtyA specialty or line-of-business classification.
line1..1CodeableConceptPrimary line of business (GL, Property, WC, Auto, etc.) terminology
subLine0..1CodeableConceptSub-line or coverage part (Products/Completed Ops, Premises, etc.) terminology
ratingBureau0..1CodingRating bureau or advisory organization (ISO, NCCI, AAIS). terminology
formNumber0..1stringStandard form number (e.g., CG 00 01, CP 00 10)
program0..1stringNamed program, if applicable

Example

json
{
  "line": {
    "coding": [
      {
        "code": "GL",
        "display": "General Liability"
      }
    ]
  },
  "ratingBureau": {
    "code": "ISO",
    "display": "Insurance Services Office"
  },
  "formNumber": "CG 00 01"
}

JSON Schema

Full JSON Schema: InsuranceSpecialty.schema.json