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

[BUG] Issue with validation of multiple bindings #1645

Open
carolinerosin opened this issue Jan 24, 2024 · 1 comment
Open

[BUG] Issue with validation of multiple bindings #1645

carolinerosin opened this issue Jan 24, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@carolinerosin
Copy link
Collaborator

Describe the bug
I created a binding with multiple value sets in IGAMT. Pushed to GVT. The value is in one of the value sets but I get an error.
I think one of the value set is not correctly exported in the ValueSetLibrary XML. It shows up in the NoValidation section for some reason.

User Account
rosinc

URL
https://hl7v2-igamt-2.nist.gov/ig/610841518b87bc0008787276/segment/61094e408b87bc00087884cd/structure

To Reproduce
Steps to reproduce the behavior:

  1. export to gvt
  2. try to validate the message ELR_1_1.1_Message.txt

Expected behavior
Should not see an error the SPM-4 error.

Screenshots
image
image
image

Additional context
Profile:
Electronic-Laboratory-Reporting-(ELR)-610841518b87bc0008787276_20240124_184530.zip

@carolinerosin carolinerosin added the bug Something isn't working label Jan 24, 2024
@HossamT
Copy link
Collaborator

HossamT commented Feb 20, 2024

Investigation shows that value sets with codes over a certain threshold (1000) are added to the list of value sets excluded from validation.
The long term solution, is to use external code sets for large value sets (once feature become available)
If we decide to keep this constraint (which might be necessary) I think we have to indicate that to the users somehow, may be an indicator on the vs binding.

@carolinerosin what do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants