MIT-LCP / mimic-code

MIMIC Code Repository: Code shared by the research community for the MIMIC family of databases
https://mimic.mit.edu
MIT License
2.43k stars 1.5k forks source link

How to calculate qsofa score from MIMIC iv #1544

Open Alanthu opened 1 year ago

Alanthu commented 1 year ago

Prerequisites

Description

I noticed that qsofa score isn't be mentioned in MIMIC-iv. Are there any method to extract qSOFA score in MIMIC-iv? Thanks!

alistairewj commented 1 year ago

You could pretty easily calculate it for MIMIC-IV-ICU but it's not super useful since qSOFA is meant to be used before ICU admission.

Might make the most sense to try and calculate it for MIMIC-IV-ED, but I don't think GCS is there.

There are some (poorly organized) queries here which we used for the Sepsis-3 paper we did in MIMIC-III: https://github.com/alistairewj/sepsis3-mimic/tree/master/query

Should be able to copy the qSOFA one and adapt it to the other queries available in MIMIC-IV relatively quickly