Skip to content

Commit

Permalink
Add participant history questionnaire
Browse files Browse the repository at this point in the history
  • Loading branch information
ibevers committed Nov 27, 2024
1 parent 849ff8b commit 404e67b
Show file tree
Hide file tree
Showing 9 changed files with 235 additions and 5 deletions.
14 changes: 9 additions & 5 deletions b2ai_protocol_schema
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
{
"reproschema_library_activities": "https://raw.githubusercontent.com/ReproNim/reproschema-library/8c11e4fad32d09f351b8a432d5d2666ea9709170/activities/",
"b2ai_redcap2rs_activities": "https://raw.githubusercontent.com/sensein/b2ai-redcap2rs/baa7dc4d18fe588578f2d59e01137466af3daa79/activities/"
"b2ai_redcap2rs_activities": "https://raw.githubusercontent.com/sensein/b2ai-redcap2rs/24cbb461c2ff6556f047dd4bc1275b4b08d52eb8/activities/"
}
],
"@type": "reproschema:Protocol",
Expand Down Expand Up @@ -116,10 +116,6 @@
"en": "Prolonged Vowel"
}
},




{
"isAbout": "generic/rainbow_passage/rainbow_passage_schema",
"variableName": "rainbow_passage_schema",
Expand All @@ -141,6 +137,13 @@
"en": "Story Recall"
}
},
{
"isAbout": "mood/q_mood_participant_history/q_mood_participant_history_schema",
"variableName": "participant_history",
"prefLabel": {
"en": "Participant History"
}
},
{
"isAbout": "mood/q_mood_panas/q_mood_panas_schema",
"variableName": "panas",
Expand Down Expand Up @@ -210,6 +213,7 @@
"generic/picture_description/picture_description_schema",
"generic/story_recall/story_recall_schema",
"generic/audio_check/audio_check_schema",
"mood/q_mood_participant_history/q_mood_participant_history_schema",
"mood/q_mood_panas/q_mood_panas_schema",
"mood/q_mood_custom_affect_scale/q_mood_custom_affect_scale_schema",
"mood/DSM-5_A/DSM5_crosscutting_adult_schema",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id": "mph_active_psy_medical_problems",
"category": "reproschema:Item",
"preamble": {
"en": "Medical and Psychiatric comorbidities"
},
"prefLabel": {
"en": "mph_active_psy_medical_problems"
},
"question": {
"en": "Please list any active psychiatric problems and medical problems."
},
"responseOptions": {
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "text"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
19 changes: 19 additions & 0 deletions mood/q_mood_participant_history/items/mph_current_medication
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "mph_current_medication",
"category": "reproschema:Item",
"prefLabel": {
"en": "mph_current_medication"
},
"question": {
"en": "Please list any current psychiatric medications (to the best of your recollection), including medication names, dosage, and how many times per day."
},
"responseOptions": {
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "text"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
19 changes: 19 additions & 0 deletions mood/q_mood_participant_history/items/mph_describe_psychotherapy
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "mph_describe_psychotherapy",
"category": "reproschema:Item",
"prefLabel": {
"en": "mph_describe_psychotherapy"
},
"question": {
"en": "Please briefly describe your psychotherapy history (e.g., dates, reasons for seeking therapy, etc.)."
},
"responseOptions": {
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "text"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "mph_hist_psy_medical_problems",
"category": "reproschema:Item",
"prefLabel": {
"en": "mph_hist_psy_medical_problems"
},
"question": {
"en": "Please list any historical psychiatric problems and medical problems."
},
"responseOptions": {
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "text"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
36 changes: 36 additions & 0 deletions mood/q_mood_participant_history/items/mph_prescribed_medication
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"id": "mph_prescribed_medication",
"category": "reproschema:Item",
"preamble": {
"en": "Treatment Obtained"
},
"prefLabel": {
"en": "mph_prescribed_medication"
},
"question": {
"en": "Have you ever been prescribed medication for mental or emotional problems (e.g., antidepressants, anxiolytics, antipsychotics, mood stabilizers, etc.)?"
},
"responseOptions": {
"choices": [
{
"name": {
"en": "Yes"
},
"value": "yes"
},
{
"name": {
"en": "No"
},
"value": "no"
}
],
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "radio"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
19 changes: 19 additions & 0 deletions mood/q_mood_participant_history/items/mph_previous_medication
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id": "mph_previous_medication",
"category": "reproschema:Item",
"prefLabel": {
"en": "mph_previous_medication"
},
"question": {
"en": "Please list any previous psychiatric medications (to the best of your recollection), including medication names,\napproximate dates you were taking them, and why they were discontinued."
},
"responseOptions": {
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "text"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"id": "mph_see_mental_health_professional",
"category": "reproschema:Item",
"prefLabel": {
"en": "mph_see_mental_health_professional"
},
"question": {
"en": "Have you ever seen a mental health professional for talk therapy (could include social workers, psychiatrists, etc.)?"
},
"responseOptions": {
"choices": [
{
"name": {
"en": "Yes"
},
"value": "yes"
},
{
"name": {
"en": "No"
},
"value": "no"
}
],
"valueType": [
"xsd:string"
]
},
"ui": {
"inputType": "radio"
},
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}
59 changes: 59 additions & 0 deletions mood/q_mood_participant_history/q_mood_participant_history_schema
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"id": "q_mood_participant_history_schema",
"category": "reproschema:Activity",
"prefLabel": {
"en": "q_mood_participant_history"
},
"schemaVersion": "1.0.0",
"ui": {
"order": [
"items/mph_active_psy_medical_problems",
"items/mph_hist_psy_medical_problems",
"items/mph_prescribed_medication",
"items/mph_current_medication",
"items/mph_previous_medication",
"items/mph_see_mental_health_professional",
"items/mph_describe_psychotherapy"
],
"addProperties": [
{
"isAbout": "items/mph_active_psy_medical_problems",
"isVis": true,
"variableName": "mph_active_psy_medical_problems"
},
{
"isAbout": "items/mph_hist_psy_medical_problems",
"isVis": true,
"variableName": "mph_hist_psy_medical_problems"
},
{
"isAbout": "items/mph_prescribed_medication",
"isVis": true,
"variableName": "mph_prescribed_medication"
},
{
"isAbout": "items/mph_current_medication",
"isVis": "mph_prescribed_medication =='yes'",
"variableName": "mph_current_medication"
},
{
"isAbout": "items/mph_previous_medication",
"isVis": "mph_prescribed_medication =='yes'",
"variableName": "mph_previous_medication"
},
{
"isAbout": "items/mph_see_mental_health_professional",
"isVis": true,
"variableName": "mph_see_mental_health_professional"
},
{
"isAbout": "items/mph_describe_psychotherapy",
"isVis": "mph_see_mental_health_professional =='yes'",
"variableName": "mph_describe_psychotherapy"
}
],
"shuffle": false
},
"version": "3.20.0",
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"
}

0 comments on commit 404e67b

Please sign in to comment.