Skip to content

Commit

Permalink
Updated "WHO Priority Diseases" filter
Browse files Browse the repository at this point in the history
TODO: include missing diseases:
- Chikungunya
- Plague
- Rift Valley Fever
- Marburg
- Buruli Ulcer
- Noma
- Adverse events following immunization (AEFI)
- Trypanosomiasis
  • Loading branch information
mwithi committed Oct 27, 2020
1 parent a9818bf commit ae90b66
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
Binary file not shown.
28 changes: 27 additions & 1 deletion templates/main_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,33 @@

<script type="text/javascript">

var who_diseases_list = [461,112,115,1024,156,489,871,952,361,156,366,999,887,123];
/*
* WHO Priority Diseases
*
* Missing codes for:
* - Chikungunya
* - Plague
* - Rift Valley Fever
* - Marburg
* - Buruli Ulcer
* - Noma
* - Adverse events following immunization (AEFI)
* - Trypanosomiasis
*
* Arbitrary Excluded (there are multiple definitions):
* - All type of Diabetes
* - All type of HIV/AIDS (new cases)
* - All type of Hypertension
* - All type of Injuries
* - All type of Malaria
* - All type of Malnutrition
* - All type of Maternal Deaths
* - All type of Mental health
* - All type of Pneumonia
* - All type of Trachoma
* - All type of Tuberculosis
*/
var who_diseases_list = [55,1,120,8,138,139,140,64,634,635,636,637,110,111,112,122,125,205,229,56,57,58,59,207,208,61,206,113,114,115,116,117,118,228,137,1848,146,147,148,119];
var main_filter_total_known = 0;
var main_filter_total_unknown = 0;
var first_known_badge;
Expand Down

0 comments on commit ae90b66

Please sign in to comment.