Back to search
nurse contact
nrs_cntctgeneral
Updated 3/30/2026
Definition
The communication point for a licensed nursing professional. Used to identify nurse contact in healthcare data systems.
Standard Abbreviation
nrs_cntct
Category
general
Database Usage
-- Example column naming
CREATE TABLE claims (
claim_id VARCHAR(50),
nrs_cntct VARCHAR(100), -- nurse contact
...
);
-- Example in SELECT
SELECT
claim_id,
nrs_cntct as nurse_contact
FROM claims;Looking for more healthcare terms?
Browse our complete library of 65,000+ standardized healthcare data terms
Browse All Terms