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

Feature Request: Multi-Measure Processing for MeasureService #454

Closed Capt-Mac closed 5 months ago

Capt-Mac commented 5 months ago

$evaluate-measure operation currently fulfills the requirement of evaluating a single measure for a chosen subject population, however when a user requires the same subject population to be evaluated against several measures, it requires subsequent requests and redundant data layer calls.

This is especially useful for any users that are performing quality reporting for a specific population over several measures and can now handle in a single request.

I have also logged this with a standards change request: https://jira.hl7.org/browse/FHIR-45420