Prescription Cost Analysis
prescriptions_cost_analysisRetrieve national prescription cost statistics from the NHS Prescription Cost Analysis dataset, showing aggregate costs and volumes for drugs, BNF codes, or specific months.
Instructions
Get prescription cost statistics from the national Prescription Cost Analysis (PCA) dataset. Shows aggregate costs and volumes at the national level (not by practice). Use prescriptions_search for practice-level data instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return (default 20, max 100) | |
| bnf_code | No | BNF code to filter by (e.g., '0407010H0' for Paracetamol) | |
| bnf_name | No | Free-text search for drug or chemical substance name | |
| year_month | No | Year and month in YYYYMM format (e.g., '202401') | |
| resource_id | No | Specific PCA resource ID. If omitted, the server will auto-discover the latest PCA resource. |