Health Home Quality Measures: Beginning 2013
This dataset contains measures that evaluate the quality of care delivered by Health Homes for the Centers for Medicare & Medicaid Services (CMS) Core Set and Health Home State Plan Amendment (SPA). To support ongoing assessment of the effectiveness of the Health Home model, the CMS has established a recommended Core Set of health care quality measures that it intends to promulgate in the rulemaking process.
The data used in the Health Home Quality Measures are taken from the following sources:
• Medicaid Data Mart: Claims and encounters data generated from the Medicaid Data Warehouse (MDW).
• QARR Member Level Files: Sample of the health plan eligible member’s quality.
• New York State Delivery System Inform Incentive Program (DSRIP) Data Warehouse: Claims and encounters data generated from the Medicaid Data Warehouse (MDW).
Please refer to the Overview document for additional information.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"health-data-ny-gov/health-home-quality-measures-beginning-2013-v4cs-iqbw\".\"health_home_quality_measures_beginning_2013\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.