qpp-measures-data
Advanced tools
Comparing version 4.1.1 to 4.1.2
25
index.js
@@ -11,2 +11,10 @@ // Libraries | ||
/** | ||
* @return {Array<number>} | ||
* An array of all the years that the library has data for | ||
*/ | ||
exports.getValidPerformanceYears = function() { | ||
return Constants.validPerformanceYears; | ||
}; | ||
/** | ||
* | ||
@@ -30,2 +38,19 @@ * @return {{}} - benchmarks data - | ||
/** | ||
* | ||
* @return {Array<number>} | ||
* An array of years that the library has benchmarks for | ||
*/ | ||
exports.getBenchmarksYears = function() { | ||
const benchmarksYears = new Set(); | ||
fs.readdirSync(path.join(__dirname, 'benchmarks')).forEach(function(file) { | ||
if (benchmarkJsonFileRegEx.test(file)) { | ||
benchmarksYears.add(+file.match(yearRegEx)[0]); | ||
} | ||
}); | ||
return Array.from(benchmarksYears); | ||
}; | ||
/** | ||
* @return {{}} - Object representation of the Benchmarks Schema | ||
@@ -32,0 +57,0 @@ */ |
{ | ||
"name": "qpp-measures-data", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -29,27 +29,2 @@ [ | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Getting Timely Care, Appointments, and Information", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_1", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -80,27 +55,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: How Well Providers Communicate", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_2", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -131,27 +81,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Patient’s Rating of Provider", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_3", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -182,27 +107,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Access to Specialists", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_4", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -233,27 +133,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Health Promotion and Education", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_5", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -284,27 +159,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Shared Decision Making", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_6", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -335,27 +185,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Health Status and Functional Status", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_7", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -386,27 +211,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Care Coordination", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_46", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -437,27 +237,2 @@ "lastPerformanceYear": null, | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Courteous and Helpful Office Staff", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_45", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2017, | ||
@@ -485,28 +260,3 @@ "lastPerformanceYear": null, | ||
] | ||
}, | ||
{ | ||
"category": "quality", | ||
"firstPerformanceYear": 2018, | ||
"lastPerformanceYear": null, | ||
"metricType": "cahps", | ||
"title": "CAHPS for ACO SSM: Stewardship of Patient Resources", | ||
"description": "", | ||
"nationalQualityStrategyDomain": null, | ||
"measureType": "patientEngagementExperience", | ||
"measureId": "CAHPS_ACO_34", | ||
"eMeasureId": null, | ||
"nqfEMeasureId": null, | ||
"nqfId": null, | ||
"isInverse": false, | ||
"strata": [], | ||
"isHighPriority": true, | ||
"isIcdImpacted": false, | ||
"primarySteward": "Agency for Healthcare Research & Quality", | ||
"submissionMethods": [ | ||
"certifiedSurveyVendor" | ||
], | ||
"measureSets": [ | ||
"generalPracticeFamilyMedicine" | ||
] | ||
} | ||
] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44591719
357
722879
80