Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,17 @@ st.markdown("""
|
|
19 |
""")
|
20 |
|
21 |
st.markdown("""
|
22 |
-
# 📚 Clinical Terminology and Ontologies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
1. 1️⃣ National Library of Medicine's **RxNorm**:
|
24 |
- Standardized nomenclature for clinical drugs developed by NLM
|
25 |
- Provides links between drug names and related information such as ingredients, strengths, and dosages
|
|
|
19 |
""")
|
20 |
|
21 |
st.markdown("""
|
22 |
+
# 📚 Clinical Terminology and Ontologies
|
23 |
+
## for Medications and Conditions for Health Vocabularies, Systems of Coding, and Databases with Bibliographies
|
24 |
+
__Keywords__:
|
25 |
+
- __Clinical Terminology__: 💬 Words that doctors use to talk to each other about patients.
|
26 |
+
- __Ontologies for Medications and Conditions__: 📚 A fancy way of organizing knowledge about medicine and health problems.
|
27 |
+
- __Health Vocabularies__: 📝 A special list of words used in healthcare to talk about health issues.
|
28 |
+
- __Systems of Coding__: 💻 A way of giving things like sicknesses and treatments special codes, so that doctors can remember them easily.
|
29 |
+
- __Databases__: 🗄️ A computer system that stores information about patients, health research, and other healthcare things.
|
30 |
+
- __Bibliographies__: 📖 A list of books or articles that doctors use to learn about new health information.
|
31 |
+
|
32 |
+
|
33 |
1. 1️⃣ National Library of Medicine's **RxNorm**:
|
34 |
- Standardized nomenclature for clinical drugs developed by NLM
|
35 |
- Provides links between drug names and related information such as ingredients, strengths, and dosages
|