awacke1 commited on
Commit
0f96a44
Β·
1 Parent(s): 8774f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -0
app.py CHANGED
@@ -3,6 +3,20 @@ import plotly.express as px
3
  import streamlit as st
4
  import jsonlines
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  # Create a DataFrame with CPT codes, procedures, and expected costs
7
  data = {
8
  'Code Type': ['CPT', 'SNOMED', 'RXNORM', 'DEA', 'LOINC', 'ORI', 'ORU', 'CCD'],
 
3
  import streamlit as st
4
  import jsonlines
5
 
6
+ st.markdown("""
7
+ | πŸ“ #Definition | πŸ“‹ Data Fields |
8
+ | --- | --- |
9
+ | 🀝 asking for more help or #treatment | πŸ“„ Patient info, Referral details |
10
+ | πŸ’Ό about a patient's health #problem or #limits | πŸ“„ Patient info, Health #problem details |
11
+ | πŸ’Š allowing medicine | πŸ“„ Patient info, #Medicine #details |
12
+ | πŸ”Ž explaining a #patient's health #problem | πŸ“„ Patient info, Health #problem details |
13
+ | πŸš‘ plan for getting better | πŸ“„ Patient info, #Treatment details |
14
+ | πŸ₯ patient needs surgery | πŸ“„ Patient info, #Surgery details |
15
+ | πŸƒ patient can do activities | πŸ“„ Patient info, #Activity details |
16
+ | πŸ“… reminding about appointments | πŸ“„ Patient info, #Appointment details |
17
+ | β™Ώ patient's disability | πŸ“„ Patient info, #Disability details |
18
+ | 🍎 teaching about health | πŸ“„ Patient info, #Education topic |
19
+ """)
20
  # Create a DataFrame with CPT codes, procedures, and expected costs
21
  data = {
22
  'Code Type': ['CPT', 'SNOMED', 'RXNORM', 'DEA', 'LOINC', 'ORI', 'ORU', 'CCD'],