Stream: implementers
Topic: ExplanationOfBenefit:productOrService data-absent-reason
Fred Harmon (Feb 09 2021 at 13:47):
Hello,
I tried getting help from CARIN IG for Blue Button but haven't heard anything so I thought I'd try a more general audience. You can see my original post here. https://chat.fhir.org/#narrow/stream/204607-CARIN-IG.20for.20Blue.20Button.C2.AE/topic/Inpatient.20productOrService.20data-absent-reason/near/225600832
The IG Notes mention that if you do not have a "productOrService" (which is common) that you should include a data-absent-reason since the element is 1...1. I'm trying to figure out the proper structure. I've progressed in my guess to this and would love some confirmation.
"productOrService": {
"coding": [{
"code": {
"extension": [
{ "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode":"unknown"
} ]
}
}]
}
Lloyd McKenzie (Feb 09 2021 at 15:22):
@Amol Vyas @Mark Roberts
Amol Vyas (Feb 09 2021 at 19:33):
Thanks @Lloyd McKenzie .
@Fred Harmon : Thanks for the feedback. Please refer to https://jira.hl7.org/browse/FHIR-30357, which I believe addresses your issue. This and a few other tickets will be released as a part of the Technical Correction/Errata update to STU1 very soon.
@Pat Taylor, @Mark Roberts : Do we have a public Jira filter/query already defined to capture what will be included (so far) in the the Technical Correction/Errata update to STU1?
Fred Harmon (Feb 09 2021 at 20:07):
Thanks @Amol Vyas . I'm not sure I follow the resolution in that JIRA ticket but I think it says this. Don't use a data-absent-reason extension, but use the data-absent-reason code "not-applicable" https://www.hl7.org/fhir/valueset-data-absent-reason.html The code "not-applicable" will be added to the list of codes accepted in the code system http://build.fhir.org/ig/HL7/carin-bb/ValueSet-AMACPTCMSHCPCSProcedureCodes.html such that you don't need the actual data-absent-reason extension at all.
Amol Vyas (Feb 09 2021 at 20:08):
Exactly.
Mark Roberts (Feb 09 2021 at 20:29):
Yes we do have a Jira filter for Block-Vote-1, which can be found here: https://jira.hl7.org/issues/?filter=13711
Pat Taylor (Feb 10 2021 at 18:20):
@Amol Vyas @Mark Roberts filter on Grouping = 'Technical_Corrections'
Last updated: Apr 12 2022 at 19:14 UTC