Back to search

Health Information Exchange

HIE
general
Updated 3/30/2026

Definition

HIE - network enabling electronic sharing of health information across organizations. Supports care coordination and data liquidity.

Standard Abbreviation

HIE

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  hie VARCHAR(100),  -- Health Information Exchange
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  hie as health_information_exchange
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms