Enrollment Guide
This page describes the actions and data required to implement to Ideon's ICHRA solution.
The following information supports Ideon sending enrollments for Individual Coverage Health Reimbursement Arrangements.
What changes are needed to send ICHRA enrollments with Ideon?
Provide Employer level details like contact and broker information
a group
benefit_administratorphone_numbervaluebroker
national_producer_numberandstate_license_number
Optionally: Notification that a given
coverage_periodis using the Ideon ICHRA payment solutionThis allows us to begin the process of generating secure payments for a given group
Create and provide a
plan, with associatedplan_identifier(hios id)Provide the
citizenship statusfor an eligible member (eitherus_citizenoralien_resident)Provide a
marital statusvalueProvide the expected
policy_premium_amount, which we provide on the carrier application, and reconcile with existing data to ensure accuracy at time of enrollment.
Each endpoint in the traditional workflow is used during this implementation, with limited information required at each step:
a Group shell is created
Include values like
producer_of_recordbroker information andprimary_location.benefit_administratorphone_number
a Coverage Period is created to show the
carrier_nameand time periodunder a Coverage Period, each Plan option is created
Subscribers and dependents are created
Plans are associated with Subscribers by creating Qualifying Life Event objects
Required Information
POST coverage_periods/[id]/plans
plan_identifier
id is necessary to relate this QLE to a plan that was created. Each plan has a plan_identifier that indicates a description, the exact HIOS id for the plan, etc.
POST subscriber/[id]/qualifying_life_event
id
id is necessary to relate this QLE to a plan that was created.
Each plan has a plan_identifier that indicates a description, the exact HIOS id for the plan, etc.
POST subscriber/[id]/qualifying_life_event
policy_premium_amount
employee_contribution_amount
employer_contribution_amount
These fields are required by supported ICHRA carriers. These refer to the total premium for the policy, the amount the employee will pay after subsidy, and the ICHRA subsidy amount (employee_contribution)
POST subscriber/[id]/qualifying_life_event
plan_quote_id
Future Enhancment.
Discuss with Ideon whether you can provide this data, based on previous quotes made via IdeonQuote's API
Additional Documentation
For a full API specification, see https://app.swaggerhub.com/apis/VericredEnrollments/Enrollments/0.3.3#
Last updated
Was this helpful?