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

Binding validation should consider caseSensitive comparison #3006

Open
mmsmits opened this issue Jan 13, 2025 · 1 comment
Open

Binding validation should consider caseSensitive comparison #3006

mmsmits opened this issue Jan 13, 2025 · 1 comment

Comments

@mmsmits
Copy link
Member

mmsmits commented Jan 13, 2025

CodeSystem has an attribute caseSensitive which states how codes within this system are compared to each other. In the Validator this not considered and it is actually the responsibility of the TeminologyService.

In the SDK we have a LocalTerminologyService where we can try to solve this. In any case, the LocalTerminologyService should have access to the connected CodeSystem to determine the value of caseSensitive.

More information about CodeSystem.caseSensitive see here.

@mmsmits
Copy link
Member Author

mmsmits commented Jan 13, 2025

Moved here from: https://firely.atlassian.net/browse/VONK-4323

@mmsmits mmsmits transferred this issue from FirelyTeam/firely-validator-api Jan 13, 2025
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