Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Medicare COVID-19 Hospitalization Trends
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- inpatient
|
9 |
+
- medicare
|
10 |
+
---
|
11 |
+
|
12 |
+
# Medicare COVID-19 Hospitalization Trends
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
The Medicare COVID-19 Hospitalization Trends dataset contains aggregate information from Medicare Fee-for-Service claims, Medicare Advantage encounter, and Medicare enrollment data. It provides insight around the groups of beneficiaries that were hospitalized at different points during the pandemic.
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
CMS publicly released the first Preliminary Medicare COVID-19 Snapshot in June 2020 during the early stages of the Public Health Emergency for COVID-19. That report focused on COVID-19 cases and hospitalizations data for Medicare beneficiaries with a COVID-19 diagnosis. Throughout 2020 and 2021, that report was subsequently updated with refreshed data 13 times. Beginning in October 2021, CMS shifted its public COVID-19 reporting away from cumulative case and hospitalization rates to hospitalization trends over time with the release of this report, the Medicare COVID-19 Hospitalization Trends Report.
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
All prior releases of both the Preliminary Medicare COVID-19 Snapshot and the Medicare COVID-19 Hospitalization Trends Report are available for download in the Medicare COVID-19 Data - Prior Releases file.
|
25 |
+
|
26 |
+
## Dataset Details
|
27 |
+
|
28 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
29 |
+
- **Temporal Coverage**: 2022-01-01/2023-12-31
|
30 |
+
- **Last Modified**: 2024-01-29
|
31 |
+
- **Contact**: CMS Program Statistics - OEDA ([email protected])
|
32 |
+
|
33 |
+
## Source
|
34 |
+
|
35 |
+
Original data can be found at: https://data.cms.gov/covid-19/medicare-covid-19-hospitalization-trends
|
36 |
+
|
37 |
+
## Usage
|
38 |
+
|
39 |
+
You can load this dataset using:
|
40 |
+
|
41 |
+
```python
|
42 |
+
from datasets import load_dataset
|
43 |
+
dataset = load_dataset('HHS-Official/medicare-covid-19-hospitalization-trends')
|
44 |
+
```
|
45 |
+
## License
|
46 |
+
|
47 |
+
This dataset is licensed under https://www.usa.gov/government-works
|