Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Disproportionate Share Hospital (DSH) Payments - Annual Reporting Requirements
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicaid
|
9 |
+
---
|
10 |
+
|
11 |
+
# Disproportionate Share Hospital (DSH) Payments - Annual Reporting Requirements
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
Federal law requires that state Medicaid programs make Disproportionate Share Hospital (DSH) payments to qualifying hospitals that serve a large number of Medicaid and uninsured individuals. State-specific annual DSH reports are posted as submitted by states based on their availability.
|
16 |
+
|
17 |
+
For more information, visit https://www.medicaid.gov/medicaid/finance/dsh/index.html.
|
18 |
+
|
19 |
+
## Dataset Details
|
20 |
+
|
21 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
22 |
+
- **Last Modified**: 2019-01-24
|
23 |
+
- **Contact**: Jeff Chamblee ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://healthdata.gov/d/625f-fyt3
|
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/disproportionate-share-hospital-dsh-payments-annua')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under https://www.usa.gov/government-works
|