File tree 2 files changed +24
-3
lines changed
etl/StandardizedClinicalDataTables
2 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
## [ labevents] ( https://mimic.physionet.org/mimictables/labevents/ )
21
21
22
- - when flag is abnormal then ` value_as_concept_id ` refers to LOINC code for " abnormal", else "non abnormal" and null when unknown
23
22
- logical Observation Identifiers Names and Codes (LOINC) = database and universal standard for identifying medical laboratory observations loinc.csv
23
+ - abnormal values from labevents do not have any equivalent in OMOP. The ranges should be prefered, but are not yet provided in MIMICt
24
24
25
25
## [ microbiologyevents] ( https://mimic.physionet.org/mimictables/microbiologyevents/ )
26
26
Original file line number Diff line number Diff line change 1
- # Remarks
1
+ # Link to CommonDataModel
2
+
3
+ - [ SPECIMEN] ( https://github.com/OHDSI/CommonDataModel/wiki/SPECIMEN )
4
+
5
+ # Principle
6
+
7
+ A specimen is linked to a measurement by the fact_relationship table and vice-versa. (relationship_id "has specimen").
8
+ Since MIMIC does not provide that level of information, they are populated with most appropriate information in order to keep OMOP philosophy.
9
+ This saves the prelevement date from chartevent (charttime VS storetime).
10
+
11
+ # Source Tables (mimic)
12
+
13
+ ## [ charteevents] ( https://mimic.physionet.org/mimictables/chartevents/ )
14
+
15
+ - laboratory chartevents data generates a specimen for each result
16
+
17
+ ## [ labevents] ( https://mimic.physionet.org/mimictables/labevents/ )
18
+
19
+ - laboratory data generates a specimen for each result
20
+
21
+ ## [ microbiologyevents] ( https://mimic.physionet.org/mimictables/microbiologyevents/ )
22
+
23
+ - a specimen is generated for each single specimen id
2
24
3
- There is no specimen related data in MIMIC
You can’t perform that action at this time.
0 commit comments