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
| Name | Card. | Type | Description |
|---|---|---|---|
| InsuranceSpecialty | A specialty or line-of-business classification. | ||
| line | 1..1 | CodeableConcept | Primary line of business (GL, Property, WC, Auto, etc.) terminology |
| subLine | 0..1 | CodeableConcept | Sub-line or coverage part (Products/Completed Ops, Premises, etc.) terminology |
| ratingBureau | 0..1 | Coding | Rating bureau or advisory organization (ISO, NCCI, AAIS). terminology |
| formNumber | 0..1 | string | Standard form number (e.g., CG 00 01, CP 00 10) |
| program | 0..1 | string | Named 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