Events which occur on a patient chart.
| Name | Type | Nullable | Default value | Comment |
|---|
| SUBJECT_ID | NUMBER(7) | N | | The patient for the chart event. |
| ICUSTAY_ID | NUMBER(7) | Y | | The ICU stay for the chart event. |
| ITEMID | NUMBER(7) | N | | The chart item for the event record. |
| CHARTTIME | TIMESTAMP(6) WITH TIME ZONE | N | | The time of the chart event. |
| ELEMID | NUMBER(7) | N | | The element of the chart event |
| REALTIME | TIMESTAMP(6) WITH TIME ZONE | N | | The real time of the chart event. |
| CGID | NUMBER(7) | Y | | The care giver for the chart event. |
| CUID | NUMBER(7) | Y | | The care unit where the chart event took place. |
| VALUE1 | VARCHAR2(110) | Y | | The first chart event value. |
| VALUE1NUM | NUMBER(38) | Y | | The first chart event value (cast to numeric value). |
| VALUE1UOM | VARCHAR2(20) | Y | | The units of measurement for the first chart event value. |
| VALUE2 | VARCHAR2(110) | Y | | The second chart event value. |
| VALUE2NUM | NUMBER(38) | Y | | The second chart event value (cast to numeric value). |
| VALUE2UOM | VARCHAR2(20) | Y | | The units of measurement for the second chart event value. |
| RESULTSTATUS | VARCHAR2(20) | Y | | The result status. |
| STOPPED | VARCHAR2(20) | Y | | Whether or not the event was stopped. |