Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disaggregated primitive SDEs #156

Open
JPercival opened this issue Sep 23, 2022 · 6 comments
Open

Disaggregated primitive SDEs #156

JPercival opened this issue Sep 23, 2022 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@JPercival
Copy link
Contributor

JPercival commented Sep 23, 2022

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
Copy link
Contributor Author

  • Create an extension (or something) to indicate which SDEs should or should not be aggregated
  • Update the evaluator to respect those extensions

@JPercival
Copy link
Contributor Author

JPercival commented Oct 5, 2022

Something like this maybe:

extension: supplementalDataType=Individual
extension: supplementalDataType=Population

extension: supplementalDataAggregate=False

@JPercival
Copy link
Contributor Author

JPercival commented Oct 5, 2022

JP working on this as part of a client deliverable

@JPercival
Copy link
Contributor Author

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

@brynrhodes
Copy link
Member

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants