I am querying the Eligibility API (
https://qpp.cms.gov/api/eligibility/graphql) to get Eligibility information for NPI's. I am trying to understand why I would see contradicting data for a single provider at a practice with multiple rows.
Attached is a snippet from the results, I masked some info & below highlighted is what I am trying to better understand. How would I determine which row would be the correct one to use? FYI..in the Participation Lookup this provider shows up as not eligible for Individual and Opt-In eligible as individual.
"is_eligible_individual": true,
"is_opt_in_eligible": false,
"is_eligible_individual": false,
"is_opt_in_eligible": true,
Thanks,