awacke1 commited on
Commit
c3415c5
·
1 Parent(s): e985a0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import fhirclient.models.codeableconcept as cc
6
  LOINC_CODE = "85354-9"
7
 
8
  # Display the assessment form
9
- st.header("Assessment of Blood Pressure")
10
  systolic_bp = st.number_input("Systolic Blood Pressure")
11
  diastolic_bp = st.number_input("Diastolic Blood Pressure")
12
 
 
6
  LOINC_CODE = "85354-9"
7
 
8
  # Display the assessment form
9
+ st.header("SMART FHIR Assessment of Blood Pressure")
10
  systolic_bp = st.number_input("Systolic Blood Pressure")
11
  diastolic_bp = st.number_input("Diastolic Blood Pressure")
12