Skip to main content

Overview

These examples demonstrate common analytical patterns using the February 2026 hospital release. All queries use the providers, rates, and V_PROVIDER_RATES view.

Setup

Don’t have access yet? Follow the Snowflake setup guide to receive the PriceMedic Core data share and create this database.

Example Queries

1. Hospital System Footprint Analysis

Identify the largest hospital systems by provider count and payer coverage.
Sample Output: Use Case: Market intelligence on which health systems have the widest footprint and payer relationships.

2. Payer Coverage Analysis

Analyze provider footprint by payer to understand market coverage.
Sample Output: Use Case: Identify which payers have the broadest provider networks and most comprehensive transparency data.

3. Procedure Rate Benchmarking

Compare institutional rates for knee replacement (CPT 27447) across states.
Sample Output: Use Case: Rate benchmarking - understand regional pricing variations and market positioning.

4. Fee Schedule Extraction

Extract complete fee schedules for a specific provider-payer combination.
Sample Output: Use Case: Quickly pull complete fee schedules to verify negotiated rates.

Tips for Working with PriceMedic Core

  • Filter by negotiated_type: Exclude 'percentage' rates when calculating dollar amount statistics
  • Use taxonomy codes: Filter to specific facility types using npi_taxonomy_code (e.g., 282N% for hospitals)
  • Leverage the view: Use V_PROVIDER_RATES to avoid manual joins between providers and rates
  • Watch for outliers: Apply reasonable min/max filters on negotiated_rate to exclude data errors