MedicareCharges | R Documentation |
These data for 2011, released in May 2013, describe how much hospitals charged Medicare for various inpatient procedures, how many were performed, and how much Medicare actually paid.
MedicareCharges
A data frame with 5,025 observations on the following 4 variables.
Code for the Diagnosis Related Group: a character string that looks like a number.
the state providing the care.
the total number of charges.
the average charge for each drg
across each state
These data are part of a set with DiagnosisRelatedGroup
, which gives a
description of the medical procedure associated with each DRG, and
MedicareProviders, which translates idProvider
into a name,
address, state, Zip, etc..
These data have been pre-aggregated by state.
Data from the Centers for Medicare and Medicaid Services. See https://data.cms.gov/provider-summary-by-type-of-service/medicare-inpatient-hospitals/
MedicareProviders
data(MedicareCharges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.