pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Text matching

Open johngrimes opened this issue 2 years ago • 1 comments
trafficstars

This change introduces a new function and UDF to determine whether an input coding matches some input text.

The coding would match if the input text was present within the display or any known synonyms of the code.

johngrimes avatar Feb 26 '23 10:02 johngrimes

One way of implementing this could be to use the ValueSet expand operation with filter.

The operation could be executed (and cached) and then checked to see if it contains the input coding.

johngrimes avatar Feb 26 '23 10:02 johngrimes