pathling
pathling copied to clipboard
Text matching
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.
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.