Skip to content

Instantly share code, notes, and snippets.

@corbinbs
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corbinbs/8a3c7b5b89f3f80dfdd9 to your computer and use it in GitHub Desktop.
Save corbinbs/8a3c7b5b89f3f80dfdd9 to your computer and use it in GitHub Desktop.
PokitDok Platform eligibility API response summary
{
"summary": {
"deductible": {
"family": {
"in_network": {
"applied": {
"amount": "2153.41",
"currency": "USD"
},
"limit": {
"amount": "6000",
"currency": "USD"
},
"remaining": {
"amount": "3846.59",
"currency": "USD"
}
},
"out_of_network": {
"applied": {
"amount": "215.90",
"currency": "USD"
},
"limit": {
"amount": "12000",
"currency": "USD"
},
"remaining": {
"amount": "11784.1",
"currency": "USD"
}
}
},
"individual": {
"in_network": {
"applied": {
"amount": "0.00",
"currency": "USD"
},
"limit": {
"amount": "3000",
"currency": "USD"
},
"remaining": {
"amount": "3000",
"currency": "USD"
}
},
"out_of_network": {
"applied": {
"amount": "123.96",
"currency": "USD"
},
"limit": {
"amount": "6000",
"currency": "USD"
},
"remaining": {
"amount": "5876.04",
"currency": "USD"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment