qpp-measures-data
Advanced tools
Comparing version 1.22.4 to 1.24.0
@@ -26,3 +26,3 @@ # Contribution Guidelines | ||
``` | ||
npm run build:measures $YEAR # generates measures/$YEAR/measures-data.json and measures/$YEAR/measures-data.xml | ||
npm run build:measures $YEAR # generates measures/$YEAR/measures-data.json | ||
npm run build:benchmarks # generates benchmarks/2018.json | ||
@@ -44,3 +44,3 @@ npm run build:clinical-clusters # generates clinical-clusters/clinical-clusters.json | ||
`util/measures/qcdr-measures.csv` contains all the QCDR measure to be transformed into `measures/$YEAR/measures-data.json` and `measures/$YEAR/measures-data.xml` by running `npm run build:measures`. | ||
`util/measures/qcdr-measures.csv` contains all the QCDR measure to be transformed into `measures/$YEAR/measures-data.json` by running `npm run build:measures`. | ||
@@ -47,0 +47,0 @@ The csv is formatted for the script to run correctly. If the new version does not conform to how the csv is expected, it will cause the npm build step to fail. When your work is complete, make sure to send the updated `qcdr-measures-v<#>.csv` with a bumped version number back to PIMMS with instructions to use it as the base to make the next set of changes. The next person to update measures-data will thank you! |
{ | ||
"name": "qpp-measures-data", | ||
"version": "1.22.4", | ||
"version": "1.24.0", | ||
"description": "Quality Payment Program Measures Data Repository", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -129,6 +129,3 @@ const parse = require('csv-parse/lib/sync'); | ||
'structure': 'structure', | ||
'patient reported outcome': 'outcome', | ||
'composite': 'outcome', | ||
'cost/resource use': 'efficiency', | ||
'clinical process effectiveness': 'process' | ||
'patient reported outcome': 'patientReportedOutcome' | ||
}; | ||
@@ -135,0 +132,0 @@ |
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 too big to display
Sorry, the diff of this file is not supported yet
24791820
212
402340