|
{% extends "base.html" %} |
|
{% block content %} |
|
<div class="container my-5"> |
|
<div class="row"> |
|
<div class="col-12"> |
|
<h2 class="text-center mb-4">Welcome to Discharge Guard</h2> |
|
<div class="card shadow-sm mb-4"> |
|
<div class="card-body"> |
|
<h3 class="card-title">💡 Inspiration</h3> |
|
<p class="card-text"> |
|
Busy clinics are often overwhelmed with administrative tasks, and generating discharge papers |
|
manually is time-consuming and prone to errors. |
|
We were inspired to create a solution that streamlines this process, freeing up valuable time |
|
for healthcare professionals to focus on patient care. |
|
We saw the potential of MeldRX to access and leverage patient data securely and compliantly, |
|
making automated discharge paper generation a reality. 🏥 ⏱️ ➡️ 🧑⚕️ |
|
</p> |
|
</div> |
|
</div> |
|
|
|
<div class="card shadow-sm mb-4"> |
|
<div class="card-body"> |
|
<h3 class="card-title">✨ What it does</h3> |
|
<p class="card-text"> |
|
Discharge Guard is a single-button solution for generating compliant and comprehensive medical |
|
discharge papers directly within busy clinic workflows. |
|
By connecting to MeldRX, it automatically pulls necessary patient information and formats it |
|
into a professional discharge document. |
|
This eliminates manual data entry, reduces errors, and ensures adherence to healthcare |
|
standards, all with just one click! 🖱️ ✅ 📄 |
|
</p> |
|
</div> |
|
</div> |
|
|
|
<div class="card shadow-sm mb-4"> |
|
<div class="card-body"> |
|
<h3 class="card-title">🛠️ How we built it</h3> |
|
<p class="card-text"> |
|
We built Discharge Guard using a combination of powerful and user-friendly technologies. The |
|
front-end is developed with MultiTransformer huggingface, providing a simple and intuitive |
|
interface for clinic staff. |
|
Behind the scenes, we leverage the MeldRX API to securely access patient data in FHIR format. |
|
</p> |
|
<p class="card-text"> |
|
Our prototype implements the following key steps: |
|
</p> |
|
<ul> |
|
<li><strong>Produce patient data download by ID:</strong> Clinic staff can input a patient ID, |
|
and the application retrieves the corresponding patient data from MeldRX using the API.</li> |
|
<li><strong>Parse patient data:</strong> The fetched FHIR data is processed to extract essential |
|
details like patient demographics, diagnoses, and treatment plans needed for discharge |
|
papers.</li> |
|
<li><strong>Produce prompts for discharge papers:</strong> Using the parsed data, the |
|
application generates the content for discharge papers, including medical information and |
|
post-discharge instructions tailored to the patient.</li> |
|
<li><strong>Create patient data in MeldRX:</strong> The generated discharge papers are uploaded |
|
back to MeldRX as new resources, ensuring the patient's record stays complete and up to |
|
date.</li> |
|
</ul> |
|
</div> |
|
</div> |
|
|
|
<div class="card shadow-sm"> |
|
<div class="card-body"> |
|
<h3 class="card-title">🚀 Next Steps</h3> |
|
<p class="card-text"> |
|
We're continuously improving Discharge Guard with more features including customizable |
|
templates, additional clinic system integrations, and refinements based on user feedback. |
|
Our goal is to make Discharge Guard a widely adopted tool that empowers clinics to provide |
|
better patient care by streamlining administrative processes. |
|
</p> |
|
<div class="text-center mt-4"> |
|
<a href="/generate" class="btn btn-primary btn-lg">Try Discharge Guard Now</a> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
{% endblock %} |