CMSgov / qpp-conversion-tool

Conversion tool for QPP, particularly focused on QRDA3 -> QPP, built by Flexion.
Creative Commons Zero v1.0 Universal
36 stars 62 forks source link

Getting error SV - measure ID 128 is not allowed to be submitted to the mips program #1454

Closed NeetaRamani closed 1 month ago

NeetaRamani commented 2 months ago

When trying to convert the file on swagger (https://preview.qpp.cms.gov/api/submissions/public/docs/#/Conversion/ConversionController_converterPlaceholder), it is giving error - SV - measure ID 128 is not allowed to be submitted to the mips program. Please remove the invalid measure from the measurement set. attached the actual file with response from swagger for reference.

Can you please help here what is going wrong or this measure is not supposed to be submitted?

sivaksb commented 2 months ago

@NeetaRamani Let me take a look. I need to cross check with 2024 Measures Data

sivaksb commented 2 months ago

@NeetaRamani I have confirmed that the measure 128 is not reportable to MIPS for PY24. It is an MVP only measure. Please check the link in the above comment that lists the allowed programs for this measure.

NeetaRamani commented 2 months ago

Thank you @sivaksb for you prompt response here. Got that we need to submit only MIPS related measure, however in the above link I see that 128 measure is present. image

sivaksb commented 2 months ago

@NeetaRamani Yes, all the PY24 eligible measures will be listed in there. However you need to check the allowed programs field. If mips is listed there, only then it can be submitted for MIPS. Hope this helps. image

NeetaRamani commented 1 month ago

Yes, this helped. Thank you very much!

I just had one more question, when doing preview score on the same swagger with valid cert ID, getting following error -

{"errors":[{"sourceIdentifier":null,"type":"ValidationError","message":"invalid submission object","details":[{"errorCode":null,"message":"SV - must be a 15 digit alphanumeric of format XX15CXXXXXXXXXX for performanceYear 2024","value":null,"type":null,"location":{"location":null,"path":"/*[local-name() = 'ClinicalDocument' and namespace-uri() = 'urn:hl7-org:v3']","line":null,"column":null}}]}]}

Attached is the xml file for reference. Can you please suggest what is going wrong here? QRDA_III.zip

sivaksb commented 1 month ago

Could you please attach just the xml file, instead of zip file. I will take a look once I have that document. For now, just looking at the error, it looks like you have an invalid cehrt id (Certified EHR Technology id). It should be in the above mentioned format. What value do you have for the below root id?

<id root="2.16.840.1.113883.3.2074.1" extension="XX15CXXXXXXXXXX"/>

NeetaRamani commented 1 month ago

Unfortunately, it is not allowing to attach the xml file so I zipped the file and uploaded. The value in the extension is -

sivaksb commented 1 month ago

Thats the issue. The value in the extension is invalid and that's why its throwing that error. You can input the same extension value from my above comment and try. Because the issue is on the input, I will be closing this issue for now. If you face any issue related to the tool or bug in the code, please open another one. Thanks!