-
Notifications
You must be signed in to change notification settings - Fork 122
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 support for converting CQL Tuples to FHIR Parameters #1422
Conversation
JPercival
commented
Oct 7, 2024
- Add support for converting CQL Tuples to FHIR Parameters
- Tests for same
Formatting check succeeded! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1422 +/- ##
============================================
+ Coverage 64.20% 64.38% +0.18%
- Complexity 1867 1920 +53
============================================
Files 494 494
Lines 27848 28020 +172
Branches 5531 5559 +28
============================================
+ Hits 17880 18041 +161
- Misses 7731 7738 +7
- Partials 2237 2241 +4 ☔ View full report in Codecov by Sentry. |
...ine-fhir/src/main/java/org/opencds/cqf/cql/engine/fhir/converter/Dstu2FhirTypeConverter.java
Outdated
Show resolved
Hide resolved
...ine-fhir/src/main/java/org/opencds/cqf/cql/engine/fhir/converter/Dstu2FhirTypeConverter.java
Outdated
Show resolved
Hide resolved
...ine-fhir/src/main/java/org/opencds/cqf/cql/engine/fhir/converter/Dstu2FhirTypeConverter.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.
Nested tuples weren't being handled correctly, and in fixing that I actually found a gap in empty tuple representation. I've submitted JIRA trackers to the extensions library and CQL IG to address that gap, and pre-adopted the solution in my updates to this PR.
Quality Gate passedIssues Measures |