COVID-19 Care Plan for Staff

PKB has designed a Covid 19 care plan template for clinical staff to use in their PKB patient record for demonstration purposes. You are welcome to use the plan as is, or please request changes by speaking to your Success project manager to tailor this for your organisation. The below care plan is an example and we are happy to work with you to build a range of care plans to suit different needs or stages of care.

What’s contained in a PKB care plan?

PKB will always show any diagnoses, allergies and medications that have been entered in the patient record. The main body of the plan includes an action plan. The action plan can contain information on the patients care, health goals and advice on monitoring their conditions. (Including video or web links). Key Symptoms and Measurements can also be selected to track and displayed for the patient.

How can I provide the care plan to our staff?

PKB can work with your organisation to act at speed and scale to mass register all of the staff with a PKB patient record. The care plan template can be added once by the Team Coordinator and instantly available for all staff in their patient record once they register.

COVID-19 Self-swab for Healthcare Staff Care Plan

Asymptomatic COVID-19 testing is being made available to all patient-facing healthcare staff. This care plan allows tracking the results of a single box of Innova SARS-CoV-2 Angtigen Rapid Qualitative Test.

The screenshots show the edit and view modes of the care plan. The care plan embeds instructions and video from the NHS web site for staff.

For each of the 25 tests, there is a date, a time and a result field. At the top of the plan is the lot number for the box, and the employee number. The source code of the PKB template is available below for use with your staff.

Example HTML code for Innova test care plan template

<div class="form-inline">

<style media="screen">

a {word-wrap: break-word;}

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

ul {list-style:inherit; margin-left: 15px;}

.cp_whiteBox {background-color:#ffffff; padding:15px; margin-bottom:10px; margin-top:10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;}

.separator{height: 3px; background-color: #666666; margin-top: 5px; margin-bottom: 5px;}

</style>

<div class="cp_whiteBox">

<p><b>To enter your results below:</b></p>

<ul>

<li style="list-style:inherit; margin-left: 15px;">Edit the Plan (upper right)</li>

<li style="list-style:inherit; margin-left: 15px;">Complete all fields for your test</li>

<li style="list-style:inherit; margin-left: 15px;">At the bottom of the page, Save the plan</li>

</ul>

<br />

<p><b>When you complete all 25 tests in this plan, <a href="https://manual.patientsknowbest.com/patient/plans#h.p_HLBL3xjKDV3v" target="_blank" rel="noopener noreferrer">add a new plan</a> to document any further tests.</b></p>

<br />

<p><b>Before getting started:</b></p>

<ul>

<li style="list-style:inherit; margin-left: 15px;">Watch the training video below which provides step-by-step instructions on self-administering a Lateral Flow COVID-19 test</li>

<div class="embed-responsive embed-responsive-16by9" style="margin-top:15px;">

<iframe class="embed-responsive-item" src="https://learninghub.nhs.uk/self-swab" allowfullscreen="true"></iframe>

</div>

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

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

<label class="cp_TrainingVideo" for="cp_TrainingVideo">I have watched the training video: </label>

</div>

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

<div class="form-check">

<input class="form-check-input form-control" type="checkbox" name="cp_TrainingVideo" id="cp_TrainingVideo" value="Yes"> Yes</input>

</div>

</div>

</div>

<br />

<li style="list-style:inherit; margin-left: 15px;">Read the <a href="https://idevelop-thh.co.uk/pluginfile.php/16323/course/section/2507/Staff%20LFD%20Testing%20-%20Instruction%20Guide.pdf" target="_blank" rel="noopener noreferrer">instructions form</a></li>

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

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

<label class="cp_InstructionsForm" for="cp_InstructionsForm">I have read the instructions form: </label>

</div>

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

<div class="form-check">

<input class="form-check-input form-control" type="checkbox" name="cp_InstructionsForm" id="cp_InstructionsForm" value="Yes"> Yes</input>

</div>

</div>

</div>

</ul>

<br />

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

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

<label class="cp_EmployeeNo" for="cp_EmployeeNo"><b>Employee Number</b></label>

</div>

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

<input type="text" name="cp_EmployeeNo" id="cp_EmployeeNo" class="form-control" style="width: 100%;"></input>

</div>

</div>

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

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

<label class="cp_LotNo" for="cp_LotNo"><b>Lot number of test strip</b> &#8212; found on outside package of test device</label>

</div>

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

<input type="text" name="cp_LotNo" id="cp_LotNo" class="form-control" style="width: 100%;"></input>

</div>

</div>

<br />

<hr class="separator"/>

<br />

<h3>Test 1</h3>

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

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

<label class="T1_TestDate" for="T1_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T1_TestDate" id="cp_T1_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T1_TestTime" for="cp_T1_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T1_TestTime" id="cp_T1_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T1_Result" for="cp_T1_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T1_Result" id="cp_T1_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 2</h3>

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

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

<label class="T2_TestDate" for="T2_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T2_TestDate" id="cp_T2_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T2_TestTime" for="cp_T2_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T2_TestTime" id="cp_T2_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T2_Result" for="cp_T2_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T2_Result" id="cp_T2_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 3</h3>

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

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

<label class="T3_TestDate" for="T3_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T3_TestDate" id="cp_T3_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T3_TestTime" for="cp_T3_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T3_TestTime" id="cp_T3_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T3_Result" for="cp_T3_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T3_Result" id="cp_T3_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 4</h3>

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

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

<label class="T4_TestDate" for="T4_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T4_TestDate" id="cp_T4_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T4_TestTime" for="cp_T4_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T4_TestTime" id="cp_T4_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T4_Result" for="cp_T4_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T4_Result" id="cp_T4_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 5</h3>

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

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

<label class="T5_TestDate" for="T5_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T5_TestDate" id="cp_T5_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T5_TestTime" for="cp_T5_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T5_TestTime" id="cp_T5_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T5_Result" for="cp_T5_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T5_Result" id="cp_T5_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 6</h3>

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

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

<label class="T6_TestDate" for="T6_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T6_TestDate" id="cp_T6_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T6_TestTime" for="cp_T6_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T6_TestTime" id="cp_T6_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T6_Result" for="cp_T6_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T6_Result" id="cp_T6_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 7</h3>

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

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

<label class="T7_TestDate" for="T7_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T7_TestDate" id="cp_T7_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T7_TestTime" for="cp_T7_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T7_TestTime" id="cp_T7_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T7_Result" for="cp_T7_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T7_Result" id="cp_T7_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 8</h3>

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

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

<label class="T8_TestDate" for="T8_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T8_TestDate" id="cp_T8_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T8_TestTime" for="cp_T8_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T8_TestTime" id="cp_T8_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T8_Result" for="cp_T8_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T8_Result" id="cp_T8_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 9</h3>

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

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

<label class="T9_TestDate" for="T9_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T9_TestDate" id="cp_T9_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T9_TestTime" for="cp_T9_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T9_TestTime" id="cp_T9_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T9_Result" for="cp_T9_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T9_Result" id="cp_T9_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 10</h3>

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

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

<label class="T10_TestDate" for="T10_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T10_TestDate" id="cp_T10_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T10_TestTime" for="cp_T10_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T10_TestTime" id="cp_T10_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T10_Result" for="cp_T10_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T10_Result" id="cp_T10_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 11</h3>

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

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

<label class="T11_TestDate" for="T11_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T11_TestDate" id="cp_T11_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T11_TestTime" for="cp_T11_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T11_TestTime" id="cp_T11_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T11_Result" for="cp_T11_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T11_Result" id="cp_T11_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 12</h3>

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

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

<label class="T12_TestDate" for="T12_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T12_TestDate" id="cp_T12_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T12_TestTime" for="cp_T12_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T12_TestTime" id="cp_T12_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T12_Result" for="cp_T12_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T12_Result" id="cp_T12_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 13</h3>

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

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

<label class="T13_TestDate" for="T13_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T13_TestDate" id="cp_T13_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T13_TestTime" for="cp_T13_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T13_TestTime" id="cp_T13_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T13_Result" for="cp_T13_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T13_Result" id="cp_T13_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 14</h3>

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

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

<label class="T14_TestDate" for="T14_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T14_TestDate" id="cp_T14_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T14_TestTime" for="cp_T14_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T14_TestTime" id="cp_T14_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T14_Result" for="cp_T14_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T14_Result" id="cp_T14_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 15</h3>

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

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

<label class="T15_TestDate" for="T15_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T15_TestDate" id="cp_T15_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T15_TestTime" for="cp_T15_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T15_TestTime" id="cp_T15_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T15_Result" for="cp_T15_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T15_Result" id="cp_T15_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 16</h3>

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

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

<label class="T16_TestDate" for="T16_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T16_TestDate" id="cp_T16_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T16_TestTime" for="cp_T16_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T16_TestTime" id="cp_T16_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T16_Result" for="cp_T16_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T16_Result" id="cp_T16_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 17</h3>

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

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

<label class="T17_TestDate" for="T17_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T17_TestDate" id="cp_T17_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T17_TestTime" for="cp_T17_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T17_TestTime" id="cp_T17_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T17_Result" for="cp_T17_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T17_Result" id="cp_T17_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 18</h3>

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

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

<label class="T18_TestDate" for="T18_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T18_TestDate" id="cp_T18_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T18_TestTime" for="cp_T18_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T18_TestTime" id="cp_T18_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T18_Result" for="cp_T18_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T18_Result" id="cp_T18_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 19</h3>

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

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

<label class="T19_TestDate" for="T19_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T19_TestDate" id="cp_T19_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T19_TestTime" for="cp_T19_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T19_TestTime" id="cp_T19_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T19_Result" for="cp_T19_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T19_Result" id="cp_T19_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 20</h3>

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

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

<label class="T20_TestDate" for="T20_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T20_TestDate" id="cp_T20_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T20_TestTime" for="cp_T20_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T20_TestTime" id="cp_T20_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T20_Result" for="cp_T20_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T20_Result" id="cp_T20_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 21</h3>

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

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

<label class="T21_TestDate" for="T21_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T21_TestDate" id="cp_T21_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T21_TestTime" for="cp_T21_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T21_TestTime" id="cp_T21_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T21_Result" for="cp_T21_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T21_Result" id="cp_T21_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 22</h3>

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

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

<label class="T22_TestDate" for="T22_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T22_TestDate" id="cp_T22_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T22_TestTime" for="cp_T22_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T22_TestTime" id="cp_T22_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T22_Result" for="cp_T22_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T22_Result" id="cp_T22_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 23</h3>

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

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

<label class="T23_TestDate" for="T23_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T23_TestDate" id="cp_T23_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T23_TestTime" for="cp_T23_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T23_TestTime" id="cp_T23_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T23_Result" for="cp_T23_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T23_Result" id="cp_T23_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 24</h3>

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

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

<label class="T24_TestDate" for="T24_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T24_TestDate" id="cp_T24_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T24_TestTime" for="cp_T24_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T24_TestTime" id="cp_T24_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T24_Result" for="cp_T24_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T24_Result" id="cp_T24_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

<h3>Test 25</h3>

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

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

<label class="T25_TestDate" for="T25_TestDate"><b>Date you performed the test</b></label>

</div>

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

<input type="date" name="cp_T25_TestDate" id="cp_T25_TestDate" class="form-control" placeholder="dd/mm/yyyy"></input>

</div>

</div>

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

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

<label class="cp_T25_TestTime" for="cp_T25_TestTime"><b>Time test was taken</b> &#8212; use 24 hour clock e.g. 15:30</label>

</div>

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

<input type="text" name="cp_T25_TestTime" id="cp_T25_TestTime" class="form-control" maxlength="5" placeholder="hh:mm"></input>

</div>

</div>

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

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

<label class="cp_T25_Result" for="cp_T25_Result"><b>Result</b></label>

</div>

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

<select class="form-control" style="width: 100%;" name="cp_T25_Result" id="cp_T25_Result">

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

<option value="Detected (Positive for COVID-19)">Detected (Positive for COVID-19)</option>

<option value="Not Detected (Negative for COVID-19)">Not Detected (Negative for COVID-19)</option>

<option value="Indeterminate (Result Error or Inconclusive)">Indeterminate (Result Error or Inconclusive)</option>

</select>

</div>

</div>

<br />

</div>

</div>


Rolling out the Innova tests with your staff

Providing this care plan to all your staff has two benefits. The immediate benefit is providing them with a record of their results to track their health, and providing your hospital with real-time tracking of your workforce. Hospitals are required to submit weekly reports to NHS England, and the results across the hospital are available via the CSV export and via the REST API for care plans.

The long term benefit is that all your hospital staff use a PKB record as a patient. This is one of the best ways to start clinical transformation as the staff can personally see the benefits of using PKB and lose the anxiety from not knowing how PKB actually works. Patients are most likely to register when the invitation to register comes from a staff member. So as your staff trust PKB as a record for their health, they pass that trust onto their patients.

How to use the care plan and test kit with your staff

  1. Log into PKB and search for the staff member's patient record using their NHS number

  2. If the staff member is not registered as a patient, ask them for their personal email address and add it to the 'Add email section', (explain their work email is for their professional PKB account)

  3. Click on Create Plan and choose the Covid 19 care plan and save it to their record (PKB will automatically email the staff member on their personal email to let them know this happened)

  4. Give the staff member the test kit

  5. Ask the staff member to edit and update the care plan after each test

Downloading data for staff testing

Below is a screenshot showing the key-value pairs for the test number and an example of a CSV file. For example, for Data point "cp_T1_Result", the Value column shows the test result "Detected (Positive for COVID-19)". For each test date field, e.g. Data point column "cp_T1_TestDate", the value is the date entered for taking the test, e.g. "2020-11-01". But the column "Date", e.g."20-11-2020", is the day the care plan was added to the patient's record and will be the same for all data from that same care plan, regardless of the date the data is entered.

Example exported CSV text

Patient National Identifier,Patient Local Identifier,Data point,Date,Value,Value 2,Entered by

5598914174,,cp_T1_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T2_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T3_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T4_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T5_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T6_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T7_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T8_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T9_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T10_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T11_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T12_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T13_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T14_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T15_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T16_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T17_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T18_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T19_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T20_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T21_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T22_Result,20-11-2020,Not Detected (Negative for COVID-19),,Ms Daisy Allen

5598914174,,cp_T23_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_T24_Result,20-11-2020,Detected (Positive for COVID-19),,Ms Daisy Allen

5598914174,,cp_T25_Result,20-11-2020,Indeterminate (Result Error or Inconclusive),,Ms Daisy Allen

5598914174,,cp_EmployeeNo,20-11-2020,2346,,Ms Daisy Allen

5598914174,,cp_LotNo,20-11-2020,2456-95a,,Ms Daisy Allen

5598914174,,cp_T1_TestDate,20-11-2020,2020-11-01,,Ms Daisy Allen

5598914174,,cp_T1_TestTime,20-11-2020,08:01,,Ms Daisy Allen

5598914174,,cp_T2_TestDate,20-11-2020,2020-11-02,,Ms Daisy Allen

5598914174,,cp_T2_TestTime,20-11-2020,08:02,,Ms Daisy Allen

5598914174,,cp_T3_TestDate,20-11-2020,2020-11-03,,Ms Daisy Allen

5598914174,,cp_T3_TestTime,20-11-2020,08:03,,Ms Daisy Allen

5598914174,,cp_T4_TestDate,20-11-2020,2020-11-04,,Ms Daisy Allen

5598914174,,cp_T4_TestTime,20-11-2020,08:04,,Ms Daisy Allen

5598914174,,cp_T5_TestDate,20-11-2020,2020-11-05,,Ms Daisy Allen

5598914174,,cp_T5_TestTime,20-11-2020,08:05,,Ms Daisy Allen

5598914174,,cp_T6_TestDate,20-11-2020,2020-11-06,,Ms Daisy Allen

5598914174,,cp_T6_TestTime,20-11-2020,08:06,,Ms Daisy Allen

5598914174,,cp_T7_TestDate,20-11-2020,2020-11-07,,Ms Daisy Allen

5598914174,,cp_T7_TestTime,20-11-2020,08:07,,Ms Daisy Allen

5598914174,,cp_T8_TestDate,20-11-2020,2020-11-08,,Ms Daisy Allen

5598914174,,cp_T8_TestTime,20-11-2020,08:08,,Ms Daisy Allen

5598914174,,cp_T9_TestDate,20-11-2020,2020-11-09,,Ms Daisy Allen

5598914174,,cp_T9_TestTime,20-11-2020,08:09,,Ms Daisy Allen

5598914174,,cp_T10_TestDate,20-11-2020,2020-11-10,,Ms Daisy Allen

5598914174,,cp_T10_TestTime,20-11-2020,08:10,,Ms Daisy Allen

5598914174,,cp_T11_TestDate,20-11-2020,2020-11-11,,Ms Daisy Allen

5598914174,,cp_T11_TestTime,20-11-2020,08:11,,Ms Daisy Allen

5598914174,,cp_T12_TestDate,20-11-2020,2020-11-12,,Ms Daisy Allen

5598914174,,cp_T12_TestTime,20-11-2020,08:12,,Ms Daisy Allen

5598914174,,cp_T13_TestDate,20-11-2020,2020-11-13,,Ms Daisy Allen

5598914174,,cp_T13_TestTime,20-11-2020,08:13,,Ms Daisy Allen

5598914174,,cp_T14_TestDate,20-11-2020,2020-11-14,,Ms Daisy Allen

5598914174,,cp_T14_TestTime,20-11-2020,08:14,,Ms Daisy Allen

5598914174,,cp_T15_TestDate,20-11-2020,2020-11-15,,Ms Daisy Allen

5598914174,,cp_T15_TestTime,20-11-2020,08:15,,Ms Daisy Allen

5598914174,,cp_T16_TestDate,20-11-2020,2020-11-16,,Ms Daisy Allen

5598914174,,cp_T16_TestTime,20-11-2020,08:16,,Ms Daisy Allen

5598914174,,cp_T17_TestDate,20-11-2020,2020-11-17,,Ms Daisy Allen

5598914174,,cp_T17_TestTime,20-11-2020,08:17,,Ms Daisy Allen

5598914174,,cp_T18_TestDate,20-11-2020,2020-11-18,,Ms Daisy Allen

5598914174,,cp_T18_TestTime,20-11-2020,08:18,,Ms Daisy Allen

5598914174,,cp_T19_TestDate,20-11-2020,2020-11-19,,Ms Daisy Allen

5598914174,,cp_T19_TestTime,20-11-2020,08:19,,Ms Daisy Allen

5598914174,,cp_T20_TestDate,20-11-2020,2020-11-20,,Ms Daisy Allen

5598914174,,cp_T20_TestTime,20-11-2020,08:20,,Ms Daisy Allen

5598914174,,cp_T21_TestDate,20-11-2020,2020-11-21,,Ms Daisy Allen

5598914174,,cp_T21_TestTime,20-11-2020,08:21,,Ms Daisy Allen

5598914174,,cp_T22_TestDate,20-11-2020,2020-11-22,,Ms Daisy Allen

5598914174,,cp_T22_TestTime,20-11-2020,08:22,,Ms Daisy Allen

5598914174,,cp_T23_TestDate,20-11-2020,2020-11-23,,Ms Daisy Allen

5598914174,,cp_T23_TestTime,20-11-2020,08:23,,Ms Daisy Allen

5598914174,,cp_T24_TestDate,20-11-2020,2020-11-24,,Ms Daisy Allen

5598914174,,cp_T24_TestTime,20-11-2020,08:24,,Ms Daisy Allen

5598914174,,cp_T25_TestDate,20-11-2020,2020-11-25,,Ms Daisy Allen

5598914174,,cp_T25_TestTime,20-11-2020,08:25,,Ms Daisy Allen

5598914174,,cp_TrainingVideo,20-11-2020,true,,Ms Daisy Allen

5598914174,,cp_InstructionsForm,20-11-2020,true,,Ms Daisy Allen