Skip to content

RiskCharacteristic

A structured characteristic of a risk item. Uses a polymorphic value pattern — exactly one value* field should be populated per characteristic.

Structure

NameCard.TypeDescription
RRiskCharacteristicA structured characteristic of a risk item.
code1..1CodeableConceptWhat aspect of the risk this characteristic describes (VIN, Make, Year, Construction Type, etc.)
valueString0..1stringString value
valueInteger0..1numberInteger value
valueDecimal0..1numberDecimal value
valueBoolean0..1booleanBoolean value
valueCodeableConcept0..1CodeableConceptCoded concept value
valueQuantity0..1QuantityQuantity value (with units)
valueMoney0..1MoneyMonetary value
valueCoding0..1CodingCoded value (single code, no text)
valuePeriod0..1PeriodTime period value

Example

json
{
  "code": {
    "text": "Construction Type"
  },
  "valueCodeableConcept": {
    "text": "Fire Resistive"
  }
}

JSON Schema

Full JSON Schema: RiskCharacteristic.schema.json