Stream: implementers
Topic: Use of ExplanationOfBenefit and ClaimResponse
swapna v (Mar 26 2021 at 12:19):
Hi All,
I am new to chat.fhir, please guide me how better I can utilize it. Currently I need clarification on following question.
I want to understand when to use ExplanationofBenefit resource and ClaimResponse resource.
Lloyd McKenzie (Mar 26 2021 at 13:12):
Welcome to the community. :) You've already passed the first test in knowing to create a specific topic heading for your first question, so well done on that. Other hints are to use the little 'gear' icon to sign up for other streams of interest and to use the search functionality to see what questions have already been asked.
ClaimResponse is used to to convey the adjudication of a specific claim, prior authorization or predetermination. ExplanationOfBenefits (EOB) provides a summary of all claims processed over a period of time (though it could be specific to a single claim). ClaimResponse is generally sent to the provider who performed the Claim submission. EOB is generally shared with the Patient.
swapna v (Mar 26 2021 at 15:47):
Hey @Lloyd McKenzie thank you so much.. May next doubt is : When we receive an ERA from a Payer, which resource should we use to store the response?
Lloyd McKenzie (Mar 26 2021 at 16:08):
I think PaymentReconciliation. @Paul Knapp @MaryKay McDaniel?
Paul Knapp (Mar 26 2021 at 16:31):
@swapna v @Lloyd McKenzie @MaryKay McDaniel The corollary to ERA would be a ClaimResponse as it contains the adjudication details and optionally payment information if you are making actual payments per claim. The PaymentReconciliation supports the Payments for claims, such as bulk payments to providers, and the distribution of that amount across a number of claims: e.g. a payment of $100 with $40 for claim #1, $35 for claim #16 and #25 for claim #21.
Last updated: Apr 12 2022 at 19:14 UTC