Skip to content

dssg/ai4med

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro to Using EHR/EMR Data and Using AI to Support Clinical Decision-Making

Resources we'll use today

  1. Google slides
  2. colab notebook in python. Here is an overview on how to use colab features.

What we'll cover

Topics

  1. Intro to EHR/EMR data
  • What is in EHR/EMR data?
  • What is it useful for?
  • What does it not have - Limitations?
  • Common issues and tips for using it
  1. Examples - Supporting Clinical Decision-making using AI/ML
  • Early event prediction - code blue
  • Early screenings for diagnosis - diabetes
  • Disease progression - kidney disease
  • Patient retention in care
  1. Building AI Systems to Support Clinical Decision-Making
  • Scoping (Scoping Guide
  • Data
  • Analytical Formulation
  • Baselines
  • Model Development
  • Model Selection
  • Bias and Fairness
  • Explainability/Interpretability
  • User Interfaces
  • Validation and Testing
  • Deployment
  • Monitoring
  1. Hands-on exercises exploring EMR Data using Python and SQL
  • Exploring EHR data
  • Answering descriptive questions using EHR data

Programming Languages

  • Python with packages including pandas, sklearn, matplotlib, seaborn
  • SQL

Tools

  • Google colab for python and sql coding and visualization

Presentation Slides

Colab Notebook for Class and Homework Assignment

Sample Data Used

We'll be using a sample of 10000 patients from MIMIC III

Code to load, browse, and explore the data

Additional projects using mimic data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published