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.41k stars 1.5k forks source link

How to identify septic shock patients in mimic iv 2.2 database using sql code. #1595

Open Ysheng311 opened 11 months ago

Ysheng311 commented 11 months ago

Prerequisites

Description

Hello, Recently, I have been trying to extract patients with septic shock in the ICU and have encountered some difficulties. Previously, I saw an discussion on how to identify septic shock patients, and I was greatly inspired by it. However, I do not quite understand how the third standard is expressed in SQL code in mimic iv 2.2 database. "3.Patients with septic shock can be identified with a clinical construct of sepsis with persisting hypotension requiring vasopressors to maintain MAP ≥65 mm Hg and having a serum lactate level >2 mmol/L(18 mg/dL) despite adequate volume resuscitation." May I ask if you can share similar SQL code examples for my reference?Thank you very much! similar issues: Onset time of septic shock #576

Screenshot 2023-07-20 222038