list_prescriptions
Retrieve exam prescriptions from the CUF health portal, including dates, patients, sites, and download links. Specify years to filter results.
Instructions
List exam prescriptions from the CUF portal (www.cuf.pt).
Scrapes the Drupal-rendered HTML page — prescriptions use a separate auth system from the GraphQL API. Returns list of dicts with: date, patient, site, download_url, document_id.
Args: years: List of years to fetch (default: current year and 2 prior years).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |