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
The Retrieve operator provides a codeComparator to indicate how the code should be matched. According to chapter 4, section 11.1.14:
The codeComparator attribute specifies how elements of the code property should be matched to the terminology. One of 'in', '=', or '~'. Note that 'in' will resolve to the appropriate terminology matching operator, resulting in equivalence semantics for value set and code system membership testing.
It's possible that cql-execution generally does the right thing, but it would be better to explicitly read this property (when present) and use the semantic that it suggests.
The text was updated successfully, but these errors were encountered:
The
Retrieve
operator provides acodeComparator
to indicate how the code should be matched. According to chapter 4, section 11.1.14:It's possible that cql-execution generally does the right thing, but it would be better to explicitly read this property (when present) and use the semantic that it suggests.
The text was updated successfully, but these errors were encountered: