{% extends "layout.html" %} {% set title = 'Personal details' %} {% block pageTitle %}{{ title }}{% endblock %} {% block beforeContent %} {% 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 %}

Nature of Risk

Mr Edwin poses a risk to members of the public who he perceives as having expensive phones or cash. If he is stressed or needing to buy crack cocaine he risks violently robbing members of the public for any items they have that he can then sell on.

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

Date of last OASys Assessment - 01 September 2020

View OASys

' }) }}

Score History

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.

" }) }}

OGRS Score - 58%

OGP Score - 33


OVP Score - 18


{% set keyDetails %} {{ govukSummaryList({ rows: [ { key: { text: 'Risk of suicide' }, value: { html: 'Yes' } }, { key: { html: 'Risk of self-harm' }, value: { html: 'Yes' } }, { key: { html: 'Coping in custody / hostel setting' }, value: { html: 'Yes' } }, { key: { html: 'Vulnerability' }, value: { html: 'Yes' } }, { key: { html: 'Who is at risk' }, value: { html: '
  1. Public - high. 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
  2. Known adult - low
  3. Staff - medium. Mr Edwin can become agitated when questioned and while there has not yet been an incident involving staff he can appear intimidating.
  4. Self - medium. 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.
  5. Children - medium. While Mr Edwin does not specifically target children for robberies he could possibly see them as useful opportunitistic targets.
'} }, { key: { html: '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 Profile', classes: 'govuk-!-margin-bottom-6 app-summary-card--large-title', html: keyDetails }) }} {% set protectiveFactors %} {{ govukSummaryList({ rows: [ { key: { html: 'What circumstances are likely to increase the risk?' }, value: { html: ' ' } }, { key: { html: 'What circumstances are likely to decrease the risk?' }, value: { html: ' ' } } ] }) }} {% endset %} {{ appSummaryCard({ titleText: 'Risk and protective factors', classes: 'govuk-!-margin-bottom-6 app-summary-card--large-title', html: protectiveFactors }) }} {{ govukButton({ text: "Continue", href: "../decision", classes: "govuk-!-margin-top-2 govuk-!-margin-bottom-8" }) }} {% endblock %}