home / osha_enforcement / event_type

event_type

Lookup table for accident_injury.event_type — the kind of event that caused the injury (struck by object, fall from elevation, caught in machinery, etc.). One row per code.
accident_code
OSHA-170 form code group.
accident_letter
Sub-letter within the code group.
accident_number
Code key (referenced by accident_injury.event_type).
accident_value
Human-readable event description.
load_dt
Timestamp when this row was loaded.

14 rows

✎ View and edit SQL

accident_number ▼ accident_code accident_value accident_letter load_dt
1 FT STRUCK BY   2018-11-09 20:56:00+00:00
2 FT CAUGHT IN OR BETWEEN   2018-11-09 20:56:00+00:00
3 FT BITE/STING/SCRATCH   2018-11-09 20:56:00+00:00
4 FT FALL(SAME LEVEL)   2018-11-09 20:56:00+00:00
5 FT FALL(FROM ELEVATION)   2018-11-09 20:56:00+00:00
6 FT STRUCK AGAINST   2018-11-09 20:56:00+00:00
7 FT RUBBED/ABRADED   2018-11-09 20:56:00+00:00
8 FT INHALATION   2018-11-09 20:56:00+00:00
9 FT INGESTION   2018-11-09 20:56:00+00:00
10 FT ABSORPTION   2018-11-09 20:56:00+00:00
11 FT REP. MOTION/PRESURE   2018-11-09 20:56:00+00:00
12 FT CARD-VASC/RESP FAIL.   2018-11-09 20:56:00+00:00
13 FT SHOCK   2018-11-09 20:56:00+00:00
14 FT OTHER   2018-11-09 20:56:00+00:00

Download this data

CSV · JSON

Table schema
CREATE TABLE event_type(accident_code VARCHAR, accident_number BIGINT, accident_value VARCHAR, accident_letter BIGINT, load_dt VARCHAR, PRIMARY KEY(accident_number));

Queries took 1.2ms

A project of Forest Gregg. Read about project updates on Notes on Labor Data.