Hi Curtis,
Thanks for the response.
CMS159 eCQM measure has a single performer rate and the MIPS version has multi performance rate. When I ran this eCQM measure through the QPP converter, I got the following json.
{
"performanceYear" : 2019,
"entityType" : "individual",
"nationalProviderIdentifier" : "0001419966",
"taxpayerIdentificationNumber" : "000144466",
"measurementSets" : [ {
"category" : "quality",
"submissionMethod" : "electronicHealthRecord",
"measurements" : [ {
"measureId" : "370",
"value" : {
"isEndToEndReported" : true,
"strata" : [ {
"performanceMet" : 3,
"eligiblePopulationExclusion" : 5,
"performanceNotMet" : 2,
"eligiblePopulation" : 10,
"stratum" : "12-17"
}, {
"performanceMet" : 0,
"eligiblePopulationExclusion" : 0,
"performanceNotMet" : 0,
"eligiblePopulation" : 0,
"stratum" : "18+"
} ]
}
} ],
"programName" : "mips",
"performanceStart" : "2019-01-01",
"performanceEnd" : "2019-12-31",
"source" : "qrda3"
} ]
}
Can you tell us how QPP converter is creating PerformanceMet, eligiblePopulationExclusion, performanceNotMet, eligiblePopulation values from a single performance rate?
Thank you,
Sumanth Bandaru.