Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.markdown("# HEDIS
|
4 |
|
5 |
st.write("HEDIS gap closures are interventions that are designed to close gaps in care and improve patient outcomes. These gaps can include things like missed preventive screenings, incomplete care for chronic conditions, or inadequate management of acute conditions.")
|
6 |
|
@@ -20,9 +20,9 @@ st.markdown("- Omaha System: The Omaha System is a standardized terminology that
|
|
20 |
|
21 |
|
22 |
|
23 |
-
st.markdown("
|
24 |
|
25 |
-
st.markdown("# Top 6 Questions and
|
26 |
|
27 |
data = [
|
28 |
["What is the ICD-10 code for diabetes mellitus?", "E10-E14", "ICD-10"],
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.markdown("# HEDIS Gaps and CT Codes")
|
4 |
|
5 |
st.write("HEDIS gap closures are interventions that are designed to close gaps in care and improve patient outcomes. These gaps can include things like missed preventive screenings, incomplete care for chronic conditions, or inadequate management of acute conditions.")
|
6 |
|
|
|
20 |
|
21 |
|
22 |
|
23 |
+
st.markdown("Prompt: According to https://www.healthit.gov/ https://www.cms.gov/ and https://www.nlm.nih.gov/ there is a list of top ten HEDIS gap closures that providers and health care companies can use to improve their CQM quality scores and earn revenue while providing value based care including helping the people in US that require care the most and have barriers to access. Name these top ten gaps that can be closed and list the clinical terminology vocabulary codes for each along with code type for the codes of LOINC, CPT, HCPCS, ICD10, Snomed US, and Omaha System.")
|
24 |
|
25 |
+
st.markdown("# Top 6 Questions for CT Codes and Code Types")
|
26 |
|
27 |
data = [
|
28 |
["What is the ICD-10 code for diabetes mellitus?", "E10-E14", "ICD-10"],
|