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

Add input parameter resolution to $populate operation #449

Closed barhodes closed 5 months ago

barhodes commented 5 months ago

Add the InputParameterResolver to the PopulateRequest which resolves the input parameters to resources to allow them to be referenced within an expression, e.g. %subject.id

github-actions[bot] commented 5 months ago

Formatting check succeeded!

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.17%. Comparing base (07c745e) to head (01cdefc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #449 +/- ## ============================================ + Coverage 60.09% 60.17% +0.07% - Complexity 3248 3250 +2 ============================================ Files 325 325 Lines 16816 16809 -7 Branches 2602 2600 -2 ============================================ + Hits 10106 10115 +9 + Misses 5577 5561 -16 Partials 1133 1133 ```

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