Spaces:
Sleeping
Sleeping
Create knowledge_base/basic_remedies.json
Browse files
knowledge_base/basic_remedies.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"name": "Arnica montana",
|
| 4 |
+
"abbreviation": "Arn",
|
| 5 |
+
"keynotes": ["Trauma", "Bruising", "Soreness", "Shock"],
|
| 6 |
+
"mind_symptoms": ["Fear of being touched"],
|
| 7 |
+
"modalities_better": ["Rest", "Lying down"],
|
| 8 |
+
"modalities_worse": ["Touch", "Motion"],
|
| 9 |
+
"common_potencies": ["30C", "200C"],
|
| 10 |
+
"matched_keywords": ["injury", "bruise", "fall", "trauma", "sore"]
|
| 11 |
+
},
|
| 12 |
+
{
|
| 13 |
+
"name": "Belladonna",
|
| 14 |
+
"abbreviation": "Bell",
|
| 15 |
+
"keynotes": ["Sudden onset", "High fever", "Redness"],
|
| 16 |
+
"mind_symptoms": ["Restlessness", "Delirium"],
|
| 17 |
+
"modalities_better": ["Rest"],
|
| 18 |
+
"modalities_worse": ["Light", "Noise", "Touch"],
|
| 19 |
+
"common_potencies": ["30C", "200C"],
|
| 20 |
+
"matched_keywords": ["fever", "headache", "red", "sudden", "throbbing"]
|
| 21 |
+
}
|
| 22 |
+
]
|