Skip to content

Commit

Permalink
Update ChildInformationTab.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-luo authored Oct 16, 2023
1 parent 9fc2d4f commit 57a926a
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -613,5 +613,63 @@
"name": "Newcomer",
"label": "Newcomer (e.g., Arrived in Canada within 5 years or less)/Recent Immigrant/Refugee",
"type": "checkbox"
},
{
"name": "supportType",
"label": "(Chat Only) What type of support is the service user seeking?",
"type": "listbox-multiselect",
"options": [
{
"value": "I want to talk about my feelings",
"label": "I want to talk about my feelings"
},
{
"value": "I'm looking for tips and strategies",
"label": "I'm looking for tips and strategies"
},
{
"value": "I want support to solve a conflict/problem",
"label": "I want support to solve a conflict/problem"
},
{
"value": "I want to know how to help someone else",
"label": "I want to know how to help someone else"
},
{
"value": "I need help finding a resource/information",
"label": "I need help finding a resource/information"
},
{
"value": "Unknown",
"label": "Unknown/Did not disclose/Did not ask"
}
]
},
{
"name": "suicidalThoughts",
"label": "(Chat Only) Is the service user having suicidal thoughts?",
"type": "select",
"options": [
{
"value": "N/A - Call",
"label": ""
},
{
"value": "Yes",
"label": "Yes"
},
{
"value": "No",
"label": "No"
},
{
"value": "Maybe",
"label": "Maybe"
},
{
"value": "Unknown",
"label": "Did not disclose"
}
]
}
]

0 comments on commit 57a926a

Please sign in to comment.