In February of 2022, two Michigan hospital management companies, Beaumont Health and Spectrum Health, merged into what would become Corewell Health. Corewell Health is now the largest health system in Michigan, running 22 hospitals across Michigan, employing over 65,000 people, and treating over 1.3 million patients.
Electronic health records (EHRs) are a crucial part of today’s healthcare. They are a convenient way for doctors to quickly check a patient’s lab results, prescriptions, charts, messages, and more. However, medical students and residents lack the training required to use these systems efficiently in real-world environments.
Our AI for Med Students Learning About Basket Management is a web application that trains medical students and residents in efficiently handling patient messages, lab results, and prescription requests.
Our software provides students with daily tasks that consist of multiple questions for each of the three categories listed above. Students must respond to a variety of AI-generated questions that reflect a message that a physician might receive from an actual patient. Students must also review a patient’s lab results and write the patient a message about any abnormalities or concerns the student may have. Finally, students must practice ordering or refilling prescriptions for patients.
Our system grades the students’ responses to each patient case based on completion and provides an AI-generated example for the student’s learning. The student then compares their answer to the LLM’s to improve their responses for future cases.
Our front-end software is written with ReactJS, and our back end is written in Golang. We use Flask and OpenAI’s API for the LLM microservice, and our data is stored in a Supabase SQL database.