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

Disaggregated primitive SDEs #156

Open JPercival opened 2 years ago

JPercival commented 2 years ago

Needs additional information:

Measures can be defined to include SupplementalDataElements that me either Resources or primitive values. In some cases the primitive values should be aggregated (for example, the number of males across the entire population) for demographic purposes. In other cases we do not want to aggregate the values because they don't have any meaning when aggregated (for example, days since last appointment)

JPercival commented 2 years ago
JPercival commented 2 years ago

Something like this maybe:

extension: supplementalDataType=Individual extension: supplementalDataType=Population

extension: supplementalDataAggregate=False

JPercival commented 2 years ago

JP working on this as part of a client deliverable

JPercival commented 1 year ago

Coordinate with Bryn once this one is started to discuss how the extension should look

brynrhodes commented 1 year ago

I don't think we should be using the term "aggregate" here, SDEs function as accumulators at the population level. Apologies for missing this in the previous discussion.

JPercival commented 1 year ago

Relevant tracker: https://jira.hl7.org/browse/FHIR-40420