FirstReport

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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:

  1. Packages claim data into an EDI-compliant FROI format
  2. Submits the transaction to the configured state regulatory system via ISO ClaimsSearch
  3. Processes the response (accepted, rejected, or accepted with errors)
  4. 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

AspectFirstReportReport
PurposeExternal FROI submission to state WC agenciesInternal document generation
OutputEDI transaction to regulatory systemPDF/Excel/document file
DomainClaim 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]"
  }
}
Path Params
string
required
Defaults to Claim

The FirstReport action type is only available for Claim objects.

integer
required

This is the Origami Claim ID of the record you are generating the First Report for.

Body Params
parameters
object
required
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json