FHIR Chat · Aetna - Implementing CARIN EOB Base · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: Aetna - Implementing CARIN EOB Base


view this post on Zulip Joel Hansen (Aetna) (Jun 04 2020 at 03:49):

Hi All,

I'm with Aetna and implementing the CARIN EOB, Coverage profiles. We are making a few assumption and wanted to see what other health plans are doing. Please let me know if this isn't the right stream to post this in.

Questions......

  1. EOB.payee - Description: recipient of benefits payable - Is this the billing provider? We are assuming it's the billing provider.
  2. Enterer - Description: Author of the claim - Reference to Practitioner or PractitionerRole - How do we determine which resource to use for our referenece?
  3. When mapping claims data to MedicationRequest - Status is required - We are defaulting it to 'completed' since we are assuming the claim was received since the prescription was filled.
  4. HealthClaim status - defaulting to 'unknown'
  5. Date searches for Coverage - If a single date is given, we only return the coverages where the start and end date is in between the start and end dates of the coverage span. If a date span is given in search, we would return all coverage spans that fall in to that date range.
  6. Regarding the rule to provide history back to 1/1/2016 - would this be Service Date or Adjudication Date? Assuming it's Adjudication Date

Thanks in advance.
Joel

view this post on Zulip Michele Mottini (Jun 04 2020 at 13:00):

Mhh, there should not be anything mapped to MedicationRequest . . . pharmacy claim meds go inside the ExplanationOfBenefit

view this post on Zulip Michele Mottini (Jun 04 2020 at 13:08):

  1. . . . If a date span is given in search, we would return all coverage spans that fall in to that date range.

That should be that overlap the specified date span - so if . . . &ge2018-01-01&le2020-01-01 coverages for any part of those two years match. (see the column about ranges at http://hl7.org/fhir/search.html#prefix)

view this post on Zulip Joel Hansen (Aetna) (Jun 04 2020 at 14:13):

Michele,
Thanks for the reply. We'll take another look at that reference to MedicationRequest. Also, thanks for the link to the prefixes.

view this post on Zulip Bhanu Vemuri (Jun 04 2020 at 15:23):

#6 - We are planning to build based on DOS. Rule did call out Date of Service(DOS) for both Patient Data Access API and Payer-Payer Data Exchange.

view this post on Zulip Joel Hansen (Aetna) (Jun 04 2020 at 16:14):

Thanks @Bhanu Vemuri !

view this post on Zulip Ryan Howells (Jun 05 2020 at 19:18):

@Joel Hansen (Aetna) I'm copying a few of our technical leadership team to weigh in. @Amol Vyas @Pat Taylor @josh lamb @Saul Kravitz. For #6, it's definitely DOS back to 1/1/2016. I would also encourage you to examine the deck we provided to the CARIN community meeting earlier in this thread. https://chat.fhir.org/#narrow/stream/204607-CARIN-Blue.20Button.20IG/topic/API.20and.20Search.20Params/near/199681980

view this post on Zulip Joel Hansen (Aetna) (Jun 05 2020 at 19:25):

@Ryan Howells Thanks for the reply. I'll take a look at that community meeting deck as well.

view this post on Zulip Amol Vyas (Jun 08 2020 at 10:43):

Hi @Joel Hansen (Aetna) , thank you for your questions. Have you looked at the guidance provided within the CARIN BB IG's CPCDS-to-FHIR mapping document? The balloted version is available on this page (Mapping Worksheet section) while an updated interim copy is available on this page. We will be making updates to the interim copy during the IG's ballot reconciliation.

Please see answers below:

  1. The billing provider is EOB.provider. When the EOB.payee.type is provider, EOB.payee.party should be the same billing provider.
  2. We do not map the personnel completing claims; only the billing provider.
  3. We do not map to MedicationRequest. In any case, from the standpoint of claims, I believe MedicationDispense may be more appropriate and may be considered for mapping in the next version (STU2). For now, please refer to the EOBPharmacy profile in the mapping document.
  4. Did you mean EOB.status? If so, please refer to the mapping document for values.
  5. We do not map Coverage start and end dates (but plans can still populate and return them). For Coverage and other resources' search information, please see updated interim copy of Search document on this page.
  6. It is Service Date.

Regards,
-Amol Vyas

view this post on Zulip Joel Hansen (Aetna) (Jun 09 2020 at 21:05):

@Amol Vyas Thanks for the reply and the update.

One more question, when it comes to searching by date, like date of service on EOB; do all Prfixes have to be supported by the search?


Last updated: Apr 12 2022 at 19:14 UTC