|
| 1 | +{ |
| 2 | + "data": { |
| 3 | + "assessedOn": "2024-09-04T01:01:29", |
| 4 | + "riskToSelf": { |
| 5 | + "suicide": { |
| 6 | + "risk": "YES", |
| 7 | + "previous": "YES", |
| 8 | + "previousConcernsText": "Risk of self harms concerns due to ...", |
| 9 | + "current": "YES", |
| 10 | + "currentConcernsText": "Risk of self harms concerns due to ..." |
| 11 | + }, |
| 12 | + "selfHarm": { |
| 13 | + "risk": "YES", |
| 14 | + "previous": "YES", |
| 15 | + "previousConcernsText": "Risk of self harms concerns due to ...", |
| 16 | + "current": "YES", |
| 17 | + "currentConcernsText": "Risk of self harms concerns due to ..." |
| 18 | + }, |
| 19 | + "custody": { |
| 20 | + "risk": "Yes, No, Don't know, null", |
| 21 | + "previous": "Yes, No, Don't know", |
| 22 | + "previousConcernsText": "Risk of self harms concerns due to ...", |
| 23 | + "current": "Yes, No, Don't know", |
| 24 | + "currentConcernsText": "Risk of self harms concerns due to ..." |
| 25 | + }, |
| 26 | + "hostelSetting": { |
| 27 | + "risk": "Yes, No, Don't know, null", |
| 28 | + "previous": "Yes, No, Don't know", |
| 29 | + "previousConcernsText": "Risk of self harms concerns due to ...", |
| 30 | + "current": "Yes, No, Don't know", |
| 31 | + "currentConcernsText": "Risk of self harms concerns due to ..." |
| 32 | + }, |
| 33 | + "vulnerability": { |
| 34 | + "risk": "Yes, No, Don't know, null", |
| 35 | + "previous": "Yes, No, Don't know", |
| 36 | + "previousConcernsText": "Risk of self harms concerns due to ...", |
| 37 | + "current": "Yes, No, Don't know", |
| 38 | + "currentConcernsText": "Risk of self harms concerns due to ..." |
| 39 | + } |
| 40 | + }, |
| 41 | + "otherRisks": { |
| 42 | + "escapeOrAbscond": "YES", |
| 43 | + "controlIssuesDisruptiveBehaviour": "YES", |
| 44 | + "breachOfTrust": "YES", |
| 45 | + "riskToOtherPrisoners": "YES" |
| 46 | + }, |
| 47 | + "summary": { |
| 48 | + "whoIsAtRisk": "X, Y and Z are at risk", |
| 49 | + "natureOfRisk": "The nature of the risk is X", |
| 50 | + "riskImminence": "the risk is imminent and more probably in X situation", |
| 51 | + "riskIncreaseFactors": "If offender in situation X the risk can be higher", |
| 52 | + "riskMitigationFactors": "Giving offender therapy in X will reduce the risk", |
| 53 | + "overallRiskLevel": "VERY_HIGH", |
| 54 | + "riskInCommunity": { |
| 55 | + "children": "HIGH ", |
| 56 | + "public": "HIGH ", |
| 57 | + "knowAdult": "HIGH ", |
| 58 | + "staff": "MEDIUM", |
| 59 | + "prisoners": "LOW" |
| 60 | + }, |
| 61 | + "riskInCustody": { |
| 62 | + "knowAdult": "HIGH ", |
| 63 | + "staff": "VERY_HIGH", |
| 64 | + "prisoners": "VERY_HIGH", |
| 65 | + "children": "LOW", |
| 66 | + "public": "LOW" |
| 67 | + } |
| 68 | + } |
| 69 | + } |
| 70 | +} |
0 commit comments