Peace of mind and a smoother open enrollment period
ready
and you can send new plan year elections with full confidence.
If we do detect that the carrier has the plans installed incorrectly, we’ll return a message that describes the issue so it can be resolved.
ready
and you can start sending member snapshots as soon as OE elections are made. Otherwise, we will update the status to not_ready
and inform you of any remaining issues.
lines_of_coverage
block that is empty. In this case, we will move the renewal decision to ready
when we find any plans at this carrier on the renewal date in question.dental
example below on a POST or a PUT to drop coveragesubmitted
status, and then progress to ready
or not_ready
. The status can switch from ready
to not_ready
if we detect a carrier update that regresses their system to a state that is different from your decisions. The status can also switch from not_ready
to ready
if detected differences are resolved.
Key | Description |
---|---|
submitted | This status is the result of the initial submission (POST). We have not yet verified the current state of the carrier’s system. |
not_ready | There is a difference between your submitted renewal decision and the carrier’s current state. We will supply an array of issues in a response body. |
ready | Your renewal decision reflects what is shown in the carrier’s system. |
not_ready
, Noyo will return one or more issues, each with a level and message.
submitted
status. Within a random period of time, up to 15 seconds, it will return with an updated status, based on the scenarios below. This will simulate the process of a renewal decision being compared against carrier data.
Different renewal decision scenarios can be captured on the sandbox by using the renewal date’s day of the month as a special value.
By supplying a renewal date with a day of the month of the following values, you will trigger the following scenarios:
Day of Month | Status | Issue |
---|---|---|
1 | ready | |
2 | not_ready | Missing Coverage |
3 | not_ready | Unexpected Coverage |
4 | not_ready | Unexpected coverage end date. Coverage still active, but carrier end date is before renewal date. |
5 | not_ready | Unexpected coverage end date. Coverage dropped, but carrier end date is after renewal date. |
6 | not_ready | Unexpected open enrollment dates |
7 | not_ready | Inconsistent plan quantities |