The Enroll in Benefits page (Documentation 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/my-benefits/enroll) guides employees through a four-step wizard to review eligibility, select or waive benefit plans, manage dependents, review cost breakdowns, and submit enrollment during an active open enrollment window.
Overview
The wizard uses four steps:- Eligibility — displays the active enrollment period details and the count of eligible and ineligible plans. The employee must confirm their eligibility before proceeding.
- Plan Selection — shows eligible plans with coverage level options and premiums. Employees can toggle individual plans, select coverage levels, or elect to waive all coverage (requires a waiver reason).
- Dependents — for each selected plan, employees assign dependents or add new dependents via the Dependent Form dialog. Skipped when coverage is waived.
- Review — shows a full cost breakdown of selected plans, dependent assignments, and employer contributions. Employee must accept terms before submitting.
/hr/my-benefits with an error toast.
Who it’s for
No explicit permission gate on this route.Before you start
- Open enrollment must be active for your organization.
- You must be linked to an employee record via your user profile.
- Dependents can be added during step 3 if not already created.
Steps
- Navigate to HR → My Benefits → Enroll or go to
/hr/my-benefits/enroll. - Step 1 — Eligibility: Review eligible plan count and confirm your eligibility.
- Step 2 — Plan Selection: Select plans and coverage levels, or elect to waive coverage and provide a reason.
- Step 3 — Dependents: Assign dependents to each selected plan or add new dependents.
- Step 4 — Review: Review all selections, cost breakdown, and accept the terms.
- Click Submit Enrollment to finalize.
Key concepts
| Concept | Meaning |
|---|---|
| Open enrollment period | The date window defined by HR during which enrollment changes are accepted |
| Coverage waiver | Opting out of all benefit plans; requires a written reason |
| Draft save | Enrollment progress is auto-saved; restored on next visit during the same period |
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/employee/EnrollmentWizardPage.tsx
- src/cores/hr/benefits/hooks/useBenefitEnrollmentMutation.ts
- src/cores/hr/benefits/hooks/useOpenEnrollmentPeriods.ts