Skip to content

Commit 7bc3cc1

Browse files
authored
update (#4083)
1 parent 01a3654 commit 7bc3cc1

1 file changed

Lines changed: 38 additions & 4 deletions

File tree

lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/tabbedForms/CaseInformationTab.json

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,43 @@
328328
"isPII": false
329329
},
330330
{
331-
"name": "didYouDiscussRightsWithTheChild",
332-
"label": "Did you discuss confidentiality and limits of confidentiality with the client?",
333-
"type": "mixed-checkbox",
334-
"isPII": false
331+
"name": "riskScale",
332+
"label": "Risk Scale",
333+
"defaultOption": {
334+
"value": "Unknown",
335+
"label": ""
336+
},
337+
"type": "select",
338+
"isPII": false,
339+
"options": [
340+
{
341+
"value": "Unknown",
342+
"label": ""
343+
},
344+
{
345+
"value": "A - Emergency Immediate Intervention",
346+
"label": "A - Emergency Immediate Intervention"
347+
},
348+
{
349+
"value": "B - Urgent Very High Risk of Imminent Harm",
350+
"label": "B - Urgent Very High Risk of Imminent Harm"
351+
},
352+
{
353+
"value": "C - High Risk",
354+
"label": "C - High Risk"
355+
},
356+
{
357+
"value": "D - Moderate Risk",
358+
"label": "D - Moderate Risk"
359+
},
360+
{
361+
"value": "E - Low Risk",
362+
"label": "E - Low Risk"
363+
},
364+
{
365+
"value": "N/A - Not Applicable",
366+
"label": "N/A - Not Applicable"
367+
}
368+
]
335369
}
336370
]

0 commit comments

Comments
 (0)