Authorization | Bearer [Auth Token] |
Qpp-Opt-In-Entities | 000456789|1234567890,000987654 |
"data": [ { "tin": "000456789", "npi": "1234567890", "isOptInEligible": true, "optInDecisionDate": "2020-01-27T16:57:38.646Z", "isOptedIn": false, "year": 2019, "runNum": 1 }, { "tin": "000987654", "isOptInEligible": false, "optInDecisionDate": null, "isOptedIn": null, "year": 2019, "runNum": 1 } ]
isOptInEligible | isOptedIn | Interpretation of the state | Comments from QPP Dev group |
TRUE | FALSE | Voluntary reporting | |
TRUE | TRUE | Opted in | |
TRUE | NULL | What does this mean and is it a possible valid response ? | |
FALSE | NULL | What does this mean and is it a possible valid response ? | |
FALSE | TRUE | Can never happen\Invalid response but need confirmation | |
FALSE | FALSE | What does this mean and is it a possible valid response ? |
Could you please share the scenario you are referring to which has driven your team to make this design decision. Will help us to understand it better.