Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,16 @@ context = context + "Records of care provided."
|
|
| 11 |
context = context + "Your wishes and personal preferences."
|
| 12 |
context = context + "The costs of the services."
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
question = "What should be documented in a care plan?"
|
| 15 |
|
| 16 |
gr.Interface.load(
|
|
|
|
| 11 |
context = context + "Your wishes and personal preferences."
|
| 12 |
context = context + "The costs of the services."
|
| 13 |
|
| 14 |
+
context = context + "1-Ontology of Plan Dimensions"
|
| 15 |
+
context = context + "2-Problems as evidenced by Signs of Systems"
|
| 16 |
+
context = context + "3-Assessment of Needs"
|
| 17 |
+
context = context + "4-Questions"
|
| 18 |
+
context = context + "5-Goals"
|
| 19 |
+
context = context + "6-Knowledge-Behavior-Status Quality Measures"
|
| 20 |
+
context = context + "7-Intervention List of Options"
|
| 21 |
+
context = context + "8-Quality Measures"
|
| 22 |
+
context = context + "9-Pathways Available"
|
| 23 |
+
|
| 24 |
question = "What should be documented in a care plan?"
|
| 25 |
|
| 26 |
gr.Interface.load(
|