{ "opencollection": "1.0.0", "info": { "name": "Serif Health Pricing Distributions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Distributions", "type": "folder" }, "items": [ { "info": { "name": "Get rate distribution for a procedure code", "type": "http" }, "http": { "method": "GET", "url": "https://pricing-api.serifhealth.com/v1/distributions/code/:code", "params": [ { "name": "code", "value": "90837", "type": "path", "description": "The procedure code (CPT or DRG) to look up." }, { "name": "region", "value": "TX", "type": "query", "description": "US state abbreviation to scope the distribution to (e.g. TX)." }, { "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)." }, { "name": "weighting", "value": "ein", "type": "query", "description": "Weighting method for the distribution, by ein or npi." } ] }, "docs": "Returns the percentile distribution (5th-95th) of negotiated rates for a single procedure code, filtered by region, tier, site of service, payer, and weighting method." } ] } ], "bundled": true }