Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text matching #1308

Open
johngrimes opened this issue Feb 26, 2023 · 1 comment
Open

Text matching #1308

johngrimes opened this issue Feb 26, 2023 · 1 comment
Labels
new feature New feature or request

Comments

@johngrimes
Copy link
Member

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 johngrimes added the new feature New feature or request label Feb 26, 2023
@johngrimes
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant