Back to search
Facility NPI
fac_npiprovider
Updated 3/30/2026
Definition
The NPI of the hospital or location where the service occurred.
Standard Abbreviation
fac_npi
Category
provider
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
fac_npi VARCHAR(100), -- Facility NPI
...
);
-- Example in SELECT
SELECT
claim_id,
fac_npi as facility_npi
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms