Back to search

Rendering Provider NPI

rend_prov_npi
provider
Updated 3/30/2026

Definition

The NPI of the specific clinician who performed the service (Loop 2310B or 2420A).

Standard Abbreviation

rend_prov_npi

Category

provider

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  rend_prov_npi VARCHAR(100),  -- Rendering Provider NPI
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  rend_prov_npi as rendering_provider_npi
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms