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
When running code and reference searches the search prefixes are actually applied and that will cause search errors depending on data.
Fhir user would expect these to be applied only for numbers, dates and quantities: http://hl7.org/fhir/2017Jan/search.html#prefix
References:
Currently when searching for observations assigned to patient eb038cc0-920b-4bca-b938-9c49f0fbc163
Using 'patient' search parameter might be confusing as it points to a single resource type and accepts queries with id only yet for a search for certain id's (and notice this one is a valid uuid) we'll get no results because of the pre processing:
It would be best to either not apply the modification at all to reference type or force the users to set the whole reference in search as Type/id. There already has been a similar issue: #162
Code:
Same processing is done, this on the other hand will cause certain code searches to fail. What is the reason to actually apply this modification on codes ?
When running code and reference searches the search prefixes are actually applied and that will cause search errors depending on data.
Fhir user would expect these to be applied only for numbers, dates and quantities:
http://hl7.org/fhir/2017Jan/search.html#prefix
References:
Currently when searching for observations assigned to patient eb038cc0-920b-4bca-b938-9c49f0fbc163
Using 'patient' search parameter might be confusing as it points to a single resource type and accepts queries with id only yet for a search for certain id's (and notice this one is a valid uuid) we'll get no results because of the pre processing:
It would be best to either not apply the modification at all to reference type or force the users to set the whole reference in search as Type/id. There already has been a similar issue: #162
Code:
Same processing is done, this on the other hand will cause certain code searches to fail. What is the reason to actually apply this modification on codes ?
The text was updated successfully, but these errors were encountered: