qpp-measures-data
Advanced tools
Comparing version 1.15.0 to 1.15.2
{ | ||
"name": "qpp-measures-data", | ||
"version": "1.15.0", | ||
"version": "1.15.2", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
// Libraries | ||
const parse = require('csv-parse'); | ||
// Constants | ||
// Note: A blank column is added due to the formatting of CSVs we receive. | ||
// We need to standardize the format of the CSVs. | ||
// Note: Older benchmarks CSVs provided to us (and perhaps future ones) | ||
// end with an extraneous blank column. To accommodate that, just add an | ||
// empty string value at the end of BENCHMARK_CSV_COLUMNS (but eyeball the | ||
// CSV manually first to verify it's actually blank and not a new column!) | ||
const BENCHMARK_CSV_COLUMNS = [ | ||
@@ -20,4 +22,3 @@ 'measureName', | ||
'decile10', | ||
'isToppedOut', | ||
'' | ||
'isToppedOut' | ||
]; | ||
@@ -24,0 +25,0 @@ // Utils |
@@ -61,8 +61,8 @@ const parse = require('csv-parse/lib/sync'); | ||
const SUBMISSION_METHODS = { | ||
claimsMethod: 'claims', | ||
certifiedSurveyVendorMethod: 'certifiedSurveyVendor', | ||
electronicHealthRecordMethod: 'electronicHealthRecord', | ||
cmsWebInterfaceMethod: 'cmsWebInterface', | ||
administrativeClaimsMethod: 'administrativeClaims', | ||
registryMethod: 'registry' | ||
methodsClaims: 'claims', | ||
methodsCertifiedSurveyVendor: 'certifiedSurveyVendor', | ||
methodsElectronicHealthRecord: 'electronicHealthRecord', | ||
methodsCmsWebInterface: 'cmsWebInterface', | ||
methodsAdministrativeClaims: 'administrativeClaims', | ||
methodsRegistry: 'registry' | ||
}; | ||
@@ -69,0 +69,0 @@ |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24367765
205
391747