You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`subject_id`| The ID of the subject this measurement is about. |`pa.int64()`| Yes | No |
87
-
|`time`| The time of the measurement. |`pa.timestamp('us')`| Yes | Yes, for static measurements |
88
-
|`code`| The primary categorical descriptor of what is being measured. E.g., the laboratory test being measured or diagnosis being recorded. |`pa.string()`| Yes | No |
89
-
|`numeric_value`| Any numeric value associated with this measurement (e.g., the laboratory test result). |`pa.float32()`| No | Yes, for measurements that do no have a numeric value. |
90
-
|`text_value`| Any text value associated with this measurement (e.g., the result of a text-based test, a clinical note). |`pa.large_string()`| No | Yes, for measurements that do not have a text value. |
|`subject_id`| The ID of the subject (typically the patient).|`pa.int64()`| Yes | No |
86
+
|`time`| The time of the measurement. |`pa.timestamp('us')`| Yes | Yes, for static measurements |
87
+
|`code`| The primary categorical descriptor of the measurement (e.g., the performed laboratory test or recorded diagnosis). |`pa.string()`| Yes | No |
88
+
|`numeric_value`| Any numeric value associated with this measurement (e.g., the laboratory test result). |`pa.float32()`| No | Yes, for measurements that do no have a numeric value. |
89
+
|`text_value`| Any text value associated with this measurement (e.g., the result of a text-based test, a clinical note). |`pa.large_string()`| No | Yes, for measurements that do not have a text value. |
91
90
92
91
In addition, the `Data` schema is _open_, meaning it can contain any number of custom columns to further
93
92
enrich observations. Examples of such columns include further ID columns such as `hadm_id` or `icustay_id` to
0 commit comments