Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qpp-measures-data

Package Overview
Dependencies
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qpp-measures-data - npm Package Compare versions

Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5

scripts/measures/archived/scripts/convert-qpp-to-measures.js

17

benchmarks/2017.json

@@ -3894,3 +3894,20 @@ [

]
},
{
"measureId": "458",
"benchmarkYear": 2015,
"performanceYear": 2017,
"submissionMethod": "administrativeClaims",
"deciles": [
100,
15.75,
15.41,
15.05,
14.89,
14.65,
14.45,
14.16,
13.82
]
}
]

@@ -44,2 +44,7 @@ # Contribution Guidelines

### Importing measures from CSV file
`scripts/measures/import-qcdr-measures.js` script handles importing QCDR measures from a CSV and converting them to the qpp-measures-data measure schema. The `convertCsvToMeasures` function can be replicated for new CSVs if appropriate.
## Testing

@@ -46,0 +51,0 @@

2

package.json
{
"name": "qpp-measures-data",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Quality Payment Program Measures Data Repository",

@@ -5,0 +5,0 @@ "repository": {

@@ -11,6 +11,5 @@ # qpp-measures-data

This is the alpha v2 source of truth for QPP measures data, building off of the
existing v1 measures data available at [qpp.cms.gov/api](qpp.cms.gov/api).
This is the alpha v2 source of truth for QPP measures data. It has been built off a measures data API which is no longer available (qpp.cms.gov/api).
This data (qpp-measures-data) reformats some of the data from the v1 measures
API and adds some additional information (see `util/measures/convert-qpp-to-measures.js`
API and adds some additional information (see [`scripts/measures/archived/scripts/convert-qpp-to-measures.js`](scripts/measures/archived/scripts/convert-qpp-to-measures.js)
for the exact transformations). The transition to using qpp-measures-data as a

@@ -17,0 +16,0 @@ source of truth for CMS is ongoing and this data may be subject to

@@ -188,3 +188,20 @@ [

]
},
{
"measureId": "458",
"benchmarkYear": 2015,
"performanceYear": 2017,
"submissionMethod": "administrativeClaims",
"deciles": [
100,
15.75,
15.41,
15.05,
14.89,
14.65,
14.45,
14.16,
13.82
]
}
]
]

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc