Spaces:
Build error
Build error
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,322 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import streamlit as st
|
2 |
+
st.markdown("""
|
3 |
+
|
4 |
+
|
5 |
+
# Graphs - MeSH Tree Structures:
|
6 |
+
|
7 |
+
Tree MeSH:
|
8 |
+
|
9 |
+
https://www.nlm.nih.gov/mesh/intro_trees.html
|
10 |
+
https://meshb.nlm.nih.gov/treeView
|
11 |
+
|
12 |
+
# Clusters Topic Modeling and NLP:
|
13 |
+
https://www.google.com/search?q=topic+cluster+model+python&rlz=1C1GCEA_enUS969US969&oq=topic+cluster+model+python&aqs=chrome..69i57.5157j0j4&sourceid=chrome&ie=UTF-8#fpstate=ive&vld=cid:a25dde33,vid:0tkg7t2gsfY
|
14 |
+
https://www.surveymonkey.com/mp/natural-language-processing/
|
15 |
+
https://github.com/NiuTrans/ABigSurvey
|
16 |
+
https://aclanthology.org/2022.aacl-main.46.pdf
|
17 |
+
https://youtu.be/0tkg7t2gsfY
|
18 |
+
https://youtu.be/pZgYRYUc6Mc
|
19 |
+
https://youtu.be/1CJvt4OjWgs
|
20 |
+
https://www.kaggle.com/code/panks03/clustering-with-topic-modeling-using-lda
|
21 |
+
|
22 |
+
# Knowledge Graphs - Assessment and Care Plan:
|
23 |
+
|
24 |
+
## Assessment:
|
25 |
+
![image](https://github.optum.com/storage/user/15588/files/4bbee534-f336-4cd1-ae8f-4e37a3e28357)
|
26 |
+
|
27 |
+
## Care Plan:
|
28 |
+
![image](https://github.optum.com/storage/user/15588/files/1f90120a-597d-4a62-8fdf-1c70015aca25)
|
29 |
+
|
30 |
+
## Graphs for Public Open Source Taxonomies and Ontologies:
|
31 |
+
ML: https://huggingface.co/spaces/awacke1/VizLib-GraphViz-SwimLanes-Digraph-ForMLLifecycle
|
32 |
+
Demo: https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
|
33 |
+
Mermaid: https://huggingface.co/spaces/awacke1/MermaidModelHTML5Demo
|
34 |
+
OMS: https://huggingface.co/spaces/awacke1/CPVisGraph
|
35 |
+
Graphviz: https://huggingface.co/spaces/awacke1/GraphViz-Demo
|
36 |
+
ExamplesOfAI: https://huggingface.co/spaces/awacke1/ExamplesOfAI
|
37 |
+
|
38 |
+
## FHIR - CT - Graph
|
39 |
+
|
40 |
+
# FHIR:
|
41 |
+
https://huggingface.co/spaces/awacke1/Clinical-Terminology-FHIR-Assessment
|
42 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Observation-SDKs
|
43 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Kits-SDC-HL7
|
44 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Blood-Pressure
|
45 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Exercise
|
46 |
+
|
47 |
+
# Clinical Terminology:
|
48 |
+
https://huggingface.co/spaces/awacke1/Ontology-Gradio
|
49 |
+
https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology
|
50 |
+
https://huggingface.co/spaces/awacke1/ClinicalTerminologyNER-Refactored
|
51 |
+
https://huggingface.co/spaces/awacke1/ClinicalTerminologyAISearch
|
52 |
+
https://huggingface.co/spaces/awacke1/ClinicalTerminologyAISearch1215
|
53 |
+
|
54 |
+
# Graph, Clinical Terminology, FHIR Apps and Services:
|
55 |
+
https://huggingface.co/spaces/awacke1/Git-GPG-Git-Actions-01-GraphViz
|
56 |
+
https://huggingface.co/spaces/awacke1/Dice-Roll-Treemap-Plotly
|
57 |
+
https://huggingface.co/spaces/awacke1/GraphVis3
|
58 |
+
https://huggingface.co/spaces/awacke1/GraphViz-Demo
|
59 |
+
https://huggingface.co/spaces/awacke1/StreamlitGraphViz
|
60 |
+
https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
|
61 |
+
|
62 |
+
# CP Matplotlib, NetworkX, Streamlit, PyVis, st-click0detector, graphviz:
|
63 |
+
https://huggingface.co/spaces/awacke1/CPVisGraph
|
64 |
+
|
65 |
+
# OMS and LOCUS:
|
66 |
+
https://huggingface.co/spaces/awacke1/NLPGraphOMSandLOCUS
|
67 |
+
|
68 |
+
# Technical Architecture - Open Source Graph ML Libraries:
|
69 |
+
NetworkX: https://networkx.org/
|
70 |
+
PyTorch GNN: https://github.com/microsoft/ptgnn
|
71 |
+
Jraph: https://github.com/deepmind/jraph
|
72 |
+
Spektral: https://graphneural.network/
|
73 |
+
Graph Nets: https://github.com/deepmind/graph_nets
|
74 |
+
Deep Graph Library (DGL): https://github.com/dmlc
|
75 |
+
PyTorch Geometric: https://github.com/pyg-team/pytorch_geometric
|
76 |
+
|
77 |
+
# Provider Graph - Maps of Hospitals
|
78 |
+
|
79 |
+
https://huggingface.co/spaces/awacke1/MN.Map.Hospitals.Top.Five
|
80 |
+
![image](https://user-images.githubusercontent.com/30595158/226150906-65fcdb27-b234-4500-8cd8-c6b88d1afa05.png)
|
81 |
+
|
82 |
+
# Technical Architecture - Open Source Graph ML Libraries:
|
83 |
+
|
84 |
+
NetworkX: https://networkx.org/
|
85 |
+
PyTorch GNN: https://github.com/microsoft/ptgnn
|
86 |
+
Jraph: https://github.com/deepmind/jraph
|
87 |
+
Spektral: https://graphneural.network/
|
88 |
+
Graph Nets: https://github.com/deepmind/graph_nets
|
89 |
+
Deep Graph Library (DGL): https://github.com/dmlc
|
90 |
+
PyTorch Geometric: https://github.com/pyg-team/pytorch_geometric
|
91 |
+
|
92 |
+
|
93 |
+
# Clinical Terminology:
|
94 |
+
# FHIR:
|
95 |
+
https://huggingface.co/spaces/awacke1/Clinical-Terminology-FHIR-Assessment
|
96 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Observation-SDKs
|
97 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Kits-SDC-HL7
|
98 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Blood-Pressure
|
99 |
+
https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Exercise
|
100 |
+
|
101 |
+
|
102 |
+
# Clinical Terminology:
|
103 |
+
https://huggingface.co/spaces/awacke1/Ontology-Gradio
|
104 |
+
https://huggingface.co/spaces/awacke1/Biomed-NLP-AI-Clinical-Terminology
|
105 |
+
https://huggingface.co/spaces/awacke1/ClinicalTerminologyNER-Refactored
|
106 |
+
https://huggingface.co/spaces/awacke1/ClinicalTerminologyAISearch
|
107 |
+
https://huggingface.co/spaces/awacke1/ClinicalTerminologyAISearch1215
|
108 |
+
|
109 |
+
|
110 |
+
|
111 |
+
# Maps
|
112 |
+
|
113 |
+
Space | URL
|
114 |
+
-------------------------------------------------------------------------------------------------------------------------------------------
|
115 |
+
awacke1/VizLib-TopLargeHospitalsNewJersey-03-09-2023 | https://huggingface.co/spaces/awacke1/VizLib-TopLargeHospitalsNewJersey-03-09-2023
|
116 |
+
awacke1/Bird-Species-Migration-Month-Map | https://huggingface.co/spaces/awacke1/Bird-Species-Migration-Month-Map
|
117 |
+
βοΈπ§ π¬π§¬ Clinical Terminology Auto Mapper AI π©ββοΈπ©ΊβοΈπ | https://huggingface.co/spaces/awacke1/SNOMED-LOINC-eCQM
|
118 |
+
awacke1/Visualization-Plotly-Sunbursts-Treemaps-and-WebGL | https://huggingface.co/spaces/awacke1/Visualization-Plotly-Sunbursts-Treemaps-and-WebGL
|
119 |
+
awacke1/HTML5-Aframe-3D-Maps | https://huggingface.co/spaces/awacke1/HTML5-Aframe-3D-Maps
|
120 |
+
awacke1/HTML5-Aframe-3dMap-Flight | https://huggingface.co/spaces/awacke1/HTML5-Aframe-3dMap-Flight
|
121 |
+
|
122 |
+
Figures:
|
123 |
+
![image](https://user-images.githubusercontent.com/30595158/226116055-25b8c900-bc10-472d-8b5f-61c7b8b5452b.png)
|
124 |
+
|
125 |
+
|
126 |
+
# MediaPipe
|
127 |
+
### A cross language SDK for AI that is real time, 3d, camera responsive, and on any device for nearly any language
|
128 |
+
#### Vision
|
129 |
+
#### Natural Language
|
130 |
+
#### Audio
|
131 |
+
|
132 |
+
Mediapipe has fast and flexible AI/ML pipelines.
|
133 |
+
Examples with Javascript Links!
|
134 |
+
|
135 |
+
1. Image Classifier: https://mediapipe-studio.webapps.google.com/demo/image_classifier
|
136 |
+
2. Object Detector: https://mediapipe-studio.webapps.google.com/demo/object_detector
|
137 |
+
3. Text Classification: https://mediapipe-studio.webapps.google.com/demo/text_classifier
|
138 |
+
4. Gesture Recognizer: https://mediapipe-studio.webapps.google.com/demo/gesture_recognizer
|
139 |
+
5. Hand Landmark Detection: https://mediapipe-studio.webapps.google.com/demo/hand_landmarker
|
140 |
+
6. Audio Classifier: https://mediapipe-studio.webapps.google.com/demo/audio_classifier
|
141 |
+
|
142 |
+
Get started with just Javascript!!
|
143 |
+
Getting Started: https://google.github.io/mediapipe/getting_started/javascript.html
|
144 |
+
|
145 |
+
Javascript Solutions - Ready to Demo:
|
146 |
+
1. Face Mesh: https://codepen.io/mediapipe/full/KKgVaPJ
|
147 |
+
2. Face Detection: https://codepen.io/mediapipe/full/dyOzvZM
|
148 |
+
3. Hands: https://codepen.io/mediapipe/full/RwGWYJw
|
149 |
+
4. Face, Hands, Body: https://codepen.io/mediapipe/full/LYRRYEw
|
150 |
+
5. Objectron: https://codepen.io/mediapipe/full/BaWvzdY
|
151 |
+
6. Full Skeletal Pose: https://codepen.io/mediapipe/full/jOMbvxw
|
152 |
+
7. Self Segmentation From Background: https://codepen.io/mediapipe/full/wvJyQpq
|
153 |
+
|
154 |
+
|
155 |
+
# QA Model Spaces:
|
156 |
+
|
157 |
+
QA use cases include QA, Semantic Document and FAQ Search.
|
158 |
+
|
159 |
+
1. Streamlit Question Answering w Hugging Face: https://huggingface.co/spaces/awacke1/Question-answering
|
160 |
+
2. Seq2Seq:
|
161 |
+
- https://huggingface.co/spaces/awacke1/4-Seq2SeqQAT5
|
162 |
+
- https://huggingface.co/spaces/awacke1/AW-04-GR-Seq-2-Seq-QA-Auto-Gen
|
163 |
+
-
|
164 |
+
3. BioGPT: https://huggingface.co/spaces/awacke1/microsoft-BioGPT-Large-PubMedQA
|
165 |
+
4. NLP QA Context: https://huggingface.co/spaces/awacke1/NLPContextQATransformersRobertaBaseSquad2
|
166 |
+
- https://huggingface.co/spaces/awacke1/SOTA-Plan
|
167 |
+
5. https://huggingface.co/spaces/awacke1/Question-answering
|
168 |
+
6. QA MLM: https://huggingface.co/spaces/awacke1/SOTA-MedEntity
|
169 |
+
|
170 |
+
# π€ QA Models and Datasets:
|
171 |
+
|
172 |
+
- Reader model extracts answers from text using QA pairs. SQuAD is the primary dataset.
|
173 |
+
- Transformers (huggingface) has research momentum and solves real business problems.
|
174 |
+
|
175 |
+
## π» Process:
|
176 |
+
|
177 |
+
1. Best practices for QA systems: https://www.youtube.com/playlist?list=PLHgX2IExbFotW6WgDZ-cMzpDBUNKCMBbF
|
178 |
+
2. Optimize Question/Answer Heads for SQuAD.
|
179 |
+
3. QA search to ask questions to textual kb.
|
180 |
+
4. Return text sections as answers.
|
181 |
+
5. Organize text collection.
|
182 |
+
6. Find similar documents to given input.
|
183 |
+
7. Perform semantic and comprehensive word matching.
|
184 |
+
8. Match incoming questions to FAQ KB dataset.
|
185 |
+
|
186 |
+
## π Tasks:
|
187 |
+
|
188 |
+
1. Visual,
|
189 |
+
2. Document, and
|
190 |
+
3. Table QA.
|
191 |
+
4. Zero Shot Classification.
|
192 |
+
5. Translation.
|
193 |
+
6. Conversational/Chat.
|
194 |
+
7. Text2Text Generation.
|
195 |
+
8. ASR/TTS.
|
196 |
+
|
197 |
+
# Mermaid model
|
198 |
+
|
199 |
+
```mermaid
|
200 |
+
graph LR;
|
201 |
+
A[Reader model]-->B[SQuAD];
|
202 |
+
C[Transformers from Huggingface]-->D[Real Business Problems];
|
203 |
+
E[Best practices for QA systems]-->F[Optimize Question/Answer Heads for SQuAD];
|
204 |
+
G[QA search]-->H[Textual KB];
|
205 |
+
H-->I[Return text sections as answers];
|
206 |
+
J[Organize text collection]-->K[Find similar documents to given input];
|
207 |
+
K-->I;
|
208 |
+
L[Perform semantic and comprehensive word matching]-->I;
|
209 |
+
M[Match incoming questions to FAQ KB dataset]-->I;
|
210 |
+
N[Visual QA]-->O[Document QA];
|
211 |
+
N-->P[Table QA];
|
212 |
+
Q[Zero Shot Classification]-->I;
|
213 |
+
R[Translation]-->I;
|
214 |
+
S[Conversational/Chat]-->I;
|
215 |
+
T[Text2Text Generation]-->I;
|
216 |
+
U[ASR/TTS]-->I;
|
217 |
+
|
218 |
+
```
|
219 |
+
|
220 |
+
# Top 50 Assessments in Physical and Mental Health
|
221 |
+
|
222 |
+
Below are the top 50 mental and physical health assessments.
|
223 |
+
1. **Patient Health Questionnaire (PHQ-9)** π§ - Major depressive disorder (ICD-10: F32)
|
224 |
+
2. **Generalized Anxiety Disorder 7-item Scale (GAD-7)** π° - Generalized anxiety disorder (ICD-10: F41.1)
|
225 |
+
3. **Hamilton Rating Scale for Depression (HRSD)** π§ - Major depressive disorder (ICD-10: F32)
|
226 |
+
4. **World Health Organization Disability Assessment Schedule 2.0 (WHODAS 2.0)** π§ πͺ - Physical and mental disability (ICD-10: Z73.1)
|
227 |
+
5. **Short Form-36 Health Survey (SF-36)** πͺπ§ - Health-related quality of life (CPT: 99499)
|
228 |
+
6. **Health Assessment Questionnaire (HAQ)** πͺ - Functional status assessment (CPT: 97750)
|
229 |
+
7. **EuroQol-5D (EQ-5D)** πͺπ§ - Health-related quality of life (LOINC: 83792-6)
|
230 |
+
8. **Geriatric Depression Scale (GDS)** π§βπ¦³π§ - Depression in older adults (ICD-10: F32.1)
|
231 |
+
9. **Mini-Mental State Examination (MMSE)** π§βπ¦³π - Cognitive impairment (ICD-10: F06.7)
|
232 |
+
10. **Pain Catastrophizing Scale (PCS)** π - Chronic pain (LOINC: 86351-6)
|
233 |
+
11. **Oswestry Disability Index (ODI)** πͺπ - Back pain (CPT: 97750)
|
234 |
+
12. **Fibromyalgia Impact Questionnaire (FIQ)** ππ© - Fibromyalgia (SNOMED: 316962002)
|
235 |
+
13. **Beck Depression Inventory (BDI)** π§ - Depression (ICD-10: F32)
|
236 |
+
14. **Posttraumatic Stress Disorder Checklist (PCL)** π°π - Posttraumatic stress disorder (ICD-10: F43.1)
|
237 |
+
15. **Alcohol Use Disorders Identification Test (AUDIT)** π» - Alcohol use disorder (ICD-10: F10)
|
238 |
+
16. **Drug Abuse Screening Test (DAST)** π - Substance use disorder (ICD-10: F19)
|
239 |
+
17. **Eating Attitudes Test (EAT)** π΄ - Eating disorders (ICD-10: F50)
|
240 |
+
18. **Adolescent Eating Disorder Examination (ADE)** π΄π©βπ¦° - Eating disorders in adolescents (ICD-10: F50)
|
241 |
+
19. **Child Behavior Checklist (CBCL)** π§π§ - Child behavior problems (ICD-10: F90)
|
242 |
+
20. **Autism Spectrum Quotient (AQ)** π§β𦱠- Autism spectrum disorder (ICD-10: F84.0)
|
243 |
+
21. **Columbia-Suicide Severity Rating Scale (C-SSRS)** π©Έ - Suicide risk (ICD-10: Z65.8)
|
244 |
+
22. **Perceived Stress Scale (PSS)** π© - Stress (LOINC: 75217-3)
|
245 |
+
23. **Satisfaction with Life Scale (SWLS)** π - Life satisfaction (LOINC: 69406-9)
|
246 |
+
24. **Health Belief Model Scale (HBM)** ππ - Health beliefs (LOINC: 88018)
|
247 |
+
25. **Multidimensional Health Locus of Control Scale (MHLC)** ππ - Health locus of control (LOINC: 87561-7)
|
248 |
+
26. **Life Orientation Test-Revised (LOT-R)** π - Optimism (LOINC: 75315-5)
|
249 |
+
27. **State-Trait Anxiety Inventory (STAI)** π° - Anxiety (LOINC: 71092-3)
|
250 |
+
28. **Multidimensional Scale of Perceived Social Support (MSPSS)** π₯ - Social support (LOINC: 86649-4)
|
251 |
+
29. **Job Content Questionnaire (JCQ)** πΌ - Job stress (LOINC: 76554-9)
|
252 |
+
30. **Burnout Measure (BO)** π₯ - Burnout (LOINC: 89049-8)
|
253 |
+
31. **Family Assessment Device (FAD)** π¨βπ©βπ§ - Family functioning (LOINC: 84113-2)
|
254 |
+
32. **Perceived Control Scale (PCS)** πͺ - Perceived control (LOINC: 86447-0)
|
255 |
+
33. **General Self-Efficacy Scale (GSES)** πͺ - Self-efficacy (LOINC: 76563-0)
|
256 |
+
34. **Coping Strategies Inventory (CSI)** π - Coping strategies (LOINC: 89057-1)
|
257 |
+
35. **Acceptance and Action Questionnaire (AAQ-II)** π§ - Acceptance and commitment therapy (LOINC: 88027-2)
|
258 |
+
36. **Attention Deficit Hyperactivity Disorder Self-Report Scale (ASRS)** π§π§ - ADHD (ICD-10: F90)
|
259 |
+
37. **Impact of Event Scale-Revised (IES-R)** ππ - Trauma (LOINC: 86237-7)
|
260 |
+
38. **Insomnia Severity Index (ISI)** π€ - Insomnia (LOINC: 82451-5)
|
261 |
+
39. **Social Phobia Inventory (SPIN)** π° - Social anxiety disorder (ICD-10: F40.1)
|
262 |
+
40. **Panic Disorder Severity Scale (PDSS)** π° - Panic disorder (ICD-10: F41.0)
|
263 |
+
41. **Yale-Brown Obsessive Compulsive Scale (Y-BOCS)** π€ - Obsessive-compulsive disorder (ICD-10: F42)
|
264 |
+
42. **Social Interaction Anxiety Scale (SIAS)** π° - Social anxiety disorder (ICD-10: F40.1)
|
265 |
+
43. **Generalized Anxiety Disorder Scale (GADS)** π° - Generalized anxiety disorder (ICD-10: F41.1)
|
266 |
+
44. **Postpartum Depression Screening Scale (PDSS)** π€±π§ - Postpartum depression (ICD-10: F53.0)
|
267 |
+
45. **Child and Adolescent Symptom Inventory (CASI)** π§π§π§ - Child and adolescent mental health (ICD-10: F90)
|
268 |
+
46. **Strengths and Difficulties Questionnaire (SDQ)** π§π§π§ - Child and adolescent mental health (ICD-10: F90)
|
269 |
+
47. **Kessler Psychological Distress Scale (K10)** π§ - Psychological distress (LOINC: 76550-6)
|
270 |
+
48. **World Health Organization Quality of Life Scale (WHOQOL)** πͺπ§ - Quality of life (LOINC: 88055-2)
|
271 |
+
49. **Multidimensional Pain Inventory (MPI)** π - Chronic pain (LOINC: 71808-8)
|
272 |
+
50. **Cornell Scale for Depression in Dementia (CSDD)** π΄π΅π§ - Depression in dementia patients (ICD-10: F03.90)
|
273 |
+
|
274 |
+
|
275 |
+
# SMART/FHIR/SDC Survey-Assess-Plan
|
276 |
+
|
277 |
+
These SMART/FHIR/SDC compatible Surveys demonstrate how to build and conducct surveys with EMR/EHR Compliance Standards
|
278 |
+
|
279 |
+
1. Smart FHIR Connect and Test BMI Calculator: https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-BMI
|
280 |
+
2. Smart FHIR Kits SDC HL7: https://huggingface.co/spaces/awacke1/SMART-FHIR-Kits-SDC-HL7
|
281 |
+
3. Smart FHIR Assessment Exercise: https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Exercise
|
282 |
+
4. Smart FHIR Assessment Blood Pressure: https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Blood-Pressure
|
283 |
+
5. Smart FHIR - Observations-Assessments-Rules-Referrals-Providers-Programs-Fulfillment-Alerrts-Notes-SDOH: https://huggingface.co/spaces/awacke1/SMART-FHIR-Assessment-Observation-SDKs
|
284 |
+
|
285 |
+
|
286 |
+
# Graphs Survey-Assess-Plan-Goals
|
287 |
+
|
288 |
+
These top 5 graph examples introduce visual ideas to use to survey, assess, plan and reach goals.
|
289 |
+
|
290 |
+
1. Graph OMS and LOCUS Standards and Quality Metrics: https://huggingface.co/spaces/awacke1/NLPGraphOMSandLOCUS
|
291 |
+
2. Graph Pain and High Medium Low Confidence: https://huggingface.co/spaces/awacke1/VISNLP-Graph
|
292 |
+
3. Graph Action Mechanics: https://huggingface.co/spaces/awacke1/CardGameActivity-GraphViz
|
293 |
+
4. Graph - OMS, MH, Charts, Maps, DOT lang for Pyvis VisJS: https://huggingface.co/spaces/awacke1/CPVisGraph
|
294 |
+
5. Graph - Plan and Assess: https://huggingface.co/spaces/awacke1/Git-GPG-Git-Actions-01-GraphViz
|
295 |
+
|
296 |
+
# ICD10, CPT, LOINC, SNOMED, HCPCS, OMS Codes for Top Health Conditions and Treatment Preferences Assessment
|
297 |
+
|
298 |
+
Assess Topic| Assess Metric | Code Emoji | Code Topic | Code Type | Code
|
299 |
+
------------|---------------|------------|------------|------------|-----------
|
300 |
+
Childhood Immunization| % of children immunized by age two |π§π | Clinical Code| ICD10 | Z28.2
|
301 |
+
Breast Cancer Screening| % of women with mammogram in past 2 yrs |π©Ίπ | Clinical Code| CPT| 77067
|
302 |
+
Colorectal Cancer Screening| % of adults screened for colorectal cancer| π©Ίπ© | Clinical Code| CPT| 82274
|
303 |
+
Comprehensive Diabetes Care| % of diabetic patients who had all recommended tests| π©Ίπ©Ή | Clinical Code| LOINC| 4548-4
|
304 |
+
Controlling High Blood Pressure| % of patients with controlled blood pressure| π©Ίπ | Clinical Code| ICD10|I10
|
305 |
+
Medication Management for Asthma| % of asthma patients with proper meds| ππ¬οΈ | Clinical Code| SNOMED|195967001
|
306 |
+
Follow-up After Mental Illness Hospitalization| % of patients with follow-up care| π©Ίπ₯ | Clinical Code| HCPCS|G0181
|
307 |
+
Prenatal & Postpartum Care| % of pregnant women with proper care |π€°π©Ί | Clinical Code| ICD10|Z34
|
308 |
+
Comprehensive Eye Exam| % of diabetic patients with eye exam |π©Ίπ | Clinical Code| CPT| 92014
|
309 |
+
Childhood Weight Assessment| % of children with BMI assessment |π§π | Clinical Code| ICD10| Z00.121
|
310 |
+
Chlamydia Screening in Women| % of sexually active women screened| π©Ίπ© | Clinical Code| CPT|87491
|
311 |
+
Avoidance of Antibiotic Treatment for Acute Bronchitis| % of patients without antibiotics |π©Ίπ | Clinical Code| ICD10|J20.9
|
312 |
+
Osteoporosis Management in Women|% of women with bone density test |π©Ίπͺ | Clinical Code| CPT|77080
|
313 |
+
Use of High-Risk Medications in the Elderly| % of elderly with safe meds |ππ΄π΅ | Clinical Code| HCPCS |G9612
|
314 |
+
Diabetes Screening for Schizophrenia or Bipolar Disorder| % of patients with mental illness screened |π§ π©Ί | Clinical Code| SNOMED| 169609005
|
315 |
+
All-Cause Readmissions| % of patients readmitted within 30 days |π©Ίπ₯ | Clinical Code| ICD10| Z51.5
|
316 |
+
Antidepressant Medication Management| % of depressed patients with proper meds & follow-up |π©Ίπ§ | Clinical Code| CPT|96127
|
317 |
+
Follow-up Care for Children Prescribed ADHD Medication|% of children with follow-up care |π©Ίπ§ | Clinical Code| ICD10|F90
|
318 |
+
Imaging Studies for Low Back Pain| % of patients without imaging studies|π©Ίπ | Clinical Code| ICD10|M54.5
|
319 |
+
Spirometry Testing for COPD|% of COPD patients with spirometry testing |π©Ίπ« | Clinical Code|CPT|94010
|
320 |
+
|
321 |
+
|
322 |
+
""")
|