/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
Access follows your organization’s role and module configuration. ## 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
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