MH-1 measures.json incorrect feedback text

34 views
Skip to first unread message

Scott Fitzpatrick

unread,
Aug 22, 2019, 1:42:11 PM8/22/19
to Developer Group for CMS Web Interface
Hi,

The measures.json MH-1 feedback text for "phq9-follow-up-date"  is incorrect.  It should be 10 to 14 months, not 11 to 13 months.


         "feedback": "<p>A valid date is between 11 and 13 months from the PHQ-9 index date.</p>"


The excel data validation has the same issue:

          "excel": {
           
"dataValidation": {
             
"formula1": 11,
             
"formula2": 13
           
}



Thanks,
Scott Fitzpatrick
Database Developer
Health Endeavors LLC

Scott Fitzpatrick

unread,
Aug 22, 2019, 1:45:38 PM8/22/19
to Developer Group for CMS Web Interface
Also the "phq9-follow-up-score" validation is incorrect ... it currently reads greater than zero and less and four, should be greater than zero less than five.

          "excel": {
           
"dataValidation": {
             
"error": "This value exceeds the PHQ-9 assessment scoring range. Please confirm score.",
             
"formulas": {
               
">": 0,
               
"<": 4
             
}
           
}

Laura Hassey

unread,
Aug 22, 2019, 2:09:42 PM8/22/19
to Developer Group for CMS Web Interface
Hi Scott,
Thanks for letting us know, we have created a defect and will get that addressed as soon as possible. I will reply and let you know once the fix is released.

Thank you,
Laura

Scott Fitzpatrick

unread,
Aug 22, 2019, 4:49:51 PM8/22/19
to Developer Group for CMS Web Interface
Thanks Laura!  Actually, for the issue with "phq9-follow-up-score" I should have said "greater than or equal to zero and less than five".   i.e. both zero and four are valid PHQ-9 scores.
Reply all
Reply to author
Forward
0 new messages