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

Multi Measure with Reporter Parameter #458

Closed Capt-Mac closed 4 months ago

Capt-Mac commented 4 months ago

Feature enhancement to Multiple measure processor that allows for MeasureReport.reporter to be applied to each Measure Report returned. This is a helpful mechanism for any reports persisted into a server that require grouping by a specific Practitioner | PractitionerRole | Location | Organization

This avoids unnecessary property setting and resource fields passed in to populate this field.