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

Bug: $evaluate-measure subject-list subject reference missing resourceType #484

Closed
Capt-Mac opened this issue Jun 27, 2024 · 0 comments · Fixed by #487
Closed

Bug: $evaluate-measure subject-list subject reference missing resourceType #484

Capt-Mac opened this issue Jun 27, 2024 · 0 comments · Fixed by #487
Assignees
Labels
bug Something isn't working dQM

Comments

@Capt-Mac
Copy link
Contributor

Capt-Mac commented Jun 27, 2024

Issue

When $evaluate-measure with reportType=subject-list, will generate a contained List resource where the subjects of a Measure Report population are represented as reference items.

A second related issue with this is when Measure basis is resource based and not boolean based, subjectResults list only records Patient records associated with population, but does not represent subject count found in the population.

Steps

  • evaluate-measure in reportType=subject-list that produces subject result counts for a population>0
  • look at contained section of MeasureReport for List resource referenced by subjectResults field in population
  • subject is shown only with the id of ResourceType/id
  • subject for a resource based measure will only show Patient related id instead of resource.

Expected Results

  • The current output puts items with only an id, and do not specify the ResourceType which is required for a valid List resource.
  • subjectResults should reflect the basis of the measure making up the population count, meaning if Boolean basis, showing Patient resources, if resource basis, showing resources that make up the count (like an Encounter/id).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dQM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant