Skip to content

Commit

Permalink
Update en.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderthieme committed May 20, 2022
1 parent 2197bfd commit 2d82e1e
Showing 1 changed file with 58 additions and 55 deletions.
113 changes: 58 additions & 55 deletions deploy/stanford/questionnaire/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"en"
],
"author": "Alexander Thieme",
"creationDate": "2022-05-18"
"creationDate": "2022-05-19"
},
"questions": [
{
Expand Down Expand Up @@ -2962,6 +2962,9 @@
{
"var": "q_immunosuppressants.option.immunosuppressiva"
},
{
"var": "q_risk_factors.option.hiv"
},
{
"var": "q_risk_factors.option.lung"
},
Expand Down Expand Up @@ -21740,6 +21743,60 @@
"description": "Test Recommendation",
"id": "rc_test"
},
{
"results": [
{
"expression": {
"and": [
{
"var": "v_cdc_has_high_risk"
},
{
"var": "has_infection"
},
{
"or": [
{
"var": "has_no_symptoms"
},
{
"and": [
{
"var": "has_symptoms"
},
{
"<=": [
{
"-": [
{
"var": "now"
},
{
"var": "q_symptoms_date"
}
]
},
{
"*": [
86400,
7
]
}
]
}
]
}
]
}
]
},
"id": "antiviral",
"text": "<center><h3>%(v_red)s Antiviral Therapy<br></h3></center>\nSome users with your responses may benefit from an approved antiviral treatment for COVID-19 due to a higher risk of developing severe illness.\n<br><br>A call center is available at: <a href=\\\"+18002320233\\\">1-800-232-0233</a> to get help (in English and more than 150 languages) from 8:00 am to midnight ET, 7 days a week.<br>\nThe Disability Information and Access Line (DIAL) is also available to specifically help people with disabilities access services. To get help, call <a href=\\\"+18886771199\\\">1-888-677-1199</a>, Monday-Friday from 9:00 am to 8:00 pm ET or email <a href=\"mailto:[email protected]\">[email protected]</a>.<br><br>\n\nTo help find participating treatment sites closest to you, please <a href=\"\\https://covid-19-test-to-treat-locator-dhhs.hub.arcgis.com/\\\">click here</a>."
}
],
"description": "Suggestion for Antiviral Therapy",
"id": "rc_antiviral"
},
{
"results": [
{
Expand Down Expand Up @@ -21968,60 +22025,6 @@
"description": "Recommendations to prevent spread of virus",
"id": "rc_dissemination"
},
{
"results": [
{
"expression": {
"and": [
{
"var": "v_cdc_has_high_risk"
},
{
"var": "has_infection"
},
{
"or": [
{
"var": "has_no_symptoms"
},
{
"and": [
{
"var": "has_symptoms"
},
{
"<=": [
{
"-": [
{
"var": "now"
},
{
"var": "q_symptoms_date"
}
]
},
{
"*": [
86400,
7
]
}
]
}
]
}
]
}
]
},
"id": "antiviral",
"text": "<center><h3>%(v_red)s Antiviral Therapy<br></h3></center>\nSome users with your responses may benefit from an approved antiviral treatment for COVID-19 due to a higher risk of developing severe illness.\n<br><br>A call center is available at: <a href=\\\"+18002320233\\\">1-800-232-0233</a> to get help (in English and more than 150 languages) from 8:00 am to midnight ET, 7 days a week.<br>\nThe Disability Information and Access Line (DIAL) is also available to specifically help people with disabilities access services. To get help, call <a href=\\\"+18886771199\\\">1-888-677-1199</a>, Monday-Friday from 9:00 am to 8:00 pm ET or email <a href=\"mailto:[email protected]\">[email protected]</a>.<br><br>\n\nTo help find participating treatment sites closest to you, please <a href=\"\\https://covid-19-test-to-treat-locator-dhhs.hub.arcgis.com/\\\">click here</a>."
}
],
"description": "Suggestion for Antiviral Therapy",
"id": "rc_antiviral"
},
{
"results": [
{
Expand Down

0 comments on commit 2d82e1e

Please sign in to comment.