File tree Expand file tree Collapse file tree
lambdas/packages/hrm-form-definitions/form-definitions/nz/v1/tabbedForms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
You can’t perform that action at this time.
0 commit comments