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.D_CODEDITEMS

Description:

Items with an attached code; may be used in DRGEVENTS, MICROBIOLOGYEVENTS, or PROCEDUREEVENTS, depending on the type.

DDL script

Columns

NameTypeNullableDefault valueComment
ITEMIDNUMBER(7)N Table-unique identifier: the item ID.
CODEVARCHAR2(10)Y Code for the item; meaning and interpretation depend on the category; not necessarily unique.
TYPEVARCHAR2(12)Y The type of the item; indicates whether it appears in DRGEVENTS, MICROBIOLOGYEVENTS, or PROCEDUREEVENTS.
CATEGORYVARCHAR2(13)Y A broad grouping of the items within a type.
LABELVARCHAR2(100)Y The name of the item (a short description).
DESCRIPTIONVARCHAR2(100)Y Comments/description about the item.

Primary key:

Constraint NameColumns
MIMIC2V26.D_CODEDITEMS_PKITEMID

Options:

OptionSettings
TablespaceMIMIC2_DAT
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumnsDDL script
MIMIC2V26.D_CODEDITEMS_PKNORMALUNIQUEITEMID DDL script

Referenced by:

TableConstraint
MIMIC2V26.DRGEVENTS MIMIC2V26.DRGEVENTS_FK_ITEMID
MIMIC2V26.MICROBIOLOGYEVENTS MIMIC2V26.MICROBIOEV_AB_FK_D_CODED
MIMIC2V26.MICROBIOLOGYEVENTS MIMIC2V26.MICROBIOEV_ORG_FK_D_CODED
MIMIC2V26.MICROBIOLOGYEVENTS MIMIC2V26.MICROBIOEV_SPEC_FK_D_CODED
MIMIC2V26.PROCEDUREEVENTS MIMIC2V26.PROCEDUREEVENTS_FK_D_CODED