ValidationError : invalid submission object

67 views
Skip to first unread message

anuj Kumar dwivedi

unread,
Feb 3, 2018, 2:51:41 AM2/3/18
to Developer Group for QPP APIs
Hi Team,

I am using this end point https://qpp-submissions-sandbox.navapbc.com/submissions/score-preview, when we are posting following json data then i am getting error, could you please help me what exactly problem there while "registry" submission method only it is working fine but other submission methods (electronicHealthRecord, claims, certifiedSurveyVendor, cmsWebInterface, administrativeClaims) it is not working and giving error :

As some time before it was working file for all submission method. Please provide me solution as soon as possible.

Json Request:

{
   "programName":"mips",
   "entityType":"individual",
   "taxpayerIdentificationNumber":"000456789",
   "nationalProviderIdentifier":"0876543210",
   "performanceYear":2017,
   "measurementSets":[
      {
         "category":"quality",
         "submissionMethod":"electronicHealthRecord",
         "performanceStart":"2017-01-01",
         "performanceEnd":"2017-12-01",
         "measurements":[
            {
               "measureId":"091",
               "value":{
                  "isEndToEndReported":false,
                  "performanceMet":23,
                  "eligiblePopulation":56
               }
            },
            {
               "measureId":"366",
               "value":{
                  "isEndToEndReported":false,
                  "strata":[
                     {
                        "performanceMet":34,
                        "eligiblePopulation":56,
                        "stratum":"visitWithin30Days"
                     },
                     {
                        "performanceMet":23,
                        "eligiblePopulation":56,
                        "stratum":"visitAndFollowups"
                     }
                  ]
               }
            }
         ]
      }
   ]
}

Error getting :

{
  "error": {
    "type": "ValidationError",
    "message": "invalid submission object",
    "details": [
      {
        "path": "$.measurementSet[0].measurement[0]",
        "message": "field 'submissionMethod' in MeasurementSet is invalid: measurementSet has a submissionMethod of 'electronicHealthRecord', but the measure only permits 'claims, registry' submissionMethods"
      }
    ]
  }
}

Sarah White

unread,
Feb 6, 2018, 2:59:56 PM2/6/18
to anuj Kumar dwivedi, Developer Group for QPP APIs
Hi Anuj,

electronicHealthRecord is not a valid submission type for that measure. Please reference the measures repo: https://raw.githubusercontent.com/CMSgov/qpp-measures-data/master/measures/measures-data.json to verify valid submission methods for specific measures.

Sarah White
Business Analyst

--
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/d9abc51b-ee68-48b9-aa7d-52b65959a8bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages