Documentation
Understand how Privenox compares healthcare procedure prices, or integrate our comparison engine into your application via the REST API.
Quickstart
Search for a procedure and compare prices across nearby facilities in under 2 minutes.
Read morePrice Percentile Engine
How we compute P10/P25/P50/P75/P90 price distributions from CMS V3.0 hospital data.
Read moreQuality-Adjusted Cost Score
QACS methodology: combining price rank, CMS Stars, patient experience, and clinical outcomes.
Read moreOut-of-Pocket Calculator
How we model your insurance plan benefit design to estimate true patient cost.
Read moreGeographic Variance
Price fairness index and travel-worthy savings detection across metro areas.
Read moreData Sources
CMS OPPS/IPPS, Hospital Compare, HCAHPS, NPPES, and GPCI datasets.
Read moreAPI Endpoints
/v1/procedures/search/v1/procedures/:code/prices/v1/facilities/:id/v1/compare/v1/report/v1/signup/v1/checkoutAuthentication
All API requests require an API key via the X-API-Key header.
curl https://privenox-api.smarttechinvest.com/v1/procedures/search?q=knee \ -H "X-API-Key: pvx_your_api_key_here"
Price Percentile Engine
We ingest CMS V3.0 machine-readable files from 6,000+ hospitals. For each procedure code and geographic radius, we compute P10, P25, P50 (median), P75, and P90 price percentiles. Facilities above P90 are flagged as outliers with explanatory context.
Quality-Adjusted Cost Score (QACS)
A weighted composite combining four dimensions:
- Price Rank (40%) -- where the facility falls in the regional price distribution
- CMS Star Rating (30%) -- overall hospital quality rating (1-5 stars)
- Patient Experience (20%) -- HCAHPS survey scores
- Clinical Outcomes (10%) -- complication and readmission rates
Out-of-Pocket Calculator
We apply your insurance plan's benefit design rules to estimate your true patient cost: deductible remaining is consumed first, then coinsurance applies to the remainder, capped at your out-of-pocket maximum minus year-to-date spend. Handles in-network vs. out-of-network differentials and facility fee + professional fee splits.
Data Sources
- CMS Hospital Price Transparency -- V3.0 machine-readable files (negotiated rates)
- CMS Hospital Compare -- quality ratings, HCAHPS, outcomes
- CMS OPPS/IPPS -- Medicare fee schedules
- NPPES -- physician and facility registry
- CMS GPCI -- Geographic Practice Cost Index
All sources are free, publicly available federal datasets.