Greetings,
Could someone tell me why the bold entry displays the message it does? The eligible population I submitted was not greater than 20, and the reporting rate 18 lines above it indicates the reporting rate is not less than 50%. The eligible population was 4, and the reporting rate was 75% It's highly likely, I just don't know what that line is indicating and if it actually has any effect on scoring.
--This snippet came from /submissions/{id}/score
{
"name": "143",
"value": 4,
"detail": "Contributing 4",
"metadata": {
"performanceRate": 100,
"reportingRate": 75,
"measurementSetId": "df9213cd-95e9-4bc9-a12a-c3dea83af5e4",
"measurementId": "218afb2e-4ce7-4887-b776-b9da682e5dac",
"measureClass": "Class 2",
"measureTitle": "Oncology: Medical and Radiation - Pain Intensity Quantified",
"endToEndBonus": 1,
"outcomeOrPatientExperienceBonus": 0,
"highPriorityBonus": 0,
"decileScore": 3,
"performanceDenominator": 0,
"performanceNumerator": 0,
"eligiblePopulation": 0,
"partialDecileScore": null,
"decile": -1,
"deciles": null,
"processingStatus": "PICKED",
"measurementPoints": 4,
"messages": {
"measurementClass": "Eligible population is greater than 20, has benchmarks and reporting rate is less than 50%",
"e2eBonusScore": "Bonus from isEndToEndReported",
"measurementPicker": "Picked at 1",
"measurementPoints": "Measurement points for PICKED measure include decile score with all bonus points"
},
"noBenchmarks": false,
"benchmarkType": "electronicHealthRecord",
"eMeasureId": "CMS157v5",
"cpcPlusGroup": null
}
},
--This snippet came from /submissions
{
"id": "218afb2e-4ce7-4887-b776-b9da682e5dac",
"measurementSetId": "df9213cd-95e9-4bc9-a12a-c3dea83af5e4",
"measureId": "143",
"value": {
"isEndToEndReported": true,
"performanceMet": 3,
"eligiblePopulationExclusion": 0,
"eligiblePopulationException": 0,
"performanceNotMet": 0,
"eligiblePopulation": 4,
"reportingRate": 75,
"performanceRate": 100
}
},