{ "opencollection": "1.0.0", "info": { "name": "Serif Health Pricing Distributions Rates API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "Get negotiated rates for a procedure code", "type": "http" }, "http": { "method": "GET", "url": "https://pricing-api.serifhealth.com/v1/rates/code/:code", "params": [ { "name": "code", "value": "27445", "type": "path", "description": "The procedure code (CPT or DRG) to look up." }, { "name": "region", "value": "PA", "type": "query", "description": "US state abbreviation to scope rates to (e.g. PA)." }, { "name": "tier", "value": "professional", "type": "query", "description": "Service tier, e.g. professional or facility." }, { "name": "site", "value": "nonfac", "type": "query", "description": "Site of service, e.g. nonfac (non-facility) or fac (facility)." }, { "name": "payer", "value": "bcbs", "type": "query", "description": "Payer name to filter to (e.g. bcbs, cigna, uhc)." } ] }, "docs": "Returns payer-negotiated reimbursement rates for a single procedure code (CPT/DRG), optionally filtered by region, tier, site of service, and payer." } ] } ], "bundled": true }