Baselight

Case Study Of Patients With COVID-19

Risk of cardiovascular adverse drug events in the ICU

@kaggle.natalialfreitas_case_study_of_patients_with_covid_19

About this Dataset

Case Study Of Patients With COVID-19

The COVID-19 outbreak quickly became a pandemic. In Brazil, more than seven million cases were recorded in 2020. Most patients affected by the disease were admitted to intensive care units (ICU), requiring qualitative polypharmacy, increasing the risk of serious adverse drug reactions (ADE), especially cardiovascular. The COVID-19 medical emergency has highlighted the need for rapid action in the medication management of ICU patients. Thus, the use of technologies to assist the work of healthcare professionals can be decisive in patient survival, especially in ICU overcrowding scenarios. This study aimed to identify cardiovascular ADE in the ICU of a reference hospital for the treatment of COVID-19 in Brasília, Brazil.

Tables

Analysis Of The Tisdale Score Before The Hypothetical, 41f997a9

@kaggle.natalialfreitas_case_study_of_patients_with_covid_19.analysis_of_the_tisdale_score_before_the_hypothetical__41f997a9
  • 11.66 KB
  • 106 rows
  • 13 columns
Loading...

CREATE TABLE analysis_of_the_tisdale_score_before_the_hypothetical__41f997a9 (
  "pacient" BIGINT,
  "age_score" BIGINT,
  "race_score" BIGINT,
  "diuretic_medicine_score" BIGINT,
  "serum_potassium_concentration" BIGINT,
  "potassium_score" BIGINT,
  "qt_greater_450_score" BIGINT,
  "acute_myocardial_infarction_score" BIGINT,
  "congestive_heart_failure_score" BIGINT,
  "drugs_qt" BIGINT,
  "drugs_qt_score" BIGINT,
  "sepsis_score" BIGINT,
  "tisdale_score" BIGINT
);

Analysis Of The Tisdale Score After The Hypothetical I D5c3c3de

@kaggle.natalialfreitas_case_study_of_patients_with_covid_19.analysis_of_the_tisdale_score_after_the_hypothetical_i_d5c3c3de
  • 11.68 KB
  • 106 rows
  • 13 columns
Loading...

CREATE TABLE analysis_of_the_tisdale_score_after_the_hypothetical_i_d5c3c3de (
  "pacient" BIGINT,
  "age_score" BIGINT,
  "race_score" BIGINT,
  "diuretic_medicine_score" BIGINT,
  "serum_potassium_concentration" BIGINT,
  "potassium_score" BIGINT,
  "qt_greater_450_score" BIGINT,
  "acute_myocardial_infarction_score" BIGINT,
  "congestive_heart_failure_score" BIGINT,
  "drugs_qt" BIGINT,
  "drugs_qt_score" BIGINT,
  "sepsis_score" BIGINT,
  "tisdale_score" BIGINT
);