You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Issue
When $evaluate-measure with reportType=subject-list, will generate a contained
List
resource where the subjects of aMeasure 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
List
resource referenced by subjectResults field in populationid
ofResourceType/id
id
instead of resource.Expected Results
ResourceType
which is required for a validList
resource.Encounter/id
).The text was updated successfully, but these errors were encountered: