Valid Stratum available

133 views
Skip to first unread message

jondoe

unread,
Oct 25, 2018, 7:27:40 AM10/25/18
to Developer Group for QPP APIs
Hi,

     Could you please know us for submission of multiple stratification reports gives error ?

Input json
{
  "submission": {
    "programName": "mips",
    "entityType": "individual",
    "taxpayerIdentificationNumber": "000562001",
    "nationalProviderIdentifier": "0007569328",
    "performanceYear": 2018
  },
  "category": "quality",
  "submissionMethod": "electronicHealthRecord",
  "performanceStart": "2018-01-01",
  "performanceEnd": "2018-10-04",
  "measurements": [
    {
      "measureId": "239",
      "value": {
        "isEndToEndReported": true,
        "strata": [
          {
            "performanceMet": 2,
            "eligiblePopulationExclusion": 4,
            "eligiblePopulationException": 0,
            "performanceNotMet": 9,
            "eligiblePopulation": 15,
            "stratum": "BMI"
          },
          {
            "performanceMet": 2,
            "eligiblePopulationExclusion": 4,
            "eligiblePopulationException": 0,
            "performanceNotMet": 9,
            "eligiblePopulation": 15,
            "stratum": "nutrition"
          },
          {
            "performanceMet": 2,
            "eligiblePopulationExclusion": 4,
            "eligiblePopulationException": 0,
            "performanceNotMet": 9,
            "eligiblePopulation": 15,
            "stratum": "physicalActivity"
          }
        ]
      }
    }
  ]
}

score output json
{
    "error": {
        "type": "ValidationError",
        "message": "invalid measurement-set object",
        "details": [
            {
                "message": "field 'value' in MeasurementSet.measurements[0] is invalid: {\"isEndToEndReported\":true,\"strata\":[{\"performanceMet\":2,\"eligiblePopulationExclusion\":4,\"eligiblePopulationException\":0,\"performanceNotMet\":9,\"eligiblePopulation\":15,\"stratum\":\"BMI\"},{\"performanceMet\":2,\"eligiblePopulationExclusion\":4,\"eligiblePopulationException\":0,\"performanceNotMet\":9,\"eligiblePopulation\":15,\"stratum\":\"nutrition\"},{\"performanceMet\":2,\"eligiblePopulationExclusion\":4,\"eligiblePopulationException\":0,\"performanceNotMet\":9,\"eligiblePopulation\":15,\"stratum\":\"physicalActivity\"}]} is invalid for measureId 239",
                "path": "$.measurements[0].value"
            },
            {
                "message": "field 'value.strata' in Measurement is invalid. MeasureId 239 requires a undefined stratum",
                "path": "$.measurements[0].value.strata"
            },
            {
                "message": "field 'value.strata' in Measurement is invalid. MeasureId 239 requires a undefined stratum",
                "path": "$.measurements[0].value.strata"
            },
            {
                "message": "field 'value.strata' in Measurement is invalid. MeasureId 239 requires a undefined stratum",
                "path": "$.measurements[0].value.strata"
            },
            {
                "message": "field 'value.strata' in Measurement is invalid. MeasureId 239 does not have a BMI stratum. Valid stratums are , , ",
                "path": "$.measurements[0].value.strata"
            },
            {
                "message": "field 'value.strata' in Measurement is invalid. MeasureId 239 does not have a nutrition stratum. Valid stratums are , , ",
                "path": "$.measurements[0].value.strata"
            },
            {
                "message": "field 'value.strata' in Measurement is invalid. MeasureId 239 does not have a physicalActivity stratum. Valid stratums are , , ",
                "path": "$.measurements[0].value.strata"
            }
        ]
    }
}

Sridhar galipalli

unread,
Oct 25, 2018, 5:35:06 PM10/25/18
to darsha...@gmail.com, Sarah White, qpp-...@googlegroups.com
Hi Darshan,

 "measureId": "239", does not have any strata values defined in  measure-data.json as of now,
but in your request you are trying to POST strata values. 
If you send another request with no starta names it might fix your problem. 
As a known issue measure-data.json  still have some strata measures with no strata names, when those values are updated you need to send the correct strata values.

@Sarah White  Please advice If what I said is correct. 

Thanks,

 Sridhar Galipalli

 

Product Analyst

Population Health Analytics

 eClinicalWorks


--
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/fb03efbd-2e12-46f2-822a-ef90c55b1598%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sarah White

unread,
Oct 26, 2018, 3:54:13 PM10/26/18
to SRIDHAR G, Darshan Khatri, Developer Group for QPP APIs
Thanks, Sridhar, what you said is correct. We've had some issues with strata names being stripped from the repository. We're working on it though and I hope to have these added back by next week.

Sarah White
Business Analyst

swethanandi...@gmail.com

unread,
Nov 6, 2018, 11:14:02 AM11/6/18
to Developer Group for QPP APIs
Hi Sarah,
Are none of the MultiPerformanceRate measures working for the POST action? I am seeing issues with measureId 007 which does have strata names in the Repo but the POST gives me Invalid Measurement set error message.


On Friday, October 26, 2018 at 2:54:13 PM UTC-5, Sarah White wrote:
Thanks, Sridhar, what you said is correct. We've had some issues with strata names being stripped from the repository. We're working on it though and I hope to have these added back by next week.

Sarah White
Business Analyst


On Thu, Oct 25, 2018 at 5:35 PM Sridhar galipalli <sree...@gmail.com> wrote:
Hi Darshan,

 "measureId": "239", does not have any strata values defined in  measure-data.json as of now,
but in your request you are trying to POST strata values. 
If you send another request with no starta names it might fix your problem. 
As a known issue measure-data.json  still have some strata measures with no strata names, when those values are updated you need to send the correct strata values.

...@Sarah White  Please advice If what I said is correct. 
Message has been deleted

asha...@athenahealth.com

unread,
Nov 20, 2018, 11:39:14 AM11/20/18
to Developer Group for QPP APIs
Hi Sarah,
Has this been fixed as we are getting the same error for measure id 239.

Thanks & Regards,
Shashank Anand


On Saturday, October 27, 2018 at 1:24:13 AM UTC+5:30, Sarah White wrote:
Thanks, Sridhar, what you said is correct. We've had some issues with strata names being stripped from the repository. We're working on it though and I hope to have these added back by next week.

Sarah White
Business Analyst


On Thu, Oct 25, 2018 at 5:35 PM Sridhar galipalli <sree...@gmail.com> wrote:
Hi Darshan,

 "measureId": "239", does not have any strata values defined in  measure-data.json as of now,
but in your request you are trying to POST strata values. 
If you send another request with no starta names it might fix your problem. 
As a known issue measure-data.json  still have some strata measures with no strata names, when those values are updated you need to send the correct strata values.

...@Sarah White  Please advice If what I said is correct. 

Sarah White

unread,
Nov 28, 2018, 11:03:40 AM11/28/18
to Developer Group for QPP APIs
The repo has the correct names. Unfortunately there's a known issue with the API right now and it's not using the most recent version of the repo. I expect this will be resolved next week. I'll make a google group post when it's ready.

Gery

unread,
Dec 4, 2018, 6:53:25 AM12/4/18
to Developer Group for QPP APIs
Any update Sarah? as the submission date reach nearer to nearer , only 3 weeks are left , please resolve the issue soon , so that we will develop and also test which also take time from our side . 
Reply all
Reply to author
Forward
0 new messages