Back to search
Out-of-Network
Out_of_Networkgeneral
Updated 3/30/2026
Definition
A provider or facility that is not part of a health plan's network, often resulting in higher costs for the member.
Standard Abbreviation
Out_of_Network
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
out_of_network VARCHAR(100), -- Out-of-Network
...
);
-- Example in SELECT
SELECT
claim_id,
out_of_network as out-of-network
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms