cdikibo / data-jam-june-2015

Home Page:http://www.meetup.com/Houston-Data-Visualization-Meetup/events/222584305/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Hospital Prices data

CMS Medicare data (FY 2011)

HospitalPrices.csv

Description:

In an effort to increase price transparency, the Centers for Medicare and Medicaid Services (CMS) have publicly released a data set showing what hospitals charged and what Medicare paid for the 100 most common Medicare inpatient stays (Diagnostic Related Groups or DRGs) in 2011. And on June 3, 2013 CMS also released an outpatient data set, containing charges and Medicare payments for 30 select Ambulatory Payment Classification Codes (APCs), by facility.

Originally posted here

Fields

  • DRG: Diagnoses related group (reason for any given patient visit)
  • ID: Provider ID for Hospital
  • Name: Name of Hospital
  • Street, City, State, Zip: Location
  • Region: US Region
  • TotalDischarges (int): Number of patients seen for DRG in this Hospital for the year
  • AverageCoveredCharges (int): Average amount charged by hospital
  • AverageTotalPayments (int): Average amount paid by Medicare
  • type: Outpatient or Inpatient
  • lat, lon: Geo coordinates (from Yahoo Maps API)