While i am trying to post my submission for performance year 2018 of Category PI, i am getting below error.

83 views
Skip to first unread message

Mailmerge 68

unread,
Sep 7, 2018, 2:50:11 AM9/7/18
to Developer Group for QPP APIs
While i am trying to validate my submission for performance year 2018, i am getting below error. 



Data : {"submission":{"programName":"mips","entityType":"group","taxpayerIdentificationNumber":"000999914","performanceYear":2018},"category":"pi","submissionMethod":"electronicHealthRecord","performanceStart":"2018-01-01","performanceEnd":"2018-06-01","measurements":[{"measureId":"PI_PEA_1","value":{"numerator":1,"denominator":18}},{"measureId":"PI_EP_1","value":{"numerator":3,"denominator":13}}]}


Error : 
{
    "error": {
        "type": "ValidationError",
        "message": "invalid measurement-set object",
        "details": [
            {
                "message": "field 'measureId' in MeasurementSet.measurements[0] is invalid: PI_PEA_1 does not exist, see qpp-measures-data for list of valid measureIds",
                "path": "$.measurements[0].measureId"
            },
            {
                "message": "field 'measureId' in MeasurementSet.measurements[1] is invalid: PI_EP_1 does not exist, see qpp-measures-data for list of valid measureIds",
                "path": "$.measurements[1].measureId"
            }
        ]
    }
}


as in error,  PI_EP_1 does not exist , But on bellow path we are finding the same codes.


Please help.


Sarah White

unread,
Sep 7, 2018, 1:10:35 PM9/7/18
to Mailmerge 68, Developer Group for QPP APIs
Hi,

You cannot currently submit 2018 data to the API. That functionality will not be available until the preview launches a little later this fall. I'll post to the group when that functionality is available.


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+u...@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/12219819-4343-45aa-94d1-e24e648d2dce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Mailmerge 68

unread,
Sep 10, 2018, 1:04:06 AM9/10/18
to Developer Group for QPP APIs

Thanks Sarah, 


I was expected same , but i was surprise when i try to submit 2018 IA Submission it's Successfully submitted, That's the reason I raise the question.
I have one more point that While submitting 2018,  the "performanceStart" and "performanceEnd" fields from the measurement set level to the measure. as it was as draft changes for 2018, does it finalized. ?



Posted Data : {"submission":{"programName":"mips","entityType":"group","taxpayerIdentificationNumber":"000991994","performanceYear":2018},"category":"ia","submissionMethod":"electronicHealthRecord","measurements":[{"measureId":"IA_PSPA_2","value":true,"performanceStart":"2018-01-01","performanceEnd":"2018-06-01"},{"measureId":"IA_CC_14","value":true,"performanceStart":"2018-01-01","performanceEnd":"2018-06-01"}]}


Result: 
{
    "data": {
        "measurementSet": {
            "id": "032db3be-202b-4bd3-92d3-0899b94a709e",
            "createdAt": "2018-09-10T04:59:41Z",
            "updatedAt": "2018-09-10T04:59:41Z",
            "submissionId": "032db3be-f814-4531-9edd-528b1f4b4009",
            "category": "ia",
            "submissionMethod": "electronicHealthRecord",
            "measureSet": null,
            "submitterId": "1234567",
            "submitterType": "organization",
            "programName": "mips",
            "practiceId": null,
            "performanceStart": null,
            "performanceEnd": null,
            "measurements": [
                {
                    "id": "032db3be-1a16-47e4-943e-7c31df83600f",
                    "measurementSetId": "032db3be-202b-4bd3-92d3-0899b94a709e",
                    "measureId": "IA_CC_14",
                    "value": true,
                    "performanceStart": "2018-01-01",
                    "performanceEnd": "2018-06-01"
                },
                {
                    "id": "032db3be-105e-46a8-8e51-ec765b3bbd5a",
                    "measurementSetId": "032db3be-202b-4bd3-92d3-0899b94a709e",
                    "measureId": "IA_PSPA_2",
                    "value": true,
                    "performanceStart": "2018-01-01",
                    "performanceEnd": "2018-06-01"
                }
            ]
        }
    }
}



------------------------------

Sarah White

unread,
Sep 11, 2018, 1:22:01 PM9/11/18
to Mailmerge 68, Developer Group for QPP APIs
Hi,

So there are a couple issues at play with the IA submission. In your example submission, you've moved the performance start/end dates into the measure-level from the measurement set-level. We were looking into doing that in Year 2, but are holding for Year 3 now. Please see the announcement here - https://groups.google.com/forum/#!msg/qpp-apis/Exd-PfINOYQ/4OkBbprCCgAJ

In this example then, your submitted performance period is technically null. Typically the API would reject this submission, but while we're preparing for the Developer Preview to launch, the validation on submission year in the Swagger documentation isn't running at the moment. When we launch the Developer Preview, this functionality will return in Swagger. So for now, I would not test any 2018 submissions as no available environment is accepting that data. 

Sarah White
Business Analyst

Reply all
Reply to author
Forward
0 new messages