Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,15 +81,26 @@ def diabetes_code_lookup(code):
|
|
81 |
st.markdown(f'### SNOMED-CT code {code}: {snomed_desc}')
|
82 |
st.markdown(f'### ICD-10 code {code}: {icd_desc}')
|
83 |
st.markdown("""
|
|
|
84 |
# Diabetes ICD10 Codes:
|
85 |
-
E10.9 - Type 1 diabetes mellitus without complications
|
86 |
-
E11.9 - Type 2 diabetes mellitus without complications
|
87 |
-
E08.9 - Diabetes mellitus due to an underlying condition without complications
|
88 |
-
E13.9 - Other specified diabetes mellitus without complications
|
89 |
-
E10.65 - Type 1 diabetes mellitus with hyperglycemia
|
90 |
-
E11.65 - Type 2 diabetes mellitus with hyperglycemia
|
91 |
-
E08.65 - Diabetes mellitus due to an underlying condition with hyperglycemia
|
92 |
-
E13.65 - Other specified diabetes mellitus with hyperglycemia
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
""")
|
94 |
|
95 |
def ShowDiabetesAssessment():
|
|
|
81 |
st.markdown(f'### SNOMED-CT code {code}: {snomed_desc}')
|
82 |
st.markdown(f'### ICD-10 code {code}: {icd_desc}')
|
83 |
st.markdown("""
|
84 |
+
|
85 |
# Diabetes ICD10 Codes:
|
86 |
+
1. E10.9 - Type 1 diabetes mellitus without complications
|
87 |
+
2. E11.9 - Type 2 diabetes mellitus without complications
|
88 |
+
3. E08.9 - Diabetes mellitus due to an underlying condition without complications
|
89 |
+
4. E13.9 - Other specified diabetes mellitus without complications
|
90 |
+
5. E10.65 - Type 1 diabetes mellitus with hyperglycemia
|
91 |
+
6. E11.65 - Type 2 diabetes mellitus with hyperglycemia
|
92 |
+
7. E08.65 - Diabetes mellitus due to an underlying condition with hyperglycemia
|
93 |
+
8. E13.65 - Other specified diabetes mellitus with hyperglycemia
|
94 |
+
|
95 |
+
# Diabetes standardized assessments
|
96 |
+
1. There are several standardized assessments that ask questions about diabetes, including:
|
97 |
+
2. The American Diabetes Association Risk Test: This is a free online test that asks about risk factors for diabetes, such as family history, weight, and physical activity.
|
98 |
+
3. The Diabetes Self-Management Assessment Report Tool (D-SMART): This is a tool used by healthcare professionals to assess a patient's knowledge, self-efficacy, and behaviors related to diabetes self-management.
|
99 |
+
4. The Summary of Diabetes Self-Care Activities (SDSCA): This is a questionnaire that asks about various aspects of diabetes self-care, including diet, exercise, medication adherence, and glucose monitoring.
|
100 |
+
5. The Problem Areas in Diabetes (PAID) scale: This is a questionnaire that assesses the emotional distress associated with diabetes, including feelings of guilt, frustration, and anxiety.
|
101 |
+
6. The Diabetes Distress Scale: This is a questionnaire that assesses the emotional burden of living with diabetes, including feelings of worry, frustration, and feeling overwhelmed.
|
102 |
+
7. It's important to note that these assessments are not diagnostic tools and should be used in conjunction with other assessments and evaluations conducted by healthcare professionals.
|
103 |
+
|
104 |
""")
|
105 |
|
106 |
def ShowDiabetesAssessment():
|