Skip to content

DrivingViolation

A driving violation or incident on a driver's record.

Structure

NameCard.TypeDescription
RDrivingViolationA driving violation or incident on a driver's record.
type1..1CodeableConceptType of violation (speeding, DUI, at-fault-accident, etc.) terminology
date0..1stringDate the violation occurred.
points0..1numberNumber of points assessed
atFault0..1booleanWhether the driver was at fault
description0..1stringFree-text description of the violation

Example

json
{
  "type": {
    "text": "Speeding"
  },
  "date": "2024-06-15",
  "points": 2,
  "atFault": false
}

JSON Schema

Full JSON Schema: DrivingViolation.schema.json