Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,46 @@ import streamlit as st
|
|
3 |
st.set_page_config(layout="wide")
|
4 |
|
5 |
st.markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
ISA*00* *00* *ZZ*SENDERID *ZZ*RECEIVERID *220505*1200*^*00501*000000001*0*P*:~
|
8 |
GS*HI*SENDERID*RECEIVERID*20220505*1200*1*X*005010X217~
|
|
|
3 |
st.set_page_config(layout="wide")
|
4 |
|
5 |
st.markdown("""
|
6 |
+
📊Costly Condition 📑EDI 278A Request 📨ADT Message Type 🏥ADT Event 📄Clinical Document Example
|
7 |
+
|
8 |
+
🩸Diabetes: “Diabetes Mellitus”💉AND (“Patient Admission” OR “Patient Discharge”)👩⚕️ADT^A01 💊PATIENT ADMIT/DISCHARGE 📝Discharge Summary
|
9 |
+
|
10 |
+
❤️Heart Disease: “Heart Diseases”❤️AND (“Patient Admission” OR “Patient Discharge”)👩⚕️ADT^A01 💊PATIENT ADMIT/DISCHARGE 📝Discharge Summary
|
11 |
+
|
12 |
+
😔Anxiety & Depression: “Depression” or “Anxiety”😢AND (“Patient Admission” OR “Patient Discharge”)👩⚕️ADT^A01💊PATIENT ADMIT/DISCHARGE 📝Discharge Summary
|
13 |
+
|
14 |
+
🦴Musculoskeletal Disorders: “Musculoskeletal Diseases”🦴AND (“Patient Admission” OR “Patient Discharge”)👩⚕️ADT^A01 💊PATIENT ADMIT/DISCHARGE 📝Discharge Summary
|
15 |
+
|
16 |
+
🤔What are MeSH terms❓ MeSH terms help sort articles in PubMed by topic. Here are the MeSH terms used for each costly condition:
|
17 |
+
|
18 |
+
1. 🩸Diabetes: “Diabetes Mellitus”💉- high blood sugar levels disease
|
19 |
+
|
20 |
+
2. ❤️Heart Disease: “Heart Diseases”❤️- troubles in the heart
|
21 |
+
|
22 |
+
3. 😔Anxiety & Depression: “Depression” or “Anxiety”😢- feelings of sadness, worry and fear
|
23 |
+
|
24 |
+
4. 🦴Musculoskeletal Disorders: “Musculoskeletal Diseases”🦴- problems in bones, muscles, and joints.
|
25 |
+
Costly Condition EDI 278A Request ADT Message Type ADT Event Clinical Document Example
|
26 |
+
Diabetes “Diabetes Mellitus”[MeSH Terms] AND (“Patient Admission”[Mesh] OR “Patient Discharge”[Mesh]) ADT^A01 PATIENT ADMIT/DISCHARGE Discharge Summary
|
27 |
+
Heart Disease “Heart Diseases”[MeSH Terms] AND (“Patient Admission”[Mesh] OR “Patient Discharge”[Mesh]) ADT^A01 PATIENT ADMIT/DISCHARGE Discharge Summary
|
28 |
+
Anxiety & Depression “Depression”[MeSH Terms] OR “Anxiety”[MeSH Terms] AND (“Patient Admission”[Mesh] OR “Patient Discharge”[Mesh]) ADT^A01 PATIENT ADMIT/DISCHARGE Discharge Summary
|
29 |
+
Musculoskeletal Disorders “Musculoskeletal Diseases”[MeSH Terms] AND (“Patient Admission”[Mesh] OR “Patient Discharge”[Mesh]) ADT^A01 PATIENT ADMIT/DISCHARGE Discharge Summary
|
30 |
+
explain the mesh terms for each
|
31 |
+
- MeSH terms are a way of categorizing and organizing articles in PubMed based on their subject matter. The MeSH terms used for each costly condition in the table are as follows:
|
32 |
+
|
33 |
+
1. Diabetes: “Diabetes Mellitus” is a MeSH term used to describe a group of metabolic diseases characterized by high blood sugar levels.
|
34 |
+
|
35 |
+
2. Heart Disease: “Heart Diseases” is a MeSH term used to describe a variety of conditions that affect the heart.
|
36 |
+
|
37 |
+
3. Anxiety & Depression: “Depression” and “Anxiety” are separate MeSH terms used to describe mood disorders characterized by persistent feelings of sadness and/or anxiety.
|
38 |
+
|
39 |
+
4. Musculoskeletal Disorders: “Musculoskeletal Diseases” is a MeSH term used to describe a variety of conditions that affect the bones, muscles, and joints.
|
40 |
+
|
41 |
+
Costly Condition EDI 278A Request ADT Message Type ADT Event Clinical Document Example
|
42 |
+
Diabetes
|
43 |
+
Heart Disease
|
44 |
+
Anxiety & Depression
|
45 |
+
Musculoskeletal Disorders
|
46 |
|
47 |
ISA*00* *00* *ZZ*SENDERID *ZZ*RECEIVERID *220505*1200*^*00501*000000001*0*P*:~
|
48 |
GS*HI*SENDERID*RECEIVERID*20220505*1200*1*X*005010X217~
|