Assessment task (mapped to assessment criteria) Task: Professional Discussion on Safeguarding in the UK You are required to take part in a 15-minute professional discussion about safeguarding in the UK. This will be conducted by your teacher, who will ask you questions based on the assessment criteria listed below. Important Requirements: • You must have your camera switched on for the entire discussion. • You can refer to your notes during the discussion. • You must submit your digital notes as part of your evidence to show how you have met all the criteria. Section 1 – The meaning of safeguarding and its key principles. ▪ Provide an operational definition of safeguarding and explain why safeguarding it is important (AC 1.1) ▪ Select three of the main safeguarding principles and: (AC 1.2) a. explain what each of the selected principles mean b. give an example of each chosen principle in practice ▪ Give examples of three vulnerable groups in society and explain why they are vulnerable to harm and exploitation. (AC 1.3) Section 2 – Different types of abuse. ▪ Define the term abuse and give a summary of four examples of abuse. You may wish to refer to the vulnerable groups cited in section 1. (AC 2.1) ▪ Summarise the indicators of three of the forms of abuse identified for AC 2.1. (AC 2.2) Section 3 – Safeguarding legislation. ▪ Briefly explain what each of the following mean for safeguarding practice: (AC 3.1) a. Sexual Offences Act 2003 b. Care Act 2014 c. General Data Protection Regulation 2018 Section 4 – Safeguarding roles and responsibilities. ▪ Briefly explain the roles and responsibilities in terms of safeguarding of the following: (AC 4.1) a. Local Authorities b. Social Workers c. Designated Safeguarding Leads ▪ Complex networks can prove to be a barrier to effective safeguarding. Unpick this assertion with an example and give three recommendations on how barriers to safeguarding in complex networks can be addressed. (AC 4.2) ▪ Give two examples of the training and resources available for a Designated Safeguarding Lead. (AC 4.3) Note Please ensure you use Harvard referencing on your supporting document, including intext and end text referencing.
safeguarding UK definition principles vulnerable groups 2024
types of abuse indicators UK safeguarding Care Act 2014
safeguarding legislation Sexual Offences Act 2003 Care Act 2014 GDPR 2018 UK practice
safeguarding roles local authority social workers designated safeguarding lead responsibilities UK
https://www.scie.org.uk/safeguarding/adults/introduction/typ…
https://www.scie.org.uk/safeguarding/adults/legislation
complex networks barriers to effective safeguarding UK examples recommendations 2023 2024
ls -la /home/daytona/workspace/ 2>/dev/null || mkdir -p /home/daytona/workspace
mkdir -p /home/daytona/workspace/safeguarding-notes && ls /home/daytona/skills/d…
~/safeguarding-notes/create_notes.js
const {
Document, Packer, Paragraph, TextRun, HeadingLevel,
AlignmentType, PageNumber, Footer, Header, BorderStyle,
UnderlineType
} = require('docx');
const fs = require('fs');
// Helper: heading
const h1 = (text) => new Paragraph({
text,
heading: HeadingLevel.HEADING_1,
spacing: { before: 320, after: 120 },
});
const h2 = (text) => new Paragraph({
text,
heading: HeadingLevel.HEADING_2,
spacing: { before: 240, after: 80 },
});
const h3 = (text) => new Paragraph({
text,
heading: HeadingLevel.HEADING_3,
spacing: { before: 180, after: 60 },
});
// Helper: normal paragraph
const para = (text, bold = false, indent = false) => new Paragraph({
children: [new TextRun({ text, bold, size: 24 })],
indent: indent ? { left: 720 } : undefined,
spacing: { before: 60, after: 60 },
});
// Helper: bullet
const bullet = (text) => new Paragraph({
children: [new TextRun({ text, size: 24 })],
bullet: { level: 0 },
spacing: { before: 40, after: 40 },
});
// Helper: sub-bullet
const subbullet = (text) => new Paragraph({
children: [new TextRun({ text, size: 24 })],
bullet: { level: 1 },
spacing: { before: 30, after: 30 },
});
const doc = new Document({
creator: 'Professional Discussion Notes',
title: 'Safeguarding in the UK – Professional Discussion Notes',
description: 'Digital notes for AC 1.1–4.3 with Harvard referencing',
styles: {
default: {
document: {
run: { font: 'Calibri', size: 24 },
},
},
},
sections: [
{
headers: {
default: new Header({
children: [
new Paragraph({
children: [new TextRun({ text: 'Safeguarding in the UK – Professional Discussion Notes', bold: true, size: 20, color: '444444' })],
alignment: AlignmentType.CENTER,
}),
],
}),
},
footers: {
default: new Footer({
children: [
new Paragraph({
children: [
new TextRun({ text: 'Page ', size: 20 }),
new TextRun({ children: [PageNumber.CURRENT], size: 20 }),
new TextRun({ text: ' of ', size: 20 }),
new TextRun({ children: [PageNumber.TOTAL_PAGES], size: 20 }),
],
alignment: AlignmentType.CENTER,
}),
],
}),
},
children: [
// TITLE
new Paragraph({
children: [new TextRun({ text: 'Safeguarding in the UK', bold: true, size: 36, color: '1F4E79' })],
alignment: AlignmentType.CENTER,
spacing: { after: 60 },
}),
new Paragraph({
children: [new TextRun({ text: 'Professional Discussion – Supporting Notes', size: 26, color: '2E74B5' })],
alignment: AlignmentType.CENTER,
spacing: { after: 40 },
}),
new Paragraph({
children: [new TextRun({ text: 'With Harvard In-Text and End-Text Referencing', italics: true, size: 22, color: '666666' })],
alignment: AlignmentType.CENTER,
spacing: { after: 400 },
}),
// =============================================
// SECTION 1
// =============================================
h1('SECTION 1 – The Meaning of Safeguarding and Its Key Principles'),
// AC 1.1
h2('AC 1.1 – Definition of Safeguarding and Why It Is Important'),
para('Definition (operational):'),
para(
'Safeguarding refers to the preventive and precautionary approaches needed to protect vulnerable individuals – including children, young people, and adults at risk – from potential harm, abuse, exploitation, and neglect, as well as ensuring that appropriate action is taken when harm does occur (NCVO, 2024). The Care Act 2014 provides the primary statutory framework for safeguarding adults in England, placing a general duty on local authorities to promote individual wellbeing and to protect adults with care and support needs from abuse and neglect (HM Government, 2014).',
false, true
),
para('Why it is important:'),
bullet('Protects the most vulnerable members of society from harm and exploitation.'),
bullet('Upholds human rights, dignity, and legal entitlements.'),
bullet('Fulfils statutory and professional duties – organisations are legally required under the Care Act 2014 and Children Acts 1989/2004 to have safeguarding arrangements in place.'),
bullet('Prevents long-term physical, psychological, and financial damage to individuals.'),
bullet('Promotes public trust in health, social care, and educational institutions.'),
para(
'"Safeguarding is doing something to protect vulnerable groups of people from abuse and neglect which goes beyond an immediate response" (HMCTS, 2024).',
false, true
),
// AC 1.2
h2('AC 1.2 – Three Safeguarding Principles (from the Care Act 2014 Six Principles)'),
para('The six principles of safeguarding, established under the Care Act 2014, are: Empowerment, Prevention, Proportionality, Protection, Partnership, and Accountability (HM Government, 2014; Virtual College, 2024).'),
h3('Principle 1: Empowerment'),
para('What it means:'),
para(
'Empowerment means supporting and encouraging individuals to make their own decisions with informed consent. People are treated as active participants in their own safeguarding rather than passive recipients of intervention. It recognises the right of individuals to control decisions about their own lives (Virtual College, 2024).',
false, true
),
para('Example in practice:'),
para(
'A social worker supporting an elderly woman with dementia ensures she is involved in decisions about her care plan. Rather than making arrangements on her behalf without consultation, the worker uses accessible language, provides an advocate, and allows the woman to express preferences about her daily routine and who assists her with personal care.',
false, true
),
h3('Principle 2: Prevention'),
para('What it means:'),
para(
'Prevention means taking action before harm occurs. This involves identifying risks early, providing early support to individuals and families, and creating environments where people can live safely. It is considered better and more cost-effective to prevent abuse than to respond after the fact (Virtual College, 2024; Leicester Sexual Health, 2024).',
false, true
),
para('Example in practice:'),
para(
'A school implements anti-bullying programmes, regular well-being check-ins, and PSHE lessons covering healthy relationships. By building children\'s awareness and resilience early, the school reduces the risk of emotional abuse and exploitation before it happens.',
false, true
),
h3('Principle 3: Partnership'),
para('What it means:'),
para(
'Partnership means that safeguarding is a shared responsibility across multiple agencies and community organisations. Effective safeguarding requires information sharing and coordinated action between health services, social care, education, police, and the voluntary sector (Virtual College, 2024). No single agency can adequately safeguard vulnerable people alone.',
false, true
),
para('Example in practice:'),
para(
'A local Safeguarding Adults Board (SAB) brings together the local authority, NHS, police, housing providers, and voluntary organisations. When a case of suspected financial abuse of an older adult is identified, these agencies share relevant information, jointly plan interventions, and coordinate their response to protect the individual.',
false, true
),
// AC 1.3
h2('AC 1.3 – Three Vulnerable Groups and Why They Are Vulnerable'),
h3('Group 1: Children and Young People (under 18)'),
para(
'Children are considered legally vulnerable under the Children Act 1989 and 2004. They are vulnerable because they are physically, emotionally, and cognitively developing; they rely on adults for care and safety; and they may not have the capacity or language to recognise or report abuse (HMCTS, 2024). Children in care, those with disabilities, or those in chaotic family environments face compounded risks. Exploitation – including child sexual exploitation (CSE) and county lines (criminal exploitation) – targets children because of their developmental immaturity and susceptibility to manipulation.',
false, true
),
h3('Group 2: Older Adults'),
para(
'Older adults, particularly those with age-related conditions such as dementia, cognitive decline, or physical frailty, are vulnerable to multiple forms of abuse including financial, physical, and neglect. Dependence on carers for daily activities creates power imbalances that abusers can exploit. Social isolation, which is common among older adults, further reduces the likelihood of abuse being detected (SCIE, 2024).',
false, true
),
h3('Group 3: Adults with Mental Health Conditions or Learning Disabilities'),
para(
'Adults with mental health conditions or learning disabilities may have reduced capacity to recognise abuse, resist exploitation, or communicate concerns. They may be subject to decisions made on their behalf and can be manipulated by those in positions of trust. Historical abuses in institutional settings (e.g., Winterbourne View, 2011) demonstrate how this group is particularly vulnerable to organisational abuse and neglect when oversight is weak (SCIE, 2024; Hillingdon Safeguarding Partnership, 2024).',
false, true
),
// =============================================
// SECTION 2
// =============================================
h1('SECTION 2 – Different Types of Abuse'),
// AC 2.1
h2('AC 2.1 – Definition of Abuse and Four Types'),
para('Definition of abuse:'),
para(
'Abuse is a violation of an individual\'s human and civil rights by any other person or persons. It may consist of single or repeated acts, or a failure to act (neglect). It can occur in any relationship and may result in significant harm or exploitation of the person subjected to it (HM Government, 2014, Care Act 2014, s.42).',
false, true
),
h3('Type 1: Physical Abuse'),
para(
'Physical abuse involves the infliction of pain, injury, or physical suffering on a vulnerable person. It includes hitting, slapping, pushing, kicking, misuse of medication, restraint, and force-feeding (SCIE, 2024a). Example: A care home worker who grabs a resident with learning disabilities when they do not comply with instructions.',
false, true
),
h3('Type 2: Financial / Material Abuse'),
para(
'Financial abuse includes theft, fraud, exploitation, and the misuse or misappropriation of an individual\'s financial resources or property (HM Government, 2014). Under the Care Act 2014, financial abuse specifically includes having money or property stolen, being defrauded, being put under pressure regarding money, or having money misused. Example: A family member taking an elderly relative\'s pension funds without consent.',
false, true
),
h3('Type 3: Emotional / Psychological Abuse'),
para(
'Psychological abuse involves emotional ill-treatment that causes harm to a person\'s mental health or emotional development. It includes threats, humiliation, intimidation, coercion, isolation, and cyber-bullying (SCIE, 2024a). Example: A carer who repeatedly mocks and belittles an older adult with dementia, causing the person significant distress and anxiety.',
false, true
),
h3('Type 4: Sexual Abuse'),
para(
'Sexual abuse involves direct or indirect involvement of a vulnerable person in sexual activity to which they have not consented, or cannot consent due to their mental capacity or age. It includes rape, indecent exposure, sexual harassment, and involving a person in pornography (SCIE, 2024a). The Sexual Offences Act 2003 makes it a criminal offence for a care worker to engage in sexual activity with a person with a mental disorder in their care, regardless of apparent consent.',
false, true
),
// AC 2.2
h2('AC 2.2 – Indicators of Three Forms of Abuse'),
h3('Indicators of Physical Abuse'),
bullet('Unexplained bruising, burns, cuts, or other injuries, especially in locations unlikely to result from accidents (e.g., inner arms, torso).'),
bullet('Injuries that do not match the explanation given by the individual or carer.'),
bullet('Signs of old, untreated, or repeated injuries.'),
bullet('Flinching at sudden movements or apparent fear of certain people.'),
bullet('Person appears withdrawn or distressed in the presence of a particular carer.'),
bullet('Delays in seeking medical treatment (SCIE, 2024a).'),
h3('Indicators of Financial Abuse'),
bullet('Sudden unexplained changes in financial circumstances.'),
bullet('Bills unpaid despite previously adequate income.'),
bullet('Unexplained withdrawals from bank accounts.'),
bullet('The individual appears distressed when discussing money matters.'),
bullet('A new person having significant control over finances (e.g., a carer or new friend).'),
bullet('Missing possessions or property (SCIE, 2024a).'),
h3('Indicators of Psychological / Emotional Abuse'),
bullet('Low self-esteem, sudden personality changes, or increased anxiety.'),
bullet('Appearing fearful, withdrawn, or nervous, particularly around certain people.'),
bullet('Changes in appetite or sleeping patterns.'),
bullet('Loss of social connections or enforced isolation from friends and family.'),
bullet('Repetitive, self-soothing behaviours (rocking, crying).'),
bullet('Person defers excessively to carer or family member and is reluctant to express opinions (SCIE, 2024a).'),
// =============================================
// SECTION 3
// =============================================
h1('SECTION 3 – Safeguarding Legislation'),
// AC 3.1
h2('AC 3.1 – What the Following Mean for Safeguarding Practice'),
h3('a) Sexual Offences Act 2003'),
para(
'The Sexual Offences Act (SOA) 2003 modernised and consolidated sexual offences law in England and Wales. For safeguarding practice, its key provisions are:',
false, true
),
bullet('It criminalises sexual activity between a care worker and a person with a mental disorder in their care, regardless of whether the person appears to consent or has the legal capacity to consent. This protects vulnerable adults in care relationships from exploitation (SCIE, 2024b).'),
bullet('It sets the age of consent at 16, and at 18 where the other party holds a position of trust (e.g., a teacher, social worker, or carer). This is directly relevant to safeguarding children and young people in professional settings (ProTrainings, 2024).'),
bullet('Section 74 clarifies the meaning of consent: a person consents only if they agree by choice and have the freedom and capacity to make that choice. This strengthens the prosecution of sexual offences against those who cannot freely consent.'),
bullet('The Act established the Sex Offenders Register and civil protective orders, providing tools for ongoing monitoring of known offenders and proactive risk management.'),
para(
'For practitioners, this means they must be alert to any sexual contact between a person in their care and a colleague or carer, and must report concerns immediately regardless of the individual\'s apparent consent.',
false, true
),
h3('b) Care Act 2014'),
para(
'The Care Act 2014 is the cornerstone of adult safeguarding law in England. For safeguarding practice, it:',
false, true
),
bullet('Places a statutory duty on local authorities to make enquiries, or require others to do so, where they reasonably believe an adult with care and support needs is experiencing, or at risk of, abuse or neglect (s.42) (HM Government, 2014).'),
bullet('Establishes the six principles of safeguarding: Empowerment, Prevention, Proportionality, Protection, Partnership, and Accountability.'),
bullet('Requires each local authority to establish a Safeguarding Adults Board (SAB), bringing together the local authority, NHS, and police to coordinate and scrutinise safeguarding activity.'),
bullet('Introduces the concept of "Making Safeguarding Personal" – the principle that safeguarding should be person-centred and outcome-focused, engaging the individual in determining what they want from the process.'),
bullet('Defines 10 types of abuse including physical, sexual, psychological, financial, neglect, discriminatory, organisational, domestic, modern slavery, and self-neglect.'),
para(
'The Act replaced and consolidated earlier guidance (No Secrets, 2000) and gave safeguarding adults a firm legal footing for the first time in England.',
false, true
),
h3('c) General Data Protection Regulation (GDPR) 2018'),
para(
'The GDPR 2018, implemented in the UK through the Data Protection Act 2018, governs how personal data is collected, stored, and shared. For safeguarding practice, it:',
false, true
),
bullet('Requires that personal information about individuals involved in safeguarding is handled lawfully, fairly, and transparently.'),
bullet('Does NOT prevent information-sharing for safeguarding purposes. NHS England (2024) confirms: "GDPR 2018 and Data Protection Act 2018 do not prevent or limit the sharing of information for the purposes of keeping children, young people and adults safe."'),
bullet('Provides a lawful basis for sharing without consent where there is a safeguarding concern – for example, when information needs to be shared with police or children\'s services to protect someone from serious harm.'),
bullet('Requires practitioners to apply the principle of data minimisation – sharing only information that is necessary and proportionate to the safeguarding purpose.'),
bullet('Demands that organisations have clear, documented information-sharing protocols, and that staff are trained in GDPR-compliant data handling.'),
para(
'A common misconception in practice is that GDPR prohibits information-sharing between agencies. In fact, GDPR supports proportionate, lawful sharing where a safeguarding duty exists (NHS England, 2024).',
false, true
),
// =============================================
// SECTION 4
// =============================================
h1('SECTION 4 – Safeguarding Roles and Responsibilities'),
// AC 4.1
h2('AC 4.1 – Roles and Responsibilities of Key Parties'),
h3('a) Local Authorities'),
para(
'Under the Care Act 2014, local authorities (LAs) hold primary statutory responsibility for adult safeguarding. Their key duties include:',
false, true
),
bullet('Conducting Section 42 enquiries (or directing others to do so) when there is reasonable cause to suspect that an adult with care and support needs is experiencing, or at risk of, abuse or neglect.'),
bullet('Establishing and chairing the Safeguarding Adults Board (SAB), which brings together the LA, NHS, and police.'),
bullet('Coordinating multi-agency responses to safeguarding concerns.'),
bullet('Providing early intervention and support to prevent harm before it escalates.'),
bullet('Working with children\'s services (under the Children Acts 1989/2004) to respond to concerns about children, including convening Child Protection Conferences and maintaining the Child Protection Register.'),
bullet('Making referrals to the Disclosure and Barring Service (DBS) when a person is dismissed or leaves due to risk or harm to a vulnerable person (Citizens UK, 2019).'),
para(
'Local authorities act as the principal safeguarding lead for their area, with a statutory duty that cannot be delegated away, though they work in partnership with other agencies.',
false, true
),
h3('b) Social Workers'),
para(
'Social workers are frontline professionals with a central role in safeguarding. Their responsibilities include:',
false, true
),
bullet('Conducting holistic assessments of risk and need for vulnerable individuals and families.'),
bullet('Carrying out Section 42 enquiries for adults, and Section 17/47 assessments for children, to determine the level of harm and required intervention.'),
bullet('Developing and reviewing care plans and child protection plans.'),
bullet('Acting as the key professional link between the individual, their family, and multi-agency partners.'),
bullet('Making referrals to specialist services (e.g., MARAC – Multi-Agency Risk Assessment Conference – for domestic abuse, Channel Programme for radicalisation concerns).'),
bullet('Attending Child Protection Case Conferences and contributing to multi-agency decision-making.'),
bullet('Advocating for the rights and best interests of the individuals they support, applying the Mental Capacity Act 2005 where appropriate (SCIE, 2024b).'),
h3('c) Designated Safeguarding Leads (DSL)'),
para(
'A Designated Safeguarding Lead (DSL) is a senior member of staff within a school, college, or organisation who has specific responsibility for safeguarding. Key responsibilities include:',
false, true
),
bullet('Acting as the first point of contact for all staff and volunteers with safeguarding concerns (Edapt, 2024).'),
bullet('Writing and maintaining the organisation\'s safeguarding policy.'),
bullet('Referring cases of suspected abuse or neglect to the local authority children\'s social care or adult services as required.'),
bullet('Referring cases involving radicalisation to the Channel Programme (Prevent duty).'),
bullet('Liaising with external agencies including police, social care, and safeguarding partners.'),
bullet('Promoting a culture of safeguarding awareness throughout the organisation.'),
bullet('Ensuring staff receive appropriate safeguarding training and that they feel supported when raising concerns (Barnsley Safeguarding Partnership, 2022).'),
bullet('Keeping detailed, confidential records of all safeguarding concerns and actions.'),
para(
'"The designated safeguarding lead is responsible for promoting a safe environment for children and young people. They are the first point of contact for all staff and volunteers to go to for advice" (Edapt, 2024).',
false, true
),
// AC 4.2
h2('AC 4.2 – Complex Networks as a Barrier to Safeguarding'),
para('The assertion:'),
para(
'"Complex networks can prove to be a barrier to effective safeguarding" refers to situations where a vulnerable person is involved with multiple agencies, professionals, family members, and community organisations simultaneously – creating communication gaps, role confusion, and accountability deficits that impede timely and effective protection.',
false, true
),
para('Example:'),
para(
'Consider a 14-year-old who is subject to child sexual exploitation (CSE) via county lines. He is known to children\'s social care (which holds a Child in Need plan), his school (which has a DSL), the Youth Offending Team (due to low-level offending linked to exploitation), a CAMHS team (treating anxiety), and the police. Each agency holds a different piece of information. The social worker is unaware of new intelligence the police have gathered about a potential perpetrator. The school DSL does not know the child\'s CAMHS worker has noted increased risk. The Youth Offending Team does not share records with the school. Without a coordinated multi-agency approach, safeguarding plans are incomplete and the child remains at elevated risk. This is reflected in findings from the Child Safeguarding Practice Review Panel (2024), which identified fragmented agency working and poor information-sharing as recurring themes in serious case reviews.',
false, true
),
para('Three Recommendations to Address Barriers in Complex Networks:'),
h3('Recommendation 1: Establish a Named Lead Professional and Regular Multi-Agency Meetings'),
para(
'A single lead professional (often a social worker) should be clearly identified to coordinate the safeguarding response across all agencies involved with a vulnerable person. Regular multi-agency meetings (such as a Child Protection Conference or a MARAC) should be scheduled to share information, review risks, and agree on a unified safeguarding plan. This prevents role overlap, reduces information silos, and ensures accountability (Citizens UK, 2019).',
false, true
),
h3('Recommendation 2: Develop Clear Information-Sharing Protocols'),
para(
'Organisations should have documented, GDPR-compliant information-sharing agreements that set out what information can be shared, with whom, and under what circumstances. All staff should be trained in these protocols. Dixon et al. (2022) note that effective multi-agency safeguarding depends not just on shared vocabulary but on a "shared understanding of what records comprise" and how information is used across different agencies. Joint working processes should be standardised so that information reaches the right person at the right time.',
false, true
),
h3('Recommendation 3: Cross-Boundary and Cross-Border Coordination'),
para(
'Where exploitation crosses geographical boundaries (e.g., county lines, online exploitation), agencies must establish cross-border working arrangements. The Greater Manchester Complex Safeguarding Strategy (2024) highlights the need for regional hubs that support partners in sharing intelligence across local authority and police force boundaries. Nationally consistent safeguarding data systems and agreed escalation pathways help ensure that a vulnerable person cannot "fall through the gaps" when moving between areas or services.',
false, true
),
// AC 4.3
h2('AC 4.3 – Training and Resources for a Designated Safeguarding Lead'),
h3('Resource 1: NSPCC – Safeguarding Training for Designated Leads'),
para(
'The NSPCC offers a range of DSL-specific training programmes, including "Safeguarding children: the role of the designated lead" – a structured, evidence-based training course that covers legislation, recognising abuse, information sharing, inter-agency working, and managing allegations against staff. The NSPCC also provides online toolkits, guidance documents, and the NSPCC Learning Hub, which offers updated modules aligned with current legislation (e.g., Keeping Children Safe in Education 2024). These resources ensure DSLs maintain up-to-date knowledge and can train their own staff effectively.',
false, true
),
h3('Resource 2: Government Guidance – Keeping Children Safe in Education (KCSIE 2024)'),
para(
'Published by the Department for Education (DfE), KCSIE is the statutory guidance that all DSLs in schools and colleges must follow. It sets out the full scope of the DSL role (Annex B), outlines the procedures for managing safeguarding referrals, handling allegations against staff, online safety, and inter-agency working. This document is updated annually and is the essential legal reference document for all designated safeguarding leads in education settings. Alongside KCSIE, the DfE\'s "Working Together to Safeguard Children" (2023) provides DSLs with the multi-agency framework for protecting children.',
false, true
),
// =============================================
// REFERENCES
// =============================================
h1('References'),
new Paragraph({
children: [
new TextRun({
text: 'All references follow Harvard (author-date) format.',
italics: true,
size: 22,
color: '555555',
}),
],
spacing: { after: 120 },
}),
para('Barnsley Safeguarding Partnership (2022) Role of the Designated Safeguarding Lead. Available at: https://www.barnsley.gov.uk/media/21285/dsl-roles-and-responsibilities.pdf [Accessed: 24 May 2026].'),
para('Child Safeguarding Practice Review Panel (2024) Annual Report 2023 to 2024. London: HM Government. Available at: https://assets.publishing.service.gov.uk/media/67c97b1dd0fba2f1334cf300/Child_Safeguarding_Practice_Review_Panel_annual_report_2023_to_2024.pdf [Accessed: 24 May 2026].'),
para('Citizens UK (2019) A Guide for Designated Safeguarding Leads. Available at: https://citizensuk.contentfiles.net/media/documents/A_Guide_for_Designated_Safeguarding_Leads_Updated_18.12.19.pdf [Accessed: 24 May 2026].'),
para('Dixon, S., Kendall, B., Driscoll, J. and Pope, C. (2022) \'Supporting the "multi" in multi-agency working: learning with and from each other could enable multi-agency safeguarding\', British Journal of General Practice. PMC9423065.'),
para('Edapt (2024) Designated Safeguarding Lead. Available at: https://www.edapt.org.uk/support/knowledge-base/designated-safeguarding-lead [Accessed: 24 May 2026].'),
para('Greater Manchester Combined Authority (2024) Greater Manchester Complex Safeguarding Strategy. Available at: https://www.greatermanchester-ca.gov.uk/media/2z5p0kqu/complex-safeguarding-report-v2.pdf [Accessed: 24 May 2026].'),
para('Hillingdon Safeguarding Partnership (2024) Safeguarding Children with Complex Needs and Disabilities. Available at: https://hillingdonsafeguardingpartnership.org.uk/wp-content/uploads/2024/05/Safeguarding-Children-with-Complex-Needs-and-Disabilities-2024.pdf [Accessed: 24 May 2026].'),
para('HM Government (2014) Care Act 2014. London: HMSO. Available at: https://www.legislation.gov.uk/ukpga/2014/23 [Accessed: 24 May 2026].'),
para('HM Government (2003) Sexual Offences Act 2003. London: HMSO. Available at: https://www.legislation.gov.uk/ukpga/2003/42/contents [Accessed: 24 May 2026].'),
para('HMCTS (2024) HMCTS Safeguarding Policy. Available at: https://www.gov.uk/government/publications/safeguarding-in-hmcts/hmcts-safeguarding-policy [Accessed: 24 May 2026].'),
para('Leicester Sexual Health (2024) Safeguarding. Available at: https://leicestersexualhealth.nhs.uk/safeguarding [Accessed: 24 May 2026].'),
para('NCVO (National Council for Voluntary Organisations) (2024) Safeguarding, Vulnerable Clients and DBS. Available at: https://www.ncvo.org.uk/help-and-guidance/involving-volunteers/volunteers-and-the-law/safeguarding-vulnerable-clients [Accessed: 24 May 2026].'),
para('NHS England (2024) Safeguarding Children, Young People and Adults at Risk in the NHS. Available at: https://www.england.nhs.uk/long-read/safeguarding-children-young-people-and-adults-at-risk-in-the-nhs [Accessed: 24 May 2026].'),
para('ProTrainings (2024) The Sexual Offences Act 2003. Available at: https://www.protrainings.uk/courses/health-and-social-care/safeguarding-children/videos/legislation-relating-to-safeguarding-children [Accessed: 24 May 2026].'),
para('SCIE (Social Care Institute for Excellence) (2024a) Types and Indicators of Abuse: Safeguarding Adults. Available at: https://www.scie.org.uk/safeguarding/adults/introduction/types-and-indicators-of-abuse [Accessed: 24 May 2026].'),
para('SCIE (Social Care Institute for Excellence) (2024b) Legislation Relating to Safeguarding Adults. Available at: https://www.scie.org.uk/safeguarding/adults/legislation [Accessed: 24 May 2026].'),
para('Virtual College (2024) What Are the 6 Principles of Safeguarding? Available at: https://www.virtual-college.co.uk/resources/what-are-the-6-principles-of-safeguarding [Accessed: 24 May 2026].'),
],
},
],
});
Packer.toBuffer(doc).then(buffer => {
fs.writeFileSync('/home/daytona/workspace/safeguarding-notes/Safeguarding_Professional_Discussion_Notes.docx', buffer);
console.log('Document created successfully.');
});
cd /home/daytona/workspace/safeguarding-notes && node create_notes.js 2>&1
python3 /home/daytona/skills/docx/scripts/office/validate.py /home/daytona/works…
ls -lh /home/daytona/workspace/safeguarding-notes/ && python3 -c "import zipfile…
Safeguarding Professional Discussion Notes
Word Document · DOCX