Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,4 +153,20 @@ for condition in health_conditions:
|
|
153 |
st.markdown(f"{condition['gap_identification']}")
|
154 |
st.markdown(f"{condition['gap_closure_process']}")
|
155 |
|
|
|
|
|
156 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
st.markdown(f"{condition['gap_identification']}")
|
154 |
st.markdown(f"{condition['gap_closure_process']}")
|
155 |
|
156 |
+
st.markdown("""
|
157 |
+
References on gap closure and reporting for value-based care:
|
158 |
|
159 |
+
"Closing Gaps in Care: How to Improve Quality Scores and Boost Reimbursement" by Becker's Hospital Review - https://www.beckershospitalreview.com/quality/closing-gaps-in-care-how-to-improve-quality-scores-and-boost-reimbursement.html
|
160 |
+
|
161 |
+
"Understanding HEDIS Measures: Closing the Gaps in Care" by HealthPayerIntelligence - https://healthpayerintelligence.com/features/understanding-hedis-measures-closing-the-gaps-in-care
|
162 |
+
|
163 |
+
"Value-based care: Measuring quality, closing gaps in care" by Medical Economics - https://www.medicaleconomics.com/view/value-based-care-measuring-quality-closing-gaps-care
|
164 |
+
|
165 |
+
"Pay for Performance Programs and the Use of Health IT to Improve Quality Reporting and Outcomes" by HealthIT.gov - https://www.healthit.gov/topic/health-it-and-health-information-exchange-basics/pay-performance-programs-and-use-health-it-improve-quality-reporting-and-outcomes
|
166 |
+
|
167 |
+
"Quality Payment Program (QPP) Overview" by Centers for Medicare & Medicaid Services - https://qpp.cms.gov/about-qpp/qpp-overview
|
168 |
+
|
169 |
+
These resources provide information and guidance on how to close gaps in care, improve quality scores, and report on quality measures to receive compensation in value-based care. They also discuss the use of health information technology and pay for performance programs to improve quality reporting and outcomes.
|
170 |
+
|
171 |
+
|
172 |
+
""")
|