Oregon Workers' Compensation Record Level Claims
Oregon Workers' Compensation record-level details for accepted disabling claims from 2013 through 2022. Personally identifying information has been removed or provided at a less granular level to maintain confidentiality.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"oregon-gov/oregon-workers-compensation-record-level-claims-t9t7-8a2y\".\"oregon_workers_compensation_record_level_claims\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.