The Life Events page, at routeDocumentation 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/benefits/life-events, is an admin queue for reviewing and acting on employee life event enrollment requests.
Overview
The page shows summary counts for Total, Pending, Approved, Rejected, and Expired events. A tab filter (All, Pending, Approved, Rejected, Expired) narrows the data table. Each row displays the employee (with avatar), event type badge, event date, status badge, and submission time. Pending rows show a Review button; other rows show a View button. Selecting either opens aLifeEventReviewDialog. A pending-count badge appears in the header when reviews are outstanding.
Supported event types visible in the code: Marriage, Divorce, Birth/Adoption, Death of Dependent, Loss of Coverage, Gain of Coverage, Address Change, Dependent Age Out, Other.
Who it’s for
Requireshr.benefits.admin.
Before you start
- Employees must have submitted life event requests from their My Benefits self-service page.
- Review the qualifying event date before approving to ensure it is within the allowable window (SME: confirm window).
Steps
- Go to HR → Benefits → Life Events.
- Filter by Pending to see requests awaiting review.
- Select Review on a pending event.
- In the review dialog, approve or reject the request and add review notes.
- Use View on non-pending rows to inspect the history.
Key concepts
| Concept | Meaning |
|---|---|
| Life event | A qualifying life change (marriage, birth, loss of coverage, etc.) that permits benefits enrollment outside of open enrollment. |
| Expired | The submission window for acting on this event has closed (SME: confirm). |
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/benefits-routes.tsx
- src/cores/hr/benefits/pages/admin/LifeEventsListPage.tsx
- src/cores/hr/benefits/hooks/useLifeEvents.ts
- src/cores/hr/benefits/types/lifeEvents.ts