Skip to content

Commit bb23256

Browse files
committed
Document specimen table
1 parent a09c473 commit bb23256

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

Diff for: etl/StandardizedClinicalDataTables/MEASUREMENT/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
## [labevents](https://mimic.physionet.org/mimictables/labevents/)
2121

22-
- when flag is abnormal then `value_as_concept_id` refers to LOINC code for " abnormal", else "non abnormal" and null when unknown
2322
- 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
2424

2525
## [microbiologyevents](https://mimic.physionet.org/mimictables/microbiologyevents/)
2626

Diff for: etl/StandardizedClinicalDataTables/SPECIMEN/README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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
224

3-
There is no specimen related data in MIMIC

0 commit comments

Comments
 (0)