MedicareProviders {mdsr} | R Documentation |
Medicare Providers
Description
Name and location data for the medicare providers in the
MedicareCharges
data table.
Usage
MedicareProviders
Format
A data frame with 3337 observations on the following 7 variables.
- idProvider
a unique number assigned to each provider
- nameProvider
Name of the provider. (text string)
- addressProvider
Street address of the provider. (text string)
- cityProvider
The name of the city in which the provider is located. (factor)
- stateProvider
The two-letter postal code of the state in which the provider is located. (factor)
- zipProvider
The provider's ZIP code. (factor)
- referralRegion
An identifier for the region serviced by the provider.
Details
This data table is related to MedicareCharges
data.
Source
Extracted from the highly repetitive table provided by the Centers for Medicare and Medicaid Services. See https://data.cms.gov/provider-summary-by-type-of-service/medicare-inpatient-hospitals/
See Also
Examples
data(MedicareProviders)