georad commited on
Commit
8e844df
·
verified ·
1 Parent(s): 6f77d89

Create pages/home.py

Browse files
Files changed (1) hide show
  1. pages/home.py +32 -0
pages/home.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("📘SBS mapper")
4
+
5
+ st.header("Internal descriptions can be mapped to SBS codes in the below chapters (work in progress)")
6
+ st.image("images/SBS_Chapter_Index.png", use_container_width=True)
7
+
8
+ #'Procedures on nervous system'
9
+ #'Procedures on endocrine system'
10
+ #'Procedures on eye and adnexa'
11
+ #'Procedures on ear and mastoid process'
12
+ #'Procedures on nose, mouth and pharynx'
13
+ #'Dental services'
14
+ #'Procedures on respiratory system'
15
+ #'Procedures on cardiovascular system'
16
+ #'Procedures on blood and blood-forming organs'
17
+ #'Procedures on digestive system'
18
+ #'Procedures on urinary system'
19
+ #'Procedures on male genital organs'
20
+ #'Gynaecological procedures'
21
+ #'Obstetric procedures'
22
+ #'Procedures on musculoskeletal system'
23
+ #'Dermatological and plastic procedures'
24
+ #'Procedures on breast'
25
+ #'Radiation oncology procedures'
26
+ #'Non-invasive, cognitive and other interventions, not elsewhere classified'
27
+ #'Imaging services'
28
+ #'Laboratory and Pathology Services'
29
+ #'Ambulance and Transport Services'
30
+ #'KSA Service Codes'
31
+ #'Emergency Medical Services (EMS)'
32
+ #'Mortuary Services'