Classification
A classification or class code within a coverage. Used to categorize exposure units, particularly in GL and WC.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| Classification | A classification or class code within a coverage. | ||
| classCode | 1..1 | CodeableConcept | The classification or class code |
| exposure | 0..1 | Quantity | Exposure measure for this classification |
| rate | 0..1 | number | Rate applied to this classification |
| premium | 0..1 | Money | Premium for this classification |
| location | 0..1 | Reference | Location reference, if class is location-specific |
| description | 0..1 | string | Description of operations at this classification |
Example
json
{
"classCode": {
"code": "91580",
"display": "Machine Shop NOC"
},
"exposure": {
"value": 1500000,
"unit": "payroll"
},
"rate": 2.45,
"premium": {
"value": 36750,
"currency": "USD"
}
}JSON Schema
Full JSON Schema: Classification.schema.json