Hospital and procedure price transparency platform for searching healthcare costs, comparing provider rates, and viewing negotiated prices by payer and location.
Provider Cost Breakdown
ASYNCREADNo auth
Returns a provider's price estimate for a procedure, plus nearby-provider price comparisons and ratings.
ParametersFormJSON
Procedure or service code for the cost lookup
Turquoise.Health provider identifier for the facility whose costs are being retrieved
insurance_selection (optional).
location_zip (optional).
Insurance plan identifier for rate filtering; use 'specified-no-plan' for self-pay pricing
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_turquoise_health_provider_cost_breakdown", "params": { "service_code": "RA011", "provider_id": "6734", "insurance_selection": "cash", "location_zip": "96789", "plan": "specified-no-plan" } }'