Procedure-Level Cost & Experience
Overview
In each of a provider's marked procedures, The cost_index
and experience_index
fields measure the provider's relative cost & experience score at performing the given procedure.
The max_cost_index
and min_experience_index
parameters can be used to filter for providers with minimum cost and experience scores for a given procedure. To search for providers by either of these scores, we also need to include the procedure_ids parameter (use the Procedures Guide to select the relevant procedure UUID).
Search providers by Procedure Cost/Experience Scores
To search for providers that perform relatively high-quality/low-cost colonoscopies in Chicago, IL we can perform the following API request:
https://api.ribbonhealth.com/v1/custom/providers?procedure_ids=8460eecc-371c-4dc4-bd7f-3beaeda8ced4&min_experience_index=7&max_cost_index=7&address=Chicago, IL
Updated about 1 year ago