Giter Site home page Giter Site logo

beneficiary-reporting-api-client-examples's Introduction

Beneficiary Reporting API Client Examples

Overview

The intention of this code is to demonstrate example Web Interface API clients and how one could use the APIs to programmtically complete their reporting requirements. Each project is self contained in its own project directory (Ex. node-client), and each project has its own README.

Example Data

A set of example data has been provided for these examples. This data.json file represents completed submission data for each of the 14 Quality Scoring measures. Details on these measures can be found here

The actual submission data that you will send should be mapped from you EHR system to the expected format.

For example, submissions for a beneficiary in PREV-5 would look like this:

[
  {
    "attribute": "confirmation",
    "value":"Y"
  },
  {
    "attribute": "screening-performed",
    "value":"Y"
  }
]

The measures metadata can be found here. Reviewing the metadata should provide sufficient explanation of each measure and the expected answers for the measure questions.

Installing and Getting Started

Downloading the examples

If you have Git installed, go on and clone the repository. From your favorite command line:

$ git clone https://github.com/CMSgov/beneficiary-reporting-api-client-examples.git

To run the individual example projects see the README in their respective project directories.

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.