RiskCharacteristic
A structured characteristic of a risk item. Uses a polymorphic value pattern — exactly one value* field should be populated per characteristic.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| RiskCharacteristic | A structured characteristic of a risk item. | ||
| code | 1..1 | CodeableConcept | What aspect of the risk this characteristic describes (VIN, Make, Year, Construction Type, etc.) |
| valueString | 0..1 | string | String value |
| valueInteger | 0..1 | number | Integer value |
| valueDecimal | 0..1 | number | Decimal value |
| valueBoolean | 0..1 | boolean | Boolean value |
| valueCodeableConcept | 0..1 | CodeableConcept | Coded concept value |
| valueQuantity | 0..1 | Quantity | Quantity value (with units) |
| valueMoney | 0..1 | Money | Monetary value |
| valueCoding | 0..1 | Coding | Coded value (single code, no text) |
| valuePeriod | 0..1 | Period | Time period value |
Example
json
{
"code": {
"text": "Construction Type"
},
"valueCodeableConcept": {
"text": "Fire Resistive"
}
}JSON Schema
Full JSON Schema: RiskCharacteristic.schema.json