Back to search

provider result

prvdr_rslt
provider
Updated 3/30/2026

Definition

The outcome measurement for a healthcare professional delivering care. Used to identify provider result in healthcare data systems.

Standard Abbreviation

prvdr_rslt

Category

provider

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  prvdr_rslt VARCHAR(100),  -- provider result
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  prvdr_rslt as provider_result
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms