Composite Search Parameters
Since version 2308 Aidbox supports Composite Search Parameters.
Composite Search Parameters are special search parameters to match resources by two or more values, separated by $
sign. Such search parameters will search not by simple intersection, like search-param1=value1&search-param2=value2
, but more strictly.
For example, take a look at Observation resource structure and suppose we have following resource:
If we want search to match my-observation only if some component has both code = loinc|12907-2
and valueQuantity=1
, we must use composite search:
However, if we use simple intersection, my-observation may be found in all cases:
Enable composite search
To turn on in Aidbox project use:
Last updated