cqframework / clinical-reasoning

CQF Clinical Reasoning on FHIR for Java
https://www.cqframework.org/clinical-reasoning/
Apache License 2.0
35 stars 29 forks source link

Resolve issue with Dstu3 Library identifier #446

Closed barhodes closed 5 months ago

barhodes commented 5 months ago

Change VersionedIdentifiers helper method to allow for Dstu3 references which may be just resourceType/id due to how HAPI stores Dstu3 PlanDefinition resources.

Closes #445

github-actions[bot] commented 5 months ago

Formatting check succeeded!

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 59.59%. Comparing base (3c4c2d3) to head (7d16527).

Files Patch % Lines
...a/org/opencds/cqf/fhir/cql/LibraryConstructor.java 0.00% 1 Missing :warning:
...org/opencds/cqf/fhir/cql/VersionedIdentifiers.java 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #446 +/- ## ============================================ + Coverage 59.44% 59.59% +0.14% - Complexity 3189 3194 +5 ============================================ Files 322 322 Lines 16552 16536 -16 Branches 2571 2570 -1 ============================================ + Hits 9839 9854 +15 + Misses 5599 5567 -32 - Partials 1114 1115 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.