- how to add across item / categories, and
- how to add items together to get totals
From the prior release, the benefitBalance had more info and was slightly confusing, so the new total (i.e. the "payment" object) makes my second question more straightforward.
for example, resource / id = carrier-22273336765
patient = resource / patient / reference = Patient/20140000008325
This claim resource has 11 claim line 'items', with a total payment / amount = $150
Relative to question 1 above, can you point me to examples of claim lines with non-zero amounts in each category of an 'item' - illustrating the payments going from submitted charges and outlining all steps to provider payments and patient payments? If there is no such example, can you provide the math that you would expect to work within each 'item' to get from submitted to paid? If an "other" is needed on our end, what would you suggest we call it - assuming we will get questions on it from users :) ?
Relative to question 2 above, iterating through the 'adjudication' lines yields a total of $130 (not $150). Is this an artifact of synthetic data? If they don't always sum to the total, which is more representative of the amount that was paid - the 'payment / amount' or the sum of the items?
Thanks,