Details
-
Type:
Technical Correction
-
Status: Resolved - change required (View Workflow)
-
Priority:
Medium
-
Resolution: Persuasive
-
Specification:US CARIN Blue Button (FHIR)
-
Raised in Version:1.1.0
-
Work Group:Financial Mgmt
-
Related Artifact(s):ExplanationOfBenefit_ServiceDate
-
Grouping:
-
Resolution Description:
-
Change Category:Correction
-
Change Impact:Non-substantive
Description
In https://jira.hl7.org/browse/FHIR-30443 the FHIRPath expression for the EoB service-date seach parameter was fixed.
Unfortunately, I think the XPath is still wrong.
We don't actually use the XPath, so I won't bother trying to fix it, but wanted to open something since I noticed it is wrong.
Specifically it has paths like f:ExplanationOfBenefit/f:item/f:serviced/f:servicedPeriod and f:ExplanationOfBenefit/f:item/f:serviced/f:servicedDate which do not correctly reflect the element hierarchy for choice types ("/f:serviced" should be removed).