Skip to content

Commit

Permalink
[QPPA-2054] Update 2018 quality measures, part 2 (#137)
Browse files Browse the repository at this point in the history
This PR updates the quality measures strata source CSV and the quality measures JSON output. It's a followup to #135.

- Fixes mystery � characters in quality measure multiperformancerate strata (shoutout to @sarahnw):

Jira: https://jira.cms.gov/browse/QPPA-2054

Tests: tests pass

Reviewer: @kencheeto
  • Loading branch information
kalvinwang authored Jul 6, 2018
1 parent f9ca28e commit fa75212
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 32 deletions.
12 changes: 4 additions & 8 deletions measures/2018/measures-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1340,11 +1340,11 @@
},
{
"name": "planOfCare",
"description": "Percentage of patient visits with blood pressure results 140/90 mmHg and plan of care"
"description": "Percentage of patient visits with blood pressure results >= 140/90 mmHg and plan of care"
},
{
"name": "overall",
"description": "Overall percentage of patient visits with blood pressure results < 140/90 mmHg and 140/90 mmHg with a documented plan of care"
"description": "Overall percentage of patient visits with blood pressure results < 140/90 mmHg and >= 140/90 mmHg with a documented plan of care"
}
]
},
Expand Down Expand Up @@ -7466,7 +7466,7 @@
"strata": [
{
"name": "overall",
"description": "Percentage of patients 18 years of age or older as of October 1 of the denominator identification\rperiod who had a lumbar spine fusion procedure performed during the denominator identification period and whose back pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at one year (+/- 3 months) postoperatively."
"description": "Percentage of patients 18 years of age or older as of October 1 of the denominator identification\nperiod who had a lumbar spine fusion procedure performed during the denominator identification period and whose back pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at one year (+/- 3 months) postoperatively."
},
{
"name": "averageChange",
Expand Down Expand Up @@ -7503,7 +7503,7 @@
"strata": [
{
"name": "overall",
"description": "Percentage of patients 18 years of age or older as of January 1 of the denominator identification\rperiod who had a lumbar discectomy/laminotomy procedure performed during the denominator identification period and whose leg pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at three months (6 to 20 weeks) postoperatively."
"description": "Percentage of patients 18 years of age or older as of January 1 of the denominator identification\nperiod who had a lumbar discectomy/laminotomy procedure performed during the denominator identification period and whose leg pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at three months (6 to 20 weeks) postoperatively."
},
{
"name": "averageChange",
Expand Down Expand Up @@ -7652,10 +7652,6 @@
{
"name": "2-3",
"description": "Children in the eligible population who turned 3 during the performance period ( > 2 years to 3 years of age) who were screened for risk of developmental, behavioral and social delays using a standardized tool with interpretation and report within 12 months preceding or on their birthday"
},
{
"name": "overall",
"description": "All children who turned 1, 2, or 3 during the performance period who were screened for risk of developmental, behavioral and social delays using a standardized tool with interpretation and report within 12 months preceding or on their birthday"
}
]
},
Expand Down
14 changes: 6 additions & 8 deletions measures/2018/measures-data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1156,11 +1156,11 @@
</strata>
<strata>
<name>planOfCare</name>
<description>Percentage of patient visits with blood pressure results 140/90 mmHg and plan of care</description>
<description>Percentage of patient visits with blood pressure results &gt;= 140/90 mmHg and plan of care</description>
</strata>
<strata>
<name>overall</name>
<description>Overall percentage of patient visits with blood pressure results &lt; 140/90 mmHg and 140/90 mmHg with a documented plan of care</description>
<description>Overall percentage of patient visits with blood pressure results &lt; 140/90 mmHg and &gt;= 140/90 mmHg with a documented plan of care</description>
</strata>
</measure>
<measure>
Expand Down Expand Up @@ -6381,7 +6381,8 @@
<measureSet>neurosurgical</measureSet>
<strata>
<name>overall</name>
<description>Percentage of patients 18 years of age or older as of October 1 of the denominator identification&#xD;period who had a lumbar spine fusion procedure performed during the denominator identification period and whose back pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at one year (+/- 3 months) postoperatively.</description>
<description>Percentage of patients 18 years of age or older as of October 1 of the denominator identification
period who had a lumbar spine fusion procedure performed during the denominator identification period and whose back pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at one year (+/- 3 months) postoperatively.</description>
</strata>
<strata>
<name>averageChange</name>
Expand Down Expand Up @@ -6412,7 +6413,8 @@
<measureSet>neurosurgical</measureSet>
<strata>
<name>overall</name>
<description>Percentage of patients 18 years of age or older as of January 1 of the denominator identification&#xD;period who had a lumbar discectomy/laminotomy procedure performed during the denominator identification period and whose leg pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at three months (6 to 20 weeks) postoperatively.</description>
<description>Percentage of patients 18 years of age or older as of January 1 of the denominator identification
period who had a lumbar discectomy/laminotomy procedure performed during the denominator identification period and whose leg pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at three months (6 to 20 weeks) postoperatively.</description>
</strata>
<strata>
<name>averageChange</name>
Expand Down Expand Up @@ -6540,10 +6542,6 @@
<name>2-3</name>
<description>Children in the eligible population who turned 3 during the performance period ( &gt; 2 years to 3 years of age) who were screened for risk of developmental, behavioral and social delays using a standardized tool with interpretation and report within 12 months preceding or on their birthday</description>
</strata>
<strata>
<name>overall</name>
<description>All children who turned 1, 2, or 3 during the performance period who were screened for risk of developmental, behavioral and social delays using a standardized tool with interpretation and report within 12 months preceding or on their birthday</description>
</strata>
</measure>
<measure>
<measureId>PI_INFBLO_1</measureId>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qpp-measures-data",
"version": "1.5.0",
"version": "1.5.1",
"description": "Quality Payment Program Measures Data Repository",
"repository": {
"type": "git",
Expand Down
12 changes: 4 additions & 8 deletions staging/2018/measures-data-quality.json
Original file line number Diff line number Diff line change
Expand Up @@ -1340,11 +1340,11 @@
},
{
"name": "planOfCare",
"description": "Percentage of patient visits with blood pressure results 140/90 mmHg and plan of care"
"description": "Percentage of patient visits with blood pressure results >= 140/90 mmHg and plan of care"
},
{
"name": "overall",
"description": "Overall percentage of patient visits with blood pressure results < 140/90 mmHg and 140/90 mmHg with a documented plan of care"
"description": "Overall percentage of patient visits with blood pressure results < 140/90 mmHg and >= 140/90 mmHg with a documented plan of care"
}
]
},
Expand Down Expand Up @@ -7466,7 +7466,7 @@
"strata": [
{
"name": "overall",
"description": "Percentage of patients 18 years of age or older as of October 1 of the denominator identification\rperiod who had a lumbar spine fusion procedure performed during the denominator identification period and whose back pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at one year (+/- 3 months) postoperatively."
"description": "Percentage of patients 18 years of age or older as of October 1 of the denominator identification\nperiod who had a lumbar spine fusion procedure performed during the denominator identification period and whose back pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at one year (+/- 3 months) postoperatively."
},
{
"name": "averageChange",
Expand Down Expand Up @@ -7503,7 +7503,7 @@
"strata": [
{
"name": "overall",
"description": "Percentage of patients 18 years of age or older as of January 1 of the denominator identification\rperiod who had a lumbar discectomy/laminotomy procedure performed during the denominator identification period and whose leg pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at three months (6 to 20 weeks) postoperatively."
"description": "Percentage of patients 18 years of age or older as of January 1 of the denominator identification\nperiod who had a lumbar discectomy/laminotomy procedure performed during the denominator identification period and whose leg pain was measured by the Visual Analog Scale (VAS) within three months preoperatively AND at three months (6 to 20 weeks) postoperatively."
},
{
"name": "averageChange",
Expand Down Expand Up @@ -7652,10 +7652,6 @@
{
"name": "2-3",
"description": "Children in the eligible population who turned 3 during the performance period ( > 2 years to 3 years of age) who were screened for risk of developmental, behavioral and social delays using a standardized tool with interpretation and report within 12 months preceding or on their birthday"
},
{
"name": "overall",
"description": "All children who turned 1, 2, or 3 during the performance period who were screened for risk of developmental, behavioral and social delays using a standardized tool with interpretation and report within 12 months preceding or on their birthday"
}
]
}
Expand Down
Loading

0 comments on commit fa75212

Please sign in to comment.