---
title: "NEWS Care Plan"
canonical: "https://wiki.patientsknowbest.com/space/DEPLOY/3573514958/NEWS%20Care%20Plan"
format: markdown
---
> Macro (toc)

# Key Objectives

To have a digital early warning NEWs chart for staff assessing patients in the hospital.

# Outcome Measures

Equip every staff with a digital NEWS chart that can be shared with other clinicians involved in the patients care and a care plan that can be shared with the patient after their hospital stay.

# Current Baselines

NEWS is currently paper based and not viewable by anyone not by the patient's bedside.

# NEWS Chart Care Plan Template

![image](media://86f61249-96c8-4715-8cc9-2489f8029857)

<details>
<summary>Example care plan template code for NEWS Chart Care Plan HTML</summary>

<div class="form-inline">

<style media="screen">

.form-group {width: 100%; !important}

</style>

<p>This care plan is for your team to complete while you are in hospital. </p>

<div class="row" style="margin: 15px 0px 15px 0px;">

<div class="col-sm-6">

<label class="cp_label" for="cp_airOxygen">Air or oxygen</label>

</div>

<div class="col-sm-6" style="margin-top: 15px;">

<select class="form-control" name="cp_airOxygen" id="cp_airOxygen">

<option value="--">Select</option>

<option value="3">3</option>

<option value="2">2</option>

<option value="1">1</option>

<option value="0">0</option>

</select>

</div>

</div>

<img src="/images/hosted/delphi_pavilion_the.news.scoring.system.png" alt="The NEWS Scoring System" style=" max-width: 720px; width: 100%; height: auto;"></img>

<div class="row" style="padding-left:20px;">

<label for="cp_newsScore"><h3>NEWS Score</h3></label>

<textarea class="form-control" name="cp_newsScorecp_newsScore" id="cp_newsScore" rows="3" style="width: 100%;"></textarea>

</div>

<img src="[https://cdn.patientsknowbest.com/careplanimages/education/NEWS2%20Chart%202_NEWS%20thresholds.png](https://cdn.patientsknowbest.com/careplanimages/education/NEWS2%20Chart%202_NEWS%20thresholds.png)" alt="" style=" max-width: 720px; width: 100%; height: auto; margin-top: 15px;"></img>

<img src="[https://cdn.patientsknowbest.com/careplanimages/education/NEWS%20careplan%20image%20.png](https://cdn.patientsknowbest.com/careplanimages/education/NEWS%20careplan%20image%20.png)" alt="News score threshold" style=" max-width: 720px; width: 100%; height: auto; margin: 15px 0px 15px 0px;"></img>

<p><a href="[https://www.rcplondon.ac.uk/projects/outputs/national-early-warning-score-news-2](https://www.rcplondon.ac.uk/projects/outputs/national-early-warning-score-news-2) " target="_blank">[https://www.rcplondon.ac.uk/projects/outputs/national-early-warning-score-news-2](https://www.rcplondon.ac.uk/projects/outputs/national-early-warning-score-news-2) </a></p>

</div>
</details>