Giter Site home page Giter Site logo

qpp-measures-data's Introduction

qpp-measures-data

Build Status

Quality Payment Program Measures Data Repository

This is the source of truth for QPP measures data. The previous measures data API is no longer available (qpp.cms.gov/api). The transition to using qpp-measures-data as a source of truth for CMS is ongoing and this data may be subject to modifications. Stability in the API contract for qpp-measures-data is prioritized but not guaranteed.

How to Use qpp-measures-data

Measures and benchmark data can be accessed by installing the qpp-measures-data NPM repository.

The measures data JSON schema is described in measures/$YEAR/measures-schema.yaml; $YEAR refers to the performance year. The measures data here combines existing data from the QPP API, with supplementary data found in util. To access measures data without installing the NPM repository, run git clone [email protected]:CMSgov/qpp-measures-data.git and navigate to measures/$YEAR/measures-data.json.

The benchmarks data JSON schema is described in benchmarks/benchmarks-schema.yaml.

To access the benchmarks data without installing the NPM repository, run git clone [email protected]:CMSgov/qpp-measures-data.git and navigate to benchmarks/. Benchmarks data is organized by performance year. For example, benchmarks/2017.json contains the benchmarks for performance year 2017 (benchmark year 2015).

Importing the qpp-measures-data module

Functions take a string version argument and return the appropriate YAML schema or JSON data.

The module can be used with the following pattern:

const qppMeasuresData = require('qpp-measures-data');
const measuresData = qppMeasuresData.getMeasuresData($YEAR);
const measuresSchema = qppMeasuresData.getMeasuresSchema($YEAR);
const benchmarksData = qppMeasuresData.getBenchmarksData();
const benchmarkData$YEAR = benchmarksData[$YEAR];
const benchmarksSchema = qppMeasuresData.getBenchmarksSchema();

Contributing

Before creating pull requests, please make sure to review CONTRIBUTING.md.

qpp-measures-data's People

Contributors

kalvinwang avatar shebryant avatar saquino0827 avatar shadford avatar kencheeto avatar rockykitamura avatar bijujoseph avatar sungchoi avatar chouinar avatar bartcone-sb avatar sheldon-b avatar samskeller avatar maripuncel avatar kyleapfel avatar natethegreatt avatar tetraptych avatar ivanang avatar jpec07 avatar gabesmed avatar jeffreyher avatar sietekk avatar lamroger avatar lamroger-nava avatar rmsu avatar jiahuang avatar philipdickinson avatar amjohnson80 avatar austin-gardner avatar jheltonsb avatar johnchung84 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.