Pre-Operative Care Plan Template
Key Objectives
Provide patients with a digital care plan providing them with pre-operative information and their assessment for day surgery.
Outcome measures
Equip patients with the information and assessment that's completed before day surgery admissions for surgery.
Current Baselines
Patients don't currently have access to the pre-operative assessment completed by the team.
Health Questionnaire Care Plan Template
Key Objectives
Provide patients with a digital health questionnaire care plan, assessing them for surgery.
Outcome measures
Equip patients with information and reduce clinical appointments
Current Baselines
All health questionnaires are on paper and sometimes forgotten by patients if sent prior to surgery or not shared with patients at all.
Example HTML code for Health questionnaire care plan template
<div class="form-inline">
<style media="screen">
a {word-wrap: break-word;}
.form-group {width: 100%; !important}
.cp_whiteBox {background-color:#ffffff; padding:15px; margin-bottom:10px; margin-top:10px; border-radius: 10px; border: 3px solid #014151;}
.cp_separator {height: 3px; background-color: #898989; margin-top: 5px; margin-bottom: 5px;}
</style>
<div class="cp_whiteBox">
<h2>Health Questionnaire - Assessing you for admission</h2>
<p>This questionnaire will provide us with an overall picture of your current state of health and will take around 30 minutes to complete. It's important that you provide us with detailed and honest information about your health and lifestyle choices.</p> <div class="row" style="margin-top: 15px;">
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_preferNameAddress" id="cp_preferNameAddress" class="form-control" style="width: 100%;"/>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_dob" id="cp_dob" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_escortNameNOK">Next of Kin Name:</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_escortNameNOK" id="cp_escortNameNOK" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_escortNameNOKtel">Next of Kin Telephone No:</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_escortNameNOKtel" id="cp_escortNameNOKtel" class="form-control" style="width: 100%;"/>
</div>
</div>
<hr class="cp_separator"/>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_GPname">GP Name:</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_GPname" id="cp_GPname" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_GPaddress">Address:</label>
<textarea class="form-control" name="cp_GPaddress" id="cp_GPaddress" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_GPtel">Telephone No:</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_GPtel" id="cp_GPtel" class="form-control" style="width: 100%;"/>
</div>
</div>
<hr class="cp_separator"/>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_StateName">If you are completing this Health Care Questionnaire on behalf of a patient, please can you state your name and relationship to the patient:</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_StateName" id="cp_StateName" class="form-control" style="width: 100%;"/>
</div>
</div>
<hr class="cp_separator"/>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_dataStateProcedure">Please state what procedure/surgery you are attending the Hospital for?</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_dataStateProcedure" id="cp_dataStateProcedure" class="form-control" style="width: 100%;"/>
</div>
</div>
</div>
<div class="cp_whiteBox">
<h2>PATIENT TO COMPLETE:</h2>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Please confirm you have read and understand the Admission Information located in the <a href="/library/manageLibrary.action" target="_blank">Library</a> that contains all the relevant information you should need before, during and after your stay in hospital.</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q1" id="cp_q1_yes" value="Yes">
<label class="form-check-label" for="cp_q1_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q1" id="cp_q1_no" value="No">
<label class="form-check-label" for="cp_q1_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you double vaccinated against COVID 19? (Double vaccinated is defined as receiving 2 doses of a COVID-19 vaccine and does not include any booster vaccinations.)</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_covidinjectionRequired" id="cp_covidinjectionRequiredYes" value="Yes">
<label class="form-check-label" for="cp_covidinjectionRequiredYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_covidinjectionRequired" id="cp_covidinjectionRequiredNo" value="No">
<label class="form-check-label" for="cp_covidinjectionRequiredNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Will you need an interpreter available on the day of your admission?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_intepreterRequired" id="cp_intepreterRequiredYes" value="Yes">
<label class="form-check-label" for="cp_intepreterRequiredYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_intepreterRequired" id="cp_intepreterRequiredNo" value="No">
<label class="form-check-label" for="cp_intepreterRequiredNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any Mental Capacity issues that would mean you require a carer to escort you on the day of your admission?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q2" id="cp_q2_yes" value="Yes">
<label class="form-check-label" for="cp_q2_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q2" id="cp_q2_no" value="No">
<label class="form-check-label" for="cp_q2_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Will you have a responsible/capable adult at home to look after you for the first 24 hours following your operation/procedure?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q4" id="cp_q4_yes" value="Yes">
<label class="form-check-label" for="cp_q4_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q4" id="cp_q4_no" value="No">
<label class="form-check-label" for="cp_q4_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Will you have access to a telephone for the first 24 hours following your operation/ procedure?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q3" id="cp_q3_yes" value="Yes">
<label class="form-check-label" for="cp_q3_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q3" id="cp_q3_no" value="No">
<label class="form-check-label" for="cp_q3_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Will you be able to provide your own transport WITH a responsible/capable adult escorting you if discharged within 24 hours following your operation?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q5" id="cp_q5_yes" value="Yes">
<label class="form-check-label" for="cp_q5_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q5" id="cp_q5_no" value="No">
<label class="form-check-label" for="cp_q5_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you had any previous surgery/procedures?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q6" id="cp_q6_yes" value="Yes">
<label class="form-check-label" for="cp_q6_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q6" id="cp_q6_no" value="No">
<label class="form-check-label" for="cp_q6_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_procedures">If yes please list the surgery/procedure and date.</label>
<textarea class="form-control" name="cp_procedures" id="cp_procedures" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any medical conditions e.g Diabetes, Asthma, COPD, Hypothyroid?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q7" id="cp_q7_yes" value="Yes">
<label class="form-check-label" for="cp_q7_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q7" id="cp_q7_no" value="No">
<label class="form-check-label" for="cp_q7_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_medicalCondition">If yes please list your medical condition:</label>
<textarea class="form-control" name="cp_medicalCondition" id="cp_medicalCondition" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have a specific allergy to any of the following? Latex, Nickel, any metal, Gentamicin, eggs, nuts, anaesthetic medications, Iodine or CT contrast.</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q8" id="cp_q8_yes" value="Yes">
<label class="form-check-label" for="cp_q8_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q8" id="cp_q8_no" value="No">
<label class="form-check-label" for="cp_q8_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any allergies other than those listed above?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_otherAllergies" id="cp_otherAllergiesYes" value="Yes">
<label class="form-check-label" for="cp_otherAllergiesYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_otherAllergies" id="cp_otherAllergiesNo" value="No">
<label class="form-check-label" for="cp_otherAllergiesNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_allergiesList">If yes please list your allergies here:</label>
<textarea class="form-control" name="cp_allergiesList" id="cp_allergiesList" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have speech/vocal problems or needs?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q10" id="cp_q10_yes" value="Yes">
<label class="form-check-label" for="cp_q10_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q10" id="cp_q10_no" value="No">
<label class="form-check-label" for="cp_q10_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you fully independent with mobility, and able to dress and undress yourself?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q11" id="cp_q11_yes" value="Yes">
<label class="form-check-label" for="cp_q11_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q11" id="cp_q11_no" value="No">
<label class="form-check-label" for="cp_q11_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever had a blood transfusion?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_bloodTransfusion" id="cp_bloodTransfusionYes" value="Yes">
<label class="form-check-label" for="cp_bloodTransfusionYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_bloodTransfusion" id="cp_bloodTransfusionNo" value="No">
<label class="form-check-label" for="cp_bloodTransfusionNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>If yes, did you have any problems because of the blood transfusion?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q12" id="cp_q12_yes" value="Yes">
<label class="form-check-label" for="cp_q12_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q12" id="cp_q12_no" value="No">
<label class="form-check-label" for="cp_q12_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>If you have had a blood transfusion, was it within the last 90 days?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q13" id="cp_q13_yes" value="Yes">
<label class="form-check-label" for="cp_q13_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q13" id="cp_q13_no" value="No">
<label class="form-check-label" for="cp_q13_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever suffered with chest pain and/ or diagnosed with angina?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q14" id="cp_q14_yes" value="Yes">
<label class="form-check-label" for="cp_q14_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q14" id="cp_q14_no" value="No">
<label class="form-check-label" for="cp_q14_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_chestPain">If yes, please state when:</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_chestPain" id="cp_chestPain" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever been diagnosed with heart failure?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q15" id="cp_q15_yes" value="Yes">
<label class="form-check-label" for="cp_q15_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q15" id="cp_q15_no" value="No">
<label class="form-check-label" for="cp_q15_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever been referred to a heart specialist?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q16" id="cp_q16_yes" value="Yes">
<label class="form-check-label" for="cp_q16_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q16" id="cp_q16_no" value="No">
<label class="form-check-label" for="cp_q16_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_specialistHospital">If yes, Please state the specialist/hospital you were referred to and when:</label>
<textarea class="form-control" name="cp_specialistHospital" id="cp_specialistHospital" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever had a heart attack?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q17" id="cp_q17_yes" value="Yes">
<label class="form-check-label" for="cp_q17_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q17" id="cp_q17_no" value="No">
<label class="form-check-label" for="cp_q17_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have heart stents in place?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q18" id="cp_q18_yes" value="Yes">
<label class="form-check-label" for="cp_q18_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q18" id="cp_q18_no" value="No">
<label class="form-check-label" for="cp_q18_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever been diagnosed with a heart murmur or heart valve problems?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q19" id="cp_q19_yes" value="Yes">
<label class="form-check-label" for="cp_q19_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q19" id="cp_q19_no" value="No">
<label class="form-check-label" for="cp_q19_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever suffered with a very fast, slow or irregular heartbeat, or have you been diagnosed with AF (Atrial Fibrilation)?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q20" id="cp_q20_yes" value="Yes">
<label class="form-check-label" for="cp_q20_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q20" id="cp_q20_no" value="No">
<label class="form-check-label" for="cp_q20_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have high blood pressure, high cholesterol, or are you prescribed blood pressure medications?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q22" id="cp_q22_yes" value="Yes">
<label class="form-check-label" for="cp_q22_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q22" id="cp_q22_no" value="No">
<label class="form-check-label" for="cp_q22_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you suffer from dizziness or fainting?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q23" id="cp_q23_yes" value="Yes">
<label class="form-check-label" for="cp_q23_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q23" id="cp_q23_no" value="No">
<label class="form-check-label" for="cp_q23_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have a pacemaker or internal defibrillator in place?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q24" id="cp_q24_yes" value="Yes">
<label class="form-check-label" for="cp_q24_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q24" id="cp_q24_no" value="No">
<label class="form-check-label" for="cp_q24_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_24_hospital">If yes, in which hospital was it inserted and when?</label>
<textarea class="form-control" name="cp_24_hospital" id="cp_24_hospital" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever been diagnosed with any aneurysm (a diagnosed bulge or ballooning of blood vessels)?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q26" id="cp_q26_yes" value="Yes">
<label class="form-check-label" for="cp_q26_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q26" id="cp_q26_no" value="No">
<label class="form-check-label" for="cp_q26_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_26_Hospital">If yes, in which hospital was it diagnosed and when?</label>
<textarea class="form-control" name="cp_26_Hospital" id="cp_26_Hospital" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever been diagnosed with Peripheral Vascular Disease or any other blood circulation disorders?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q27" id="cp_q27_yes" value="Yes">
<label class="form-check-label" for="cp_q27_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q27" id="cp_q27_no" value="No">
<label class="form-check-label" for="cp_q27_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever had a stroke/mini stroke or TIA?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q28" id="cp_q28_yes" value="Yes">
<label class="form-check-label" for="cp_q28_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q28" id="cp_q28_no" value="No">
<label class="form-check-label" for="cp_q28_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_28_when">If yes, please state when:</label>
<textarea class="form-control" name="cp_28_when" id="cp_28_when" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you suffer from any lung disease or other breathing problems such as asthma, bronchitis, COPD or TB?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q29" id="cp_q29_yes" value="Yes">
<label class="form-check-label" for="cp_q29_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q29" id="cp_q29_no" value="No">
<label class="form-check-label" for="cp_q29_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you suffer with or are undergoing investigations into sleep apnoea?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q30" id="cp_q30_yes" value="Yes">
<label class="form-check-label" for="cp_q30_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q30" id="cp_q30_no" value="No">
<label class="form-check-label" for="cp_q30_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you use a CPAP machine?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q31" id="cp_q31_yes" value="Yes">
<label class="form-check-label" for="cp_q31_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q31" id="cp_q31_no" value="No">
<label class="form-check-label" for="cp_q31_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you breathless at rest or on minimal movement?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q33" id="cp_q33_yes" value="Yes">
<label class="form-check-label" for="cp_q33_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q33" id="cp_q33_no" value="No">
<label class="form-check-label" for="cp_q33_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Can you climb one flight of stairs without breathlessness or chestpain?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q34" id="cp_q34_yes" value="Yes">
<label class="form-check-label" for="cp_q34_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q34" id="cp_q34_no" value="No">
<label class="form-check-label" for="cp_q34_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Can you walk up to 100 yards (or 100 meters) without breathlessness or chestpain?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q35" id="cp_q35_yes" value="Yes">
<label class="form-check-label" for="cp_q35_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q35" id="cp_q35_no" value="No">
<label class="form-check-label" for="cp_q35_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>If you lie down without a pillow do you become breathless and/or experience acid reflux?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q36" id="cp_q36_yes" value="Yes">
<label class="form-check-label" for="cp_q36_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q36" id="cp_q36_no" value="No">
<label class="form-check-label" for="cp_q36_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you use a nebulizer or oxygen at home?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q37" id="cp_q37_yes" value="Yes">
<label class="form-check-label" for="cp_q37_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q37" id="cp_q37_no" value="No">
<label class="form-check-label" for="cp_q37_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Within the last 6 weeks, have you suffered or are you currently suffering with a chest infection, cough, cold, or flu or are you producing phlegm?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_coldFlu" id="cp_coldFluYes" value="Yes">
<label class="form-check-label" for="cp_coldFluyes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_coldFlu" id="cp_coldFluNo" value="No">
<label class="form-check-label" for="cp_coldFluNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you smoke, or have you ever smoked?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q38" id="cp_q38_yes" value="Yes">
<label class="form-check-label" for="cp_q38_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q38" id="cp_q38_no" value="No">
<label class="form-check-label" for="cp_q38_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any restrictions moving your neck or opening your mouth?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q39" id="cp_q39_yes" value="Yes">
<label class="form-check-label" for="cp_q39_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q39" id="cp_q39_no" value="No">
<label class="form-check-label" for="cp_q39_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any problems with your airway or had surgery on your airway that may cause intubation problems?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q40" id="cp_q40_yes" value="Yes">
<label class="form-check-label" for="cp_q40_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q40" id="cp_q40_no" value="No">
<label class="form-check-label" for="cp_q40_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you or any of your family ever had a reaction to or complication with a general or local anaesthetic?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q41" id="cp_q41_yes" value="Yes">
<label class="form-check-label" for="cp_q41_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q41" id="cp_q41_no" value="No">
<label class="form-check-label" for="cp_q41_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have dentures or crowned or veneered teeth?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_dentures" id="cp_denturesYes" value="Yes">
<label class="form-check-label" for="cp_denturesYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_dentures" id="cp_denturesNo" value="No">
<label class="form-check-label" for="cp_denturesNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any loose, damaged or chipped teeth?
</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_chippedTeeth" id="cp_chippedTeethYes" value="Yes">
<label class="form-check-label" for="cp_chippedTeethYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_chippedTeeth" id="cp_chippedTeethNo" value="No">
<label class="form-check-label" for="cp_chippedTeethNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you suffered with nausea and or vomiting immediately after a procedure/ surgery?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q42" id="cp_q42_yes" value="Yes">
<label class="form-check-label" for="cp_q42_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q42" id="cp_q42_no" value="No">
<label class="form-check-label" for="cp_q42_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have fits e.g Epilepsy?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q45" id="cp_q45_yes" value="Yes">
<label class="form-check-label" for="cp_q45_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q45" id="cp_q45_no" value="No">
<label class="form-check-label" for="cp_q45_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any neurological problems (e.g. Multiple Sclerosis, Parkinsons, Muscular Dystrophy, Motor Neurone Disease, Huntington's Disease)?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q46" id="cp_q46_yes" value="Yes">
<label class="form-check-label" for="cp_q46_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q46" id="cp_q46_no" value="No">
<label class="form-check-label" for="cp_q46_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any mental health conditions i.e. psychiatric disorders, depression, anxiety, self-harm?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q47" id="cp_q47_yes" value="Yes">
<label class="form-check-label" for="cp_q47_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q47" id="cp_q47_no" value="No">
<label class="form-check-label" for="cp_q47_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever suffered with any liver problems e.g. Hepatitis?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q48" id="cp_q48_yes" value="Yes">
<label class="form-check-label" for="cp_q48_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q48" id="cp_q48_no" value="No">
<label class="form-check-label" for="cp_q48_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you visibly yellow, or have been informed by a health professional that you have jaundice?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_jaundice" id="cp_jaundiceYes" value="Yes">
<label class="form-check-label" for="cp_jaundiceYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_jaundice" id="cp_jaundiceNo" value="No">
<label class="form-check-label" for="cp_jaundiceNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you suffer with Indigestion or heartburn problems, or have a hiatus hernia or suffer from acid reflux?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q49" id="cp_q49_yes" value="Yes">
<label class="form-check-label" for="cp_q49_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q49" id="cp_q49_no" value="No">
<label class="form-check-label" for="cp_q49_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have swallowing problems?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q50" id="cp_q50_yes" value="Yes">
<label class="form-check-label" for="cp_q50_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q50" id="cp_q50_no" value="No">
<label class="form-check-label" for="cp_q50_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you been diagnosed with grade 3 or 4 Renal Failure, or you receive Renal Dialysis?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q51" id="cp_q51_yes" value="Yes">
<label class="form-check-label" for="cp_q51_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q51" id="cp_q51_no" value="No">
<label class="form-check-label" for="cp_q51_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have anaemia or other blood conditions e.g. sickle-cell, thalasaemia?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q52" id="cp_q52_yes" value="Yes">
<label class="form-check-label" for="cp_q52_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q52" id="cp_q52_no" value="No">
<label class="form-check-label" for="cp_q52_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you been diagnosed with an immune-suppressing condition e.g HIV ?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_hiv" id="cp_hivYes" value="Yes">
<label class="form-check-label" for="cp_hivYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_hiv" id="cp_hivNo" value="No">
<label class="form-check-label" for="cp_hivNo"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you suffer with excessive bleeding or bruising, or suffer from any clotting disorders e.g Haemophilia, Von Willibrand's disease or factor deficiencies?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q53" id="cp_q53_yes" value="Yes">
<label class="form-check-label" for="cp_q53_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q53" id="cp_q53_no" value="No">
<label class="form-check-label" for="cp_q53_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you take blood thinning medication?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q54" id="cp_q54_yes" value="Yes">
<label class="form-check-label" for="cp_q54_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q54" id="cp_q54_no" value="No">
<label class="form-check-label" for="cp_q54_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have arthritis for which you take prescribed medication?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q55" id="cp_q55_yes" value="Yes">
<label class="form-check-label" for="cp_q55_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q55" id="cp_q55_no" value="No">
<label class="form-check-label" for="cp_q55_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have any muscle disease, or any hereditary muscle disease e.g Myasthenia Gravis?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q58" id="cp_q58_yes" value="Yes">
<label class="form-check-label" for="cp_q58_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q58" id="cp_q58_no" value="No">
<label class="form-check-label" for="cp_q58_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have diabetes, or are you currently undergoing investigation for diabetes?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q59" id="cp_q59_yes" value="Yes">
<label class="form-check-label" for="cp_q59_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q59" id="cp_q59_no" value="No">
<label class="form-check-label" for="cp_q59_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you suffer from any thyroid problems?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q60" id="cp_q60_yes" value="Yes">
<label class="form-check-label" for="cp_q60_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q60" id="cp_q60_no" value="No">
<label class="form-check-label" for="cp_q60_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you take any prescription medication that has NOT been prescribed by your GP?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q63" id="cp_q63_yes" value="Yes">
<label class="form-check-label" for="cp_q63_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q63" id="cp_q63_no" value="No">
<label class="form-check-label" for="cp_q63_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_nonPrescribedMeds">If yes, please list:</label>
<textarea class="form-control" name="cp_nonPrescribedMeds" id="cp_nonPrescribedMeds" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you take any over the counter medication/herbal remedies?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q64" id="cp_q64_yes" value="Yes">
<label class="form-check-label" for="cp_q64_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q64" id="cp_q64_no" value="No">
<label class="form-check-label" for="cp_q64_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_q64_herbalList">If yes, please list:</label>
<textarea class="form-control" name="cp_q64_herbalList" id="cp_q64_herbalList" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you take any recreational drugs e.g. Cocaine, Heroin, Cannabis?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q65" id="cp_q65_yes" value="Yes">
<label class="form-check-label" for="cp_q65_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q65" id="cp_q65_no" value="No">
<label class="form-check-label" for="cp_q65_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you drink more than 20 units of alcohol a week? One unit is equal to a half a pint of lager/beer, one 125ml glass of wine or one 25ml measure of spirit</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q66" id="cp_q66_yes" value="Yes">
<label class="form-check-label" for="cp_q66_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q66" id="cp_q66_no" value="No">
<label class="form-check-label" for="cp_q66_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you or could you be pregnant?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q67" id="cp_q67_yes" value="Yes">
<label class="form-check-label" for="cp_q67_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q67" id="cp_q67_no" value="No">
<label class="form-check-label" for="cp_q67_no"> No</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q67" id="cp_q67_dk" value="Don't Know">
<label class="form-check-label" for="cp_q67_dk"> Don't Know</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you taking the contraceptive pill?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q68" id="cp_q68_yes" value="Yes">
<label class="form-check-label" for="cp_q68_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q68" id="cp_q68_no" value="No">
<label class="form-check-label" for="cp_q68_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you have a contraceptive device or contraceptive implant in place?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q69" id="cp_q69_yes" value="Yes">
<label class="form-check-label" for="cp_q69_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q69" id="cp_q69_no" value="No">
<label class="form-check-label" for="cp_q69_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Are you taking hormone replacement medication e.g. HRT?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q70" id="cp_q70_yes" value="Yes">
<label class="form-check-label" for="cp_q70_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q70" id="cp_q70_no" value="No">
<label class="form-check-label" for="cp_q70_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>If you are an ORTHOPAEDIC patient only, do you have any skin breaks, sores or cuts, including fungal nail infection?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q71" id="cp_q71_yes" value="Yes">
<label class="form-check-label" for="cp_q71_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q71" id="cp_q71_no" value="No">
<label class="form-check-label" for="cp_q71_no"> No</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q71" id="cp_q71_na" value="N/A">
<label class="form-check-label" for="cp_q71_na"> N/A</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>If you are a NEUROSURGERY patient only, are you pain free?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_neurosurgery" id="cp_neurosurgeryYes" value="Yes">
<label class="form-check-label" for="cp_neurosurgeryYes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_neurosurgery" id="cp_neurosurgeryNo" value="No">
<label class="form-check-label" for="cp_neurosurgeryNo"> No</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_neurosurgery" id="cp_neurosurgeryNa" value="N/A">
<label class="form-check-label" for="cp_neurosurgeryNa"> N/A</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you been diagnosed with Lymphoedema?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q72" id="cp_q72_yes" value="Yes">
<label class="form-check-label" for="cp_q72_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q72" id="cp_q72_no" value="No">
<label class="form-check-label" for="cp_q72_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you been diagnosed as a carrier of Clostridium Dificile?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q73" id="cp_q73_yes" value="Yes">
<label class="form-check-label" for="cp_q73_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q73" id="cp_q73_no" value="No">
<label class="form-check-label" for="cp_q73_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you ever been notified that you are at increased risk of CJD or vCJD for public health purposes?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q74" id="cp_q74_yes" value="Yes">
<label class="form-check-label" for="cp_q74_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q74" id="cp_q74_no" value="No">
<label class="form-check-label" for="cp_q74_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>In the last 12 months, have you been an inpatient in a hospital within another Trust or abroad?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q75" id="cp_q75_yes" value="Yes">
<label class="form-check-label" for="cp_q75_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q75" id="cp_q75_no" value="No">
<label class="form-check-label" for="cp_q75_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you been informed by a Health Professional as being positive for CPE or CPO? (Carbapenamase Producing Enterobacteriaceae, or Carbapenamase Producing Organisms)</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q76" id="cp_q76_yes" value="Yes">
<label class="form-check-label" for="cp_q76_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q76" id="cp_q76_no" value="No">
<label class="form-check-label" for="cp_q76_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Have you been informed by a Health Professional as being colonised with or infected by MRSA? (Meticillin Resistant Staphylococcus Aureus)</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q77" id="cp_q77_yes" value="Yes">
<label class="form-check-label" for="cp_q77_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q77" id="cp_q77_no" value="No">
<label class="form-check-label" for="cp_q77_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Is there anything not already asked that you think may be relevant to your health or your planned surgery?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q78" id="cp_q78_yes" value="Yes">
<label class="form-check-label" for="cp_q78_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q78" id="cp_q78_no" value="No">
<label class="form-check-label" for="cp_q78_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_q78_details">If yes, please give details:</label>
<textarea class="form-control" name="cp_q78_details" id="cp_q78_details" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<p>Do you still want to go ahead with your planned surgery?</p>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q79" id="cp_q79_yes" value="Yes">
<label class="form-check-label" for="cp_q79_yes"> Yes</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_q79" id="cp_q79_no" value="No">
<label class="form-check-label" for="cp_q79_no"> No</label>
</input>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<hr class="cp_separator"/>
<p>Thank you for completing this questionnaire, once you are happy all questions have been completed please use this button to go to the bottom of the plan and press save </p>
<p><a href="#fileUploadForm_save" class="btn arrow btn-primary" title="Goto the Save button" alt="Click here to go to the save button" style="margin-top:15px; margin-bottom:15px;">Goto the Save button</a></p>
</div>
</div>
</div>
<div class="cp_whiteBox">
<h2>For Clinical Use Only:</h2>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_profAmendments">Care plan evaluation</label>
<textarea class="form-control" name="cp_profAmendments" id="cp_profAmendments" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_patientGeneralApperance">Patients general appearance:</label>
<textarea class="form-control" name="cp_patientGeneralApperance" id="cp_patientGeneralApperance" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_bp">BP</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_bp" id="cp_bp" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_pulse">Pulse (RPM)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_pulse" id="cp_pulse" class="form-control" style="width: 100%;"/>
<div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_pulseType" id="cp_pulseType1" value="Regular">
<label class="form-check-label" for="cp_pulseType1"> *Regular</label>
</input>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="cp_pulseType" id="cp_pulseType2" value="Irregular">
<label class="form-check-label" for="cp_pulseType2"> *Irregular</label>
</input>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_respRate">Resp Rate (rpm)</label>
<textarea class="form-control" name="cp_respRate" id="cp_respRate" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_Temp">Temp (degrees C)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_Temp" id="cp_Temp" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_sa02">Oxygen Saturations (%)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_sa02" id="cp_sa02" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_height">Height (m/ cm)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_height" id="cp_height" class="form-control" style="width: 100%;" placeholder="m/cm"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_weight">Weight (kg)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_weight" id="cp_weight" class="form-control" style="width: 100%;" placeholder="kg"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_bmi">BMI</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_bmi" id="cp_bmi" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-12">
<label class="cp_label" for="cp_Urinalysis">Urinalysis</label>
<textarea class="form-control" name="cp_Urinalysis" id="cp_Urinalysis" rows="3" style="width: 100%;"></textarea>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_LMP">LMP</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_LMP" id="cp_LMP" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_pregnancyTest">Pregnancy Test Result</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_pregnancyTest" id="cp_pregnancyTest" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_peakFlow">Peak Flow (if indicated)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_peakFlow" id="cp_peakFlow" class="form-control" style="width: 100%;"/>
</div>
</div>
<div class="row" style="margin-top: 15px;">
<div class="col-sm-6">
<label class="cp_label" for="cp_bm">BM (if Indicated)</label>
</div>
<div class="col-sm-6" style="margin-top: 15px;">
<input type="text" name="cp_bm" id="cp_bm" class="form-control" style="width: 100%;"/>
</div>
</div>
</div>
</div>
Further information
Enhance recovery care plan template: post-operative kidney translate care plan to be completed by the patient and team for 10 days post-op
Consent care plan template: to be used as informed consent before a patients appointment for minor procedures and/or operations
Minor procedures care plan templates: collect information from the patient before appointment to reduce clinic time and to support patient empowerment
Orthopaedic prehabilitation plan template: a tool for the remote management of patients before their surgery
ACL reconstruction proforma care plan template: enhance recovery care plan for patients in hospital and post-discharge