OSHA fatality or severe-injury reporting determination
Determines whether a workplace outcome falls into the federal OSHA immediate-reporting track and records the facts, report status, and deadline outcome.
- Protocol
- Proseid_v1.0
- Version
- v1.0.0
- Applies in
- United States
- Fields
- 19
- Flow price
- $0.20
- Publisher fee
- None
Time periods
Legal references
Schema fields
19 fieldsExample payload
{
"responses": {
"osha_report_submitted": false,
"submitted_within_deadline": false,
"federal_reporting_exception": "",
"federal_osha_applies": false,
"contact_name_and_phone": "",
"employer_name": "",
"affected_workers_count": null,
"incident_summary": "",
"incident_time": "",
"outcome_at": "",
"incident_at": "",
"outcome_within_trigger_window": false,
"work_related": false,
"affected_worker_names": "",
"outcome": "",
"osha_report_submitted_at": "",
"worksite_location": "",
"employer_learned_of_outcome_at": ""
},
"effective_at": "2026-07-23"
}The request body this schema expects. Fill in responses and keep the field IDs unchanged. Validation becomes callable after you use this release in a published Flow.
API usage
Create a Flow from this schema, then replace the route placeholders with that Flow's organization and address. Validation is free and runs against the exact release bound to the Flow. It returns the engine's resolved fields and legal time period when ready, or a structured error with field-level issues.
curl -X POST https://proseid.com/api/v1/validate/{your-org}/{flow-slug} \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d @payload.json{
"valid": true,
"status": "READY",
"definitions": { ... },
"issues": [],
"effective_at": "2026-07-19",
"temporal_context": {
"logic_version": "current",
"valid_range": ["2026-01-01", null]
}
}{
"error": {
"code": "validation_failed",
"message": "the document did not pass validation",
"details": {
"status": "INCOMPLETE",
"issues": [{
"field_id": "osha_report_submitted",
"kind": "missing_required",
"severity": "error",
"trigger": "completion",
"message": "Required field is missing"
}]
}
}
}Published versions
Permanent, attributable versionsTrust ledger
Crowd → credentialedNo votes yet.
No attestations yet. A verified professional can vouch for a specific version.