Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Medicare Geographic Variation - by National, State & County
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- counties
|
9 |
+
- medicare
|
10 |
+
- national
|
11 |
+
---
|
12 |
+
|
13 |
+
# Medicare Geographic Variation - by National, State & County
|
14 |
+
|
15 |
+
## Description
|
16 |
+
|
17 |
+
The Medicare Geographic Variation by National, State & County dataset provides information on the geographic differences in the use and quality of health care services for the Original Medicare population. This dataset contains demographic, spending, use, and quality indicators at the state level (including the District of Columbia, Puerto Rico, and the Virgin Islands) and the county level.
|
18 |
+
|
19 |
+
Spending is standardized to remove geographic differences in payment rates for individual services as a source of variation. In general, total standardized per capita costs are less than actual per capita costs because the extra payments Medicare made to hospitals were removed, such as payments for medical education (both direct and indirect) and payments to hospitals that serve a disproportionate share of low-income patients. Standardization does not adjust for differences in beneficiaries’ health status.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
24 |
+
- **Temporal Coverage**: 2023-01-01/2023-12-31
|
25 |
+
- **Last Modified**: 2025-04-24
|
26 |
+
- **Contact**: PDAG Data Products - OEDA ([email protected])
|
27 |
+
|
28 |
+
## Source
|
29 |
+
|
30 |
+
Original data can be found at: https://data.cms.gov/summary-statistics-on-use-and-payments/medicare-geographic-comparisons/medicare-geographic-variation-by-national-state-county
|
31 |
+
|
32 |
+
## Usage
|
33 |
+
|
34 |
+
You can load this dataset using:
|
35 |
+
|
36 |
+
```python
|
37 |
+
from datasets import load_dataset
|
38 |
+
dataset = load_dataset('HHS-Official/medicare-geographic-variation-by-national-state-an')
|
39 |
+
```
|
40 |
+
## License
|
41 |
+
|
42 |
+
This dataset is licensed under https://www.usa.gov/government-works
|