Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Medicare Outpatient Hospitals - by Geography and Service
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicare
|
9 |
+
- national
|
10 |
+
---
|
11 |
+
|
12 |
+
# Medicare Outpatient Hospitals - by Geography and Service
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
The Medicare Outpatient Hospitals by Geography and Service dataset provides information on services for Original Medicare Part B beneficiaries by OPPS hospitals. These datasets contain information on the number of services, payments, and submitted charges organized by geography and comprehensive Ambulatory Payment Classification (APC).
|
17 |
+
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
21 |
+
- **Temporal Coverage**: 2015-01-01/2022-12-31
|
22 |
+
- **Last Modified**: 2024-06-04
|
23 |
+
- **Contact**: Medicare Provider Data - OEDA ([email protected])
|
24 |
+
|
25 |
+
## Source
|
26 |
+
|
27 |
+
Original data can be found at: https://data.cms.gov/provider-summary-by-type-of-service/medicare-outpatient-hospitals/medicare-outpatient-hospitals-by-geography-and-service
|
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/medicare-outpatient-hospitals-by-geography-and-ser')
|
36 |
+
```
|
37 |
+
## License
|
38 |
+
|
39 |
+
This dataset is licensed under https://www.usa.gov/government-works
|