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