gen-ai-capstone

Wise Verse AI

1. Introduction

According to a 2023 AMIA survey reported by the American Academy of Family Physicians (AAFP), over 70% of clinicians cited clinical documentation burden as a major contributor to burnout. The same report revealed that physicians spend more time on charting and paperwork than direct patient care, with many expressing frustration over redundant and inefficient workflows in Electronic Health Record (EHR) systems.

This growing dissatisfaction underscores the need for a smarter, more efficient solution—one that reduces administrative overhead without compromising the quality of care.

This project addresses that gap by building a generative AI-based pipeline for automating medical documentation. The system processes audio-based doctor-patient interactions and outputs structured, FHIR-compliant resources, including QuestionnaireResponse objects and SOAP-style summaries. The goal is to minimize manual documentation work in healthcare settings by generating AI-powered clinical records that are accurate, standardized, and immediately usable.

Show me the code

2. Problem Statement

Manual documentation in healthcare is time-consuming and often detracts from patient care. Doctors spend a significant amount of time recording patient information, which can lead to inefficiencies and burnout. There is a need for an AI-powered system that can:

3. Project Objectives

4. Dataset

The dataset used for this project is a collection of simulated patient-physician interviews, available at: https://springernature.figshare.com/collections/A_dataset_of_simulated_patient-physician_medical_interviews_with_a_focus_on_respiratory_cases/5545842/1

5. System Workflow

The pipeline consists of several stages, from input processing to response generation and storage.

Step-by-Step Process:

6. Tech Stack

7. Output

CASE 1. Valid FHIR Output

If a matching questionnaire is found and all conditions are met, the system produces:

CASE 2. Questionnaire Not Found

If the questionnaire is not available in the database, but the prompt is still relevant:

CASE 3. Unsupported Instruction / Invalid Form Request

If the input prompt refers to a form or instruction for which no associated questionnaire exists in the system:

8. Challenges Faced

9. Limitations

10. Future Enhancements

11. Conclusion

This project highlights how generative AI can be leveraged to reduce documentation burdens in healthcare. By combining transcription, contextual integration, FHIR compliance, and summarization, the system delivers a scalable solution for modern medical documentation workflows.

12. References

Video:

  1. having an explanation using some presentation which includes the problem statement and the use case of the project
  2. explaining the workflow of the project using the flowchart
  3. Explaining using the code:
    1. explaining the major functions in the code
    2. learnings which we have learned during the 5 day workshop
    3. showing the output

Adaptive Questionnaire Generation: AI could dynamically generate questionnaires based on the conversation, even when none are pre-defined.

Real-Time Doctor Assistant: Integration with live transcription and summarization could allow doctors to receive suggestions in real time during consultations.

Full EHR Integration: By embedding the system within EHR platforms, doctors could review, edit, and approve AI-generated content directly in their clinical workflow.

Personalized AI Co-pilots for Healthcare: With fine-tuning and user feedback, the system could evolve into an AI co-pilot that understands clinician preferences and adapts outputs accordingly.

App or Web-Based GUI: Develop an intuitive, accessible interface to bring the system into real-world clinical environments.


Youtube overview

Watch the youtube video here

Prefer some slides

View the Google Slides presentation