Subscribers and Dependents
Load member(s) to an existing Group so the member can be digitally managed
In order to load demographic information about subscribers and their dependents:
Formulate the Request
Subscribers and their dependents demographic and employment information can be loaded in together in a single request to Ideon.
Dependents can also be added to an existing subscriber
.
Subscriber Load Request Body:
Send Request / Receive Response
The request is sent to Ideon using a POST to the /groups/:id/subscribers endpoint. This ID
used in the URL is the Ideon ID returned to the platform during group load.
Ideon will provide one of two responses to the requestor. The first option is that the request was received successfully: 201 - Resource Created Successfully
. The second option is that syntax and semantic errors exist including the violation of carrier specific business rules: 422 - Unprocessable Entity
.
Success
If the request passes validation the record will be pended for submission to a carrier. The platform will be informed of the pending status, and a copy of the subscriber record will be included in the response body.
Errors
If errors are detected on the payload based on the expectations of the carrier receiving the enrollment then a response indicating the errors will be returned.
Check the Status
A request can be made via a GET /subscribers/{id} to retrieve the status of the subscriber. Ideon will transmit the loaded subscriber to the carrier in the carriers proprietary format. The status of the subscriber will be pending
until transmitted to the carrier. After transmission to the carrier, the subscriber's status
will be submitted
. After submission a subscriber can move to one of three states: pending
, synced
, or errors
.
The subscriber's status
covers all errors for the familial unit (subscriber and dependents). If there is an issue with the enrollment for a dependent the error will be reported and associated with the subscriber.
Synced
The status will be marked as synced when a carrier accepts the enrollment without errors or requests for additional documentation.
This status could also be used to indicate that the coverage details sent in an initial_enrollment
qualifying life event match those at the carrier.
A copy of the subscriber record that was sent to the carrier that received the synced status will be included in the response body.
Subscriber Status Response Body:
Errors
The status of the subscriber will be marked errors
when a carrier provides errors to Ideon based on the processing of the subscriber's enrollment. Any errors that are present will be represented in an array, and displayed alongside the subscriber record. Errors indicate action needs to be taken by the platform to update the subscriber record.
Subscriber Status Response Body:
Pending
A subscriber is pending
after it is initially loaded. The subscriber's status
will return to pending
after any member changes are made that have not been submitted to the carrier. For example the status
will change from errors
, submitted
, or synced
upon receiving a qualifying life event or demographic update for the subscriber or any dependents. In the event a subscriber
had errors
, then after an update the status will be pending
and an array of errors
will no longer display.
Subscriber Status Response Body:
Last updated
Was this helpful?