Skip to content

Commit

Permalink
Add suicidal support pop-up to PHQ-9
Browse files Browse the repository at this point in the history
  • Loading branch information
ibevers committed Jan 7, 2025
1 parent 8a8be7f commit 7934f07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generic/PHQ-9/PHQ9_schema
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@
"isVis": true,
"variableName": "phq9_9"
},
{
"valueRequired": true,
"isAbout": "../../mood/q_mood_dsm5_adult/items/suicidal_support_popup",
"isVis": "phq9_1 > 0",
"variableName": "suicidal_support_popup"

},
{
"isAbout": "reproschema_library_activities:PHQ-9/items/phq9_10",
"isVis": "phq9_1 > 0 || phq9_2 > 0 || phq9_3 > 0 || phq9_4 > 0 || phq9_5 > 0 || phq9_6 > 0 || phq9_7 > 0 || phq9_8 > 0 || phq9_9 > 0",
Expand All @@ -93,6 +100,7 @@
"reproschema_library_activities:PHQ-9/items/phq9_7",
"reproschema_library_activities:PHQ-9/items/phq9_8",
"reproschema_library_activities:PHQ-9/items/phq9_9",
"../../mood/q_mood_dsm5_adult/items/suicidal_support_popup",
"reproschema_library_activities:PHQ-9/items/phq9_10"
],
"shuffle": false
Expand Down

0 comments on commit 7934f07

Please sign in to comment.