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

Issue with correctly processing regex value in value set filter #186

Open
reubendaniels opened this issue Aug 29, 2022 · 0 comments
Open

Comments

@reubendaniels
Copy link
Collaborator

The expansion of the value set Iso 3166 Part 1: 2 Letter Codes from the core FHIR specification has the following compose element:

Which is intended to include all concept where the code value is 2-characters long.

However, the expansion generated by tx.fhir.org is also including the concepts that have 3-character codes. See here

This suggests that the "[A-D]{2}" regular expression is not being correctly processed by the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant