When submitting data for customers who are part of Certified Medical Home that receives full credit for IA automatically, how will the API know this?

155 views
Skip to first unread message

Paulo

unread,
Sep 6, 2017, 4:54:58 PM9/6/17
to Developer Group for QPP APIs
Hi,


"Participants in certified patient-centered medical homes, comparable specialty practices, or an APM designated as a Medical Home Model: You will automatically earn full credit."

Is this functionality available on the QPP API?

Does a qualified registry need to input anything specific on the API to indicate this?

Thanks for your help.

Paulo

Ivana Ng

unread,
Sep 11, 2017, 3:40:10 PM9/11/17
to Paulo, Developer Group for QPP APIs
You would need to report the following activity to receive credit as a PCMH.

"measureId": "IA_PCMH"



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/992339bc-2935-46e8-96cb-22f54ed178e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Paulo

unread,
Sep 12, 2017, 12:38:55 PM9/12/17
to Developer Group for QPP APIs
Hi Ivana,

We submitted IA_PCMH to the QPP API and we got an error message: "field 'measureId' in Submission.measurementSets[1].measurements[0] is invalid: IA_PCMH  does not exist, see qpp-measures-data for list of valid measureIds",

API Input:
{
  "programName": "mips",
  "entityType": "individual",
  "taxpayerIdentificationNumber": "000101115",
  "nationalProviderIdentifier": "0008813171",
  "performanceYear": 2017,
  "measurementSets": [
    {
      "category": "aci",
      "submissionMethod": "registry",
      "performanceStart": "2017-03-03",
      "performanceEnd": "2017-09-01",
      "measurements": [
        {
          "measureId": "ACI_INFBLO_1",
          "value": true
        },
        {
          "measureId": "ACI_ONCDIR_1",
          "value": true
        },
        {
          "measureId": "ACI_TRANS_LVOTC_1",
          "value": true
        },
        {
          "measureId": "ACI_TRANS_PPHI_1",
          "value": false
        },
        {
          "measureId": "ACI_TRANS_LVPP_1",
          "value": true
        },
        {
          "measureId": "ACI_TRANS_PEA_1",
          "value": {
            "numerator": 75,
            "denominator": 100
          }
        }
      ]
    },
    {
      "category": "ia",
      "submissionMethod": "registry",
      "performanceStart": "2017-03-16",
      "performanceEnd": "2017-09-02",
      "measurements": [
        {
          "measureId": "IA_PCMH ",
          "value": true
        }
      ]
    },
    {
      "category": "quality",
      "submissionMethod": "registry",
      "performanceStart": "2017-06-01",
      "performanceEnd": "2017-09-01",
      "measurements": [
        {
          "measureId": "393",
          "value": {
            "isEndToEndReported": false,
            "performanceMet": 50,
            "performanceNotMet": 0,
            "populationTotal": 50,
            "eligiblePopulation": 50
          }
        },
        {
          "measureId": "005",
          "value": {
            "isEndToEndReported": false,
            "performanceMet": 77,
            "performanceNotMet": 23,
            "populationTotal": 100,
            "eligiblePopulation": 100
          }
        },
        {
          "measureId": "001",
          "value": {
            "isEndToEndReported": false,
            "performanceMet": 14,
            "performanceNotMet": 986,
            "populationTotal": 1000,
            "eligiblePopulation": 1000
          }
        }
      ]
    }
  ]
}

API Output:

{
  "error": {
    "type": "ValidationError",
    "message": "invalid submission object",
    "details": [
      {
        "message": "field 'measureId' in Submission.measurementSets[1].measurements[0] is invalid: IA_PCMH  does not exist, see qpp-measures-data for list of valid measureIds",
        "path": "$.measurementSets[1].measurements[0].measureId"
      }
    ]
  }
}

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

Thanks for your help,

Paulo

On Monday, September 11, 2017 at 3:40:10 PM UTC-4, Ivana Ng wrote:
You would need to report the following activity to receive credit as a PCMH.

"measureId": "IA_PCMH"



Ivana Ng
Product Manager

On Wed, Sep 6, 2017 at 4:54 PM, Paulo <pandr...@gmail.com> wrote:
Hi,


"Participants in certified patient-centered medical homes, comparable specialty practices, or an APM designated as a Medical Home Model: You will automatically earn full credit."

Is this functionality available on the QPP API?

Does a qualified registry need to input anything specific on the API to indicate this?

Thanks for your help.

Paulo

--
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.

kalvin

unread,
Sep 20, 2017, 9:14:37 PM9/20/17
to Developer Group for QPP APIs
Hi Paulo, I tested and your submission seems to work if you remove the extra space after the id, i.e. the value should be "IA_PCMH" not "IA_PCMH ". Easy to overlook!

Kalvin
Reply all
Reply to author
Forward
0 new messages