> For the complete documentation index, see [llms.txt](https://ideonapi.gitbook.io/enrollment/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ideonapi.gitbook.io/enrollment/implementation-resources/mapping-guides/qualifying-life-events/events.md).

# Events

A guide to using different events and how they relate to the existing event types in your system.

Platform systems can already have an enumeration of values that they consider to be "Change Events" or "Life Events".

Use the following definitions to help map existing values to the Ideon enum of values:

| Ideon Event                 | Description                                                                                                                                                                                                                                                                                                                          |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| birth                       | <p>Used when adding a newborn's coverage within 30 days.</p><p></p><p>Note: If adding a new dependent mid-year, during OE, or a few months after a birth, use the <code>newly\_eligible</code> event. </p>                                                                                                                           |
| cobra                       | <p>For COBRA elections. Used in conjunction with the <code>plan\_elections.status</code> to elect COBRA continuation after a termination. <br></p><p>Due to the nature of COBRA coverages, dependents can elect coverage without an active subscriber using this event type.<a data-footnote-ref href="#user-content-fn-1"> </a></p> |
| divorce                     | <p>Used when a divorce event results in ending coverages for some or all non-employee covered members.<br><br>Common use-case: This event can precede a COBRA event for the individual dependent.</p>                                                                                                                                |
| initial\_enrollment         | An event type for the initial load of data to Ideon, or for sending Ideon historical elections that were the "initial" elections.                                                                                                                                                                                                    |
| loss\_of\_coverage          | <p>Used when a dependent is added or removed to changes in other coverages that cannot be duplicated. <br><br>This can be used if a member was previously covered under their own plan but is now moving to their subscriber's plan, etc. </p>                                                                                       |
| marriage                    | This event type can be used to add dependent(s) to a given subscriber/elected family.                                                                                                                                                                                                                                                |
| new\_hire                   | <p>Used when a new employee is hired and elects initial benefits. <br><br>The <code>event</code> date must match that of the employee's <code>employment\_start\_date</code></p>                                                                                                                                                     |
| newly\_eligible             | <p>Used as a general event type. <br>This can be used when a member becomes eligible after a waiting period, or changes coverages for any other reason.</p><p><br>If another event code cannot be resolved by your system, default to <code>newly\_eligible</code>.</p>                                                              |
| open\_enrollment            | This event type can be used for a new plan year's elections.                                                                                                                                                                                                                                                                         |
| termination\_of\_employment | Used to indicate when an employee is no longer with the company and thus, terminates employment and supplies `end_date`s for all plan elections.                                                                                                                                                                                     |
| re\_hire                    | If this cannot be detected, or the member was not managed in the same system during their previous employment, `new_hire` or `newly_eligible` can be used.                                                                                                                                                                           |

[^1]:
