-
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
Add DataRequrementsProcessor from cqframework elm #340
Conversation
Since we have to transform to/from R5 in order to support the datarequirements, we should probably make the DataRequirementsProvider R5 only, and then add the mapping code to the respective Operation providers. |
Also, we need this code for dstu3 as well. |
r4/src/main/java/org/opencds/cqf/r4/providers/MeasureOperationsProvider.java
Outdated
Show resolved
Hide resolved
r4/src/main/java/org/opencds/cqf/r4/providers/MeasureOperationsProvider.java
Outdated
Show resolved
Hide resolved
r4/src/main/java/org/opencds/cqf/r4/providers/MeasureOperationsProvider.java
Outdated
Show resolved
Hide resolved
r4/src/main/java/org/opencds/cqf/r4/providers/DataRequirementsProvider.java
Outdated
Show resolved
Hide resolved
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.
Looks good. Thanks!
No time to review the requested changes and need to get it merged.
updated in the $data-requirements operation to use DataRequrementsProcessor from cqframework elm