COBRA Events is available 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/cobra, guarded by hr.benefits.admin.
Overview
The COBRA Events List page shows all COBRA qualifying events for the organization with filterable tabs by status (all, pending_notice, notice_sent, elected, declined, terminated, expired). Each event row shows the employee avatar and name, qualifying event label, event date, a deadline indicator (overdue, within 7 days warning, or formatted date), and a status badge. The DeadlineIndicator component highlights overdue or soon-due notices. An event count badge appears on each status tab. Row actions include viewing the event detail and sending a notice if applicable.
Who it’s for
hr.benefits.admin — HR benefits administrators only.
Before you start
hr.benefits.adminpermission required.- COBRA qualifying events must have been recorded for terminated or life-event employees.
Steps
Key concepts
| Term | Meaning in code |
|---|---|
CobraEventStatus | pending_notice, notice_sent, elected, declined, terminated, expired |
COBRA_QUALIFYING_EVENT_LABELS | Display labels mapping internal event type identifiers to human-readable names |
DeadlineIndicator | Inline component showing days remaining or “Overdue” with color coding |
Related
Human Resources
Human Resources core overview.
Governance & parity
Documentation coverage and governance.
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.tsx
- src/routes/hr/benefits-routes.tsx
- src/cores/hr/benefits/pages/admin/CobraEventsListPage.tsx
- src/cores/hr/benefits/hooks/useCobraEvents.ts
- src/cores/hr/benefits/types/cobra.ts