Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonlee711 committed Jun 28, 2024
1 parent 4e5b52f commit af54fb7
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion MEME/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,38 @@ <h2 class="subtitle is-4" style="text-align: center;">What are Electronic Health
<div class="columns is-centered has-text-centered">
<div class="column is-two-thirds">
<div class="content has-text-justified interpolation-panel">
<p style="text-align: center;font-size: 18px"> An Electronic Health Record (EHR) is a digital version of a patient’s medical history that is maintained by the provider over time. It goes beyond the standard clinical data collected in a provider's office and can be inclusive of a broader view of a patient's care. EHRs are designed to contain and share information from all providers involved in a patient’s care. This can include demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data, and radiology reports. <br><br> primary goal of EHRs is to support efficient, accurate, and informed patient care. They enable quick access to patient records for more coordinated, efficient care and secure sharing of information with patients and other clinicians. EHRs also help providers improve productivity and work-life balance by automating workflows. Additionally, they facilitate outcomes reporting, disease surveillance, and potentially quality management and cost-reduction efforts.. </p>
<p style="text-align: center;font-size: 18px"> An Electronic Health Record (EHR) is a digital version of a patient’s medical history that is maintained by the provider over time. It goes beyond the standard clinical data collected in a provider's office and can be inclusive of a broader view of a patient's care. EHRs are designed to contain and share information from all providers involved in a patient’s care. This can include demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data, and radiology reports. <br><br> EHR archives can be used to generate insights, test hypotheses, and develop predictive models. Most applications using the EHR models for decision support manifest as risk stratification models, or early warning systems. hese applications ingest hand-identified and crafted EHR features to make a binary decision, which can be implemented as a flag

</p>
</div>
</div>
</div>
<br>

</div>
</div>

<section class="section">
<div class="container">
<div class="columns is-centered">
<div class="column is-full-width">
<h1 class="title is-2" style="text-align: center; padding-bottom: 10px;">Multiple Embedding Model for EHR (MEME) Architecture</h1>
<!-- <h2 class="subtitle is-4" style="text-align: center;">Defining Visual Affordances</h2> -->
<div class="column" style="text-align: center;">
<img src="resources/MEME.png" alt="Image description" width="60%">
</div>

<div class="columns is-centered has-text-centered">
<div class="column is-two-thirds ">
<div class="content has-text-justified">
<p>
Our second main contribution is the Multiple Embedding Model for EHR architecture. We designed a methodology that takes pre-trained language models as representation models to generate multiple embeddings for our varying EHR input (e.g. medication, vitals, demographics). We then concatenate these embeddings and send this "patient embedding" through an additional self-attention layer where it learns the most important part of the inputs from the entire patient embedding. This model then gets fed to a MLP where it will be used for various downstream tasks in the Emergency Department.
</p>
</div>
</div>
</div>



<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
Expand Down

0 comments on commit af54fb7

Please sign in to comment.