Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Hospice Enrollments
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- hospice
|
9 |
+
- medicare
|
10 |
+
---
|
11 |
+
|
12 |
+
# Hospice Enrollments
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
The Hospice Enrollments dataset provides enrollment information of all hospices currently enrolled in Medicare. This data includes information on the hospice's legal business name, doing business as name, organization type and address.
|
17 |
+
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
21 |
+
- **Temporal Coverage**: 2023-04-01/2025-03-31
|
22 |
+
- **Last Modified**: 2025-01-15
|
23 |
+
- **Contact**: Provider Enrollment Data Requests - CPI ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://data.cms.gov/provider-characteristics/hospitals-and-other-facilities/hospice-enrollments
|
28 |
+
|
29 |
+
## Usage
|
30 |
+
|
31 |
+
You can load this dataset using:
|
32 |
+
|
33 |
+
```python
|
34 |
+
from datasets import load_dataset
|
35 |
+
dataset = load_dataset('HHS-Official/hospice-enrollments')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under https://www.usa.gov/government-works
|