post
https://{environment}.origamirisk.com/OrigamiApi/api/v2/Actions/Queue/FirstReport//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
The FirstReport action submits statutory First Report of Injury (FROI) data to external workers' compensation regulatory systems via EDI (Electronic Data Interchange). This is used for mandatory reporting of workplace injuries to state agencies.
How It Works
When executed, the FirstReport action:
- Packages claim data into an EDI-compliant FROI format
- Submits the transaction to the configured state regulatory system via ISO ClaimsSearch
- Processes the response (accepted, rejected, or accepted with errors)
- Notifies configured users of the submission status
Domain Compatibility
FirstReport is restricted to the Claim domain only, specifically workers' compensation claims that are:
- Configured for statutory reporting
- Associated with a jurisdiction that requires FROI submission
Key Difference from the "Report" ActionType
| Aspect | FirstReport | Report |
|---|---|---|
| Purpose | External FROI submission to state WC agencies | Internal document generation |
| Output | EDI transaction to regulatory system | PDF/Excel/document file |
| Domain | Claim only (workers' comp) | Any domain with reports configured |
Common Use Cases
- Submitting initial injury reports to state workers' compensation boards
- Updating previously submitted FROI data when claim details change
- Canceling erroneous FROI submissions
- Meeting statutory filing deadlines for workplace injury reporting
Example
{
"domainName": "Claim",
"domainKey": 12345,
"parameters": {
"actionType": "FirstReport",
"maintenanceTypeCode": "00",
"submitWhenAcceptedWithErrors": "false",
"emailNotificationsTo": "[email protected]"
}
}