Clinical Data Repository (CDR)


Lab Harmonization Specifications
National Institutes of Health
Warren G. Magnuson Clinical Center
Information Systems Development
Revised on June 21, 1997
Version 1.3


Table: cdr_lab_order

Description: cdr_lab_order contains the fields necessary for making an order.

Relationships:

1. cdr_lab_order has a one to one relationship woth cdr_lab_results.
2. cdr_lab_order has multiple cdr_lab_results.
3. cdr_lab_order has a one relationship to cdr_lab_order_table.
4. cdr_lab_order has 0-multiple cdr_lab_accession_comement entries.

Base NameAttribute Definition Column DatatypeAttribute Type
lo_order_numberLab Order Number Format: NNNNN.NN Decimal place is used for the order number of an item perscribed daily. decimal(7,2)Owned Key
lac_accession_idLab Accession Number Format: CCNNNN char(6)Foreign Non-key
pv_visit_idVisit Id Visit Id for a given patient. intForeign Non-key
pi_master_pat_indexPatient Info Master Patient Index Algorithm produced a mpi from a patient's medical record number. intOwned Non-key
lp_parent_test_idParent Test ID intOwned Non-key
lo_ordering_physicianOrdering Physician varchar(40)Owned Non-key
lo_pdf_numberPDF Number System ID For Patient char(5)Owned Non-key


Table: cdr_lab_order_table

Description: cdr_lab_order_table contains information related to the lab order test.

Relationships:

1. cdr_lab_order_table has multiple cdr_lab_results.
2. cdr_lab_order_table has multiple cdr_lot_normal_ranges.
3. cdr_lab_order_table has one cdr_lot_parent.

Base NameAttribute Definition Column DatatypeAttribute Type
lot_test_numberLab Order Test Test Number intOwned Key
lot_test_idLab Order Unique Test ID numeric(18)Owned Key
lp_parent_test_idParent Test ID intOwned Non-key
lot_nameLab Order Table Name varchar(50)Owned Non-key
lot_test_unitsTest Units varchar(10)Owned Non-key
lot_test_typeTest Type varchar(10)Owned Non-key





Table: cdr_lab_results

Description: cdr_lab_results contains the main fields relating to a result for a test.

Relationships:

1. cdr_lab_results has one cdr_lab_order entry.
2. cdr_lab_results has one cdr_lab_results_history.
3. cdr_lab_results has one cdr_lab_order_table entry.
4. cdr_lab_results has one cdr_micro_sensitivity.

Base NameAttribute Definition Column DatatypeAttribute Type
lr_idLab Result ID numeric(18)Owned Key
pi_master_pat_indexMaster Patient Index
int
Foreign Non-key
lo_order_numberLab Order Number decimal(7,2)Foreign Non-key
lot_test_numberLab Order Test ID intForeign Non-key
lot_test_idUnique Lab Number numeric(18)Foreign Non-key
lr_resultLab Result numeric(10,3)Owned Non-key
lr_result_textLab Result Text varchar(20)Owned Non-key
lr_result_flagLab Result Flag char(1)Owned Non-key
lr_enumerated_typeLab Result Enumerated Type intOwned Non-key
lr_corrected_flagLab Result Corrected Flag char(1)Owned Non-key
lp_parent_test_idLab Result Parent Test ID intOwned Non-key
lr_comment_flagLab Result Flag Comment char(1)Owned Non-key
lr_test_low_range Lab Result Low Range int Owned Non-key
lr_test_high_range Lab Test High Rangeint Owned Non-key
lr_yyyymm Year/Month of data being loaded. int Owned Non-key
lr_cleansecode Indication of data being cleansed.smallint Owned Non-key
lr_cleansedate Indication of date data was cleansed.datetime Owned Non-key
lr_testdatetime Indication of date test was performed.datetime Owned Non-key





Table: cdr_lab_results_housekeeping

Description: cdr_lab_results_housekeeping contains additional fields identifying a test result.

Relationships:

1. cdr_lab_results_housekeeping has one cdr_lab_results entry.
2. cdr_lab_results_housekepping has 0-multiple cdr_lab_specimen.
3. cdr_lab_results_housekepping has 0-multiple cdr_lab_body_source.
4. cdr_lab_results_housekepping has 0-multiple cdr_lab_qual_dict.
5. cdr_lab_results_housekepping has 0-multiple cdr_lab_remark_comment.

Base NameAttribute Definition Column DatatypeAttribute Type
lr_idLab Results Housekeeping Information Additional Information pertaining to lab results. numeric(18)Foreign Key
ls_idLab Speciment ID numeric(5)Foreign Non-key
lbs_idLab Body Source ID numeric(5)Foreign Non-key
lrc_idLab Remark Comment ID numeric(18)Foreign Non-key
lqd_idLab Quality Dictionary ID numeric(18)Foreign Non-key
lrh_resultstatusResult Status char(1)Owned Non-key
lrh_serviceidService ID char(2)Owned Non-key
lac_accession_idLab Accession Comment ID char(6)Foreign Non-key





Table: cdr_lab_accession_comment

Description: cdr_lab_accession_comment contains comment for an accession.

Relationships:

1. cdr_lab_order has 0-multiple cdr_lab_accession comments.

Base NameAttribute Definition Column DatatypeAttribute Type
lac_accession_idAccession ID for Test char(6)Owned Key
lac_descAccession Comment varchar(255)Owned Non-key





Table: cdr_lab_body_source

Description: cdr_lab_body_source contains the lookup table for body sources.

Relationships:

1. cdr_lab_results_housekepping has 0-multiple cdr_lab_body_source.

Base NameAttribute Definition Column DatatypeAttribute Type
lbs_idLab Body Source Body Source ID numeric(5)Owned Key
lbs_descLab Body Source Description varchar(20)Owned Non-key





Table: cdr_lab_qual_dict

Description: cdr_lab_qual_dict contains the lookup table for the quality dictionary.

Relationships:

1. cdr_lab_results_housekeeping has 0-multiple cdr_lab_qual_dict.

Base NameAttribute Definition Column DatatypeAttribute Type
lqd_idLab Quality Dictionary ID numeric(18)Owned Key
lqd_resultLab Quality Dictionary Result varchar(60)Owned Non-key





Table: cdr_lab_remark_comment

Description: cdr_lab_remark_comment contains the lookup table for remarks/comments.

Relationships:

1. cdr_lab_results_housekepping has 0-multiple cdr_lab_remark_comment.

Base NameAttribute Definition Column DatatypeAttribute Type
lrc_idLab Remark Comment ID numeric(18)Owned Key
lrc_comment1Lab Remark Comment Comment 1 varchar(60)Owned Non-key
lrc_comment2Lab Remark Comment Comment 2 varchar(60)Owned Non-key
lrc_comment3Lab Remark Comment Comment 3 varchar(60)Owned Non-key
lrc_modnoteLab Remark Comment Modification Note varchar(60)Owned Non-key
lrc_shorttextLab Remark Comment Short Test varchar(60)Owned Non-key





Table: cdr_lab_specimen

Description: cdr_lab_specimen contains the lookup table for specimens.

Relationships:

1. cdr_lab_results_housekepping has 0-multiple cdr_lab_specimen.

Base NameAttribute Definition Column DatatypeAttribute Type
ls_idLab Specimen ID numeric(5)Owned Key
ls_descLab Specimen Description varchar(20)Owned Non-key

Return to Main Table of Contents CDR



National Institutes of Health (NIH)
Warren Grant Magnuson Clinical Center (CC)
Information Systems Department (ISD)
Bethesda, Maryland 20892

Last modified 6/21/97