API for estimated accumulators (deductible progress, out-of-pocket progress, etc) #5
Unanswered
healthbjk
asked this question in
Flexpa API
Replies: 1 comment
-
This would be very valuable to us! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today, the Flexpa API returns information related to healthcare finances via a patient's insurance coverage and claims - the FHIR Coverage and ExplanationOfBenefit resources.
Accumulators are a concept within a patient's financial situation that represent the cumulative financial obligations and expenditures over a given period, typically a year. These can include deductibles, out-of-pocket maximums, and co-payments. Accurate tracking of these accumulators is crucial for both healthcare providers and patients to understand the remaining financial liability for medical services.
Today, most payers do not return this information in the API responses via Coverage or ExplanationOfBenefit. However, it is possible to estimate progress towards the accumulators by summing the patient responsibilities present in claims via ExplanationOfBenefit.
While it is possible for customers to do this on their own today, we are exploring whether offering a value-add API that performs this estimation would be useful to customers.
Beta Was this translation helpful? Give feedback.
All reactions