Error generating Score Preview

55 views
Skip to first unread message

aho...@athenahealth.com

unread,
Oct 13, 2017, 11:55:40 AM10/13/17
to Developer Group for QPP APIs
I'm experiencing an error while trying to generate a score-preview (https://qpp.cms.gov/api/submissions/submissions/score-preview). Here is the request I'm sending, with "nationalProviderIdentifier" and "taxpayerIdentificationNumber" redacted:

{
   "entityType" : "individual",
   "measurementSets" : [
      {
         "category" : "quality",
         "measurements" : [
            {
               "measureId" : "317",
               "value" : {
                  "eligiblePopulation" : 1084,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 256,
                  "isEndToEndReported" : true,
                  "performanceMet" : 281,
                  "performanceNotMet" : 547
               }
            },
            {
               "measureId" : "112",
               "value" : {
                  "eligiblePopulation" : 200,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 3,
                  "isEndToEndReported" : true,
                  "performanceMet" : 84,
                  "performanceNotMet" : 113
               }
            },
            {
               "measureId" : "113",
               "value" : {
                  "eligiblePopulation" : 414,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 3,
                  "isEndToEndReported" : true,
                  "performanceMet" : 168,
                  "performanceNotMet" : 243
               }
            },
            {
               "measureId" : "117",
               "value" : {
                  "eligiblePopulation" : 68,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 0,
                  "isEndToEndReported" : true,
                  "performanceMet" : 5,
                  "performanceNotMet" : 63
               }
            },
            {
               "measureId" : "001",
               "value" : {
                  "eligiblePopulation" : 68,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 0,
                  "isEndToEndReported" : true,
                  "performanceMet" : 26,
                  "performanceNotMet" : 42
               }
            },
            {
               "measureId" : "110",
               "value" : {
                  "eligiblePopulation" : 595,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 0,
                  "isEndToEndReported" : true,
                  "performanceMet" : 64,
                  "performanceNotMet" : 387
               }
            },
            {
               "measureId" : "204",
               "value" : {
                  "eligiblePopulation" : 36,
                  "eligiblePopulationException" : 0,
                  "eligiblePopulationExclusion" : 0,
                  "isEndToEndReported" : true,
                  "performanceMet" : 15,
                  "performanceNotMet" : 4
               }
            }
         ],
         "performanceEnd" : "2017-12-31",
         "performanceStart" : "2017-01-01",
         "submissionMethod" : "electronicHealthRecord"
      }
   ],
   "nationalProviderIdentifier" : "0000000000",
   "performanceYear" : "2017",
   "programName" : "mips",
   "taxpayerIdentificationNumber" : "00000000"
}

and here is the response I'm seeing:

<body>
    <div id="content">
        <header>
            <div id="logo">
                <a href="https://qpp.cms.gov">Quality Payment Program</a>
            </div>
        </header>
        <content>
            <div id="main-body">
                <p class="enormous-font"> 500 </p>
                <p class="big-font"> Look like we are having server issues on <br />QualityPaymentProgram.cms.gov </p>
                <hr>
                <p class="big-font"> We\'re always working to improve our site so that may explain it.<br /> Please Try Again after sometime.<br /><br />
                </p>
<span>Reference ID: </span>
            </div>
        </content>
        <footer>
            <a href="https://qpp.cms.gov">Quality Payment Program</a>
        </footer>
    </div>
</body>

 Thanks!

Ivana Ng

unread,
Oct 13, 2017, 3:48:52 PM10/13/17
to Developer Group for QPP APIs
Hi Aaron - 

I was able to reproduce the bug you saw. We were able to determine that there's a bug with an internal service (the scoring engine). I've filed a bug ticket with that team, and will add this to the 'Known bugs' thread. 

Thanks,
Ivana 

Ivana Ng

unread,
Oct 16, 2017, 7:38:22 PM10/16/17
to aho...@athenahealth.com, Developer Group for QPP APIs
Hi Aaron-

Turns out it is returning an error because you provided a string for performanceYear, when the API expected an integer.

If you change performanceYear to '2017' as an int, you'll get a successful response from the API. I have filed a bug ticket to have the API validate data type for performanceYear.

Thanks,
Ivana



Ivana Ng
Product Manager

--
You received this message because you are subscribed to the Google Groups "Developer Group for QPP APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qpp-apis+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/qpp-apis.
To view this discussion on the web visit https://groups.google.com/d/msgid/qpp-apis/9a466b7a-0473-45d5-9aa1-47cc94bc129f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages