-
Prerequisites
DescriptionHi, thank you very much for your amazing work. I try to map Is there any recommended way to match the /* query for mimic-iii database */
SELECT subject_id,
hadm_id,
icustay_id,
itemid
FROM chartevents
WHERE itemid IN ( 6035, 3333, 938, 941, --no match for 6035, 3333, etc in mimic-iv
942, 4855, 6043, 2929
70083, 226131, 80220 )
ORDER BY subject_id,
hadm_id Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Since the mapping between Metavision and CareVue is not 1-to-1 this is difficult to do. More information can be found here: #848 . You can find common |
Beta Was this translation helpful? Give feedback.
-
Hi Brian, thank you very much for your prompt response. Yes, the concept files seem very helpful. For those who have similar issues, I found that some concept files under mimic-iii are useful to map mimic-code/mimic-iii/concepts/demographics/heightweight.sql Lines 50 to 54 in 10613e7 Thank you for your work! |
Beta Was this translation helpful? Give feedback.
Hi Brian, thank you very much for your prompt response. Yes, the concept files seem very helpful.
For those who have similar issues, I found that some concept files under mimic-iii are useful to map
d_items.itemids
between CareVue and MetaVision. For example,mimic-code/mimic-iii/concepts/demographics/heightweight.sql
Lines 50 to 54 in 10613e7
Thank you for your work!