{% extends "layout.html" %} {% set title = 'Personal details' %} {% block pageTitle %}{{ title }}{% endblock %} {% block beforeContent %} {% from "govuk/components/back-link/macro.njk" import govukBackLink %} {{ govukBackLink({ text: "Back", href: "../search-results" }) }} {% endblock %} {% block content %} {% include "case/_case-service-user-banner.html" %} {% set currentNavSection = 'risk' %} {% include "case/_case-nav.html" %} {% from "govuk/components/table/macro.njk" import govukTable %}

Risk of serious harm summary

Mr Edwin poses a risk to members of the public who he perceives as having expensive phones or cash. If he is stressed or his drug misuse issues are not controlled the risk of violently robbing members of the public for any items they have that he can then sell on is high.

{% from "govuk/components/inset-text/macro.njk" import govukInsetText %} {{ govukInsetText({ html: '

Date of last OASys assessment: 1 September 2020

View OASys

' }) }}

Score history

Risk of serious recidivism (RSR) score - 3.7

{% from "govuk/components/details/macro.njk" import govukDetails %} {{ govukDetails({ summaryText: "About this RSR score", html: "

Last updated: 12 July 2018

The RSR is taken from OASys.

" }) }}

Offender group reconviction scale (OGRS) score: 58%

Medium spans 30% to 59%

OASys general reoffending predictor (OGP) score: 29%

Low spans 0% to 29%


OASys violence predictor (OVP): 75%

Medium spans 60% to 79%


{% set keyDetails %} {{ govukSummaryList({ rows: [ { key: { text: 'Who is at risk' }, value: { html: '
  1. Public: high.
  2. Mr Edwin has multiple convictions for opportunistic violent muggings. He uses violence to intimate members of the public into giving up their posessions and cash, which he can sell on to feed his crack cocaine addiction. His risk to the public is therefore high

  3. Known adult: low
  4. Staff: medium.
  5. Mr Edwin can become agitated when questioned and while there has not yet been an incident involving staff he can appear intimidating.

  6. Self: medium.
  7. Mr Edwin associates with known gang members to sell what he acquires through violent robberies and this could escalate into a violent incident involving him.

  8. Children: medium.
  9. While Mr Edwin does not specifically target children for robberies he could possibly see them as useful opportunitistic targets.

'} }, { key: { text: 'When is the risk likely to be greatest' }, value: { text: 'When he has been talking to gang members in his neighbourhood and when he is low on money.' } } ] }) }} {% endset %} {{ appSummaryCard({ titleText: 'Risk of serious harm details', classes: 'govuk-!-margin-bottom-6 app-summary-card--large-title', html: keyDetails }) }} {% set protectiveFactors %} {{ govukSummaryList({ rows: [ { key: { text: 'Key information' }, value: { html: '

Mr Edwin is currently managed in the community on licence having been convicted of robbery and assualts with intent to rob. He has a high risk of harm to the public which is driven by his long-seated drug addiction.

His substance misuse issues started at age 14 when he started using cannabis. He moved on to using heroin and crack cocaine which he developed an addiction to.

' } }, { key: { text: 'Further considerations about current circumstances' }, value: { html: '

A recent doctors report has highlighted the possibility that Mr Edwin could suffer from a personality disorder and a specialist assessment might help him here. He was previously recalled to custody on 15 August 2021 and then released again on September 1st 2021.

' } }, { key: { html: 'Supervision' }, value: { html: '

Probation is the main agency managing Mr Edwins risks. His Probation Officer is Jane Smith in North London Probation Office. PO will enforce compliance by arranging/conducting regular supervision sessions with Mr Edwin. He should also liaise with other agencies listed in this RMP.

More details

Reporting Frequency: Mr Edwin will have to attend NL Probation Office for weekly face to face supervision appointments.

Mr Edwin will see

  1. Jane Smith Probation Officer - North London LDU To provide support in the communit - weekly meetings.
  2. Ibrahim Aziz (CGL) North London CGL This is so that Mr Edwin has support with drug issues and rehab - Mr Aziz will meet Mr Edwin as he acts on his requirement to attend intervention on drug treatment.
  3. MAPPA: Category 2 Level 1 - if there is evidence to support risk escalating, Mr Edwin should be assessed as a level 2 case.
  4. Community / Custody Mental health service - Forensic Mental Health Practitioner (TBC). This should be used to support Mr Edwin with mental health issues. He may need to be prescribed any medication (+ monitored) and may require a safety plan for his self-harm risk. Suggest helping Mr Edwin with a full psychological report to diagnose and offer treatment.
  5. PD services - to support Mr Edwin in community. Suggest full psychological assessment and possible treatments/interventions for PD traits. OM to consult to set up assessment and next steps
  6. NPS Central Referral Scheme - Mr Edwin to enter AP after release so that behaviour can be monitored 24/7 if on site, including curfew, drug tests, room searched.
  7. Met Police Deal with any recalls and problems
' } }, { key: { html: 'Monitoring and control' }, value: { html: '

Mr Edwin is under licence until 31 August 2022.

View his licence conditions.

'} }, { key: { html: 'Interventions and treatment' }, value: { html: '
  1. Offender Manager will review sentence plan with Mr Edwin and prepare / monitor his entry to the community.
  2. AP will support Mr Edwin through rehab for drug problems, intervention programmes, therapy, room searches and drug testing. a
  3. OM to supervise Mr Edwin and offer one to one work to address problems.
  4. If Mr Edwin fails to comply with licence conditiosn or presents imminent risk of harm the OM must immediately enfroce + recall.
  5. Mr Edwin is required to sign up to programmes that twill help address his problems with pattterns of thinking/behaviour, and also his issues relating to mental health/substance abuse.
  6. Mr Edwin must complete one to one work to face problems relating to behaviour and thinking as part of structured supervised programme. Needs to attend to his difficulty with thinking through consequences of actions. Problem solving and weighing up alternative courses of action are high priorities here.
  7. Mr Edwin is subject to regular drug testing in AP.
  8. Mr Edwin needs to engage with any services designed to address any personality difficulties (OPD pathways).
' } }, { key: { html: 'Victim safety planning' }, value: { html: '

It is unlikely Mr Edwin will seek out Mr Smith as there is no evidenced pattern of punitive behaviour on releae from custody.

' } }, { key: { html: 'Contingency planning' }, value: { html: '

If there is poor compliance / non engagement with licence, warning letters and an increase in reporting will be actioned.

More detail
' } } ] }) }} {% endset %} {{ appSummaryCard({ titleText: 'Risk management plan', classes: 'govuk-!-margin-bottom-6 app-summary-card--large-title', html: protectiveFactors }) }} {% endblock %}