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
GET
/v1/procedures/searchGET
/v1/procedures/:code/pricesGET
/v1/facilities/:idPOST
/v1/comparePOST
/v1/reportPOST
/v1/signupPOST
/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"