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
Measure resources have the ability to specify 'improvement notation' on the Measure level through the field Measure.improvementNotation. This influences how Measure.Group component population values are meant to be read.
if "increase" for a proportion/ratio measure:
numerator=0
denominator=10
measureScore=0%
this implies "numerator" count should 'increase' to improve score.
if "decrease" for a proportion/ratio measure:
numerator=0
denominator=10
measureScore=100%
this implies "numerator" count should 'decrease' to improve score.
issue
Measure scores can also define scoringType definitions on a Measure.group level, which means that one Measure.group could have a different scenario and scoring algorithm defined. This means that if there was a need to have "improvement notation" interpreted differently per group, like scoring, then users should have a way to communicate that.
solution
Measure.group will accept an extension specifying improvementNotation, if it is different than what is specified on the Measure resource level. Similar to group scoring definitions, if 'improvementNotation" is not specified on the group via an extension, then it will assume the Measure defined 'improvement notation' value. If no 'improvement notation' is specified on the resource, the assumed 'improvement notation' behavior is 'increase'.
Check Group for 'improvement notation'
Check Measure for 'improvement notation'
1 & 2 missing, Default to 'increase' for 'improvement notation'
Description
Measure resources have the ability to specify 'improvement notation' on the Measure level through the field Measure.improvementNotation. This influences how Measure.Group component population values are meant to be read.
if "increase" for a proportion/ratio measure:
this implies "numerator" count should 'increase' to improve score.
if "decrease" for a proportion/ratio measure:
this implies "numerator" count should 'decrease' to improve score.
issue
Measure scores can also define scoringType definitions on a Measure.group level, which means that one Measure.group could have a different scenario and scoring algorithm defined. This means that if there was a need to have "improvement notation" interpreted differently per group, like scoring, then users should have a way to communicate that.
solution
Measure.group will accept an extension specifying improvementNotation, if it is different than what is specified on the Measure resource level. Similar to group scoring definitions, if 'improvementNotation" is not specified on the group via an extension, then it will assume the Measure defined 'improvement notation' value. If no 'improvement notation' is specified on the resource, the assumed 'improvement notation' behavior is 'increase'.
Extension format
The text was updated successfully, but these errors were encountered: