Back to search

result created date

rslt_crtd_dt
general
Updated 3/30/2026

Definition

The record creation date for a test or procedure outcome. Used to track when result created date in healthcare data systems.

Standard Abbreviation

rslt_crtd_dt

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  rslt_crtd_dt VARCHAR(100),  -- result created date
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  rslt_crtd_dt as result_created_date
FROM claims;

Looking for more healthcare terms?

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

Browse All Terms