Skip to content

Commit

Permalink
Merge pull request #144 from Public-Health-Bioinformatics/CanCoGen-vo…
Browse files Browse the repository at this point in the history
…cabulary-fix

Purpose of sampling hierarchy tweak
  • Loading branch information
ddooley authored Feb 18, 2021
2 parents 1ef3682 + 33b8740 commit 483acf9
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 289 deletions.
2 changes: 1 addition & 1 deletion script/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* main.html?template=test_template
*
*/
const VERSION = '0.13.14';
const VERSION = '0.13.15';
const TEMPLATES = {
'CanCOGeN Covid-19': {'folder': 'canada_covid19', 'status': 'published'},
'PHAC Dexa (ALPHA)': {'folder': 'phac_dexa', 'status': 'draft'},
Expand Down
34 changes: 17 additions & 17 deletions template/canada_covid19/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,9 +968,7 @@ var DATA = [
"vocabulary": {
"Cluster/Outbreak investigation": {},
"Diagnostic testing": {},
"Research": {
"Viral passage experiment": {}
},
"Research": {},
"Surveillance": {}
}
},
Expand Down Expand Up @@ -1096,7 +1094,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "anatomical_material"
"field": "isolation_source|anatomical_material"
}
]
},
Expand Down Expand Up @@ -1145,7 +1143,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "anatomical_part"
"field": "isolation_source|anatomical_part"
}
]
},
Expand Down Expand Up @@ -1214,7 +1212,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "body_product"
"field": "isolation_source|body_product"
}
]
},
Expand Down Expand Up @@ -1262,7 +1260,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "environmental_material"
"field": "isolation_source|environmental_material"
}
]
},
Expand All @@ -1287,6 +1285,7 @@ var DATA = [
"N95 mask": {},
"Nurse call button": {},
"Paper": {},
"Particulate matter": {},
"Plastic": {},
"PPE gown": {},
"Sewage": {},
Expand Down Expand Up @@ -1332,7 +1331,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "environmental_site"
"field": "isolation_source|environmental_site"
}
]
},
Expand Down Expand Up @@ -1392,7 +1391,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "collection_device"
"field": "isolation_source|collection_device"
}
]
},
Expand Down Expand Up @@ -1448,7 +1447,7 @@ var DATA = [
],
"BIOSAMPLE": [
{
"field": "collection_method"
"field": "isolation_source|collection_method"
}
]
},
Expand Down Expand Up @@ -2283,8 +2282,9 @@ var DATA = [
"Hemoptysis (coughing up blood)": {},
"Hypocapnia": {},
"Hypotension (low blood pressure)": {},
"Hypoxemia (low blood oxygen)": {},
"Silent hypoxemia": {},
"Hypoxemia (low blood oxygen)": {
"Silent hypoxemia": {}
},
"Internal hemorrhage (internal bleeding)": {},
"Loss of Fine Movements": {},
"Low appetite": {},
Expand Down Expand Up @@ -2873,7 +2873,7 @@ var DATA = [
"Potluck": {},
"Wedding": {}
},
"Other": {}
"Other exposure event": {}
}
},
{
Expand Down Expand Up @@ -2947,7 +2947,7 @@ var DATA = [
"Laboratory Worker": {},
"Rotational Worker": {},
"Seasonal Worker": {},
"Vet": {}
"Veterinarian": {}
},
"Social role": {
"Acquaintance of case": {},
Expand All @@ -2959,7 +2959,7 @@ var DATA = [
},
"Spouse of case": {}
},
"Other": {}
"Other Host Role": {}
}
},
{
Expand Down Expand Up @@ -3034,7 +3034,7 @@ var DATA = [
"Homeless Shelter": {},
"Hotel": {}
},
"Vet": {}
"Veterinary Care Clinic": {}
},
"Travel Exposure": {
"Travelled": {},
Expand All @@ -3044,7 +3044,7 @@ var DATA = [
"Travelled outside Province/Territory": {},
"Travelled outside Canada": {}
},
"Other": {}
"Other Exposure Setting": {}
}
},
{
Expand Down
Loading

0 comments on commit 483acf9

Please sign in to comment.