Stream: implementers
Topic: Mapping Adjudicated Medical Claims
Basistha Gotra (Jul 15 2019 at 19:43):
I would like to map adjudicated medical claims received from different carriers (healthplans) into FHIR model. Few quick questions as below and would like to get answer from the community.
• What is the right target FHIR resource(s) to map above data set? I would like most of the fields captured so that I do not have to remap again and again. Also, I would like to capture all claim line level detail to capture line level procedures and amount related information.
• They should be mapped under one resource (Claims) or breakdown in multiple resources like patient, providers, conditions, etc.?
Any insights/suggestions would be appreciated. Thanks in advance for your help.
Lloyd McKenzie (Jul 15 2019 at 20:20):
An adjudicated claim would be ClaimResponse. However, to fully map, you'll probably need a bunch of resources (including Claim, MedicationRequest, MedicationDispense, Practitioner, Organization, Medication and maybe a few others.
Basistha Gotra (Jul 15 2019 at 21:00):
An adjudicated claim would be ClaimResponse. However, to fully map, you'll probably need a bunch of resources (including Claim, MedicationRequest, MedicationDispense, Practitioner, Organization, Medication and maybe a few others.
Thank you @Lloyd McKenzie for a quick response. Is there any documentation where I can go and review and I will have reference before I start mapping? I have handful of source data sets and they should be mapped in a FHIR model that can accommodate all needed elements.
Lloyd McKenzie (Jul 15 2019 at 21:13):
Other than the specification and the financial module, not any that I'm aware of. X12 will be publishing a mapping to FHIR in the near-term (next few months) if that helps.
Varvara (Jul 18 2019 at 14:44):
@Lloyd McKenzie , what do you think of mapping adjudicated claims to ExplanationOfBenefit resource, which has both claim and adjudication details in place ? I am also wondering if you know about any EOB resource use cases?
Andy Stechishin (Jul 18 2019 at 14:53):
@varvara the EOB is currently being used by CMS in the US for BlueButton and there are a variety of ways that it is being used. The EOB is most commonly used for reporting to patients but can also be used additional reporting.
Basistha Gotra (Jul 18 2019 at 15:59):
@Andy Stechishin and @Varvara - our need is to map paid claims data for analytical and operational use. By saying that adjudicated paid claims from plans should be combined with EHR data from providers. That way analysts can use the full data sets that includes (member's eligibilities information, benefit information, med, Rx and other claims along with EHR) plus reporting to patients/providers depending on different use cases.
Last updated: Apr 12 2022 at 19:14 UTC