FHIR Chat · EOB Search Parameter service-date · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: EOB Search Parameter service-date


view this post on Zulip Daniel Venton (Aug 31 2020 at 19:37):

The current edition of the search parameters says,
"EOB service-date date service-date Only in combination with the patient search parameter. GET [base]/ExplanationOfBenefit?service-date=[prefix][date]"

with details:
"expression: ExplanationOfBenefit.billablePeriod | ExplanationOfBenefit.serviced as Date | ExplanationOfBenefit.serviced as Period"

However, and EOB doesn't contain a servicedDate or servicedPeriod attributes. EOB does have 2 lists (.item, .addItem) that do have the capability of having attributes .servicedDate or .servicedPeriod.

Was the intent of the search parameter to be:
"expression: ExplanationOfBenefit.billablePeriod | ExplanationOfBenefit.item[x].serviced as Date | ExplanationOfBenefit.item[x].serviced as Period | ExplanationOfBenefit.addItem[x].serviced as Date | ExplanationOfBenefit.addItem[x].serviced as Period"

In English that would be all EOB having a .billablePeriod OR any .item with a .servicedDate OR any .item with a .servicedPeriod OR any .addItem with a .servicedDate OR any .addItem with a .servicedPeriod; in the range specified

view this post on Zulip James Fadeley (Oct 20 2020 at 03:29):

I'm interested in this question as well.

view this post on Zulip Michele Mottini (Oct 20 2020 at 14:01):

Yes, it is wrong

view this post on Zulip Michele Mottini (Oct 20 2020 at 14:14):

See https://jira.hl7.org/browse/FHIR-28555


Last updated: Apr 12 2022 at 19:14 UTC