Reinstate Coverage
Reinstate Coverage
Reinstate terminated coverage for a terminated employee
{
"snapshot_mode": "current_open",
"employee": {
"id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
"custom_individual_id": "1",
"classifications": {
"BranchName": "HQ",
"Department": "Sales"
},
"employment": {
"employment_status": "terminated",
"occupation": "Senior Analyst",
"hours_worked": 50,
"salary": {
"amount": 155000,
"unit": "annual",
"type": "salary",
"effective_date": "2022-01-01"
},
"employment_dates": {
"hire_date": "2021-12-20",
"full_time_start": "2022-01-01"
}
},
"person": {} // omitted for brevity
},
"dependents": [], // omitted for brevity
"coverages": [
{
"carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
"line_of_coverage": "dental",
"plan_id": "a2fd8ca5-cf3f-4908-aa51-3947ea4fc1e4",
"enrolled_members": [
{
"individual_id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
"individual_type": "employee",
"effective_start_date": "2022-01-01",
"effective_end_date": "9999-12-31",
"event_id": "986123",
"latest_change_effective_date": "2022-06-14"
},
{
"individual_id": "110fef60-6e89-4341-892a-f6ff3f68c072",
"individual_type": "dependent",
"effective_start_date": "2022-01-01",
"effective_end_date": "9999-12-31",
"event_id": "986123",
"latest_change_effective_date": "2022-06-14"
}
]
}
],
"events": [
{
"id": "986123",
"date": "2022-06-14",
"type": "coverage",
"reason": "reinstatement"
}
]
}
{
"snapshot_mode": "current_open",
"employee": {
"id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
"custom_individual_id": "1",
"classifications": {
"BranchName": "HQ",
"Department": "Sales"
},
"employment": {
"employment_status": "terminated",
"occupation": "Senior Analyst",
"hours_worked": 50,
"salary": {
"amount": 155000,
"unit": "annual",
"type": "salary",
"effective_date": "2022-01-01"
},
"employment_dates": {
"hire_date": "2021-12-20",
"full_time_start": "2022-01-01"
}
},
"person": {} // omitted for brevity
},
"dependents": [], // omitted for brevity
"coverages": [
{
"carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
"line_of_coverage": "dental",
"plan_id": "a2fd8ca5-cf3f-4908-aa51-3947ea4fc1e4",
"enrolled_members": [
{
"individual_id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
"individual_type": "employee",
"effective_start_date": "2022-01-01",
"effective_end_date": "9999-12-31",
"event_id": "986123",
"latest_change_effective_date": "2022-06-14"
},
{
"individual_id": "110fef60-6e89-4341-892a-f6ff3f68c072",
"individual_type": "dependent",
"effective_start_date": "2022-01-01",
"effective_end_date": "9999-12-31",
"event_id": "986123",
"latest_change_effective_date": "2022-06-14"
}
]
}
],
"events": [
{
"id": "986123",
"date": "2022-06-14",
"type": "coverage",
"reason": "reinstatement"
}
]
}
1
Current state
The current state of the member before the reinstatement. Note the presence of a terminated date for the member’s employment and end dates for all coverages.
The current state of a family can be retrieved in the form of a member snapshot via the GET Member Snapshot by Employee ID endpoint.
2
Remove terminated date
3
Set effective dates
Set the effective_start_date
to the original effective start date of the coverage. The effective_end_date
is the max date to show that the enrollment is currently active.
4
Set event data
Set the event reason to reinstatement.
{
"id": "986123",
"date": "2022-06-14",
"type": "coverage",
"reason": "reinstatement"
}
Was this page helpful?
{
"snapshot_mode": "current_open",
"employee": {
"id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
"custom_individual_id": "1",
"classifications": {
"BranchName": "HQ",
"Department": "Sales"
},
"employment": {
"employment_status": "terminated",
"occupation": "Senior Analyst",
"hours_worked": 50,
"salary": {
"amount": 155000,
"unit": "annual",
"type": "salary",
"effective_date": "2022-01-01"
},
"employment_dates": {
"hire_date": "2021-12-20",
"full_time_start": "2022-01-01"
}
},
"person": {} // omitted for brevity
},
"dependents": [], // omitted for brevity
"coverages": [
{
"carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
"line_of_coverage": "dental",
"plan_id": "a2fd8ca5-cf3f-4908-aa51-3947ea4fc1e4",
"enrolled_members": [
{
"individual_id": "52b8ff36-388a-4faf-bc42-df446f13b89a",
"individual_type": "employee",
"effective_start_date": "2022-01-01",
"effective_end_date": "9999-12-31",
"event_id": "986123",
"latest_change_effective_date": "2022-06-14"
},
{
"individual_id": "110fef60-6e89-4341-892a-f6ff3f68c072",
"individual_type": "dependent",
"effective_start_date": "2022-01-01",
"effective_end_date": "9999-12-31",
"event_id": "986123",
"latest_change_effective_date": "2022-06-14"
}
]
}
],
"events": [
{
"id": "986123",
"date": "2022-06-14",
"type": "coverage",
"reason": "reinstatement"
}
]
}