next up previous contents
Next: 6.1.18.2 Primary key(s) Up: 6.1.18 ICD9 Previous: 6.1.18 ICD9   Contents

6.1.18.1 Columns

Column Name Data Type Nullable Default value Comments
SUBJECT_ID NUMBER N   The patient for the ICD9 code record.
HADM_ID NUMBER N   The hospital admission for the ICD9 code record.
SEQUENCE NUMBER N   The order/priority of the code for the hospital admission referred by the column HADM_ID, for example: sequence = 1 is the primary ICD9 code
CODE VARCHAR2 N   The ICD9 code.
DESCRIPTION VARCHAR2 Y   A description of the ICD9 code.


djscott 2010-08-24