Get payer-negotiated hospital prices
get_hospital_pricesPayer-negotiated rates parsed from a hospital's federally required machine-readable file. Without drg: a per-DRG summary (payer count, min/median/max) across every DRG in the file. With drg (digits; zero-padded automatically): the individual payer-by-payer rates for that DRG. Available for ~2,060 hospitals (prices_tool_available flag).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ccn | Yes | Hospital CCN (6 characters). | |
| drg | No | Optional MS-DRG code, e.g. "291" or "047". | |
| limit | No | Max DRG summary rows (default 100). Ignored when drg is given. |