You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generated FHIR Claims data in JSON format and noticed for majority of data, total amount at the claims header level does not match the sum of the net amounts in the item elements.
I am attaching the claims data in Log file for reference, It will be really helpful if this issue is fixed.
Here is one of the example:-
Details:
Sum of net amounts:
Item 2: $136.00
Item 3: $431.40
Item 4: $32.66
Item 5: $74.58
Item 6: $431.40
Item 7: $431.40
Item 8: $431.40
Calculated Total: $1,968.84
However at the header level its 704.2
"total": {
"value": 704.2,
"currency": "USD"
}
What happened?
I generated FHIR Claims data in JSON format and noticed for majority of data, total amount at the claims header level does not match the sum of the net amounts in the item elements.
I am attaching the claims data in Log file for reference, It will be really helpful if this issue is fixed.
Here is one of the example:-
Details:
Sum of net amounts:
Item 2: $136.00
Item 3: $431.40
Item 4: $32.66
Item 5: $74.58
Item 6: $431.40
Item 7: $431.40
Item 8: $431.40
Calculated Total: $1,968.84
However at the header level its 704.2
"total": {
"value": 704.2,
"currency": "USD"
}
Environment
Relevant log output
The text was updated successfully, but these errors were encountered: