Main Tables Materialized Views Indexes Constraints DDL scrips
Description Columns Primary key Check Constraints Foreign keys Unique Keys Options Indexes Referenced by Triggers Partitions

MIMIC2V26.NOTEEVENTS

Description:

Note events. Patient nursing/doctor notes, discharge summaries and reports such as echo, ecg, radiology

DDL script

Columns

NameTypeNullableDefault valueComment
SUBJECT_IDNUMBER(7)N Unique patient identifier
HADM_IDNUMBER(7)Y The hospital admission id of the note event
ICUSTAY_IDNUMBER(7)Y The icustay id of the note event
ELEMIDNUMBER(7)Y Element of each note
CHARTTIMETIMESTAMP(6) WITH TIME ZONEN Date/time of the note request
REALTIMETIMESTAMP(6) WITH TIME ZONEY Real time of the notes entry
CGIDNUMBER(7)Y Caregiver who requested/entered the note
CORRECTIONCHAR(1)Y Is this report a correction to a previous note
CUIDNUMBER(7)Y Care unit where this note was entered
CATEGORYVARCHAR2(26)Y Type of note
TITLEVARCHAR2(255)Y Title of the note
TEXTCLOBY Main body of the note
EXAM_NAMEVARCHAR2(100)Y Name of the examination
PATIENT_INFOVARCHAR2(4000)Y Patient information

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
MIMIC2V26.NOTEEVEN_FK_ADMHADM_ID MIMIC2V26.ADMISSIONS MIMIC2V26.ADMISSIONS_PK NO ACTION
MIMIC2V26.NOTEEVEN_FK_D_CAREGICGID MIMIC2V26.D_CAREGIVERS MIMIC2V26.D_CAREGIVERS_PK NO ACTION
MIMIC2V26.NOTEEVEN_FK_D_CAREUNCUID MIMIC2V26.D_CAREUNITS MIMIC2V26.D_CAREUNITS_PK NO ACTION
MIMIC2V26.NOTEEVEN_FK_D_PATIENSUBJECT_ID MIMIC2V26.D_PATIENTS MIMIC2V26.D_PATIENTS_PK NO ACTION
MIMIC2V26.NOTEEVEN_FK_ICUSTAYICUSTAY_ID MIMIC2V26.ICUSTAYEVENTS MIMIC2V26.ICUSTAYEV_PK NO ACTION

Options:

OptionSettings
TablespaceMIMIC2_DAT
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
MIMIC2V26.NOTEEVENTS_O1NORMALNONUNIQUECUID DDL script
MIMIC2V26.NOTEEVENTS_O2NORMALNONUNIQUESUBJECT_ID DDL script
MIMIC2V26.NOTEEVENTS_O3NORMALNONUNIQUEICUSTAY_ID DDL script
MIMIC2V26.NOTEEVENTS_O4NORMALNONUNIQUEHADM_ID DDL script
MIMIC2V26.NOTEEVENTS_O5NORMALNONUNIQUECATEGORY DDL script
MIMIC2V26.NOTEEVENTS_O6NORMALNONUNIQUECGID DDL script