-
Notifications
You must be signed in to change notification settings - Fork 49
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
Aphl 752 validate operation #747
Conversation
plugin/cr/src/main/java/org/opencds/cqf/ruler/cr/KnowledgeArtifactProcessor.java
Show resolved
Hide resolved
// currently the packaged bundle is not valid due to: | ||
// - bundle.total | ||
// - bundle.entry.request | ||
// being present on a bundle with type = collection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
may need new profiles to avoid these validation failures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't profile at the bundle level because of the possibility that the package will span multiple bundles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏾 I'll split the test into individual validations on example resources to match our future workflow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
back to validating whole bundle based on discussion
// currently the packaged bundle is not valid due to: | ||
// - bundle.total | ||
// - bundle.entry.request | ||
// being present on a bundle with type = collection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't profile at the bundle level because of the possibility that the package will span multiple bundles.
No description provided.