The Report Incident page atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/employee-relations/incidents/new provides a form for creating a new incident record in the Employee Relations module.
Overview
The page rendersIncidentFormPage in “create” mode (no :id parameter). The form collects incident type (accident, injury, safety_violation, property_damage, near_miss, other), severity (minor, moderate, serious, critical), and other incident details. On successful submission, the user is redirected to the incidents list at /hr/employee-relations/incidents.
Who it’s for
No explicit permission gate on this route.Steps
- Navigate to HR → Employee Relations → Incidents (
/hr/employee-relations/incidents). - Click New Incident (or navigate directly to
/hr/employee-relations/incidents/new). - Select the Incident Type and Severity.
- Complete all required fields (date, description, location, involved parties).
- Submit the form. You are redirected to the incidents list.
Key concepts
| Term | Meaning |
|---|---|
| Incident Type | Classification of the event: accident, injury, safety violation, property damage, near miss, or other. |
| Severity | Impact level: minor, moderate, serious, or critical. |
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr/employee-relations-routes.tsx
- src/cores/hr/employee-relations/pages/IncidentFormPage.tsx
- src/cores/hr/employee-relations/hooks/useIncidentMutation.ts