{% extends "layout.html" %} {% set title = 'Contact Log' %} {% 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 = 'behavioural' %} {% include "case/_case-nav.html" %}

Contact log

{%- from "moj/components/search/macro.njk" import mojSearch -%} {{ mojSearch({ action: '/case/behavioural-drugs', method: 'post', input: { id: 'search', name: 'search', placeholder: 'asd' }, label: { text: 'Search Contact Log', classes: 'govuk-!-font-weight-bold' }, button: { text: 'Search' } }) }}

{% from "govuk/components/date-input/macro.njk" import govukDateInput %} {{ govukDateInput({ id: "passport-issued", namePrefix: "passport-issued", fieldset: { legend: { text: "Date range ", isPageHeading: true, classes: "govuk-fieldset__legend--m" } } }) }} {% from "govuk/components/date-input/macro.njk" import govukDateInput %} {{ govukDateInput({ id: "passport-issued", namePrefix: "passport-issued", fieldset: { legend: { text: "From" } } }) }} {{ govukCheckboxes({ idPrefix: "content-type", name: "content-type", classes: "govuk-checkboxes--small", fieldset: { legend: { text: "Tags", isPageHeading: true, classes: "govuk-fieldset__legend--m" } }, items: [ { value: "drugs", text: "Drugs", href: 'behavioural-drugs' }, { value: "aggresion", text: "Tested negative" }, { value: "image", text: "Cocaine" }, { value: "slide", text: "Theft" }, { value: "text", text: "Mental health" }, { value: "text", text: "Financial" }, { value: "text", text: "Travel" } , { value: "text", text: "Alcohol" } ] }) }}

17 of 82 Results


{% from "govuk/components/select/macro.njk" import govukSelect %} {{ govukSelect({ id: "sort", name: "sort", label: { text: "Sort by" }, items: [ { value: "published", text: "Relevance" }, { value: "updated", text: "Recently updated", selected: true } ] }) }}
23/09/2021

AP - Drug Test

Attended - Complied - Complied with drug test, tested negative

{{ govukTag({ text: "Substance" }) }}{{ govukTag({ text: "Drugs" }) }}{{ govukTag({ text: "Tested negative" }) }}

21/09/2021

AP - Drug Test

Attended - Complied - Complied with drug test, tested negative

{{ govukTag({ text: "Substance" }) }}{{ govukTag({ text: "Drugs" }) }}{{ govukTag({ text: "Tested negative" }) }}

19/09/2021

AP - Drug Test

Test - Not Clean / Not Acceptable / Unsuitable - Positive for crack cocaine

{{ govukTag({ text: "Substance" }) }}{{ govukTag({ text: "Drugs" }) }}{{ govukTag({ text: "Cocaine" }) }}

19/09/2021

Arrest Incident

Met Police offce Annie Taylor called to say that Charles had been arrested for petty theft - he stole a sandwich from highbury and islington waitrose but was stopped by security. Not drug tested yet but heard that he looked 'wired'

{{ govukTag({ text: "Police" }) }}{{ govukTag({ text: "Arrest" }) }}{{ govukTag({ text: "Theft" }) }}{{ govukTag({ text: "Mental Health" }) }}

14/09/2021

AP - Alcohol Test

Test - Clean / Acceptable / Suitable - 0UG/100ML

{{ govukTag({ text: "Substance" }) }}{{ govukTag({ text: "Alcohol" }) }}{{ govukTag({ text: "Tested Negative" }) }}

14/09/2021

Other App Prem contact

Resident claimed for reimbursement of his bus fare because he said we gave him the wrong appointment date and he travelled to his medical practitioner a day early

{{ govukTag({ text: "Travel" }) }}{{ govukTag({ text: "Financial" }) }}

13/09/2021

Planned Office Visit (NS)

Spoke to Charles in his regular visit. Said that he was feeling worried because he was suffering withdrawal - 'I can't stop thinking about crack cocaine'. Said that he was worried that he needed drugs but didn't have the money to buy them.... 'what if I have to mug someone'? I explained to Charles that he had to abide by his licence or he would be recalled

{{ govukTag({ text: "Cocaine" }) }}{{ govukTag({ text: "Mental Health" }) }}{{ govukTag({ text: "Financial Situation" }) }} {{ govukTag({ text: "Theft" }) }}

12/09/2021

AP - Alcohol Test

Test - Admitted Use - Reading was 21ug/100ml - admitted having a beer

{{ govukTag({ text: "Substance" }) }}{{ govukTag({ text: "Alcohol" }) }}{{ govukTag({ text: "Beer" }) }}

11/09/2021

Movements

Resident came back near curfew time and seemed anxious. He said that he walked back because he had missed his connecting tram from the city centre. He said he couldn't afford to buy a new ticket

{{ govukTag({ text: "Travel" }) }}{{ govukTag({ text: "Financial" }) }}

10/09/2021

Management Oversight

Notes

  • - Spoke to OM today that Charles attended today but was agitated, panicked that he had reported an incident while in prison and would be considered a grass and would be targeted. Was afraid of staying in AP and said that he would have to leave it.
  • OM warned him that he could not do this and had to return to the AP, but promised that he would help Charles with treatment for paranoia.
{{ govukDetails({ summaryText: "Read more", html: '

Actions

  • OM to warn AP staff that Charles has expressed desire to leave AP. Need to give 10 mins max beyond curfew.
  • OM to help set up appointment with mental health support to help with paranoia."

"Notes

  • Spoke to OM today that Charles attended today but was agitated, panicked that he had reported an incident while in prison and would be considered a grass and would be targeted. Was afraid of staying in AP and said that he would have to leave it.
  • OM warned him that he could not do this and had to return to the AP, but promised that he would help Charles with treatment for paranoia.

Actions

  • OM to warn AP staff that Charles has expressed desire to leave AP. Need to give 10 mins max beyond curfew.
  • OM to help set up appointment with mental health support to help with paranoia."
' }) }}

06/09/2021

AP - Hostel Curfew

Appointment Kept


05/09/2021

AP - Hostel Curfew

Appointment Kept


04/09/2021

Information - from 3rd party

Received call from police reporting having picked up SU found asleep and drunk on footpath outside Highbury & Islington station. They let SU go after checking he could return safely and was not a risk to public.

{{ govukTag({ text: "Police" }) }}{{ govukTag({ text: "Substance" }) }}

04/09/2021

AP - Hostel Curfew

Appointment Kept


03/09/2021

AP - Hostel Curfew

Appointment Kept


02/09/2021

Information - from external agency

Received call from police enquiring for up to date address for SU as part of their record maintenance

{{ govukTag({ text: "Police" }) }}

{% endblock %}