Overview
This enrichment enhances rate data by:- Payer Name Resolution: Converting payer IDs to official payer names
- Network Name Resolution: Converting network keys to network names
- Standardized Identifiers: Providing consistent payer and network slugs
- Hierarchical Relationships: Creating composite payer-network identifiers
Data Sources
The enrichment uses PriceMedic’s payer and network registry data for official names and standardized identifiers.Output Schema
The enrichment produces 6 columns providing comprehensive payer and network metadata:| Field | Description | Example |
|---|---|---|
payer_name | Official name of the insurance payer | ”Aetna Better Health”, “Anthem Blue Cross” |
payer_id | Standardized payer identifier slug | ”aetna-better-health” |
network_name | Human-readable network name | ”Choice Plus”, “PPO Network” |
network_id | Original network identifier from source data | ”choice-plus-network” |
payer_network_id | Composite identifier linking payer with network | ”aetna-better-health/choice-plus” |