File size: 1,004 Bytes
a0bec64 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
language:
- en
pretty_name: Hospice Enrollments
tags:
- hhs
- cms
- hospice
- medicare
---
# Hospice Enrollments
## Description
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.
## Dataset Details
- **Publisher**: Centers for Medicare & Medicaid Services
- **Temporal Coverage**: 2023-04-01/2025-03-31
- **Last Modified**: 2025-01-15
- **Contact**: Provider Enrollment Data Requests - CPI ([email protected])
## Source
Original data can be found at: https://data.cms.gov/provider-characteristics/hospitals-and-other-facilities/hospice-enrollments
## Usage
You can load this dataset using:
```python
from datasets import load_dataset
dataset = load_dataset('HHS-Official/hospice-enrollments')
```
## License
This dataset is licensed under https://www.usa.gov/government-works
|