Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Fiscal Intermediary Shared System Attending and Rendering
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicare
|
9 |
+
---
|
10 |
+
|
11 |
+
# Fiscal Intermediary Shared System Attending and Rendering
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
The Fiscal Intermediary Shared System (FISS) Attending and Rendering dataset provides a list of those attending and rendering physicians for the FISS. FISS edits require that the Line Item Rendering Physician information be transmitted when providers submit a combined claim. Claims that include both facility and professional components, need to report the rendering physician or other practitioner at the line level if it differs from the rendering physician/practitioner reported at the claim level.
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
Note: This full dataset contains more records than most spreadsheet programs can handle, which will result in an incomplete load of data. Use of a database or statistical software is required.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
24 |
+
- **Temporal Coverage**: 2023-05-21/2025-05-03
|
25 |
+
- **Last Modified**: 2025-05-06
|
26 |
+
- **Contact**: Provider Enrollment Data Requests - CPI ([email protected])
|
27 |
+
|
28 |
+
## Source
|
29 |
+
|
30 |
+
Original data can be found at: https://data.cms.gov/provider-characteristics/medicare-provider-supplier-enrollment/fiscal-intermediary-shared-system-attending-and-rendering
|
31 |
+
|
32 |
+
## Usage
|
33 |
+
|
34 |
+
You can load this dataset using:
|
35 |
+
|
36 |
+
```python
|
37 |
+
from datasets import load_dataset
|
38 |
+
dataset = load_dataset('HHS-Official/fiscal-intermediary-shared-system-attending-and-re')
|
39 |
+
```
|
40 |
+
## License
|
41 |
+
|
42 |
+
This dataset is licensed under https://www.usa.gov/government-works
|