Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: ACA Federal Upper Limits
|
| 5 |
+
tags:
|
| 6 |
+
- hhs
|
| 7 |
+
- cms
|
| 8 |
+
- amp
|
| 9 |
+
- ful
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# ACA Federal Upper Limits
|
| 13 |
+
|
| 14 |
+
## Description
|
| 15 |
+
|
| 16 |
+
Affordable Care Act Federal Upper Limits (FUL) based on the weighted average of the most recently reported monthly average manufacturer price (AMP) for pharmaceutically and therapeutically equivalent multiple source drug products that are available for purchase by retail community pharmacies on a nationwide basis.
|
| 17 |
+
|
| 18 |
+
## Dataset Details
|
| 19 |
+
|
| 20 |
+
- **Publisher**: Centers for Medicare & Medicaid Services
|
| 21 |
+
- **Last Modified**: 2025-04-28
|
| 22 |
+
- **Contact**: Medicaid.gov (Medicaid.gov@cms.hhs.gov)
|
| 23 |
+
|
| 24 |
+
## Source
|
| 25 |
+
|
| 26 |
+
Original data can be found at: https://healthdata.gov/d/5np2-bsac
|
| 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/aca-federal-upper-limits')
|
| 35 |
+
```
|
| 36 |
+
## License
|
| 37 |
+
|
| 38 |
+
This dataset is licensed under https://www.usa.gov/government-works
|