Pricing Estimate
get_pricing_estimateQuick directional estimate for one or more CPT codes. Prefers observed national market pricing derived from hospital price-transparency data, but falls back to a broad CPT-range heuristic when observed pricing is missing. Use this for a fast ballpark total. For source-grounded market benchmarks or hospital-specific source-labeled prices, prefer get_market_pricing or get_hospital_pricing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zip_code | No | ZIP code for regional pricing (defaults to national average) | |
| procedure_codes | Yes | CPT procedure codes to price (e.g. ["99213", "85025"]) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zipCode | Yes | ||
| disclaimer | Yes | ||
| procedures | Yes | ||
| provenance | Yes | ||
| estimatedCost | Yes | ||
| containsHeuristicEstimates | Yes |