B340 Contract Pharmacies
b340_contract_pharmaciesList the contract pharmacies a 340B covered entity dispenses through, or work backwards from a pharmacy chain to the covered entities it serves. Returns pharmacy name, city, state, contract begin date and termination date. Answers how large a hospital 340B pharmacy network is, which chains a health center contracts with, and how many 340B relationships a chain like Walgreens or CVS holds in a state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows, default 25, max 200. | |
| state | No | Restrict to pharmacies in this state ("TX" or "Texas"). | |
| id340b | No | The covered entity, e.g. "DSH340075H". Give this or `pharmacy`. | |
| pharmacy | No | Match part of a pharmacy name, e.g. "Walgreens". Give this or `id340b`. | |
| include_terminated | No | Include contracts whose termination date has passed. Default false. |