You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug _profile is a Reference Parameter as per R4 and in the CQL processor is used that way. It makes more sense to model it as a Uri Parameter but we should be true to the specification.
Currently we throw a ClassCastException if it's a ReferenceParam.
To Reproduce
Steps to reproduce the behavior:
Perform HapiFhirRepository.search(...) with a ReferenceParam named _profile with any value
Expected behavior
The search should be executed without. issue
Environment (please complete the following information):
HAPI FHIR Version : latest
The text was updated successfully, but these errors were encountered:
Describe the bug
_profile
is a Reference Parameter as per R4 and in the CQL processor is used that way. It makes more sense to model it as a Uri Parameter but we should be true to the specification.Currently we throw a
ClassCastException
if it's aReferenceParam
.To Reproduce
Steps to reproduce the behavior:
HapiFhirRepository.search(...)
with aReferenceParam
named_profile
with any valueExpected behavior
The search should be executed without. issue
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: