The Eligibility section of the Anagram API provides tools for verifying a patient’s eligibility and benefits with insurance providers.
Eligibility Request
request_uid
that can be used to fetch the eligibility result.Eligibility Result
request_uid
and is the outcome of the eligibility requiest. This result contains limited information about the patient’s plan. To get the full insurance plan, the Eligibility Details request needs to be run.Eligibility Details
insurer_code_list
in the Eligibility Request endpoint, an array containing the insurer codes you wish to query. The details of insurer codes can be found here.
oon
for out-of-network and inn
for in-network.LENS_CONTACT
and EXAM_CONTACT
items.EXAM_CONTACT
).These rules are not yet exposed via the public API. We recommend hardcoding them for now.
FRAME_LENS_PROG_PKG
$178 - $25 = $153
(max reimbursable)min($38, $70)
+ min($70, $55)
= $38 + $55 = $93
$93
Case | Frame Cost | Lens Cost | Total | Copay | Max After Copay | Final Reimbursement |
---|---|---|---|---|---|---|
A | $40 | $30 ×2 | $100 | $25 | $75 | 55 = $75 |
B | $80 | $20 ×2 | $120 | $25 | $95 | 40 = $95 |
C | $140 | $20 ×2 | $180 | $25 | $155 | 40 = $110 |
Note: Even if the total cost after copay exceeds the sum of subitem caps, reimbursement is limited by those individual caps.