jonathanagustin commited on
Commit
dae8976
1 Parent(s): 6af97fa

Upload 6 files

Browse files
.gitattributes CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
 
53
  *.jpg filter=lfs diff=lfs merge=lfs -text
54
  *.jpeg filter=lfs diff=lfs merge=lfs -text
55
  *.webp filter=lfs diff=lfs merge=lfs -text
56
+ release_test_patients/release_test_patients.csv filter=lfs diff=lfs merge=lfs -text
57
+ release_train_patients/release_train_patients.csv filter=lfs diff=lfs merge=lfs -text
58
+ release_validate_patients/release_validate_patients.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,57 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Description
2
+
3
+ We are releasing under the CC-BY licence a new large-scale dataset for Automatic Symptom Detection (ASD) and Automatic Diagnosis (AD) systems in the medical domain. The dataset contains patients synthesized using a proprietary medical knowledge base and a commercial rule-based AD system. Patients in the dataset are characterized by their socio-demographic data, a pathology they are suffering from, a set of symptoms and antecedents related to this pathology, and a differential diagnosis. The symptoms and antecedents can be binary, categorical and multi-choice, with the potential of leading to more efficient and natural interactions between ASD/AD systems and patients. To the best of our knowledge, this is the first large-scale dataset that includes the differential diagnosis, and non-binary symptoms and antecedents.
4
+
5
+ **Note**: We use evidence as a general term to refer to a symptom or an antecedent.
6
+
7
+ This directory contains the following files:
8
+ - **release_evidences.json**: a JSON file describing all possible evidences considered in the dataset.
9
+ - **release_conditions.json**: a JSON file describing all pathologies considered in the dataset.
10
+ - **release_train_patients.zip**: a CSV file containing the patients of the training set.
11
+ - **release_validate_patients.zip**: a CSV file containing the patients of the validation set.
12
+ - **release_test_patients.zip**: a CSV file containing the patients of the test set.
13
+
14
+ ## Evidence Description
15
+
16
+ Each evidence in the `release_evidences.json` file is described using the following entries:
17
+ - **name**: name of the evidence.
18
+ - **code_question**: a code allowing to identify which evidences are related. Evidences having the same `code_question` form a group of related symptoms. The value of the `code_question` refers to the evidence that need to be simulated/activated for the other members of the group to be eventually simulated.
19
+ - **question_fr**: the query, in French, associated to the evidence.
20
+ - **question_en**: the query, in English, associated to the evidence.
21
+ - **is_antecedent**: a flag indicating whether the evidence is an antecedent or a symptom.
22
+ - **data_type**: the type of evidence. We use `B` for binary, `C` for categorical, and `M` for multi-choice evidences.
23
+ - **default_value**: the default value of the evidence. If this value is used to characterize the evidence, then it is as if the evidence was not synthesized.
24
+ - **possible-values**: the possible values for the evidences. Only valid for categorical and multi-choice evidences.
25
+ - **value_meaning**: The meaning, in French and English, of each code that is part of the `possible-values` field. Only valid for categorical and multi-choice evidences.
26
+
27
+ ## Pathology Description
28
+ The file `release_conditions.json` contains information about the pathologies that patients in the datasets may suffer from. Each pathology has the following attributes:
29
+ - **condition_name**: name of the pathology.
30
+ - **cond-name-fr**: name of the pathology in French.
31
+ - **cond-name-eng**: name of the pathology in English.
32
+ - **icd10-id**: ICD-10 code of the pathology.
33
+ - **severity**: the severity associated with the pathology. The lower the more severe.
34
+ - **symptoms**: data structure describing the set of symptoms characterizing the pathology. Each symptom is represented by its corresponding `name` entry in the `release_evidences.json` file.
35
+ - **antecedents**: data structure describing the set of antecedents characterizing the pathology. Each antecedent is represented by its corresponding `name` entry in the `release_evidences.json` file.
36
+
37
+
38
+ ## Patient Description
39
+
40
+ Each patient in each of the 3 sets has the following attributes:
41
+ - **AGE**: the age of the synthesized patient.
42
+ - **SEX**: the sex of the synthesized patient.
43
+ - **PATHOLOGY**: name of the ground truth pathology (`condition_name` property in the `release_conditions.json` file) that the synthesized patient is suffering from.
44
+ - **EVIDENCES**: list of evidences experienced by the patient. An evidence can either be binary, categorical or multi-choice. A categorical or multi-choice evidence is represented in the format `[evidence-name]_@_[evidence-value]` where [`evidence-name`] is the name of the evidence (`name` entry in the `release_evidences.json` file) and [`evidence-value`] is a value from the `possible-values` entry. Note that for a multi-choice evidence, it is possible to have several `[evidence-name]_@_[evidence-value]` items in the evidence list, with each item being associated with a different evidence value. A binary evidence is represented as `[evidence-name]`.
45
+ - **INITIAL_EVIDENCE**: the evidence provided by the patient to kick-start an interaction with an ASD/AD system. This is useful during model evaluation for a fair comparison of ASD/AD systems as they will all begin an interaction with a given patient from the same starting point. The initial evidence is randomly selected from the binary evidences found in the evidence list mentioned above (i.e., `EVIDENCES`) and it is part of this list.
46
+ - **DIFFERENTIAL_DIAGNOSIS**: The ground truth differential diagnosis for the patient. It is represented as a list of pairs of the form `[[patho_1, proba_1], [patho_2, proba_2], ...]` where `patho_i` is the pathology name (`condition_name` entry in the `release_conditions.json` file) and `proba_i` is its related probability.
47
+
48
+
49
+ # Note:
50
+
51
+ We hope this dataset will encourage future works for ASD and AD systems that consider the differential diagnosis and the severity of pathologies. It is important to keep in mind that this dataset is formed of synthetic patients and is meant for research purposes. Given the assumptions made during the generation process of this dataset, we would like to emphasize that the dataset should not be used to train and deploy a model prior to performing rigorous evaluations of the model performance and verifying that the system has proper coverage and representation of the population that it will interact with.
52
+
53
+ It is important to understand that the level of specificity, sensitivity and confidence that a physician will seek when evaluating a patient will be influenced by the clinical setting. The dataset was built for acute care and biased toward high mortality and morbidity pathologies. Physicians will tend to consider negative evidences as equally important in such a clinical context in order to evaluate high acuity diseases.
54
+
55
+ In the creation of the DDXPlus dataset, a small subset of the diseases was chosen to establish a baseline. Medical professionals have to consider this very important point when reviewing the results of models trained with this dataset, as the differential is considerably smaller. A smaller differential means less potential evidences to collect. It is thus essential to understand this point when we look at the differential produced and the evidence collected by a model based on this dataset.
56
+
57
+ For more information, please check our [paper](https://arxiv.org/abs/2205.09148).
release_conditions.json ADDED
@@ -0,0 +1,1429 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Pneumothorax spontan\u00e9": {
3
+ "condition_name": "Pneumothorax spontan\u00e9",
4
+ "cond-name-fr": "Pneumothorax spontan\u00e9",
5
+ "cond-name-eng": "Spontaneous pneumothorax",
6
+ "icd10-id": "J93",
7
+ "symptoms": {
8
+ "douleurxx_endroitducorps": {},
9
+ "douleurxx": {},
10
+ "douleurxx_irrad": {},
11
+ "douleurxx_carac": {},
12
+ "douleurxx_soudain": {},
13
+ "douleurxx_intens": {},
14
+ "douleurxx_precis": {},
15
+ "dyspn": {},
16
+ "ww_respi": {},
17
+ "ww_effort": {},
18
+ "angor_repos": {},
19
+ "oedeme": {}
20
+ },
21
+ "antecedents": {
22
+ "f17.210": {},
23
+ "pneumothorax": {},
24
+ "ap_pneumothorax": {},
25
+ "j44_j42": {},
26
+ "trav1": {}
27
+ },
28
+ "severity": 2
29
+ },
30
+ "C\u00e9phal\u00e9e en grappe": {
31
+ "condition_name": "C\u00e9phal\u00e9e en grappe",
32
+ "cond-name-fr": "C\u00e9phal\u00e9e en grappe",
33
+ "cond-name-eng": "Cluster headache",
34
+ "icd10-id": "g44.009",
35
+ "symptoms": {
36
+ "douleurxx_endroitducorps": {},
37
+ "douleurxx": {},
38
+ "douleurxx_irrad": {},
39
+ "douleurxx_carac": {},
40
+ "douleurxx_soudain": {},
41
+ "douleurxx_intens": {},
42
+ "douleurxx_precis": {},
43
+ "larmes": {},
44
+ "rhino_clair": {},
45
+ "rds_paralys_gen": {}
46
+ },
47
+ "antecedents": {
48
+ "atcd_cluster": {},
49
+ "f10.129": {},
50
+ "rx_vasodil": {},
51
+ "trav1": {}
52
+ },
53
+ "severity": 3
54
+ },
55
+ "Syndrome de Boerhaave": {
56
+ "condition_name": "Syndrome de Boerhaave",
57
+ "cond-name-fr": "Syndrome de Boerhaave",
58
+ "cond-name-eng": "Boerhaave",
59
+ "icd10-id": "K22.3",
60
+ "symptoms": {
61
+ "douleurxx_endroitducorps": {},
62
+ "douleurxx": {},
63
+ "douleurxx_irrad": {},
64
+ "douleurxx_carac": {},
65
+ "douleurxx_soudain": {},
66
+ "douleurxx_intens": {},
67
+ "douleurxx_precis": {},
68
+ "dyspn": {},
69
+ "vo_sg": {},
70
+ "vo_violent": {},
71
+ "nausee": {}
72
+ },
73
+ "antecedents": {
74
+ "f10.129": {},
75
+ "trav1": {}
76
+ },
77
+ "severity": 2
78
+ },
79
+ "Fracture de c\u00f4te spontan\u00e9e": {
80
+ "condition_name": "Fracture de c\u00f4te spontan\u00e9e",
81
+ "cond-name-fr": "Fracture de c\u00f4te spontan\u00e9e",
82
+ "cond-name-eng": "Spontaneous rib fracture",
83
+ "icd10-id": "S22.9",
84
+ "symptoms": {
85
+ "douleurxx_endroitducorps": {},
86
+ "douleurxx": {},
87
+ "douleurxx_irrad": {},
88
+ "douleurxx_carac": {},
89
+ "douleurxx_soudain": {},
90
+ "douleurxx_intens": {},
91
+ "douleurxx_precis": {},
92
+ "ww_respi": {},
93
+ "ww_bouger": {},
94
+ "toux": {},
95
+ "oedeme": {},
96
+ "toux_sev": {},
97
+ "dyspn": {}
98
+ },
99
+ "antecedents": {
100
+ "f10.129": {},
101
+ "cancer_m\u00e9ta": {},
102
+ "osteoporose": {},
103
+ "trav1": {}
104
+ },
105
+ "severity": 3
106
+ },
107
+ "RGO": {
108
+ "condition_name": "RGO",
109
+ "cond-name-fr": "RGO",
110
+ "cond-name-eng": "GERD",
111
+ "icd10-id": "K21",
112
+ "symptoms": {
113
+ "pyrosis": {},
114
+ "toux": {},
115
+ "ww_bouffe": {},
116
+ "douleurxx_endroitducorps": {},
117
+ "douleurxx": {},
118
+ "douleurxx_irrad": {},
119
+ "douleurxx_carac": {},
120
+ "douleurxx_soudain": {},
121
+ "douleurxx_intens": {},
122
+ "douleurxx_precis": {},
123
+ "ww_dd": {},
124
+ "vo_sg": {},
125
+ "melena": {}
126
+ },
127
+ "antecedents": {
128
+ "e66": {},
129
+ "preg1": {},
130
+ "j45": {},
131
+ "f10.129": {},
132
+ "f17.210": {},
133
+ "hernie_hiatale": {},
134
+ "trav1": {}
135
+ },
136
+ "severity": 3
137
+ },
138
+ "VIH (Primo-infection)": {
139
+ "condition_name": "VIH (Primo-infection)",
140
+ "cond-name-fr": "VIH (Primo-infection)",
141
+ "cond-name-eng": "HIV (initial infection)",
142
+ "icd10-id": "B20",
143
+ "symptoms": {
144
+ "fievre": {},
145
+ "fatig_ext": {},
146
+ "msk_dlr": {},
147
+ "perte_poids": {},
148
+ "douleurxx_endroitducorps": {},
149
+ "douleurxx": {},
150
+ "douleurxx_irrad": {},
151
+ "douleurxx_carac": {},
152
+ "douleurxx_soudain": {},
153
+ "douleurxx_intens": {},
154
+ "douleurxx_precis": {},
155
+ "gorge_dlr": {},
156
+ "adp_dlr": {},
157
+ "diarrhee": {},
158
+ "lesions_peau_endroitducorps": {},
159
+ "lesions_peau": {},
160
+ "lesions_peau_couleur": {},
161
+ "lesions_peau_intens": {},
162
+ "lesions_peau_elevee": {},
163
+ "lesions_peau_prurit": {},
164
+ "lesions_peau_plusqu1cm": {},
165
+ "lesions_peau_desquame": {},
166
+ "nausee": {},
167
+ "diaph": {}
168
+ },
169
+ "antecedents": {
170
+ "itss_risque": {},
171
+ "drogues_IV": {},
172
+ "atcd_its": {},
173
+ "sex_vih": {},
174
+ "trav1": {}
175
+ },
176
+ "severity": 3
177
+ },
178
+ "An\u00e9mie": {
179
+ "condition_name": "An\u00e9mie",
180
+ "cond-name-fr": "An\u00e9mie",
181
+ "cond-name-eng": "Anemia",
182
+ "icd10-id": "D64.9",
183
+ "symptoms": {
184
+ "etourdissement": {},
185
+ "fatig_mod": {},
186
+ "fatig_ext": {},
187
+ "dyspn": {},
188
+ "pale": {},
189
+ "faible": {},
190
+ "douleurxx_endroitducorps": {},
191
+ "douleurxx": {},
192
+ "douleurxx_irrad": {},
193
+ "douleurxx_carac": {},
194
+ "douleurxx_soudain": {},
195
+ "douleurxx_intens": {},
196
+ "douleurxx_precis": {},
197
+ "rectorragie": {},
198
+ "melena": {},
199
+ "m\u00e9norr": {}
200
+ },
201
+ "antecedents": {
202
+ "Mauv_aliment": {},
203
+ "atcd_anem": {},
204
+ "atcd_fam_anem": {},
205
+ "preg1": {},
206
+ "irc": {},
207
+ "v85.0": {},
208
+ "naco": {},
209
+ "trav1": {}
210
+ },
211
+ "severity": 4
212
+ },
213
+ "Pharyngite virale": {
214
+ "condition_name": "Pharyngite virale",
215
+ "cond-name-fr": "Pharyngite virale",
216
+ "cond-name-eng": "Viral pharyngitis",
217
+ "icd10-id": "J02.9",
218
+ "symptoms": {
219
+ "douleurxx_endroitducorps": {},
220
+ "douleurxx": {},
221
+ "douleurxx_irrad": {},
222
+ "douleurxx_carac": {},
223
+ "douleurxx_soudain": {},
224
+ "douleurxx_intens": {},
225
+ "douleurxx_precis": {},
226
+ "rhino_clair": {},
227
+ "fievre": {},
228
+ "toux": {},
229
+ "crach_sg": {}
230
+ },
231
+ "antecedents": {
232
+ "dayc": {},
233
+ "crowd": {},
234
+ "f17.210": {},
235
+ "contact": {},
236
+ "z92.25": {},
237
+ "trav1": {}
238
+ },
239
+ "severity": 4
240
+ },
241
+ "Hernie inguinale": {
242
+ "condition_name": "Hernie inguinale",
243
+ "cond-name-fr": "Hernie inguinale",
244
+ "cond-name-eng": "Inguinal hernia",
245
+ "icd10-id": "K40",
246
+ "symptoms": {
247
+ "douleurxx_endroitducorps": {},
248
+ "douleurxx": {},
249
+ "douleurxx_irrad": {},
250
+ "douleurxx_carac": {},
251
+ "douleurxx_soudain": {},
252
+ "douleurxx_intens": {},
253
+ "douleurxx_precis": {},
254
+ "lesions_peau_endroitducorps": {},
255
+ "lesions_peau": {},
256
+ "lesions_peau_couleur": {},
257
+ "lesions_peau_intens": {},
258
+ "lesions_peau_elevee": {},
259
+ "lesions_peau_prurit": {},
260
+ "lesions_peau_plusqu1cm": {},
261
+ "lesions_peau_desquame": {},
262
+ "ballon_abdo": {},
263
+ "toux_sev": {},
264
+ "ww_valsalva": {},
265
+ "obstipation": {}
266
+ },
267
+ "antecedents": {
268
+ "perinatality": {},
269
+ "e66": {},
270
+ "trav1": {}
271
+ },
272
+ "severity": 3
273
+ },
274
+ "Myasth\u00e9nie grave": {
275
+ "condition_name": "Myasth\u00e9nie grave",
276
+ "cond-name-fr": "Myasth\u00e9nie grave",
277
+ "cond-name-eng": "Myasthenia gravis",
278
+ "icd10-id": "G70.0",
279
+ "symptoms": {
280
+ "dysphagie": {},
281
+ "dysarthrie": {},
282
+ "diplopie": {},
283
+ "ptose": {},
284
+ "faiblesse_msmi": {},
285
+ "dyspn": {},
286
+ "fatigabilit\u00e9_msk": {},
287
+ "claud_m\u00e2choire": {},
288
+ "rds_paralys_gen": {}
289
+ },
290
+ "antecedents": {
291
+ "atcdfam_mg": {},
292
+ "trav1": {}
293
+ },
294
+ "severity": 3
295
+ },
296
+ "Coqueluche": {
297
+ "condition_name": "Coqueluche",
298
+ "cond-name-fr": "Coqueluche",
299
+ "cond-name-eng": "Whooping cough",
300
+ "icd10-id": "A37",
301
+ "symptoms": {
302
+ "posttus_emesis": {},
303
+ "toux_sev": {},
304
+ "insp_siffla": {}
305
+ },
306
+ "antecedents": {
307
+ "cont_coq": {},
308
+ "j45": {},
309
+ "e66": {},
310
+ "vaccination": {},
311
+ "trav1": {}
312
+ },
313
+ "severity": 4
314
+ },
315
+ "Anaphylaxie": {
316
+ "condition_name": "Anaphylaxie",
317
+ "cond-name-fr": "Anaphylaxie",
318
+ "cond-name-eng": "Anaphylaxis",
319
+ "icd10-id": "T78.0",
320
+ "symptoms": {
321
+ "contact_allergie": {},
322
+ "faible": {},
323
+ "pdc": {},
324
+ "dyspn": {},
325
+ "wheez": {},
326
+ "stridor": {},
327
+ "oedeme_endroitducorps": {},
328
+ "oedeme": {},
329
+ "diarrhee": {},
330
+ "douleurxx_endroitducorps": {},
331
+ "douleurxx": {},
332
+ "douleurxx_irrad": {},
333
+ "douleurxx_carac": {},
334
+ "douleurxx_soudain": {},
335
+ "douleurxx_intens": {},
336
+ "douleurxx_precis": {},
337
+ "nausee": {},
338
+ "lesions_peau_endroitducorps": {},
339
+ "lesions_peau": {},
340
+ "lesions_peau_couleur": {},
341
+ "lesions_peau_intens": {},
342
+ "lesions_peau_elevee": {},
343
+ "lesions_peau_prurit": {},
344
+ "lesions_peau_plusqu1cm": {},
345
+ "lesions_peau_desquame": {}
346
+ },
347
+ "antecedents": {
348
+ "z84.89": {},
349
+ "allergie_sev": {},
350
+ "trav1": {}
351
+ },
352
+ "severity": 1
353
+ },
354
+ "\u00c9piglottite": {
355
+ "condition_name": "\u00c9piglottite",
356
+ "cond-name-fr": "\u00c9piglottite",
357
+ "cond-name-eng": "Epiglottitis",
358
+ "icd10-id": "J05.1",
359
+ "symptoms": {
360
+ "douleurxx_endroitducorps": {},
361
+ "douleurxx": {},
362
+ "douleurxx_irrad": {},
363
+ "douleurxx_carac": {},
364
+ "douleurxx_soudain": {},
365
+ "douleurxx_intens": {},
366
+ "douleurxx_precis": {},
367
+ "fievre": {},
368
+ "sialorhee": {},
369
+ "bw_bending": {},
370
+ "dysphagie": {},
371
+ "volume_parole": {},
372
+ "dyspn": {},
373
+ "stridor": {}
374
+ },
375
+ "antecedents": {
376
+ "i10": {},
377
+ "e10_e11": {},
378
+ "vaccination": {},
379
+ "f10.129": {},
380
+ "drogues_stimul": {},
381
+ "trav1": {}
382
+ },
383
+ "severity": 2
384
+ },
385
+ "Syndrome de Guillain-Barr\u00e9": {
386
+ "condition_name": "Syndrome de Guillain-Barr\u00e9",
387
+ "cond-name-fr": "Syndrome de Guillain-Barr\u00e9",
388
+ "cond-name-eng": "Guillain-Barr\u00e9 syndrome",
389
+ "icd10-id": "G61.0",
390
+ "symptoms": {
391
+ "faiblesse_msmi": {},
392
+ "dyspn": {},
393
+ "faiblesse faciale": {},
394
+ "paresthesies_bilat": {},
395
+ "footnumb": {},
396
+ "paralysie_visage": {},
397
+ "rds_paralys_gen": {},
398
+ "rds_paresthesie_gen": {}
399
+ },
400
+ "antecedents": {
401
+ "B34.9": {},
402
+ "trav1": {}
403
+ },
404
+ "severity": 2
405
+ },
406
+ "Laryngite aigue": {
407
+ "condition_name": "Laryngite aigue",
408
+ "cond-name-fr": "Laryngite aigue",
409
+ "cond-name-eng": "Acute laryngitis",
410
+ "icd10-id": "J04.0",
411
+ "symptoms": {
412
+ "volume_parole": {},
413
+ "fievre": {},
414
+ "toux": {},
415
+ "douleurxx_endroitducorps": {},
416
+ "douleurxx": {},
417
+ "douleurxx_irrad": {},
418
+ "douleurxx_carac": {},
419
+ "douleurxx_soudain": {},
420
+ "douleurxx_intens": {},
421
+ "douleurxx_precis": {}
422
+ },
423
+ "antecedents": {
424
+ "j06.9": {},
425
+ "crowd": {},
426
+ "dayc": {},
427
+ "f17.210": {},
428
+ "trav1": {}
429
+ },
430
+ "severity": 4
431
+ },
432
+ "Laryngo-trach\u00e9o-bronchite (Croup)": {
433
+ "condition_name": "Laryngo-trach\u00e9o-bronchite (Croup)",
434
+ "cond-name-fr": "Laryngo-trach\u00e9o-bronchite (Croup)",
435
+ "cond-name-eng": "Croup",
436
+ "icd10-id": "J05.0",
437
+ "symptoms": {
438
+ "stridor": {},
439
+ "fievre": {},
440
+ "rhino_clair": {},
441
+ "toux_Aboy": {},
442
+ "dyspn": {},
443
+ "ww_nuit": {},
444
+ "sialorhee": {}
445
+ },
446
+ "antecedents": {
447
+ "J05.0": {},
448
+ "vaccination": {},
449
+ "trav1": {}
450
+ },
451
+ "severity": 2
452
+ },
453
+ "TSVP": {
454
+ "condition_name": "TSVP",
455
+ "cond-name-fr": "TSVP",
456
+ "cond-name-eng": "PSVT",
457
+ "icd10-id": "I47.1",
458
+ "symptoms": {
459
+ "palpit": {},
460
+ "etourdissement": {},
461
+ "dyspn": {},
462
+ "faible": {},
463
+ "anxiete_s": {},
464
+ "douleurxx_endroitducorps": {},
465
+ "douleurxx": {},
466
+ "douleurxx_irrad": {},
467
+ "douleurxx_carac": {},
468
+ "douleurxx_soudain": {},
469
+ "douleurxx_intens": {},
470
+ "douleurxx_precis": {}
471
+ },
472
+ "antecedents": {
473
+ "drogues_stimul": {},
474
+ "drink_energie": {},
475
+ "cafe": {},
476
+ "wakeup": {},
477
+ "trav1": {}
478
+ },
479
+ "severity": 2
480
+ },
481
+ "Fibrillation auriculaire/Flutter auriculaire": {
482
+ "condition_name": "Fibrillation auriculaire/Flutter auriculaire",
483
+ "cond-name-fr": "Fibrillation auriculaire/Flutter auriculaire",
484
+ "cond-name-eng": "Atrial fibrillation",
485
+ "icd10-id": "I48.91",
486
+ "symptoms": {
487
+ "palpit": {},
488
+ "dyspn": {},
489
+ "etourdissement": {},
490
+ "ww_effort": {},
491
+ "pls_irreg": {}
492
+ },
493
+ "antecedents": {
494
+ "malf_cardiaque": {},
495
+ "ap_hypert4": {},
496
+ "i10": {},
497
+ "i25.1": {},
498
+ "e10_e11": {},
499
+ "bode": {},
500
+ "e66": {},
501
+ "ap_valve": {},
502
+ "trav1": {}
503
+ },
504
+ "severity": 3
505
+ },
506
+ "Bronchiectasies": {
507
+ "condition_name": "Bronchiectasies",
508
+ "cond-name-fr": "Bronchiectasies",
509
+ "cond-name-eng": "Bronchiectasis",
510
+ "icd10-id": "J47",
511
+ "symptoms": {
512
+ "toux": {},
513
+ "expecto": {},
514
+ "crach_sg": {},
515
+ "dyspn": {}
516
+ },
517
+ "antecedents": {
518
+ "ap_asian": {},
519
+ "ap_fk": {},
520
+ "j17_j18": {},
521
+ "crohn_cu": {},
522
+ "ap_par": {},
523
+ "z92.25": {},
524
+ "j45": {},
525
+ "j44_j42": {},
526
+ "trav1": {}
527
+ },
528
+ "severity": 3
529
+ },
530
+ "Rhinite allergique": {
531
+ "condition_name": "Rhinite allergique",
532
+ "cond-name-fr": "Rhinite allergique",
533
+ "cond-name-eng": "Allergic sinusitis",
534
+ "icd10-id": "J30",
535
+ "symptoms": {
536
+ "toux": {},
537
+ "rhino_clair": {},
538
+ "prurit_occ": {},
539
+ "prurit_nasal": {}
540
+ },
541
+ "antecedents": {
542
+ "z84.89": {},
543
+ "urban1": {},
544
+ "fam_atopie": {},
545
+ "fam_j45": {},
546
+ "j45": {},
547
+ "trav1": {}
548
+ },
549
+ "severity": 4
550
+ },
551
+ "Chagas": {
552
+ "condition_name": "Chagas",
553
+ "cond-name-fr": "Chagas",
554
+ "cond-name-eng": "Chagas",
555
+ "icd10-id": "B57",
556
+ "symptoms": {
557
+ "fievre": {},
558
+ "rds_deg": {},
559
+ "rds_anorexie": {},
560
+ "nausee": {},
561
+ "diarrhee": {},
562
+ "adp_dlr": {},
563
+ "douleurxx_endroitducorps": {},
564
+ "douleurxx": {},
565
+ "douleurxx_irrad": {},
566
+ "douleurxx_carac": {},
567
+ "douleurxx_soudain": {},
568
+ "douleurxx_intens": {},
569
+ "douleurxx_precis": {},
570
+ "oedeme_endroitducorps": {},
571
+ "oedeme": {},
572
+ "dyspn": {}
573
+ },
574
+ "antecedents": {
575
+ "trav1": {}
576
+ },
577
+ "severity": 3
578
+ },
579
+ "Scombro\u00efde": {
580
+ "condition_name": "Scombro\u00efde",
581
+ "cond-name-fr": "Scombro\u00efde",
582
+ "cond-name-eng": "Scombroid food poisoning",
583
+ "icd10-id": "T61.1",
584
+ "symptoms": {
585
+ "faible": {},
586
+ "lesions_peau_endroitducorps": {},
587
+ "lesions_peau": {},
588
+ "lesions_peau_couleur": {},
589
+ "lesions_peau_intens": {},
590
+ "lesions_peau_elevee": {},
591
+ "lesions_peau_prurit": {},
592
+ "lesions_peau_plusqu1cm": {},
593
+ "lesions_peau_desquame": {},
594
+ "diarrhee": {},
595
+ "nausee": {},
596
+ "dyspn": {},
597
+ "flushing": {},
598
+ "wheez": {},
599
+ "palpit": {}
600
+ },
601
+ "antecedents": {
602
+ "scombroide": {},
603
+ "trav1": {}
604
+ },
605
+ "severity": 2
606
+ },
607
+ "Myocardite": {
608
+ "condition_name": "Myocardite",
609
+ "cond-name-fr": "Myocardite",
610
+ "cond-name-eng": "Myocarditis",
611
+ "icd10-id": "I51.4",
612
+ "symptoms": {
613
+ "rds_deg": {},
614
+ "palpit": {},
615
+ "dyspn": {},
616
+ "douleurxx_endroitducorps": {},
617
+ "douleurxx": {},
618
+ "douleurxx_irrad": {},
619
+ "douleurxx_carac": {},
620
+ "douleurxx_soudain": {},
621
+ "douleurxx_intens": {},
622
+ "douleurxx_precis": {},
623
+ "irritable": {},
624
+ "dysp_effort": {},
625
+ "ww_dd": {},
626
+ "ww_effort": {}
627
+ },
628
+ "antecedents": {
629
+ "B34.9": {},
630
+ "trav1": {}
631
+ },
632
+ "severity": 2
633
+ },
634
+ "Laryngospasme": {
635
+ "condition_name": "Laryngospasme",
636
+ "cond-name-fr": "Laryngospasme",
637
+ "cond-name-eng": "Larygospasm",
638
+ "icd10-id": "J38.5",
639
+ "symptoms": {
640
+ "stridor": {}
641
+ },
642
+ "antecedents": {
643
+ "j45": {},
644
+ "j06.9": {},
645
+ "f17.210": {},
646
+ "z77.22": {},
647
+ "k21": {},
648
+ "trav1": {}
649
+ },
650
+ "severity": 1
651
+ },
652
+ "R\u00e9action dystonique a\u00efgue": {
653
+ "condition_name": "R\u00e9action dystonique a\u00efgue",
654
+ "cond-name-fr": "R\u00e9action dystonique a\u00efgue",
655
+ "cond-name-eng": "Acute dystonic reactions",
656
+ "icd10-id": "G24.02",
657
+ "symptoms": {
658
+ "laryngospasme": {},
659
+ "spasmes_msk": {},
660
+ "trismus": {},
661
+ "spasme_trapeze": {},
662
+ "protu_langue": {},
663
+ "dyspn": {},
664
+ "ptose": {},
665
+ "regard_d\u00e9vi\u00e9": {}
666
+ },
667
+ "antecedents": {
668
+ "drogues_stimul": {},
669
+ "antipsy_r\u00e9cent": {},
670
+ "nau_psy_recent": {},
671
+ "trav1": {}
672
+ },
673
+ "severity": 2
674
+ },
675
+ "Oed\u00e8me localis\u00e9 ou g\u00e9n\u00e9ralis\u00e9 sans atteinte pulmonaire associ\u00e9e": {
676
+ "condition_name": "Oed\u00e8me localis\u00e9 ou g\u00e9n\u00e9ralis\u00e9 sans atteinte pulmonaire associ\u00e9e",
677
+ "cond-name-fr": "Oed\u00e8me localis\u00e9 ou g\u00e9n\u00e9ralis\u00e9 sans atteinte pulmonaire associ\u00e9e",
678
+ "cond-name-eng": "Localized edema",
679
+ "icd10-id": "R60.0",
680
+ "symptoms": {
681
+ "dyspn": {},
682
+ "oedeme_endroitducorps": {},
683
+ "oedeme": {},
684
+ "ww_dd": {},
685
+ "dyspn_noct": {},
686
+ "gain_poids": {},
687
+ "douleurxx_endroitducorps": {},
688
+ "douleurxx": {},
689
+ "douleurxx_irrad": {},
690
+ "douleurxx_carac": {},
691
+ "douleurxx_soudain": {},
692
+ "douleurxx_intens": {},
693
+ "douleurxx_precis": {}
694
+ },
695
+ "antecedents": {
696
+ "lymphoed\u00e8me": {},
697
+ "patho_endo": {},
698
+ "i80": {},
699
+ "norvasc": {},
700
+ "cortico": {},
701
+ "synd_nephro": {},
702
+ "k74": {},
703
+ "i50": {},
704
+ "ap_valve": {},
705
+ "sahs": {},
706
+ "ains": {},
707
+ "trav1": {}
708
+ },
709
+ "severity": 4
710
+ },
711
+ "Lupus \u00e9ryth\u00e9mateux diss\u00e9min\u00e9 (LED)": {
712
+ "condition_name": "Lupus \u00e9ryth\u00e9mateux diss\u00e9min\u00e9 (LED)",
713
+ "cond-name-fr": "Lupus \u00e9ryth\u00e9mateux diss\u00e9min\u00e9 (LED)",
714
+ "cond-name-eng": "SLE",
715
+ "icd10-id": "M34",
716
+ "symptoms": {
717
+ "douleurxx_endroitducorps": {},
718
+ "douleurxx": {},
719
+ "douleurxx_irrad": {},
720
+ "douleurxx_carac": {},
721
+ "douleurxx_soudain": {},
722
+ "douleurxx_intens": {},
723
+ "douleurxx_precis": {},
724
+ "lesions_peau_endroitducorps": {},
725
+ "lesions_peau": {},
726
+ "lesions_peau_couleur": {},
727
+ "lesions_peau_elevee": {},
728
+ "lesions_peau_prurit": {},
729
+ "lesions_peau_plusqu1cm": {},
730
+ "lesions_peau_desquame": {},
731
+ "dyspn": {},
732
+ "ulc\u00e8res_bouche": {},
733
+ "fatig_mod": {},
734
+ "oedeme": {}
735
+ },
736
+ "antecedents": {
737
+ "f17.210": {},
738
+ "menarche_hat": {},
739
+ "allait_prol": {},
740
+ "I30": {},
741
+ "hta": {},
742
+ "trav1": {}
743
+ },
744
+ "severity": 4
745
+ },
746
+ "Tuberculose": {
747
+ "condition_name": "Tuberculose",
748
+ "cond-name-fr": "Tuberculose",
749
+ "cond-name-eng": "Tuberculosis",
750
+ "icd10-id": "a15",
751
+ "symptoms": {
752
+ "toux": {},
753
+ "crach_sg": {},
754
+ "dyspn": {},
755
+ "fievre": {},
756
+ "perte_poids": {}
757
+ },
758
+ "antecedents": {
759
+ "f10.129": {},
760
+ "drogues_IV": {},
761
+ "HIV": {},
762
+ "cortico": {},
763
+ "e10_e11": {},
764
+ "v85.0": {},
765
+ "trav1": {}
766
+ },
767
+ "severity": 3
768
+ },
769
+ "Angine instable": {
770
+ "condition_name": "Angine instable",
771
+ "cond-name-fr": "Angine instable",
772
+ "cond-name-eng": "Unstable angina",
773
+ "icd10-id": "I20.0",
774
+ "symptoms": {
775
+ "ww_effort": {},
776
+ "angor_accelere": {},
777
+ "angor_repos": {},
778
+ "douleurxx_endroitducorps": {},
779
+ "douleurxx": {},
780
+ "douleurxx_irrad": {},
781
+ "douleurxx_carac": {},
782
+ "douleurxx_soudain": {},
783
+ "douleurxx_intens": {},
784
+ "douleurxx_precis": {},
785
+ "dyspn": {},
786
+ "fatig_mod": {},
787
+ "nausee": {},
788
+ "diaph": {}
789
+ },
790
+ "antecedents": {
791
+ "e10_e11": {},
792
+ "i10": {},
793
+ "f17.210": {},
794
+ "e66": {},
795
+ "e78.5": {},
796
+ "f10.129": {},
797
+ "move": {},
798
+ "z82.49": {},
799
+ "i25.1": {},
800
+ "trav1": {}
801
+ },
802
+ "severity": 2
803
+ },
804
+ "Angine stable": {
805
+ "condition_name": "Angine stable",
806
+ "cond-name-fr": "Angine stable",
807
+ "cond-name-eng": "Stable angina",
808
+ "icd10-id": "I20.9",
809
+ "symptoms": {
810
+ "ww_effort": {},
811
+ "douleurxx_endroitducorps": {},
812
+ "douleurxx": {},
813
+ "douleurxx_irrad": {},
814
+ "douleurxx_carac": {},
815
+ "douleurxx_soudain": {},
816
+ "douleurxx_intens": {},
817
+ "douleurxx_precis": {},
818
+ "dyspn": {},
819
+ "fatig_mod": {}
820
+ },
821
+ "antecedents": {
822
+ "i25.1": {},
823
+ "e10_e11": {},
824
+ "i10": {},
825
+ "f17.210": {},
826
+ "e66": {},
827
+ "e78.5": {},
828
+ "f10.129": {},
829
+ "move": {},
830
+ "z82.49": {},
831
+ "trav1": {}
832
+ },
833
+ "severity": 2
834
+ },
835
+ "Ebola": {
836
+ "condition_name": "Ebola",
837
+ "cond-name-fr": "Ebola",
838
+ "cond-name-eng": "Ebola",
839
+ "icd10-id": "a98.4",
840
+ "symptoms": {
841
+ "rds_sg": {},
842
+ "fievre": {},
843
+ "nausee": {},
844
+ "diarrhee": {},
845
+ "confusion": {},
846
+ "toux": {},
847
+ "msk_dlr": {},
848
+ "fatig_mod": {},
849
+ "dyspn": {},
850
+ "gorge_dlr": {}
851
+ },
852
+ "antecedents": {
853
+ "contact": {},
854
+ "trav1": {},
855
+ "ebolacase": {}
856
+ },
857
+ "severity": 1
858
+ },
859
+ "Otite moyenne aigue (OMA)": {
860
+ "condition_name": "Otite moyenne aigue (OMA)",
861
+ "cond-name-fr": "Otite moyenne aigue (OMA)",
862
+ "cond-name-eng": "Acute otitis media",
863
+ "icd10-id": "H66.90",
864
+ "symptoms": {
865
+ "douleurxx_endroitducorps": {},
866
+ "douleurxx": {},
867
+ "douleurxx_irrad": {},
868
+ "douleurxx_carac": {},
869
+ "douleurxx_soudain": {},
870
+ "douleurxx_intens": {},
871
+ "douleurxx_precis": {},
872
+ "fievre": {},
873
+ "rhino_clair": {},
874
+ "toux": {},
875
+ "irritable": {}
876
+ },
877
+ "antecedents": {
878
+ "H6690": {},
879
+ "vaccination": {},
880
+ "trav1": {}
881
+ },
882
+ "severity": 4
883
+ },
884
+ "Attaque de panique": {
885
+ "condition_name": "Attaque de panique",
886
+ "cond-name-fr": "Attaque de panique",
887
+ "cond-name-eng": "Panic attack",
888
+ "icd10-id": "f41",
889
+ "symptoms": {
890
+ "palpit": {},
891
+ "etouff": {},
892
+ "douleurxx_endroitducorps": {},
893
+ "douleurxx": {},
894
+ "anxiete_s": {},
895
+ "rds_paresthesie_gen": {},
896
+ "diaph": {},
897
+ "dyspn": {},
898
+ "douleurxx_irrad": {},
899
+ "douleurxx_carac": {},
900
+ "douleurxx_soudain": {},
901
+ "douleurxx_intens": {},
902
+ "douleurxx_precis": {},
903
+ "nausee": {},
904
+ "faible": {},
905
+ "psy_depers": {},
906
+ "paresthesies_bilat": {},
907
+ "impression_mort": {}
908
+ },
909
+ "antecedents": {
910
+ "f41.9": {},
911
+ "f32": {},
912
+ "f10.129": {},
913
+ "atcdpsyfam": {},
914
+ "s09.90": {},
915
+ "j45": {},
916
+ "histfammigraine": {},
917
+ "m79.7": {},
918
+ "trav1": {}
919
+ },
920
+ "severity": 5
921
+ },
922
+ "Asthme exacerb\u00e9 ou bronchospasme": {
923
+ "condition_name": "Asthme exacerb\u00e9 ou bronchospasme",
924
+ "cond-name-fr": "Asthme exacerb\u00e9 ou bronchospasme",
925
+ "cond-name-eng": "Bronchospasm / acute asthma exacerbation",
926
+ "icd10-id": "J45",
927
+ "symptoms": {
928
+ "toux": {},
929
+ "dyspn": {},
930
+ "wheez": {}
931
+ },
932
+ "antecedents": {
933
+ "j06.9": {},
934
+ "urban1": {},
935
+ "fam_j45": {},
936
+ "z77.22": {},
937
+ "j45": {},
938
+ "hosptisasm": {},
939
+ "criseasthm": {},
940
+ "z84.89": {},
941
+ "j32": {},
942
+ "trav1": {}
943
+ },
944
+ "severity": 3
945
+ },
946
+ "Bronchite": {
947
+ "condition_name": "Bronchite",
948
+ "cond-name-fr": "Bronchite",
949
+ "cond-name-eng": "Bronchitis",
950
+ "icd10-id": "j40",
951
+ "symptoms": {
952
+ "ww_nuit": {},
953
+ "toux": {},
954
+ "gorge_dlr": {},
955
+ "rhino_clair": {},
956
+ "expecto": {},
957
+ "douleurxx_endroitducorps": {},
958
+ "douleurxx": {},
959
+ "douleurxx_irrad": {},
960
+ "douleurxx_carac": {},
961
+ "douleurxx_soudain": {},
962
+ "douleurxx_intens": {},
963
+ "douleurxx_precis": {},
964
+ "wheez": {},
965
+ "fievre": {},
966
+ "dyspn": {}
967
+ },
968
+ "antecedents": {
969
+ "vaccination": {},
970
+ "f17.210": {},
971
+ "j44_j42": {},
972
+ "trav1": {}
973
+ },
974
+ "severity": 4
975
+ },
976
+ "Exacerbation aigue de MPOC et/ou surinfection associ\u00e9e": {
977
+ "condition_name": "Exacerbation aigue de MPOC et/ou surinfection associ\u00e9e",
978
+ "cond-name-fr": "Exacerbation aigue de MPOC et/ou surinfection associ\u00e9e",
979
+ "cond-name-eng": "Acute COPD exacerbation / infection",
980
+ "icd10-id": "j44.1",
981
+ "symptoms": {
982
+ "toux": {},
983
+ "wheez": {},
984
+ "expecto": {},
985
+ "dyspn": {}
986
+ },
987
+ "antecedents": {
988
+ "k21": {},
989
+ "f17.210": {},
990
+ "j44_j42": {},
991
+ "eampoc1": {},
992
+ "tagri": {},
993
+ "tmine": {},
994
+ "tconst": {},
995
+ "bode": {},
996
+ "trav1": {}
997
+ },
998
+ "severity": 3
999
+ },
1000
+ "Embolie pulmonaire": {
1001
+ "condition_name": "Embolie pulmonaire",
1002
+ "cond-name-fr": "Embolie pulmonaire",
1003
+ "cond-name-eng": "Pulmonary embolism",
1004
+ "icd10-id": "i26",
1005
+ "symptoms": {
1006
+ "douleurxx_endroitducorps": {},
1007
+ "douleurxx": {},
1008
+ "douleurxx_irrad": {},
1009
+ "douleurxx_carac": {},
1010
+ "douleurxx_soudain": {},
1011
+ "douleurxx_intens": {},
1012
+ "douleurxx_precis": {},
1013
+ "oedeme_endroitducorps": {},
1014
+ "oedeme": {},
1015
+ "pdc": {},
1016
+ "crach_sg": {},
1017
+ "ww_respi": {},
1018
+ "dyspn": {}
1019
+ },
1020
+ "antecedents": {
1021
+ "c00-d48": {},
1022
+ "i80": {},
1023
+ "surg1": {},
1024
+ "immob1": {},
1025
+ "trav1": {},
1026
+ "horm1": {}
1027
+ },
1028
+ "severity": 2
1029
+ },
1030
+ "IVRS ou vir\u00e9mie": {
1031
+ "condition_name": "IVRS ou vir\u00e9mie",
1032
+ "cond-name-fr": "IVRS ou vir\u00e9mie",
1033
+ "cond-name-eng": "URTI",
1034
+ "icd10-id": "j06.9",
1035
+ "symptoms": {
1036
+ "douleurxx_endroitducorps": {},
1037
+ "douleurxx": {},
1038
+ "douleurxx_irrad": {},
1039
+ "douleurxx_carac": {},
1040
+ "douleurxx_soudain": {},
1041
+ "douleurxx_intens": {},
1042
+ "douleurxx_precis": {},
1043
+ "toux": {},
1044
+ "diaph": {},
1045
+ "rhino_clair": {},
1046
+ "gorge_dlr": {},
1047
+ "msk_dlr": {},
1048
+ "fievre": {},
1049
+ "expecto": {}
1050
+ },
1051
+ "antecedents": {
1052
+ "crowd": {},
1053
+ "z77.22": {},
1054
+ "dayc": {},
1055
+ "contact": {},
1056
+ "f17.210": {},
1057
+ "trav1": {}
1058
+ },
1059
+ "severity": 5
1060
+ },
1061
+ "Possible influenza ou syndrome vir\u00e9mique typique": {
1062
+ "condition_name": "Possible influenza ou syndrome vir\u00e9mique typique",
1063
+ "cond-name-fr": "Possible influenza ou syndrome vir\u00e9mique typique",
1064
+ "cond-name-eng": "Influenza",
1065
+ "icd10-id": "j11.1",
1066
+ "symptoms": {
1067
+ "lesions_peau_endroitducorps": {},
1068
+ "lesions_peau": {},
1069
+ "lesions_peau_couleur": {},
1070
+ "lesions_peau_intens": {},
1071
+ "lesions_peau_elevee": {},
1072
+ "lesions_peau_prurit": {},
1073
+ "lesions_peau_plusqu1cm": {},
1074
+ "lesions_peau_desquame": {},
1075
+ "perte_appet": {},
1076
+ "friss": {},
1077
+ "fievre": {},
1078
+ "diaph": {},
1079
+ "toux": {},
1080
+ "fatig_ext": {},
1081
+ "rhino_clair": {},
1082
+ "gorge_dlr": {},
1083
+ "msk_dlr": {},
1084
+ "douleurxx_endroitducorps": {},
1085
+ "douleurxx": {},
1086
+ "douleurxx_irrad": {},
1087
+ "douleurxx_carac": {},
1088
+ "douleurxx_soudain": {},
1089
+ "douleurxx_intens": {},
1090
+ "douleurxx_precis": {}
1091
+ },
1092
+ "antecedents": {
1093
+ "f17.210": {},
1094
+ "z92.25": {},
1095
+ "trav1": {}
1096
+ },
1097
+ "severity": 3
1098
+ },
1099
+ "Pneumonie": {
1100
+ "condition_name": "Pneumonie",
1101
+ "cond-name-fr": "Pneumonie",
1102
+ "cond-name-eng": "Pneumonia",
1103
+ "icd10-id": "j17, j18",
1104
+ "symptoms": {
1105
+ "ww_respi": {},
1106
+ "douleurxx_endroitducorps": {},
1107
+ "douleurxx": {},
1108
+ "douleurxx_irrad": {},
1109
+ "douleurxx_carac": {},
1110
+ "douleurxx_soudain": {},
1111
+ "douleurxx_intens": {},
1112
+ "douleurxx_precis": {},
1113
+ "crach_sg": {},
1114
+ "lesions_peau_endroitducorps": {},
1115
+ "lesions_peau": {},
1116
+ "lesions_peau_couleur": {},
1117
+ "lesions_peau_intens": {},
1118
+ "lesions_peau_elevee": {},
1119
+ "lesions_peau_prurit": {},
1120
+ "lesions_peau_plusqu1cm": {},
1121
+ "lesions_peau_desquame": {},
1122
+ "rds_deg": {},
1123
+ "perte_appet": {},
1124
+ "ww_nuit": {},
1125
+ "fievre": {},
1126
+ "expecto": {},
1127
+ "toux": {},
1128
+ "dyspn": {},
1129
+ "friss": {},
1130
+ "msk_dlr": {},
1131
+ "rhino_clair": {}
1132
+ },
1133
+ "antecedents": {
1134
+ "vaccination": {},
1135
+ "surg1": {},
1136
+ "j44_j42": {},
1137
+ "j45": {},
1138
+ "i50": {},
1139
+ "i60-i69": {},
1140
+ "g20": {},
1141
+ "f17.210": {},
1142
+ "f10.129": {},
1143
+ "v85.0": {},
1144
+ "j17_j18": {},
1145
+ "trav1": {}
1146
+ },
1147
+ "severity": 3
1148
+ },
1149
+ "Rhinosinusite aigue": {
1150
+ "condition_name": "Rhinosinusite aigue",
1151
+ "cond-name-fr": "Rhinosinusite aigue",
1152
+ "cond-name-eng": "Acute rhinosinusitis",
1153
+ "icd10-id": "j01",
1154
+ "symptoms": {
1155
+ "douleurxx_endroitducorps": {},
1156
+ "douleurxx": {},
1157
+ "douleurxx_irrad": {},
1158
+ "douleurxx_carac": {},
1159
+ "douleurxx_soudain": {},
1160
+ "douleurxx_intens": {},
1161
+ "douleurxx_precis": {},
1162
+ "rhino_pur": {},
1163
+ "toux": {},
1164
+ "hyponos": {},
1165
+ "fievre": {},
1166
+ "rhino_clair": {}
1167
+ },
1168
+ "antecedents": {
1169
+ "vaccination": {},
1170
+ "j34.2": {},
1171
+ "f17.210": {},
1172
+ "k21": {},
1173
+ "j17_j18": {},
1174
+ "z84.89": {},
1175
+ "j45": {},
1176
+ "j33": {},
1177
+ "j06.9": {},
1178
+ "trav1": {}
1179
+ },
1180
+ "severity": 4
1181
+ },
1182
+ "Rhinosinusite chronique": {
1183
+ "condition_name": "Rhinosinusite chronique",
1184
+ "cond-name-fr": "Rhinosinusite chronique",
1185
+ "cond-name-eng": "Chronic rhinosinusitis",
1186
+ "icd10-id": "j32",
1187
+ "symptoms": {
1188
+ "douleurxx_endroitducorps": {},
1189
+ "douleurxx": {},
1190
+ "douleurxx_irrad": {},
1191
+ "douleurxx_carac": {},
1192
+ "douleurxx_soudain": {},
1193
+ "douleurxx_intens": {},
1194
+ "douleurxx_precis": {},
1195
+ "rhino_pur": {},
1196
+ "toux": {},
1197
+ "hyponos": {},
1198
+ "rhino_clair": {}
1199
+ },
1200
+ "antecedents": {
1201
+ "j06.9": {},
1202
+ "j34.2": {},
1203
+ "f17.210": {},
1204
+ "k21": {},
1205
+ "j17_j18": {},
1206
+ "z84.89": {},
1207
+ "j45": {},
1208
+ "j33": {},
1209
+ "trav1": {}
1210
+ },
1211
+ "severity": 5
1212
+ },
1213
+ "Bronchiolite": {
1214
+ "condition_name": "Bronchiolite",
1215
+ "cond-name-fr": "Bronchiolite",
1216
+ "cond-name-eng": "Bronchiolitis",
1217
+ "icd10-id": "j21",
1218
+ "symptoms": {
1219
+ "toux": {},
1220
+ "dyspn": {},
1221
+ "boire_ped": {},
1222
+ "rhino_clair": {},
1223
+ "fievre": {},
1224
+ "wheez": {},
1225
+ "apnee": {}
1226
+ },
1227
+ "antecedents": {
1228
+ "vaccination": {},
1229
+ "momasthma": {},
1230
+ "crowd": {},
1231
+ "suburb": {},
1232
+ "rural": {},
1233
+ "trav1": {}
1234
+ },
1235
+ "severity": 3
1236
+ },
1237
+ "n\u00e9oplasie pulmonaire": {
1238
+ "condition_name": "n\u00e9oplasie pulmonaire",
1239
+ "cond-name-fr": "n\u00e9oplasie pulmonaire",
1240
+ "cond-name-eng": "Pulmonary neoplasm",
1241
+ "icd10-id": "c34",
1242
+ "symptoms": {
1243
+ "douleurxx_endroitducorps": {},
1244
+ "douleurxx": {},
1245
+ "crach_sg": {},
1246
+ "perte_poids": {},
1247
+ "perte_appet": {},
1248
+ "dyspn": {},
1249
+ "douleurxx_irrad": {},
1250
+ "douleurxx_carac": {},
1251
+ "douleurxx_soudain": {},
1252
+ "douleurxx_intens": {},
1253
+ "douleurxx_precis": {},
1254
+ "fatig_mod": {},
1255
+ "toux": {}
1256
+ },
1257
+ "antecedents": {
1258
+ "smokingpast": {},
1259
+ "f17.210": {},
1260
+ "z80.1": {},
1261
+ "z77.22": {},
1262
+ "trav1": {}
1263
+ },
1264
+ "severity": 3
1265
+ },
1266
+ "Possible NSTEMI / STEMI": {
1267
+ "condition_name": "Possible NSTEMI / STEMI",
1268
+ "cond-name-fr": "Possible NSTEMI / STEMI",
1269
+ "cond-name-eng": "Possible NSTEMI / STEMI",
1270
+ "icd10-id": "I21",
1271
+ "symptoms": {
1272
+ "perte_appet": {},
1273
+ "douleurxx_endroitducorps": {},
1274
+ "douleurxx": {},
1275
+ "douleurxx_irrad": {},
1276
+ "douleurxx_carac": {},
1277
+ "douleurxx_soudain": {},
1278
+ "douleurxx_intens": {},
1279
+ "douleurxx_precis": {},
1280
+ "dyspn": {},
1281
+ "fatig_mod": {},
1282
+ "nausee": {},
1283
+ "diaph": {}
1284
+ },
1285
+ "antecedents": {
1286
+ "i25.1": {},
1287
+ "i73.9": {},
1288
+ "smokingpast": {},
1289
+ "f17.210": {},
1290
+ "i10": {},
1291
+ "e10_e11": {},
1292
+ "e78.5": {},
1293
+ "HIV": {},
1294
+ "e66": {},
1295
+ "z82.49": {},
1296
+ "trav1": {}
1297
+ },
1298
+ "severity": 1
1299
+ },
1300
+ "Sarco\u00efdose": {
1301
+ "condition_name": "Sarco\u00efdose",
1302
+ "cond-name-fr": "Sarco\u00efdose",
1303
+ "cond-name-eng": "Sarcoidosis",
1304
+ "icd10-id": "d86",
1305
+ "symptoms": {
1306
+ "lesions_peau_endroitducorps": {},
1307
+ "lesions_peau": {},
1308
+ "lesions_peau_couleur": {},
1309
+ "lesions_peau_intens": {},
1310
+ "lesions_peau_elevee": {},
1311
+ "lesions_peau_prurit": {},
1312
+ "lesions_peau_plusqu1cm": {},
1313
+ "lesions_peau_desquame": {},
1314
+ "erytheme_occ": {},
1315
+ "douleurxx_endroitducorps": {},
1316
+ "douleurxx": {},
1317
+ "douleurxx_irrad": {},
1318
+ "douleurxx_carac": {},
1319
+ "douleurxx_soudain": {},
1320
+ "douleurxx_intens": {},
1321
+ "douleurxx_precis": {},
1322
+ "convulsion": {},
1323
+ "adp_dlr": {},
1324
+ "dyspn": {},
1325
+ "pertes_vag": {}
1326
+ },
1327
+ "antecedents": {
1328
+ "e66": {},
1329
+ "tagri": {},
1330
+ "trav1": {}
1331
+ },
1332
+ "severity": 4
1333
+ },
1334
+ "N\u00e9oplasie du pancr\u00e9as": {
1335
+ "condition_name": "N\u00e9oplasie du pancr\u00e9as",
1336
+ "cond-name-fr": "N\u00e9oplasie du pancr\u00e9as",
1337
+ "cond-name-eng": "Pancreatic neoplasm",
1338
+ "icd10-id": "c25",
1339
+ "symptoms": {
1340
+ "douleurxx_endroitducorps": {},
1341
+ "douleurxx": {},
1342
+ "douleurxx_irrad": {},
1343
+ "douleurxx_carac": {},
1344
+ "douleurxx_soudain": {},
1345
+ "douleurxx_intens": {},
1346
+ "douleurxx_precis": {},
1347
+ "lesions_peau_endroitducorps": {},
1348
+ "lesions_peau": {},
1349
+ "lesions_peau_couleur": {},
1350
+ "lesions_peau_intens": {},
1351
+ "lesions_peau_elevee": {},
1352
+ "lesions_peau_prurit": {},
1353
+ "lesions_peau_plusqu1cm": {},
1354
+ "lesions_peau_desquame": {},
1355
+ "diarrhee": {},
1356
+ "fatig_mod": {},
1357
+ "toux": {},
1358
+ "selles_pale": {},
1359
+ "nausee": {},
1360
+ "perte_poids": {}
1361
+ },
1362
+ "antecedents": {
1363
+ "e10_e11": {},
1364
+ "f17.210": {},
1365
+ "e66": {},
1366
+ "z80.0": {},
1367
+ "K86.1": {},
1368
+ "trav1": {}
1369
+ },
1370
+ "severity": 3
1371
+ },
1372
+ "OAP/Surcharge pulmonaire": {
1373
+ "condition_name": "OAP/Surcharge pulmonaire",
1374
+ "cond-name-fr": "OAP/Surcharge pulmonaire",
1375
+ "cond-name-eng": "Acute pulmonary edema",
1376
+ "icd10-id": "J81.0",
1377
+ "symptoms": {
1378
+ "ww_effort": {},
1379
+ "douleurxx_endroitducorps": {},
1380
+ "douleurxx": {},
1381
+ "douleurxx_irrad": {},
1382
+ "douleurxx_carac": {},
1383
+ "douleurxx_soudain": {},
1384
+ "douleurxx_intens": {},
1385
+ "douleurxx_precis": {},
1386
+ "oedeme_endroitducorps": {},
1387
+ "oedeme": {},
1388
+ "rds_deg": {},
1389
+ "diaph": {},
1390
+ "dyspn": {},
1391
+ "dyspn_noct": {},
1392
+ "ww_dd": {}
1393
+ },
1394
+ "antecedents": {
1395
+ "i25.1": {},
1396
+ "i50": {},
1397
+ "J81": {},
1398
+ "i10": {},
1399
+ "Z99.2": {},
1400
+ "trav1": {}
1401
+ },
1402
+ "severity": 1
1403
+ },
1404
+ "P\u00e9ricardite": {
1405
+ "condition_name": "P\u00e9ricardite",
1406
+ "cond-name-fr": "P\u00e9ricardite",
1407
+ "cond-name-eng": "Pericarditis",
1408
+ "icd10-id": "I30",
1409
+ "symptoms": {
1410
+ "ww_respi": {},
1411
+ "ww_dd": {},
1412
+ "douleurxx_endroitducorps": {},
1413
+ "douleurxx": {},
1414
+ "douleurxx_irrad": {},
1415
+ "douleurxx_carac": {},
1416
+ "douleurxx_soudain": {},
1417
+ "douleurxx_intens": {},
1418
+ "douleurxx_precis": {},
1419
+ "dyspn": {},
1420
+ "palpit": {}
1421
+ },
1422
+ "antecedents": {
1423
+ "B34.9": {},
1424
+ "I30": {},
1425
+ "trav1": {}
1426
+ },
1427
+ "severity": 4
1428
+ }
1429
+ }
release_evidences.json ADDED
The diff for this file is too large to render. See raw diff
 
release_test_patients/release_test_patients.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c44c346ed6af1e097c36957b1145aaae8ba3f8f7e94a221f511b76d676a111ef
3
+ size 125893803
release_train_patients/release_train_patients.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb2376feefa2d703123c4b29ce80f9ebab12211d0422490d1015c85ae4388f9
3
+ size 948540606
release_validate_patients/release_validate_patients.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:000e632bc5216b3cbd98d89d3976de1342906a887029f4049db4bbac8907b3bd
3
+ size 124337488