Skip to content

Common-Longitudinal-ICU-data-Format/CLIF_sepsis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epidemiology of Adult Sepsis Events.

Objective

Required CLIF tables and fields

Please refer to the online CLIF data dictionary, ETL tools, and specific table contacts for more information on constructing the required tables and fields. List all required tables for the project here, and provide a brief rationale for why they are required.

To identify hospitalizations and describe demographics:

  • patient
  • hospitalization
  • ADT

To identify presumed infection

  • microbiology_culture for blood culture collection
    • only blood culture collection data necessary, e.g. fluid_category = "Blood/Buffy Coat", collect_dttm, and component_category == "culture" required
  • medication_admin_intermittent for qualifying antibiotic days
    • only med_group == "qualifying_CMS_antibiotics required (list of med_categories below)
    • med_route_name and med_route_category also required

image

To identify organ dysfunction

  • labs
    • lab_category %in% c("lactate", "creatinine", "bilirubin_total", "platelet_count")
  • vitals
  • medication_admin_continuous
    • med_category %in% c("norepinephrine", "epinephrine", "phenylephrine", "vasopressin", "dopamine", "angiotensin")
  • respiratory_support
    • only hospitalization_id, recorded_dttm, and device_category == "IMV" required

Cohort identification

Adults admitted to inpatient status (location_category %in% c("Ward", "ICU") from 1/1/2020 to 12/31/2021

start_date <- "2020-01-01"
end_date <- "2021-12-31"

Expected Results:

under construction

Detailed Instructions

1. Run code

2. Deposit results:

Please deposit your entire result_[SITE_NAME] folder in this box folder

About

Identify sepsis in adult patients using the Common Longitudinal ICU data Format (CLIF)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages