home / osha_enforcement / degree_injury

degree_injury

Lookup table for accident_injury.degree_of_inj — the severity of the injury (fatality, hospitalized, non-hospitalized lost-time, first aid, etc.).
accident_code
OSHA-170 form code group.
accident_letter
Sub-letter within the code group.
accident_number
Code key (referenced by accident_injury.degree_of_inj).
accident_value
Human-readable severity description.
load_dt
Timestamp when this row was loaded.

3 rows

✎ View and edit SQL

Suggested facets: load_dt (date)

accident_number ▼ accident_code accident_value accident_letter load_dt
1 DEGR Fatality   2018-11-09 20:56:00+00:00
2 DEGR Hospitalized injury   2018-11-09 20:56:00+00:00
3 DEGR Non Hospitalized injury   2018-11-09 20:56:00+00:00

Download this data

CSV · JSON

Table schema
CREATE TABLE degree_injury(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.