Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Revalidation Clinic Group Practice Reassignment
|
5 |
+
tags:
|
6 |
+
- hhs
|
7 |
+
- cms
|
8 |
+
- medicare
|
9 |
+
---
|
10 |
+
|
11 |
+
# Revalidation Clinic Group Practice Reassignment
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
The Revalidation Clinic Group Practice Reassignment dataset provides information between the physician and the group practice they reassign their billing to. It also includes individual employer association counts and the revalidation dates for the individual physician as well as the clinic group practice.
|
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**: 2022-01-01/2025-05-31
|
25 |
+
- **Last Modified**: 2025-05-01
|
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/revalidation-clinic-group-practice-reassignment
|
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/revalidation-clinic-group-practice-reassignment')
|
39 |
+
```
|
40 |
+
## License
|
41 |
+
|
42 |
+
This dataset is licensed under https://www.usa.gov/government-works
|