Hi!
I’m working on mapping Claim FHIR resource in my database and I am little doubtful about what resource will best suite my needs. The options being ExplanationOfBenefits, Claim and ClaimResponse
I want a resource that provides all information related to providers, diagnosis, procedures, amounts ,claimlines etc.
Should I use ExplanationOfBenefits or both Claim and ClaimResponse?
If I choose ExplanationOfBenefits, then would I have to store Claim and ClaimResponse too as ExplanationOfBenefits has reference to both resources?
Thanks!