<cfparam name="url.rtn" default="assessment_form" />
<cfparam name='url.na' default='' />
 <cfif url.na eq 'y'>
  <cfset session.cs.AssessmentId = 0 />
 </cfif>


<cfquery name="Recertform" datasource="#Application.DataSrc#">
SELECT Assessment_New.Person_Complete_M0080,Assessment_New.Assessment_ID,
Assessment_New.M0110,
Assessment_New.Start_of_Care_M0030,
Assessment_New.Therapies_Home_M0250,
Assessment_New.M0250_Assess,
Assessment_New.Endocrine_Assess,
Assessment_New.Vision_M0390,
Assessment_New.Home_Safety_Assess,
Assessment_New.Freq_of_Pain_M0420,
Assessment_New.M0420_Assess,
Assessment_New.M1306_Unhealed_Pressure,
Assessment_New.M0440_Assess,
Assessment_New.Pressure_Ulcer_b_M0450,
Assessment_New.M1308_d_3_Pressure,
Assessment_New.M1308_d_2_Pressure,
Assessment_New.Pressure_Ulcer_c_M0450,
Assessment_New.Pressure_Ulcer_d_M0450,
Assessment_New.Pressure_Ulcer_e_M0450,
Assessment_New.Pressure_Ulcer_a_M0450,
Assessment_New.Pressure_Ulcer_Stage_M0460,
Assessment_New.Stasis_Ulcer_M0468,
Assessment_New.Stasis_Ulcer_Num_M0470,
Assessment_New.Stasis_Ulcer_Status_M0476,
Assessment_New.M1308_d_32_Pressure,
Assessment_New.M1308_d_22_Pressure,
Assessment_New.M1308_d_12_Pressure,
Assessment_New.M1308_c_12_Pressure,
Assessment_New.M1308_b_12_Pressure,
Assessment_New.Surgical_Wound_M0482,
Assessment_New.Surgical_Wound_Status_M0488,
Assessment_New.M1350_Other_Wounds,
Assessment_New.Breathing_M0490,
Assessment_New.M0490_Assess,
Assessment_New.M0520_Assess,
Assessment_New.Urinary_INcont_M0520,
Assessment_New.Bowel_Incont_M0540,
Assessment_New.Ostomy_for_Bowel_M0550,
Assessment_New.Dress_Upper_M0650,
Assessment_New.Dress_Lower_M0660,
Assessment_New.Bathing_M0670,
Assessment_New.M1840_Toilet,
Assessment_New.Transferring_M0690,
Assessment_New.Ambulation_M0700,
Assessment_New.Inject_Meds_M0800,
Assessment_New.M0826_Ther_Need,
Assessment_New.M0826_NA,
Assessment_New.Waiting_For_Eval,
Assessment_New.M1308_a_12_Pressure,
Assessment_New.Braden_1_Sensory,
Assessment_New.Braden_2_Moisture,
Assessment_New.Braden_3_Activity,
Assessment_New.Braden_4_Mobility,
Assessment_New.Braden_5_Nutrition,
Assessment_New.Braden_6_Friction,
Assessment_New.Assessment_Completed_M0090,
Assessment_New.Record_Created_By
FROM #Request.prefix_db_agency#.Assessment_New
WHERE Assessment_New.Assessment_ID='#session.cs.AssessmentId#'
</cfquery>
<cfquery name="Createdby" datasource="#Application.DataSrc#">
    select Last_Name,First_Name from #Request.prefix_db_lookup#.Employee where Employee_ID = '#Recertform.Record_Created_By#'
</cfquery>

<cfcookie name="WoundCount" value="" />
<cfset cookie.WoundCount="0" />

<cfquery name="ViewWnd" datasource="#Application.DataSrc#">
SELECT count(Wnd_Type) as CouNt from #Request.prefix_db_agency#.PatientVisitDetails
where Patient_ID='#session.cs.patientid#' and Assessment_ID='#session.cs.AssessmentId#'
and Wnd_Location<>'' and Wnd_Type<>'' and trim(Type)='Wound'
</cfquery>
<cfoutput><cfset cookie.WoundCount='#ViewWnd.CouNt#' /></cfoutput>

<cfquery name="Getpatient" datasource="#Application.DataSrc#">
Select patient.patient_ID, patient.First_Name_M0040, patient.Last_Name_M0040 from #Request.prefix_db_agency#.patient where patient.Patient_ID=(Select Assessment_New.Patient_ID from #Request.prefix_db_agency#.Assessment_New where Assessment_New.Assessment_ID='#session.cs.AssessmentId#')
</cfquery>

<!-- BEGIN DEFAULT FORM PORTLET -->
<div class="portlet box blue">
    <div class="portlet-title">
        <div class="caption">
            <i class="fa fa-gear"></i> <cfoutput>#DateFormat(Recertform.Start_of_Care_M0030,'mm/dd/yyyy')# - Other Follow Up</cfoutput>
        </div>
		<div class="tools">
		  <a href="javascript:;" class="collapse"></a>
		</div>
    </div>
    <div class="portlet-body form">
        <cfform name="Start" method="post" action="index.cfm?a=1&a=1&px=y&page=patient&px=y&cat=Other_followupFormupdate" >
            <div class="form-body">
			  <div class="well">
				<textarea name="txtAssId" style="display:none"><cfoutput>#Recertform.Assessment_ID#</cfoutput></textarea>
				<h4>M0110 Episode Timing </h4>
				<div class="form-group">
					<div class="label-stable">
						<label>Is this assessment for an "early" or "later" episode in this sequence of Medicare episodes?</label>
						<div id="radM0110d" class="radio-list">
							<label>
							<input type="radio" name="radM0110" value="1 - Early" <cfif Recertform.M0110 EQ "1 - Early">checked </cfif>> 1 - Early </label>
							<label>
							<input type="radio" name="radM0110" value="2 - Later" <cfif Recertform.M0110 EQ "2 - Later">checked </cfif>> 2 - Later </label>
							<label>
							<input type="radio" name="radM0110" value="UK - Unknown" <cfif Recertform.M0110 EQ "UK - Unknown">checked </cfif>> UK - Unknown </label>
							<label>
							<input type="radio" name="radM0110" value="NA - Not Applicable:no medicare case mix group to be defined" <cfif Recertform.M0110 EQ "NA - Not Applicable:no medicare case mix group to be defined">checked </cfif>> NA - Not Applicable:no Medicare case mix group to be defined </label>
						</div>
					</div>
				</div>
				<input type="hidden" name="M1010Diagnosisid" id="M1010Diagnosisid"/>
				<input type="hidden" name="M1012Diagnosisid" id="M1012Diagnosisid"/>
				<input type="hidden" name="M1016Diagnosisid" id="M1016Diagnosisid"/>
				<input type="hidden" name="M0230Diagnosisid" id="M0230Diagnosisid"/>
				<input type="hidden" name="codetype" id="codetype"/>
				<input type="hidden" name="M1010updateF" id="M1010updateF"/>
				<input type="hidden" name="M1012updateF" id="M1012updateF"/>
				<input type="hidden" name="M1016updateF" id="M1016updateF"/>
				<input type="hidden" name="M0230updateF" id="M0230updateF"/>
				<input type="hidden" name="hdnmedssearch" id="hdnmedssearch"/>
				<input type="hidden" name="hdnmedssearch2" id="hdnmedssearch2"/>
				<input type="hidden" name="tradeid" id="tradeid"/>
				<input type="hidden" name="doseid" id="doseid"/>
				<input type="hidden" name="TypeOwn1" id="TypeOwn1"/>
				<input type="hidden" name="hdnPatientMedsID" id="hdnPatientMedsID"/>
				<input type="hidden" name="hdnPatientMedsUpdate" id="hdnPatientMedsUpdate"/>
				<input type="hidden" name="hdnPatientMedsInsert" id="hdnPatientMedsInsert"/>
				<div class="form-group">
					<label>M1021/3/5 ICD <img name="ImgM1020Add" id="ImgM1020Add" src="../../images/icon_add.png" /> and Severity Index: List up to 6 ICDs for which the patient is receiving home care and rate them using the severity index.</label>
				</div>
				<div class="well" id="DivM1020SubPage" name="DivM1020SubPage" style="display:none;">
					<div class="form-group">
						<label>Diagnosis Search</label>
						<textarea name="M0230txtsearch" id="M0230txtsearch" type="text" value=" " class="form-control"></textarea>
					</div>
					<input class="btn btn-sm blue" name="btnM0230" type="button" value="Search" onClick="SearchClickM0230()"/>
					<input class="btn btn-sm blue" name="btnSev" type="button" value="Redo Find" />
					<input class="btn btn-sm btn-default" name="btnM1020cancel" id="btnM1020cancel" type="button" value="Cancel" />
				</div>
				<cfdiv bind="url:#Application.siteURL#/patientadmin_new/M0230Grid.cfm" ID="M0230Div"></cfdiv>
				<div class="form-group">
					<label>New treatments/interventions for this assessment <img src="../../images/icon_add.png" onClick="addRow('dataTable')" /></label>
					<span style="cursor:pointer;float:right;" class="btn btn-sm red" onClick="deleteRow('dataTable')">Delete Selected</span>
				</div>
				<div style="height:120px;border:1px solid #CCCCCC;overflow:scroll;width:100%; margin-bottom:25px;">
					<table style="width:100%;" id="dataTable" cellpadding="0" cellspacing="0" border="0">
						<tr>
							<td><input class="form-control" type="text" /></td>
							<td>
								<SELECT class="form-control">
									<OPTION VALUE="HHA">HHA</OPTION>
									<OPTION VALUE="MSW">MSW</OPTION>
									<OPTION VALUE="OT">OT</OPTION>
									<OPTION VALUE="PT">PT</OPTION>
									<OPTION VALUE="SN">SN</OPTION>
									<OPTION VALUE="ST">ST</OPTION>
								</SELECT>
							</td>
							<td style="text-align:center;vertical-align:middle;">
								<div class="form-group" style="margin:0;">
									<div class="checkbox-list">
										<label>
										<input type="checkbox" name="chk"/></label>
									</div>
								</div>
							</td>
						</tr>
					</table>
				</div>
				
				<div class="hidden">
				<div class="form-group">
					<label>Use Coding Expert? <img src="../../images/icon_help.png" alt="top" style="cursor:pointer" onClick="help();" /></label><br>
					<div class="label-stable">
						<div class="checkbox-list">
							<label>
							<input type="checkbox" checked="checked" /> Yes </label>
						</div>
					</div>
				</div>
				</div>
				
				 <div class="form-group">
					<label>new/changed  medications <img name="Imgbtn5New" id="Imgbtn5New" onClick="ColdFusion.Window.show('MedicationWindow');" src="../../images/icon_add.png" /></label>
				</div>
				 <div class="form-group">
					<label>Why are we <img src="../../images/icon_help.png" alt="top" style="cursor:pointer" onClick="medicationalert();" /> </label>
				</div>
				<table>
					<tr>
						<td colspan="3">
							<div id="Div5NewSubPage" style="display:none;border:1px solid #000000">
							<table border="0" cellspacing="0" cellpadding="0" width="98%" align="center">
							<tr><td height="15px" ></td></tr>
							<tr>
							<td valign="top" width="10%" style="font-family: Arial;font-size: 16px;">
							<b>Medication</b>

							</td>
							<td valign="top" width="25%"  style="font-family: Arial;font-size: 12px;" colspan="2">
							<img title="Add" src="../../images/icon_add.png" id="ImgbtnSubAdd" name="ImgbtnSubAdd"
							style="cursor:pointer" />
							<img type="image" src="../../images/icon_edit.png"  />
							<img title="Close" src="../../images/icon_back.gif" id="Imgbtnback" name="Imgbtnback" style="cursor:pointer" />
							</td>
							</tr>
							<tr><td height="5px" ></td></tr>
							<tr>
							<td valign="top" bgcolor="#c3c3c3" style="font-family: Arial;font-size: 12px;">
							<p>Name<br /><br />Class<br />Dose/Units/Unit Type<br />
							Route<br />Frequency<br />Notes<br />Ordered/Discontinued<br />New or Changed
							</p>
							</td>
							<td valign="top" style="font-family: Arial;font-size: 12px; padding-left:5px">
							<input name="txtname" type="text" /><br /><br />
							<input name="txtclass" type="text"/><br />
							<input name="txtunittype" type="text"/><br />
							<input name="txtroute" type="text"/><br />
							<input name="txtfrequency" type="text"/><br />
							<input name="txtnode" type="text"/><br />
							<input name="txtordered" type="text"/><br />
							<input type="checkbox" name="chkn" value="N" /> N
							<input type="checkbox" name="chkc" value="C" /> C
							<input type="checkbox" name="chkinactive" value="incative" /> incative
							<input type="checkbox" name="chkdelete" value="delete" /> delete

							</td>
							<td valign="top">
							<img src="../../images/icon_note.png" alt="top" /><br /><br />
							<img src="../../images/icon_book.png" alt="top" />
							</td>
							</tr>
							<tr><td height="15px" ></td></tr>
							</table>
							</div>
							<div id="DivAddSubPage" style="display:none;border:1px solid #000000">
							<table border="0" cellspacing="0" cellpadding="0" width="98%" align="center">
							<tr><td height="15px" ></td></tr>
							<tr>
							<td  valign="top" style="font-family: Arial; padding-left:15px; font-size: 16px" width="20%">
							<b> Medication Search</b>
							</td>
							<td colspan="2" align="right" ><input name="btnrefresh" type="button" value="refresh" />
							<input name="btn5Newcancel" id="btn5Newcancel" type="button" value="Cancel" />
							</td>
							</tr>
							<tr><td height="5px" ></td></tr>
							<tr>
							<td  bgcolor="#c3c3c3" valign="top" style="font-family: Arial; font-size: 12px">
							Search for... </td>
							<td valign="top" style="padding-left:5px" width="33%">
							<input name="txtsearch" type="text" style="border: 1px solid black; width:230px; height:80px" />
							</td>
							<td valign="top" style="font-family: Arial; font-size: 12px">
							<input  name="btnshowall" type="button" value="show result" />
							</td>
							</tr>
							<tr><td height="15px" ></td></tr>
							</table>
							</div>
						</td>
					</tr>
				</table>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<label>M1030 Therapies the patient receives at home: (Mark at that apply.)</label><br>
							<div class="label-stable">
								<div id="divtherapies" class="checkbox-list">
									<label>
									<input name="ChkIntravenous" type="checkbox" onClick="changebg('ChkIntravenous','empty','divtherapies');"  value="1 - Intravenous or infusion therapy (excludes TPN)" <cfif Recertform.Therapies_Home_M0250 Contains "1 -">checked</cfif>> 1 - Intravenous or infusion therapy (excludes TPN)</label>
									<label>
									<input name="ChkIntravenous" type="checkbox" onClick="changebg('ChkIntravenous','empty','divtherapies');" value="2 - Parenteral nutrition (TPN or liquids)" <cfif Recertform.Therapies_Home_M0250 Contains "2 -">checked</cfif>> 2 - Parenteral nutrition (TPN or liquids)</label>
									<label>
									<input name="ChkIntravenous" type="checkbox" onClick="changebg('ChkIntravenous','empty','divtherapies');" value="3 - Enteral nutrition (nasogastric, gastrostomy, jejunostomy, etc)" <cfif Recertform.Therapies_Home_M0250 Contains "3 -">checked</cfif>> 3 - Enteral nutrition (nasogastric, gastrostomy, jejunostomy, etc)</label>
									<label>
									<input name="ChkIntravenous" type="checkbox" onClick="changebg('ChkIntravenous','empty','divtherapies');" value="4 - None of the above" <cfif Recertform.Therapies_Home_M0250 Contains "4 -">checked</cfif>> 4 - None of the above</label>
								</div>
							</div>
						</div>
						<div class="form-group">
							<div class="label-stable">
								<label>Home Safety Assessment</label>
								<div id="divhomeother" class="checkbox-list">
									<label>
									<input type="checkbox" name="Chkhomeother" value="Unsafe stairs and/or doorways" onClick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "Unsafe stairs and/or doorways" >checked</cfif>> Unsafe stairs and/or doorways</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Rugs cords and/or furniture causing safety risk" onclick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "Rugs cords">checked</cfif>> Rugs, cords and/or furniture causing safety risk</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Inadequate heating and/or cooling" onclick="showTextArea();"<cfif Recertform.Home_Safety_Assess Contains "Inadequate heating">checked</cfif>> Inadequate heating and/or cooling</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Unsafe appliances" onClick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "Unsafe appliances">checked</cfif>> Unsafe appliances</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Inadequate sanitation and/or plumbing" onclick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "Inadequate sanitation">checked</cfif>> Inadequate sanitation and/or plumbing</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Inadequate refrigeration" onClick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "Inadequate refrigeration">checked</cfif>> Inadequate refrigeration</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Presence of insects and/or rodents" onclick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "Presence of insects">checked</cfif>> Presence of insects and/or rodents</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Inadequate smoke detectors" onClick="showTextArea();"<cfif Recertform.Home_Safety_Assess Contains "Inadequate smoke detectors">checked</cfif>> Inadequate smoke detectors</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="O2 in use without precautions" onClick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "O2 in use">checked</cfif>> O2 is used without precautions</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="HOME HAS NO HAZARDS" onClick="showTextArea();" <cfif Recertform.Home_Safety_Assess Contains "HOME HAS NO HAZARDS">checked</cfif>> HOME HAS NO HAZARDS</label>
									<label>
									<input type="checkbox" name="Chkhomeother" value="Other" onClick="showTextArea();" <cfif Recertform.Home_Safety_Assess NEQ "">checked</cfif>> Other</label>
								</div>
							</div>
							<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtHomeOther" id="txtHomeOther"><cfoutput>#Recertform.Home_Safety_Assess#</cfoutput></textarea>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<div class="label-stable">
								<label>Nutrition Assessment</label>
								<div id="divnutrition" class="checkbox-list">
									<label>
									<input name="ChkOverweight" type="checkbox" onClick="showTextAreaOverWeight();" value="Overweight" <cfif Recertform.M0250_Assess Contains "Overweight">checked</cfif>> Overweight</label>
									<label>
									<input name="ChkOverweight" type="checkbox" onclick="showTextAreaOverWeight();"onclick="changebg('ChkOverweight','txtOverWeightOther','divnutrition');"  value="Underweight" <cfif Recertform.M0250_Assess Contains "Underweight">checked</cfif>> Underweight</label>
									<label>
									<input name="ChkOverweight" type="checkbox" onClick="showTextAreaOverWeight();" value="RecentSignificantloss" <cfif Recertform.M0250_Assess Contains "loss">checked</cfif>> Recent significant weight loss</label>
									<label>
									<input name="ChkOverweight" type="checkbox" onClick="showTextAreaOverWeight();" value="RecentSignificantgain" <cfif Recertform.M0250_Assess Contains "gain">checked</cfif>> Recent significant weight gain</label>
									<label>
									<input name="ChkOverweight" type="checkbox" onClick="showTextAreaOverWeight();" value="Problemsswallowing" <cfif Recertform.M0250_Assess Contains "swallowing">checked </cfif>> Problems with chewing, swallowing</label>
									<label>
									<input name="ChkOverweight" type="checkbox" onClick="showTextAreaOverWeight();" value="Problemsteeth" <cfif Recertform.M0250_Assess Contains "teeth">checked</cfif>> Problems with teeth/dentures</label>
									<label>
									<input name="ChkOverweight" type="checkbox" onClick="showTextAreaOverWeight();" value="Asymptomatic" <cfif Recertform.M0250_Assess Contains "Asymptomatic">checked</cfif>> Asymptomatic</label>
									<label>
									<input name="ChkOverweight" type="checkbox" value="Other" onClick="showTextAreaOverWeight();" <cfif Recertform.M0250_Assess NEQ "">checked</cfif>> Other </label>
								</div>
							</div>
							<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtOverWeightOther" id="txtOverWeightOther"><cfoutput>#Recertform.M0250_Assess#</cfoutput></textarea>
						</div>
						<div class="form-group">
							<div class="label-stable">
								<label>Endocrine Assessment</label>
								<div id="divendocrine" class="checkbox-list">
									<label>
									<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="HyperglycemiaSleeping" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Hyperglycemia">checked</cfif>>Hyperglycemia: thirst, tiredness, apathy, increased sleeping</label>
									<label>
									<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Hyperglycemiahunger" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Hypoglycemia">checked</cfif>>Hypoglycemia: hunger, dizziness, shaking, nervousness </label>
									<label>
									<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Sugar" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Sugar">checked</cfif>> Sugar in urine</label>
									<label>
									<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Serum" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Serum">checked</cfif>> Serum <> between 65 - 99 mg/dL</label>
									<label>
									<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Asymptomatic" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess Contains "Asymptomatic">checked</cfif>> Asymptomatic</label>
									<label>
									<input name="ChkHyperglycemiFZaSleeping" type="checkbox" value="Other" onclick="changebg('ChkHyperglycemiFZaSleeping','txtEndocrineOther','divendocrine');" <cfif Recertform.Endocrine_Assess NEQ "">checked</cfif>> Other </label>
								</div>
							</div>
							<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtEndocrineOther" id="txtEndocrineOther"><cfoutput>#Recertform.Endocrine_Assess#</cfoutput></textarea>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1200 Vision (with corrective lenses if the patient usually wears them)</label><br>
					<div class="label-stable">
						<div id="drpM1200d" class="radio-list">
							<label>
							<input type="radio" name="drpM1200" value="0 - Normal vision: Sees adequately in most situations; can see medication labels, newsprint."<cfif Recertform.Vision_M0390 contains "0 -" or Recertform.Vision_M0390 EQ "0">checked</cfif>> Normal vision: Sees adequately in most situations; can see medication labels, newsprint </label>
							<label>
							<input type="radio" name="drpM1200" value="1 - Partially impaired: cannot see medication label or newsprint but can see obstacles on path"<cfif Recertform.Vision_M0390 contains "1 -" or Recertform.Vision_M0390 EQ "1">checked</cfif>> Partially impaired: cannot see medication label or newsprint but can see obstacles on path </label>
							<label>
							<input type="radio" name="drpM1200" value="2 - Severely impaired: cannot locate objects without hearing or touching them or patient nonresponsive."<cfif Recertform.Vision_M0390 contains "2 -" or Recertform.Vision_M0390 EQ "2">checked</cfif>> Severely impaired: cannot locate objects without hearing or touching them or patient nonresponsive </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1242 Frequency of Pain Interfering with patient's activity or movement</label><br>
					<div class="label-stable">
						<div id="m1242d" class="radio-list">
							<input type="radio" name="m1242" value="0 - Patient has no pain" <cfif Recertform.Freq_of_Pain_M0420 EQ "0 - Patient has no pain">checked </cfif>  /> <span>0 - Patient has no pain</span><br />
							<input type="radio" name="m1242" value="1 - Patient has pain that does not interfere with activity" <cfif Recertform.Freq_of_Pain_M0420 EQ "1 - Patient has pain that does not interfere with activity or movement">checked </cfif>  /> <span>1 - Patient has pain that does not interfere with activity or movement</span><br />
							<input type="radio" name="m1242" value="2 - Less often than daily" <cfif Recertform.Freq_of_Pain_M0420 EQ "2 - Less often than daily">checked </cfif> /> <span>2 - Less often than daily</span><br />
							<input type="radio" name="m1242" value="3 - Daily, but not constantly"  <cfif Recertform.Freq_of_Pain_M0420 EQ "3 - Daily, but not constantly">checked </cfif>  /> <span>3 - Daily, but not constantly</span><br />
							<input type="radio" name="m1242" value="4 - All of the time" <cfif Recertform.Freq_of_Pain_M0420 EQ "4 - All of the time">checked </cfif> /> <span>4 - All of the time</span>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>Pain Assessment</label><br>
					<div class="row">
						<div class="col-md-4">
							<div class="label-stable">
								<div id="divpainass" class="checkbox-list">
									<label>
									<input type="checkbox"  name="painlevel" value="pain level 0 (low)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 0 (low)">checked </cfif> /> pain level 0 (low)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 1 (low)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 1 (low)">checked </cfif>/> pain level 1 (low)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 2 (low)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 2 (low)">checked </cfif> /> pain level 2 (low)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 3(med)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 3(med)">checked </cfif>/> pain level 3 (med)</label>
									<label>
									<input type="checkbox"  name="painlevel" value="pain level 4 (med)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 4 (med)">checked </cfif>  /> pain level 4 (med)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 5 (med)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 5 (med)">checked </cfif> /> pain level 5 (med)</label>
								</div>
							</div>
						</div>
						<div class="col-md-4">
							<div class="label-stable">
								<div id="divpainass" class="checkbox-list">
									<label>
									<input type="checkbox" name="painlevel"  value="pain level 6(med)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 6(med)">checked </cfif>/> pain level 6 (med)</label>
									<label>
									<input type="checkbox"  name="painlevel" value="pain level 7(high)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 7(high)">checked </cfif>/> pain level 7 (high)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 8 (high)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 8 (high)">checked </cfif>/> pain level 8 (high)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 9 (high)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 9 (high)">checked </cfif>/> pain level 9 (high)</label>
									<label>
									<input type="checkbox" name="painlevel" value="pain level 10(high)" onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess Contains "pain level 10(high)">checked </cfif> /> pain level 10 (high)</label>
									<label>
									<input type="checkbox" name="painlevel" value="Other"  onclick="changebg('painlevel','txtpainlevel','divpainass');" <cfif Recertform.M0420_Assess NEQ "">checked </cfif> /> Other</label>
								</div>
							</div>
						</div>
					</div>
					<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtpainlevel" id="txtpainlevel"><cfoutput>#Recertform.M0420_Assess#</cfoutput></textarea>
				</div>
				<table style="text-align:center;width:100%;">
					<tr>
						<td>
							<img src="../../images/smily0.gif" />
						</td>
						<td>
							<img src="../../images/smily2.gif"/>
						</td>
						<td>
							<img src="../../images/smily4.gif" />
						</td>
						<td>
							<img src="../../images/smily6.gif"/>
						</td>
						<td>
							<img src="../../images/smily8.gif" />
						</td>
						<td>
							<img src="../../images/smily10.gif"/>
						</td>
					</tr>
					<tr>
						<td>0</td>
						<td>2</td>
						<td>4</td>
						<td>6</td>
						<td>8</td>
						<td>10</td>
					</tr>
				</table>
				<div class="form-group">
					<label>Skin Assessment</label><br>
					<div class="row">
						<div class="col-md-4">
							<div class="label-stable">
								<div id="divskin" class="checkbox-list">
									<label>
									<input name="color" <cfif Recertform.M0440_Assess Contains "Poor skin turgor">checked</cfif> type="checkbox" value="Poor skin turgor"  onclick="changebg('color','txtSkinOther','divskin');"/> Poor skin turgor</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Color pale">checked</cfif> value="Color pale" onClick="changebg('color','txtSkinOther','divskin');"> Color pale</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Color jaundice">checked</cfif> value="Color jaundice" onClick="changebg('color','txtSkinOther','divskin');" /> Color jaundice</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Color cyanotic">checked</cfif> value="Color cyanotic" onClick="changebg('color','txtSkinOther','divskin');" /> Color cyanotic</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Sweaty skin">checked</cfif> value="Sweaty skin" onClick="changebg('color','txtSkinOther','divskin');" /> Sweaty skin</label>
								</div>
							</div>
						</div>
						<div class="col-md-4">
							<div class="label-stable">
								<div id="divskin" class="checkbox-list">
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Dry skin">checked</cfif> value="Dry skin" onClick="changebg('color','txtSkinOther','divskin');" /> Dry skin</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Bruise(s)">checked</cfif> value="Bruise(s)" onClick="changebg('color','txtSkinOther','divskin');" /> Bruise(s)</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Rash(es)">checked</cfif> value="Rash(es)" onClick="changebg('color','txtSkinOther','divskin');" /> Rash(es)</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess Contains "Asymptomatic">checked</cfif> value="Asymptomatic" onClick="changebg('color','txtSkinOther','divskin');" /> Asymptomatic</label>
									<label>
									<input type="checkbox" name="color" <cfif Recertform.M0440_Assess NEQ "">checked</cfif> value="Other" onClick="changebg('color','txtSkinOther','divskin');" /> Other</label>
								</div>
							</div>
						</div>
					</div>
					<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtSkinOther" id="txtSkinOther"><cfoutput>#Recertform.M0440_Assess#</cfoutput></textarea>
				</div>
				<div class="portlet box green">
					<div class="portlet-title">
						<div class="caption">
							<i class="fa fa-gear"></i>
							<cfset PressureRate=0 />
							<cfif left(Recertform.Braden_1_Sensory,1) NEQ "">
							<cfset Sensory=left(Recertform.Braden_1_Sensory,1) />
							<cfelse>
							<cfset Sensory=0 />
							</cfif>
							<cfif left(Recertform.Braden_2_Moisture,1) NEQ "">
							<cfset Moisture=left(Recertform.Braden_2_Moisture,1) />
							<cfelse>
							<cfset Moisture=0 />
							</cfif>
							<cfif left(Recertform.Braden_3_Activity,1) NEQ "">
							<cfset Activity=left(Recertform.Braden_3_Activity,1) />
							<cfelse>
							<cfset Activity=0 />
							</cfif>
							<cfif left(Recertform.Braden_4_Mobility,1) NEQ "">
							<cfset Mobility=left(Recertform.Braden_4_Mobility,1) />
							<cfelse>
							<cfset Mobility=0 />
							</cfif>
							<cfif left(Recertform.Braden_5_Nutrition,1) NEQ "">
							<cfset Nutrition=left(Recertform.Braden_5_Nutrition,1) />
							<cfelse>
							<cfset Nutrition=0 />
							</cfif>
							<cfif left(Recertform.Braden_6_Friction,1) NEQ "">
							<cfset Friction=left(Recertform.Braden_6_Friction,1) />
							<cfelse>
							<cfset Friction=0 />
							</cfif>
							<cfif Sensory eq '$'>
							<cfset Sensory=0 />
							</cfif>
							<cfif Moisture eq '$'>
							<cfset Moisture=0 />
							</cfif>
							<cfif Activity eq '$'>
							<cfset Activity=0 />
							</cfif>
							<cfif Mobility eq '$'>
							<cfset Mobility=0 />
							</cfif>
							<cfif Nutrition eq '$'>
							<cfset Nutrition=0 />
							</cfif>
							<cfif Friction eq '$'>
							<cfset Friction=0 />
							</cfif>
							<cfset PressureRate=Sensory+Moisture+Activity+Mobility+Nutrition+Friction />
							<cfif left(Recertform.Braden_1_Sensory,1) NEQ "" OR
								left(Recertform.Braden_2_Moisture,1) NEQ "" OR
								left(Recertform.Braden_3_Activity,1) NEQ "" OR
								left(Recertform.Braden_4_Mobility,1) NEQ "" OR
								left(Recertform.Braden_5_Nutrition,1) NEQ "" OR
								left(Recertform.Braden_6_Friction,1) NEQ "">

									<cfif PressureRate LTE 12 >
										HIGH RISK
									<cfelseif PressureRate EQ 13 OR PressureRate EQ 14 >
										MODERATE RISK
									<cfelseif PressureRate GTE 15>
										LOW RISK
									</cfif>
									for Pressure Ulcers
							<cfelse>
								Braden Scale incomplete expand to edit
							</cfif>
						</div>
						<div class="tools">
							<a href="javascript:;" class="collapse"></a>
						</div>
					</div>
					<div class="portlet-body" style="display:none;">
						<div id="DivskinLOWRISK">
							<h4>Braden Scale For Predicting Pressure Sore Risk</h4>
							<div class="form-group">
								<label>SENSORY PERCEPTION ability to respond meaningfully to pressure-related discomfort</label><br>
								<div class="label-stable">
									<div id="drlPresureUlcersSensoryd" class="radio-list">
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersSensory" name="drlPresureUlcersSensory" value="1. Unresponsive (does not moan, flinch, or grasp) to painful stimuli, due to diminished level of con-sciousness or sedation OR limited ability to feel pain over most of body" <cfif Recertform.Braden_1_Sensory EQ "1. Unresponsive (does not moan, flinch, or grasp) to painful stimuli, due to diminished level of con-sciousness or sedation OR limited ability to feel pain over most of body">checked</cfif>> 1. Unresponsive (does not moan, flinch, or grasp) to painful stimuli, due to diminished level of con-sciousness or sedation OR limited ability to feel pain over most of body</label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersSensory" name="drlPresureUlcersSensory" value="2. Responds only to painful stimuli. Cannot communicate discomfort except by moaning or restlessness OR has a sensory impairment which limits the ability to feel pain or discomfort over 2 of body. " <cfif Recertform.Braden_1_Sensory EQ "2. Responds only to painful stimuli. Cannot communicate discomfort except by moaning or restlessness OR has a sensory impairment which limits the ability to feel pain or discomfort over 2 of body. ">checked</cfif>> 2. Responds only to painful stimuli. Cannot communicate discomfort except by moaning or restlessness OR has a sensory impairment which limits the ability to feel pain or discomfort over 2 of body. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersSensory" name="drlPresureUlcersSensory" value="3. Responds to verbal commands, but cannot always communicate discomfort or the need to be turned OR has some sensory impairment which limits ability to feel pain or discomfort in 1 or 2 extremities. " <cfif Recertform.Braden_1_Sensory EQ "3. Responds to verbal commands, but cannot always communicate discomfort or the need to be turned OR has some sensory impairment which limits ability to feel pain or discomfort in 1 or 2 extremities. ">checked</cfif>> 3. Responds to verbal commands, but cannot always communicate discomfort or the need to be turned OR has some sensory impairment which limits ability to feel pain or discomfort in 1 or 2 extremities. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersSensory" name="drlPresureUlcersSensory" value="4. Responds to verbal commands. Has no sensory deficit which would limit ability to feel or voice pain or discomfort." <cfif Recertform.Braden_1_Sensory EQ "4. Responds to verbal commands. Has no sensory deficit which would limit ability to feel or voice pain or discomfort.">checked</cfif>> 4. Responds to verbal commands. Has no sensory deficit which would limit ability to feel or voice pain or discomfort.</label>
									</div>
								</div>
								<p style="color:#3598dc;" id="spanassessment">Frequent assessment needed due to cognitive/sensory limitations. </p>
							</div>
							<div class="form-group">
								<label>MOISTURE degree to which skin is exposed to moisture</label><br>
								<div class="label-stable">
									<div id="drlPresureUlcersMoistured" class="radio-list">
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMoisture" name="drlPresureUlcersMoisture" value="1. Skin is kept moist almost constantly by perspiration, urine, etc. Dampness is detected every time patient is moved or turned. " <cfif Recertform.Braden_2_Moisture EQ "1. Skin is kept moist almost constantly by perspiration, urine, etc. Dampness is detected every time patient is moved or turned. ">checked</cfif>> 1. Skin is kept moist almost constantly by perspiration, urine, etc. Dampness is detected every time patient is moved or turned. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMoisture" name="drlPresureUlcersMoisture" value="2. Skin is often, but not always moist. Linen must be changed at least once a shift. " <cfif Recertform.Braden_2_Moisture EQ "2. Skin is often, but not always moist. Linen must be changed at least once a shift. ">checked</cfif>> 2. Skin is often, but not always moist. Linen must be changed at least once a shift. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMoisture" name="drlPresureUlcersMoisture" value="3. Skin is occasionally moist, requiring an extra linen change approximately once a day." <cfif Recertform.Braden_2_Moisture EQ "3. Skin is occasionally moist, requiring an extra linen change approximately once a day.">checked</cfif>> 3. Skin is occasionally moist, requiring an extra linen change approximately once a day. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMoisture" name="drlPresureUlcersMoisture" value="4. Skin is usually dry, linen only requires changing at routine intervals." <cfif Recertform.Braden_2_Moisture EQ "4. Skin is usually dry, linen only requires changing at routine intervals.">checked</cfif>> 4. Skin is usually dry, linen only requires changing at routine intervals.</label>
									</div>
								</div>
								<p style="color:#3598dc;" id="spanLinens">Linens need frequent change</p>
							</div>
							<div class="form-group">
								<label>ACTIVITY degree of physical activity</label><br>
								<div class="label-stable">
									<div id="drlPresureUlcersActivityd" class="radio-list">
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersActivity" name="drlPresureUlcersActivity" <cfif Recertform.Braden_3_Activity EQ "1. Confined to bed.">checked</cfif> value="1. Confined to bed."> 1. Confined to bed. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersActivity" name="drlPresureUlcersActivity" value="2. Ability to walk severely limited or non-existent. Cannot bear own weight and/or must be assisted into chair or wheelchair. " <cfif Recertform.Braden_3_Activity EQ "2. Ability to walk severely limited or non-existent. Cannot bear own weight and/or must be assisted into chair or wheelchair. ">checked</cfif>> 2. Ability to walk severely limited or non-existent. Cannot bear own weight and/or must be assisted into chair or wheelchair. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersActivity" name="drlPresureUlcersActivity" value="3.  Walks occasionally during day, but for very short distances, with or without assistance. Spends majority of each shift in bed or chair " <cfif Recertform.Braden_3_Activity EQ "3.  Walks occasionally during day, but for very short distances, with or without assistance. Spends majority of each shift in bed or chair ">checked</cfif>> 3. Walks occasionally during day, but for very short distances, with or without assistance. Spends majority of each shift in bed or chair </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersActivity" name="drlPresureUlcersActivity" value="4. Walks outside room at least twice a day and inside room at least once every two hours during waking hours " <cfif Recertform.Braden_3_Activity EQ "4. Walks outside room at least twice a day and inside room at least once every two hours during waking hours ">checked</cfif>> 4.Walks outside room at least twice a day and inside room at least once every two hours during waking hours </label>
									</div>
								</div>
								<p style="color:#3598dc;" id="spanROM">ROM and AROM needed due to reduced mobility.</p>
							</div>
							<div class="form-group">
								<label>MOBILITY ability to change and control body position</label><br>
								<div class="label-stable">
									<div id="drlPresureUlcersMobilityd" class="radio-list">
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMobility" name="drlPresureUlcersMobility" value="1. Does not make even slight changes in body or extremity position without assistance " <cfif Recertform.Braden_4_Mobility EQ "1. Does not make even slight changes in body or extremity position without assistance ">checked</cfif>> 1. Does not make even slight changes in body or extremity position without assistance</label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMobility" name="drlPresureUlcersMobility" value="2. Makes occasional slight changes in body or extremity position but unable to make frequent or significant changes independently. " <cfif Recertform.Braden_4_Mobility EQ "2. Makes occasional slight changes in body or extremity position but unable to make frequent or significant changes independently. ">checked</cfif>> 2. Makes occasional slight changes in body or extremity position but unable to make frequent or significant changes independently. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMobility" name="drlPresureUlcersMobility" value="3. Makes frequent though slight changes in body or extremity position independently. " <cfif Recertform.Braden_4_Mobility EQ "3. Makes frequent though slight changes in body or extremity position independently. ">checked</cfif>> 3. Makes frequent though slight changes in body or extremity position independently. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersMobility" name="drlPresureUlcersMobility" value="4. Makes major and frequent changes in position without assistance." <cfif Recertform.Braden_4_Mobility EQ "4. Makes major and frequent changes in position without assistance.">checked</cfif>> 4. Makes major and frequent changes in position without assistance.</label>
									</div>
								</div>
								<p style="color:#3598dc;" id="spanre-positioning">Assistance with re-positioning needed.</p>
							</div>
							<div class="form-group">
								<label>NUTRITION usual food intake pattern</label><br>
								<div class="label-stable">
									<div id="drlPresureUlcersNutritiond" class="radio-list">
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersNutrition" name="drlPresureUlcersNutrition" value="1. Never eats a complete meal. Rarely eats more than a of any food offered. Eats 2 servings or less of protein (meat or dairy products) per day. Takes fluids poorly. Does not take a liquid dietary supplement OR is NPO." <cfif Recertform.Braden_5_Nutrition EQ "1. Never eats a complete meal. Rarely eats more than a of any food offered. Eats 2 servings or less of protein (meat or dairy products) per day. Takes fluids poorly. Does not take a liquid dietary supplement OR is NPO.">checked</cfif>> 1. Never eats a complete meal. Rarely eats more than a of any food offered. Eats 2 servings or less of protein (meat or dairy products) per day. Takes fluids poorly. Does not take a liquid dietary supplement OR is NPO. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersNutrition" name="drlPresureUlcersNutrition" value="2. Rarely eats a complete meal and generally eats only about 2 of any food offered. Protein intake includes only 3 servings of meat or dairy products per day. Occasionally will take a dietary supplement." <cfif Recertform.Braden_5_Nutrition EQ "2. Rarely eats a complete meal and generally eats only about 2 of any food offered. Protein intake includes only 3 servings of meat or dairy products per day. Occasionally will take a dietary supplement.">checked</cfif>> 2. Rarely eats a complete meal and generally eats only about 2 of any food offered. Protein intake includes only 3 servings of meat or dairy products per day. Occasionally will take a dietary supplement. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersNutrition" name="drlPresureUlcersNutrition" value="3. Eats over half of most meals. Eats a total of 4 servings of protein (meat, dairy products per day. Occasionally will refuse a meal, but will usually take a supplement when offered OR is on a tube feeding or TPN." <cfif Recertform.Braden_5_Nutrition EQ "3. Eats over half of most meals. Eats a total of 4 servings of protein (meat, dairy products per day. Occasionally will refuse a meal, but will usually take a supplement when offered OR is on a tube feeding or TPN.">checked</cfif>> 3. Eats over half of most meals. Eats a total of 4 servings of protein (meat, dairy products per day. Occasionally will refuse a meal, but will usually take a supplement when offered OR is on a tube feeding or TPN. </label>
										<label>
										<input type="radio" id="drlPresureUlcersNutrition" name="drlPresureUlcersNutrition" value="4. Eats most of every meal. Never refuses a meal. Usually eats a total of 4 or more servings of meat and dairy products. Occasionally eats between meals." <cfif Recertform.Braden_5_Nutrition EQ "4. Eats most of every meal. Never refuses a meal. Usually eats a total of 4 or more servings of meat and dairy products. Occasionally eats between meals.">checked</cfif>> 4. Eats most of every meal. Never refuses a meal. Usually eats a total of 4 or more servings of meat and dairy products. Occasionally eats between meals. </label>
									</div>
								</div>
								<p style="color:#3598dc;" id="spanNutritional">Nutritional and protein supplements needed.</p>
							</div>
							<div class="form-group">
								<label>FRICTION & SHEAR</label><br>
								<div class="label-stable">
									<div id="drlPresureUlcersFrictiond" class="radio-list">
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersFriction" name="drlPresureUlcersFriction" value="1. Requires moderate to maximum assistance in moving. Complete lifting without sliding against sheets is impossible. Frequently slides down in bed or chair, requiring frequent repositioning with maximum assistance. " <cfif Recertform.Braden_6_Friction EQ "1. Requires moderate to maximum assistance in moving. Complete lifting without sliding against sheets is impossible. Frequently slides down in bed or chair, requiring frequent repositioning with maximum assistance. ">checked</cfif>> 1. Requires moderate to maximum assistance in moving. Complete lifting without sliding against sheets is impossible. Frequently slides down in bed or chair, requiring frequent repositioning with maximum assistance. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersFriction" name="drlPresureUlcersFriction" value="2. Problem Moves feebly or requires minimum assistance. During a move skin probably slides to some extent against sheets, chair, restraints or other devices. Maintains relatively good position in chair or bed most of the time." <cfif Recertform.Braden_6_Friction EQ "2. Problem Moves feebly or requires minimum assistance. During a move skin probably slides to some extent against sheets, chair, restraints or other devices. Maintains relatively good position in chair or bed most of the time.">checked</cfif>> 2. Problem Moves feebly or requires minimum assistance. During a move skin probably slides to some extent against sheets, chair, restraints or other devices. Maintains relatively good position in chair or bed most of the time. </label>
										<label>
										<input type="radio" onClick="cal();" id="drlPresureUlcersFriction" name="drlPresureUlcersFriction" value="3. Moves in bed and in chair independently and has sufficient muscle strength to lift up completely during move. Maintains good position in bed or chair." <cfif Recertform.Braden_6_Friction EQ "3. Moves in bed and in chair independently and has sufficient muscle strength to lift up completely during move. Maintains good position in bed or chair.">checked</cfif>> 3. Moves in bed and in chair independently and has sufficient muscle strength to lift up completely during move. Maintains good position in bed or chair. </label>
									</div>
								</div>
								<p style="color:#3598dc;" id="spandevices">devices and skin protectors needed.</p>
							</div>
							<p id="spnTotalScore">
								<b>
									Total Score =
									<span id="PressureRate">
										<cfoutput>#PressureRate#</cfoutput>
									</span>
									<span id="spnPressureUlcers">
										<cfif PressureRate GT 15 OR  PressureRate EQ 15>
											LOW RISK
										<cfelseif PressureRate GT 13 OR  PressureRate eq 13 OR PressureRate EQ 14>
											MODERATE RISK
										<cfelseif PressureRate LT 12 OR PressureRate EQ 12>
											HIGH RISK
										</cfif>
										for Pressure Ulcers
									</span>
								</b>
							</p>
							<p id="SpnCopyright">Copyright Barbara Braden and Nancy Bergstrom, 1988 All rights reserved </p>
							<p id="spnHigh">1 - 12 =HIGH RISK</p>
							<p id="spnModerate">13 - 14 =MODERATE RISK</p>
							<p id="spnLow">15 - 23 =LOW RISK</p>
						</div>
					</div>
				</div>
				<div class="portlet box green">
					<div class="portlet-title">
						<div id="spnwound1" class="caption">
							<i class="fa fa-gear"></i>
							<cfoutput>#cookie.WoundCount#</cfoutput> wounds entered - click to edit
						</div>
						<div class="tools">
							<a href="javascript:;" class="collapse"></a>
						</div>
						<div class="actions margin-right-10">
							<a class="btn btn-default btn-sm" href="javascript:;" id="ImgWoundAdd" onClick="$('#Wounddiv').modal('show');">  Add  </a>
						</div>
					</div>
					<div class="portlet-body flip-scroll" style="display:none;">
						<div id="DivM1306WoundFirst">
							<h4 id="SpnWoundsType"><cfoutput>#Getpatient.First_Name_M0040# #Getpatient.Last_Name_M0040#</cfoutput> 1 - Start of Care, Not Complete </h4>
							<cfdiv bind="url:#Application.siteURL#/patientadmin_new/WoundGrid.cfm" ID="theWoundDiv"></cfdiv>
						</div>
					</div>
				</div>
				<div class="hidden">
				<div class="form-group">
					<label>Use Wound AutoFill? <img src="../../images/icon_help.png" alt="top" style="cursor:pointer" onClick="helpSkin();" /></label><br>
					<div class="label-stable">
						<div id="divskin" class="checkbox-list">
							<label>
							<input type="checkbox" checked="checked" /> Yes</label>
						</div>
					</div>
				</div>
				</div>
				
	   <cfif Recertform.Assessment_Completed_M0090 gt '2017-01-01'>
		<p> M1311 Current number of Unhealed Pressure Ulcers at Each Stage</p>
        <cfelse>
		<p>M1308 - Current $ of Pressure Ulcers</p>
		</cfif>
		<div class="form-group">
					<label>M1306 Does this patient have at least one Unhealed Pressure Ulcer at Stage ll or Higher or designates as "unstageable"?</label><br>
					<div class="label-stable">
						<div class="radio-list">
							<label>
							<input type="radio" name="0unhealed" onclick="hide_M1306();" value="0 - No" <cfif Recertform.M1306_Unhealed_Pressure EQ "0 - No">checked</cfif>> 0 - No</label>
							<label>
							<input type="radio" name="0unhealed" onclick="hide_M1306();" value="1 - Yes" <cfif Recertform.M1306_Unhealed_Pressure EQ "1 - Yes">checked</cfif>> 1 - Yes</label>
						</div>
					</div>
				</div>
				
				<cfif Recertform.M1306_Unhealed_Pressure EQ "0 - No">
				<p style="color:#F00; display:block;" id="tdM1306">
					<b> Go answer M1322</b>
				</p>
				<cfelse>
				<p style="color:#F00; display:none;" id="tdM1306">
					<b> Go answer M1322</b>
				</p>
				</cfif>
				
				<div class="form-group">
					<label>a. Stage 2: Partial thickness loss of dermis presenting as a shallow open ulcer with red pink wound bed, without slough.</label><br>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpstage2" id="drpstage2" type="text" class="spinner-input form-control" onChange="bindtext('drpstage2');" value='<cfoutput>#Recertform.Pressure_Ulcer_b_M0450#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<p>*number currently present</p>
				</div>
				<div class="form-group">
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpstage2value" id="drpstage2value" type="text" class="spinner-input form-control" onChange="bindtext('drpstage2value');" value='<cfoutput>#Recertform.M1308_a_12_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<p>**number of those currently present that were also present at SOC/ROC</p>
				</div>
				<div class="form-group">
					<label>b. Stage 3: Full thickness tissue loss. Subcutaneous fat may be visible but bone, tendon, or muscle are not exposed.</label><br>
					<div class="spinner1">
						<div class="input-group input-small margin-right-10" style="float:left;">
							<input name="drpstage3" id="drpstage3" type="text" class="spinner-input form-control" onChange="bindtext('drpstage3');" value='<cfoutput>#Recertform.Pressure_Ulcer_c_M0450#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpstage3value" id="drpstage3value" type="text" class="spinner-input form-control" onChange="bindtext('drpstage3value');" value='<cfoutput>#Recertform.M1308_b_12_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>c. Stage 4: Full thickness tissue loss with visible bone, tendon, or muscle.</label><br>
					<div class="spinner1">
						<div class="input-group input-small margin-right-10" style="float:left;">
							<input name="drpstage4" id="drpstage4" type="text" class="spinner-input form-control" onChange="bindtext('drpstage4');" value='<cfoutput>#Recertform.Pressure_Ulcer_d_M0450#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpstage4value" id="drpstage4value" type="text" class="spinner-input form-control" onChange="bindtext('drpstage4value');" value='<cfoutput>#Recertform.M1308_c_12_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>d.1. Unstageable: due to non-removable dressing or device</label><br>
					<div class="spinner1">
						<div class="input-group input-small margin-right-10" style="float:left;">
							<input name="drpd1" id="drpd1" type="text" class="spinner-input form-control" onChange="bindtext('drpd1');" value='<cfoutput>#Recertform.Pressure_Ulcer_e_M0450#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpd1value" id="drpd1value" type="text" class="spinner-input form-control" onChange="bindtext('drpd1value');" value='<cfoutput>#Recertform.M1308_d_12_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>d.2. Unstageable: due to coverage of wound bed by slough and/or eschar.</label><br>
					<div class="spinner1">
						<div class="input-group input-small margin-right-10" style="float:left;">
							<input name="drpd2" id="drpd2" type="text" class="spinner-input form-control" onChange="bindtext('drpd2');" value='<cfoutput>#Recertform.M1308_d_2_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpd2value" id="drpd2value" type="text" class="spinner-input form-control" onChange="bindtext('drpd2value');" value='<cfoutput>#Recertform.M1308_d_22_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>d.3. Unstageable: Suspected deep tissue injury evolution.</label><br>
					<div class="spinner1">
						<div class="input-group input-small margin-right-10" style="float:left;">
							<input name="drpd3" id="drpd3" type="text" class="spinner-input form-control" onChange="bindtext('drpd3');" value='<cfoutput>#Recertform.M1308_d_3_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="drpd3value" id="drpd3value" type="text" class="spinner-input form-control" onChange="bindtext('drpd3value');" value='<cfoutput>#Recertform.M1308_d_32_Pressure#</cfoutput>' maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1322 Current Number of Stage I Presure Ulcers: Intact skin with non-blanchable redness over a bony area. May be a painful, firm, soft, warmer or cooler.<cfif Recertform.Assessment_Completed_M0090 gt '2017-01-01'>Darkly pigmented skin may not have a visible blanching; in dark skin tones only it may appear with persistent blue or purple hues.</cfif></label><br>
					<div class="label-stable">
						<div id="IM0450d" class="radio-list">
							<label>
							<input type="radio" name="IM0450" value="0 - Zero" <cfif Recertform.Pressure_Ulcer_a_M0450 Contains "0 - Zero">checked</cfif>> 0 - Zero </label>
							<label>
							<input type="radio" name="IM0450" value="1 - One" <cfif Recertform.Pressure_Ulcer_a_M0450 EQ "1 - One">checked</cfif>> 1 - One </label>
							<label>
							<input type="radio" name="IM0450" value="2 - Two" <cfif Recertform.Pressure_Ulcer_a_M0450 EQ "2 - Two">checked</cfif>> 2 - Two </label>
							<label>
							<input type="radio" name="IM0450" value="3 - Three" <cfif Recertform.Pressure_Ulcer_a_M0450 EQ "3 - Three">checked</cfif>> 3 - Three </label>
							<label>
							<input type="radio" name="IM0450" value="4 - Four or more" <cfif Recertform.Pressure_Ulcer_a_M0450 EQ "4 - Four or more">checked</cfif>> 4 - Four or more </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1324 Stage of Most Problematic (Observable) Pressure Ulcer</label><br>
					<div class="label-stable">
						<div id="IM0460d" class="radio-list">
							<label>
							<input type="radio" name="IM0460" value="1 - Stage I" <cfif Recertform.Pressure_Ulcer_Stage_M0460 EQ "1 - Stage I">checked</cfif>> 1 - Stage I </label>
							<label>
							<input type="radio" name="IM0460" value="2 - Stage II" <cfif Recertform.Pressure_Ulcer_Stage_M0460 EQ "2 - Stage II">checked</cfif>> 2 - Stage II </label>
							<label>
							<input type="radio" name="IM0460" value="3 - Stage III" <cfif Recertform.Pressure_Ulcer_Stage_M0460 EQ "3 - Stage III">checked</cfif>> 3 - Stage III </label>
							<label>
							<input type="radio" name="IM0460" value="4 - Stage IV" <cfif Recertform.Pressure_Ulcer_Stage_M0460 EQ "4 - Stage IV">checked</cfif>> 4 - Stage IV </label>
							<label>
							<input type="radio" name="IM0460" value="NA - No observable pressure ulcer or unhealed pressure ulcer" <cfif Recertform.Pressure_Ulcer_Stage_M0460 EQ "NA - No observable pressure ulcer or unhealed pressure ulcer">checked</cfif>> NA - No observable pressure ulcer or unhealed pressure ulcer </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1330 Does this patient have Stasis Ulcer?</label><br>
					<div class="label-stable">
						<div id="drpM1330d" class="radio-list">
							<label>
							<input type="radio" name="drpM1330" value="0 - No" onClick="hidestasis()"<cfif Recertform.Stasis_Ulcer_M0468 EQ "0 - No">checked</cfif>> 0 - No </label>
							<label>
							<input type="radio" name="drpM1330" value="1 - Yes, patient has BOTH observable and unobservable stasis ulcers" onClick="hidestasis()"<cfif Recertform.Stasis_Ulcer_M0468 EQ "1 - Yes, patient has BOTH observable and unobservable stasis ulcers">checked</cfif>> 1 - Yes, patient has BOTH observable and unobservable stasis ulcers </label>
							<label>
							<input type="radio" name="drpM1330" value="2 - Yes, patient has observable stasis ulcers ONLY" onClick="hidestasis()"<cfif Recertform.Stasis_Ulcer_M0468 EQ "2 - Yes, patient has observable stasis ulcers ONLY">checked</cfif>> 2 - Yes, patient has observable stasis ulcers ONLY </label>
							<label>
							<input type="radio" name="drpM1330" value="3 - Yes, patient has unobservable stasis ulcers ONLY (known but not observable due to non-removable dressing)" onClick="hidestasis()"<cfif Recertform.Stasis_Ulcer_M0468 EQ "3 - Yes, patient has unobservable stasis ulcers ONLY (known but not observable due to non-removable dressing)"> checked</cfif>> <span> 3 - Yes, patient has unobservable stasis ulcers ONLY (known but not observable due to non-removable dressing) </label>
						</div>
					</div>
				</div>
				<cfif Recertform.Stasis_Ulcer_M0468 EQ "0 - No" >
				<p style="color:#F00;display:block;" id="tdText">
					<b>Skip M1332 and M1334 and go to M1340.</b>
				</p>
				<cfelse>
				<p style="color:#F00;display:none;" id="tdText">
				<b>Skip M1332 and M1334 and go to M1340.</b>
				</p>
				</cfif>
				<div class="form-group">
					<label>M1332 CurrentNumber of Observable Stasis Ulcer(s)</label><br>
					<div class="label-stable">
						<div id="radzerod" class="radio-list">
							<label>
							<input type="radio" name="radzero" value="0 - Zero"  <cfif Recertform.Stasis_Ulcer_Num_M0470 EQ "0 - Zero">checked</cfif>> 0 - Zero </label>
							<label>
							<input type="radio" name="radzero" value="1 - One" <cfif Recertform.Stasis_Ulcer_Num_M0470 EQ "1 - One">checked</cfif>> 1 - One </label>
							<label>
							<input type="radio" name="radzero" value="2 - Two" <cfif Recertform.Stasis_Ulcer_Num_M0470 EQ "2 - Two">checked</cfif>> 2 - Two </label>
							<label>
							<input type="radio" name="radzero" value="3 - Three" <cfif Recertform.Stasis_Ulcer_Num_M0470 EQ "3 - Three">checked</cfif>> 3 - Three </label>
							<label>
							<input type="radio" name="radzero" value="4 - Four" <cfif Recertform.Stasis_Ulcer_Num_M0470 EQ "4 - Four">checked</cfif>> 4 - Four or more </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1334 Status of Most Problematic (Observable) Stasis Ulcer</label><br>
					<div class="label-stable">
						<div id="radNewlyd" class="radio-list">
							<label>
							<input type="radio" name="radNewly" value="0 - Newly epithelialized" <cfif Recertform.Stasis_Ulcer_Status_M0476 EQ "0 - Newly epithelialized">checked</cfif>> 0 - Newly epithalialized </label>
							<label>
							<input type="radio" name="radNewly" value="1 - Fully granulating" <cfif Recertform.Stasis_Ulcer_Status_M0476 EQ "1 - Fully granulating">checked</cfif>> 1 - Fully granulating </label>
							<label>
							<input type="radio" name="radNewly" value="2 - Early/partial granulation" <cfif Recertform.Stasis_Ulcer_Status_M0476 EQ "2 - Early/partial granulation">checked</cfif>> 2 - Early/partial granulation </label>
							<label>
							<input type="radio" name="radNewly" value="3 - Not healing" <cfif Recertform.Stasis_Ulcer_Status_M0476 EQ "3 - Not healing">checked</cfif>> 3 - Not healing </label>
						</div>
					</div>
				</div>
				<p style="color:#F00;">
					<cfif Recertform.Surgical_Wound_M0482 EQ "0">
						<b>Skip M1342 and answer M1350.</b>
					</cfif>
				</p>
				<div class="form-group">
					<label>M1340 Does patient have a Surgical Wound?</label><br>
					<div class="label-stable">
						<div id="drpM1340d" class="radio-list">
							<label>
							<input type="radio" name="drpM1340" value="0 - No" onClick="hideM1340()" <cfif Recertform.Surgical_Wound_M0482 contains "0 -">checked</cfif>> 0 - No </label>
							<label>
							<input type="radio" name="drpM1340" value="1 - Yes, patient has at least one (observable) surgical wound" onClick="hideM1340()"<cfif Recertform.Surgical_Wound_M0482 contains "1 -">checked</cfif>> 1 - Yes, patient has at least one (observable) surgical wound </label>
							<label>
							<input type="radio" name="drpM1340" value="2 - Surgical wound known or likely but not observable due to non-removable dressing" onClick="hideM1340()"<cfif Recertform.Surgical_Wound_M0482 contains "2 -">checked</cfif>> 2 - Surgical wound known or likely but not observable due to non-removable dressing </label>
						</div>
					</div>
				</div>
				
				<cfif Recertform.Surgical_Wound_M0482 EQ "0 - No" >
				<p style="color:#F00;display:block;" id="tdM1340">
					<b>Skip 1342 and 1350, go to M1400.</b>
				</p>
				<cfelse>
				<p style="color:#F00;display:none;" id="tdM1340">
				<b>Skip 1342 and 1350, go to M1400.</b>
				</p>
				</cfif>
				
				<div class="form-group">
					<label>M1342 Status of Most Problematic (Observable) Surgical Wound</label><br>
					<div class="label-stable">
						<div id="radSurgicalNewlyd" class="radio-list">
							<label>
							<input type="radio" name="radSurgicalNewly" value="0 - Newly epithelialized" <cfif Recertform.Surgical_Wound_Status_M0488 EQ "0 - Newly epithelialized">checked</cfif>> 0 - Newly epithalialized </label>
							<label>
							<input type="radio" name="radSurgicalNewly" value="1 - Fully granulating" <cfif Recertform.Surgical_Wound_Status_M0488 EQ "1 - Fully granulating">checked</cfif>> 1 - Fully granulating </label>
							<label>
							<input type="radio" name="radSurgicalNewly" value="2 - Early/partial granulation" <cfif Recertform.Surgical_Wound_Status_M0488 EQ "2 - Early/partial granulation">checked</cfif>> 2 - Early/partial granulation </label>
							<label>
							<input type="radio" name="radSurgicalNewly" value="3 - Not healing" <cfif Recertform.Surgical_Wound_Status_M0488 EQ "3 - Not healing">checked</cfif>> 3 - Not healing </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1350 Does patient have a Skin Lesion or Open Wound excluding bowel ostomy other than those described above receiving intervention</label><br>
					<div class="label-stable">
						<div id="radNod" class="radio-list">
							<label>
							<input type="radio" name="radNo" value="0 - No" <cfif Recertform.M1350_Other_Wounds contains "0">checked</cfif>> 0 - No </label>
							<label>
							<input type="radio" name="radNo" value="1 - Yes" <cfif Recertform.M1350_Other_Wounds contains "1">checked</cfif>> 1 - Yes </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1400 When is the patient dyspneic or noticeably short of Breath?</label><br>
					<div class="label-stable">
						<div id="radBreathd" class="radio-list">
							<label>
							<input type="radio" name="radBreath" value="0 - Never, patient is not short of breath" <cfif Recertform.Breathing_M0490 EQ "0 - Never, patient is not short of breath">checked</cfif>> 0 - Never, patient is not short of breath </label>
							<label>
							<input type="radio" name="radBreath" value="1 - When walking more than 20 feet, climbing stairs" <cfif Recertform.Breathing_M0490 EQ "1 - When walking more than 20 feet, climbing stairs">checked</cfif>> 1 - When walking more than 20 feet, climbing stairs</label>
							<label>
							<input type="radio" name="radBreath" value="2 - With moderate exertion" <cfif Recertform.Breathing_M0490 EQ "2 - With moderate exertion">checked</cfif>> 2 - With moderate exertion </label>
							<label>
							<input type="radio" name="radBreath" value="3 - With minimal exertion or with agitation" <cfif Recertform.Breathing_M0490 EQ "3 - With minimal exertion or with agitation">checked</cfif>> 3 - With minimal exertion or with agitation </label>
							<label>
							<input type="radio" name="radBreath" value="4 - At rest (during day or night)" <cfif Recertform.Breathing_M0490 EQ "4 - At rest (during day or night)">checked</cfif>> 4 - At rest (during day or night) </label>
						</div>
					</div>
				</div>
				<div class="row">
					<div class="col-md-6">
						<div class="form-group">
							<label>Cardio-respiratory Assessment</label><br>
							<div class="label-stable">
								<div id="divcardio" class="checkbox-list">
									<label>
									<input type="checkbox" name="chkDyspnea" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Dyspnea">checked</cfif> value="Dyspnea,shortness of breath"  /> Dyspnea, shortness of breath</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Breath sounds">checked</cfif> name="chkDyspnea" value="Breath sounds not clear" /> Breath sounds not clear</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Sputum not clear, Scant">checked</cfif> name="chkDyspnea" value="Sputum not clear, Scant, Watery" /> Sputum not clear, Scant, Watery </label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Dependent edema">checked</cfif> name="chkDyspnea" value="Dependent edema" /> Dependent edema</label>
									<label>
									<input type="checkbox"  onclick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "High blood pressure">checked</cfif> name="chkDyspnea" value="High blood pressure" /> High blood pressure</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Abnormal lab results">checked</cfif> name="chkDyspnea" value="Abnormal lab results" /> Abnormal lab results</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Palpitations">checked</cfif> name="chkDyspnea" value="Palpitations, disphoresis" /> Palpitations, diaphoresis </label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Dizziness">checked</cfif> name="chkDyspnea" value="Duzziness, headaches" /> Dizziness, headaches</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Weakness">checked</cfif> name="chkDyspnea" value="Weakness/fatigue" /> Weakness/fatigue</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Nosebleeds">checked</cfif> name="chkDyspnea" value="Nosebleeds" /> Nosebleeds</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess Contains "Asymptomatic">checked</cfif> name="chkDyspnea" value="Asymptomatic" /> Asymptomatic</label>
									<label>
									<input type="checkbox" onClick="changebg('chkDyspnea','txtCardioOther','divcardio');" <cfif Recertform.M0490_Assess NEQ "">checked</cfif> name="chkDyspnea" value="Other"/>Other</label>
								</div>
							</div>
							<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtCardioOther" id="txtCardioOther"><cfoutput>#Recertform.M0490_Assess#</cfoutput></textarea>
						</div>
					</div>
					<div class="col-md-6">
						<div class="form-group">
							<label>Genitourinary Assessment</label><br>
							<div class="label-stable">
								<div id="divUrinecolor" class="checkbox-list">
									<label>
									<input type="checkbox" name="chkUrinecolor" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "Urine color not pale yellow">checked</cfif> value="Urine color not pale yellow"  /> Urine color not pale yellow</label>
									<label>
									<input type="checkbox" name="chkUrinecolor" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "Urine odor not faint">checked</cfif> value="Urine odor not faint" /> Urine odor not faint</label>
									<label>
									<input type="checkbox" name="chkUrinecolor" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "Excoriation of surrounding skin">checked</cfif> value="Excoriation of surrounding skin" /> Excoriation of surrounding skin</label>
									<label>
									<input type="checkbox" name="chkUrinecolor" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "Abnormal urine frequency">checked</cfif> value="Abnormal urine frequency" /> Abnormal urine frequency</label>
									<label>
									<input type="checkbox" name="chkUrinecolor" onclick="showTextAreaUrine();" <cfif Recertform.M0520_Assess Contains "Abnormal lab results">checked</cfif> value="Abnormal lab results" /> Abnormal lab results</label>
									<label>
									<input type="checkbox" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "discharge">checked</cfif> name="chkUrinecolor" value="Genital discharge" /> Genital discharge</label>
									<label>
									<input type="checkbox" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "lesions">checked</cfif> name="chkUrinecolor" value="Genital lesions" /> Genital lesions</label>
									<label>
									<input type="checkbox" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess Contains "inflamm">checked</cfif> name="chkUrinecolor" value="Genital inflamm" /> Genital inflamm</label>
									<label>
									<input type="checkbox" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');" <cfif Recertform.M0520_Assess Contains "Asymptomatic">checked</cfif> name="chkUrinecolor" value="Asymptomatic" /> Asymptomatic </label>
									<label>
									<input type="checkbox" onClick="changebg('chkUrinecolor','txtUrineOther','divUrinecolor');"<cfif Recertform.M0520_Assess NEQ "">checked</cfif> name="chkUrinecolor" value="Other" /> Other</label>
								</div>
							</div>
							<textarea style="width:100%;max-width:100%;height:80px;" class="form-control" name="txtUrineOther" id="txtUrineOther"><cfoutput>#Recertform.M0520_Assess#</cfoutput></textarea>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1610 Urinary incontinence or urinary Catheter Presence</label><br>
					<div class="label-stable">
						<div id="drpM1610d" class="radio-list">
							<label>
							<input type="radio" name="drpM1610" value="0 - No incontinence or catheter (includes anuria or ostomy for urinary drainage)" <cfif Recertform.Urinary_INcont_M0520 contains "0">checked</cfif>> 0 - No incontinence or catheter (includes anuria or ostomy for urinary drainage) </label>
							<label>
							<input type="radio" name="drpM1610" value="1 - Patient is incontinent" <cfif Recertform.Urinary_INcont_M0520 contains "1">checked</cfif>> 1 - Patient is incontinent </label>
							<label>
							<input type="radio" name="drpM1610" value="2 - Patient requires a urinary catheter (i.e., external, indwelling, intermittent, suprapubic)" <cfif Recertform.Urinary_INcont_M0520 contains "2">checked</cfif>> 2 - Patient requires a urinary catheter (i.e., external, indwelling, intermittent, suprapubic) </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1620 Bowel incontinence Frequency</label><br>
					<div class="label-stable">
						<div id="radVeryrarelyd" class="radio-list">
							<label>
							<input type="radio" name="radVeryrarely" value="0 - Very rarely or never has bowel incontinence" <cfif Recertform.Bowel_Incont_M0540 EQ "0 - Very rarely or never has bowel incontinence">checked</cfif>> 0 - Very rarely or never has bowel incontinence </label>
							<label>
							<input type="radio" name="radVeryrarely" value="1 - Less than once weekly" <cfif Recertform.Bowel_Incont_M0540 EQ "1 - Less than once weekly">checked</cfif>> 1 - Less than once weekly </label>
							<label>
							<input type="radio" name="radVeryrarely" value="2 - One to three times weekly" <cfif Recertform.Bowel_Incont_M0540 EQ "2 - One to three times weekly">checked</cfif>> 2 - One to three times weekly </label>
							<label>
							<input type="radio" name="radVeryrarely" value="3 - Four to six times weekly" <cfif Recertform.Bowel_Incont_M0540 EQ "3 - Four to six times weekly">checked</cfif>> 3 - Four to six times weekly </label>
							<label>
							<input type="radio" name="radVeryrarely" value="4 - On a daily basis" <cfif Recertform.Bowel_Incont_M0540 EQ "4 - On a daily basis">checked</cfif>> 4 - On a daily basis </label>
							<label>
							<input type="radio" name="radVeryrarely" value="5 - More often than once daily" <cfif Recertform.Bowel_Incont_M0540 EQ "5 - More often than once daily">checked</cfif>> 5 - More often than once daily </label>
							<label>
							<input type="radio" name="radVeryrarely" value="NA - Patient has ostomy for bowel elimination" <cfif Recertform.Bowel_Incont_M0540 EQ "NA - Patient has ostomy for bowel elimination">checked</cfif>> NA - Patient has ostomy for bowel elimination </label>
							<label>
							<input type="radio" name="radVeryrarely" value="UK - Unknown" <cfif Recertform.Bowel_Incont_M0540 EQ "UK - Unknown">checked</cfif>> UK - Unknown </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1630 Ostomy for Bowel Elimination: Doees pt have an ostomy for bowel elimination that (within the last 14 days): a) was related to an inpatientfacility stay, or b) necessitated a change in medical or treatment regimen?</label><br>
					<div class="label-stable">
						<div id="drpM1630d" class="radio-list">
							<label>
							<input type="radio" name="drpM1630" value="0 - Patient does not have an ostomy for bowel elimination" <cfif Recertform.Ostomy_for_Bowel_M0550 Contains "0 -">checked</cfif>> 0 - Patient does not have an ostomy for bowel elimination </label>
							<label>
							<input type="radio" name="drpM1630" value="1 - Patient's ostomy was not related to an inpatient stay and did not necessitate change in regimen." <cfif Recertform.Ostomy_for_Bowel_M0550 contains "1 -">checked</cfif>> 1 - Patient's ostomy was not related to an inpatient stay and did not necessitate change in regimen </label>
							<label>
							<input type="radio" name="drpM1630" value="2 - The ostomy was related to an inpatient stay or did necessitate change in regimen"<cfif Recertform.Ostomy_for_Bowel_M0550 contains "2 -">checked</cfif>> 2 - The ostomy was related to an inpatient stay or did necessitate change in regimen </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1810 Ability to  Dress Upper Body including undergarments pullovers, front-opening shirts and blouses, managing zippers, buttons...</label><br>
					<div class="label-stable">
						<div id="drpM1810d" class="radio-list">
							<label>
							<input type="radio" name="drpM1810" value="0 - Able to get clothes out of closets and drawers, put them on and remove them from the upper body without assistance."<cfif Recertform.Dress_Upper_M0650 contains "0 -">checked</cfif>> 0 - Able to get clothes out of closets and drawers, put them on and remove them from the upper body without assistance </label>
							<label>
							<input type="radio" name="drpM1810" value="1 - Able to dress upper body without assistance if clothing is laid out or handed to the patient."<cfif Recertform.Dress_Upper_M0650 Contains "1 -">checked</cfif>> 1 - Able to dress upper body without assistance if clothing is laid out or handed to the patient </label>
							<label>
							<input type="radio" name="drpM1810" value="2 - Someone must help the patient put on upper body clothing."<cfif Recertform.Dress_Upper_M0650 Contains  "2 -">checked</cfif>> 2 - Someone must help the patient put on upper body clothing </label>
							<label>
							<input type="radio" name="drpM1810" value="3 - Patient depends entirely upon another person to dress the upper body."<cfif Recertform.Dress_Upper_M0650  Contains  "3 -">checked</cfif>> 3 - Patient depends entirely upon another person to dress the upper body </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1820 Ability to Dress Lower Body  including undergarments, stacks, socks or nylons, shoes.</label><br>
					<div class="label-stable">
						<div id="drpM1820d" class="radio-list">
							<label>
							<input type="radio" name="drpM1820" value="0 - Able to obtain, put on, and remove clothing and shoes without assistance." <cfif Recertform.Dress_Lower_M0660 contains "0 -">checked</cfif>> 0 - Able to obtain, put on, and remove clothing and shoes without assistance </label>
							<label>
							<input type="radio" name="drpM1820" value="1 - Able to dress lower body without assistance if clothing and shoes are laid out or handed to the patient."<cfif Recertform.Dress_Lower_M0660 contains "1 -">checked</cfif>> 1 - Able to dress lower body without assistance if clothing and shoes are laid out or handed to the patient </label>
							<label>
							<input type="radio" name="drpM1820" value="2 - Someone must help the patient put on undergarments, slacks, socks or nylons, and shoes."<cfif Recertform.Dress_Lower_M0660 contains "2 -">checked</cfif>> 2 - Someone must help the patient put on undergarments, slacks, socks or nylons, and shoes </label>
							<label>
							<input type="radio" name="drpM1820" value="3 - Patient depends entirely upon another person to dress lower body"<cfif Recertform.Dress_Lower_M0660 contains "3 - Patient depends entirely upon another person to dress lower body">checked</cfif>> 3 - Patient depends entirely upon another person to dress lower body </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1830 Bathing: Ability to wash entirebody. (Excludes grooming).</label><br>
					<div class="label-stable">
						<div id="drpM1830d" class="radio-list">
							<label>
							<input type="radio" name="drpM1830" value="0 - Able to bathe self in shower or tub independently, including getting in and out of tub/shower."<cfif Recertform.Bathing_M0670 contains "0 -">checked</cfif>> 0 - Able to bath self in shower or tub independently, including getting in and out tub/shower </label>
							<label>
							<input type="radio" name="drpM1830" value="1 - With the use of devices, is able to bathe self in shower or tub independently, including getting in and out of the tub/shower."<cfif Recertform.Bathing_M0670 contains "1 -">checked</cfif>> 1 - With the use of devices, is able to bath self in shower or tub independently, including getting in and out of the tub/shower </label>
							<label>
							<input type="radio" name="drpM1830" value="2 - Able to bathe in shower or tub with the intermittent assistance of another person: (a) for intermittent supervision or encouragement or reminders, OR (b) to get in and out of the shower or tub, OR (c) for washing difficult to reach areas."<cfif Recertform.Bathing_M0670 contains "2 -">checked</cfif>> 2 - Able to bath in shower or tub with the intermittent assistance of another person: (a) for intermittent supervision or encouragement or reminders, OR (b) to get in and out of shower or tub, OR (c) for washing difficult to reach areas </label>
							<label>
							<input type="radio" name="drpM1830" value="3 - Able to participate in bathing self in shower or tub, but requires presence of another person throughout the bath for assistance or supervision." <cfif Recertform.Bathing_M0670 contains "3 -">checked</cfif>> 3 - Able to participate in bathing self in shower or tub, but requires presence of another person throughout the bath for assistance or supervision </label>
							<label>
							<input type="radio" name="drpM1830" value="4 - Unable to use the shower or tub, but able to bathe self independently with or without the use of devices at the sink, in chair, or on commode."<cfif Recertform.Bathing_M0670 contains "4 -">checked</cfif>> 4 - Unable to use the shower or tub, but able to bathe self independently with or without the use of devices at the sink, in chair, or on commode </label>
							<label>
							<input type="radio" name="drpM1830" value="5 - Unable to use the shower or tub, but able to participate in bathing self in bed, at the sink, in bedside chair, or on commode, with the assistance or supervision of another person throughout the bath."<cfif Recertform.Bathing_M0670 contains "5 -">checked</cfif>> 5 - Unable to use the shower or tub, but able to participate in bathing self in bed, at the sink, in bedside chair, or on commode, with the assistance or supervision of another person throughout the bath </label>
							<label>
							<input type="radio" name="drpM1830" value="6 - Unable to participate effectively in bathing and is bathed totally by another person."<cfif Recertform.Bathing_M0670 contains "6 -">checked</cfif>> 6 - Unable to participate effectively in bathing and is bathed totally by another person </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1840 Toilet Transfering: Ability to get to and from the toilet or bedside commode.</label><br>
					<div class="label-stable">
						<div id="drpM1840d" class="radio-list">
							<label>
							<input type="radio" name="drpM1840" value="0 - Able to get to and from the toilet and transfer independently with or without a device."<cfif Recertform.M1840_Toilet contains "0 -">checked</cfif>> 0 - Able to get to and from the toilet and transfer independently with or without a device </label>
							<label>
							<input type="radio" name="drpM1840" value="1 - When reminded, assisted, or supervised by another person, able to get to and from the toilet and transfer."<cfif Recertform.M1840_Toilet contains "1 -">checked</cfif>> 1 - When reminded, assisted, or supervised by another person, able to get to and from the toilet and transfer </label>
							<label>
							<input type="radio" name="drpM1840" value="2 - Unable to get to and from the toilet but is able to use a bedside commode (with or without assistance)."<cfif Recertform.M1840_Toilet contains "2 -">checked</cfif>> 2 - Unable to get to and from the toilet but is able to use a bedside commode (with or without assistance) </label>
							<label>
							<input type="radio" name="drpM1840" value="3 - Unable to get to and from the toilet or bedside commode but is able to use a bedpan/urinal independently."<cfif Recertform.M1840_Toilet contains "3 -">checked</cfif>> 3 - Unable to get to and from the toilet or bedside commode but is able to use a bedpan/urinal independently </label>
							<label>
							<input type="radio" name="drpM1840" value="4 - Is totally dependent in toileting."<cfif Recertform.M1840_Toilet contains "4 -">checked</cfif>> 4 - Is totally dependent in toileting </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1850 Transferring: Ability to move from bed to chair,on & off toilet or commode,into and out of tub or shower,and ability to turn and...</label><br>
					<div class="label-stable">
						<div id="drpM1850d" class="radio-list">
							<label>
							<input type="radio" name="drpM1850" value="0 - Able to independently transfer."<cfif Recertform.Transferring_M0690 contains "0 -">checked</cfif>> 0 - Able to independently transfer </label>
							<label>
							<input type="radio" name="drpM1850" value="1 - Transfers with minimal human assistance or with use of an assistive device."<cfif Recertform.Transferring_M0690 contains "1 -">checked</cfif>> 1 - Transfers with minimal human assistance or with use of an assistive device </label>
							<label>
							<input type="radio" name="drpM1850" value="2 - Unable to transfer self but is able to bear weight and pivot during the transfer process."<cfif Recertform.Transferring_M0690 contains "2 -">checked</cfif>> 2 - Unable to transfer self but is able to bear weight and pivot during the transfer process </label>
							<label>
							<input type="radio" name="drpM1850" value="3 - Unable to transfer self and is unable to bear weight or pivot when transferred by another person."<cfif Recertform.Transferring_M0690 contains "3 -">checked</cfif>> 3 - Unable to transfer self and is unable to bear weight or pivot when transferred by another person </label>
							<label>
							<input type="radio" name="drpM1850" value="4 - Bedfast, unable to transfer but is able to turn and position self in bed."<cfif Recertform.Transferring_M0690 contains "4 -">checked</cfif>> 4 - Bedfast, unable to transfer but is able to turn and position self in bed </label>
							<label>
							<input type="radio" name="drpM1850" value="5 - Bedfast, unable to transfer and is unable to turn and position self."<cfif Recertform.Transferring_M0690 contains "5 -">checked</cfif>> 5 - Bedfast, unable to transfer and is unable to turn and position self </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M1860 Ambulation: Ability to SAFELY walk, once in a standing position or use a wheelchair, once in a seated position, on a variety...</label><br>
					<div class="label-stable">
						<div id="drpM1860d" class="radio-list">
							<label>
							<input type="radio" name="drpM1860" value="0 - Able to independently walk on even and uneven surfaces and negotiate stairs with or without railings (i.e., needs no human assistance or assistive device)."<cfif Recertform.Ambulation_M0700 contains "0 -">checked</cfif>> 0 - Able to independently walk on even and uneven surfaces and negotiate stairs with or without railings (i.e., needs no human assistance or assistive device)</label>
							<label>
							<input type="radio" name="drpM1860" value="1 - With the use of a one-handed device (e.g. cane, single crutch, hemi-walker), able to independently walk on even and uneven surfaces and negotiate stairs with or without railings." <cfif Recertform.Ambulation_M0700 contains "1 -">checked</cfif>> 1 - With the use of a one-handed device (e.g. cane, single crutch, hemi-walker), able to independently walk on even and uneven surfaces and negotiate stairs with or without railings </label>
							<label>
							<input type="radio" name="drpM1860" value="2 - Requires use of a two-handed device (e.g., walker or crutches) to walk alone on a level surface and/or requires human supervision or assistance to negotiate stairs or steps or uneven surfaces."<cfif Recertform.Ambulation_M0700 contains "2 -">checked</cfif>> 2 - Requires use of a two-handed device (e.g., walker or crutches) to walk alone on a level surface and/or requires human supervision or assistance to negotiate stairs or steps or uneven surfaces </label>
							<label>
							<input type="radio" name="drpM1860" value="3 - Able to walk only with the supervision or assistance of another person at all times."<cfif Recertform.Ambulation_M0700 contains "3 -">checked</cfif>> 3 - Able to walk only with the supervision or assistance of another person at all times </label>
							<label>
							<input type="radio" name="drpM1860" value="4 - Chairfast, unable to ambulate but is able to wheel self independently."<cfif Recertform.Ambulation_M0700 contains "4 -">checked</cfif>> 4 - Chairfast, unable to ambulate but is able to wheel self independently </label>
							<label>
							<input type="radio" name="drpM1860" value="5 - Chairfast, unable to ambulate and is unable to wheel self."<cfif Recertform.Ambulation_M0700 contains "5 -">checked</cfif>> 5 - Chairfast, unable to ambulate and is unable to wheel self </label>
							<label>
							<input type="radio" name="drpM1860" value="6 - Bedfast, unable to ambulate or be up in a chair."<cfif Recertform.Ambulation_M0700 contains "6 -">checked</cfif>> 6 - Bedfast, unable to ambulate or be up in a chair </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M2030 Management of Injectable Medications: patient's Current ability to prepare and take all prescribed injectable medications reliably and safely,including administration of corrent dosage at the appropriate time/intervals. Excludes IV medications.</label><br>
					<div class="label-stable">
						<div id="drpM2030d" class="radio-list">
							<label>
							<input type="radio" name="drpM2030" value="0 - Able to independently take the correct medication(s) and proper dosage(s) at the correct times."<cfif Recertform.Inject_Meds_M0800 contains "0 -">checked</cfif>> 0 - Able to independently take the correct medication(s) and proper dosage(s) at the correct times </label>
							<label>
							<input type="radio" name="drpM2030" value="1 - Able to take injectable medication(s) at the correct times if: (a) individual syringes are prepared in advance by another person; OR (b) another person develops a drug diary or chart."<cfif Recertform.Inject_Meds_M0800 contains "1 -">checked</cfif>> 1 - Able to take injectable medication(s) at the correct times if: (a) individual syringes are prepared in advance by another person; OR (b) another person develops a drug diary or chart </label>
							<label>
							<input type="radio" name="drpM2030" value="2 - Able to take medication(s) at the correct times if given reminders by another person based on the frequency of the injection" <cfif Recertform.Inject_Meds_M0800 contains "2 -">checked</cfif>> 2 - Able to take medication(s) at the correct times if given reminders by another person based on the frequency of the injection </label>
							<label>
							<input type="radio" name="drpM2030" value="3 - Unable to take injectable medication unless administered by another person."<cfif Recertform.Inject_Meds_M0800 contains "3 -">checked</cfif>> 3 - Unable to take injectable medication unless administered by another person </label>
							<label>
							<input type="radio" name="drpM2030" value="NA - No injectable medications prescribed."<cfif Recertform.Inject_Meds_M0800 contains "NA -">checked</cfif>> NA - No injectable medications prescribed </label>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M2200 - Therapy Need: in the home health plan of care for the medicare payment episode for which this assessment will define a case mix group,what is the indicated need for therapy visits (total of reasonable and necessary physical, occupational,and speech-language pathology visits combined)?(Enter Zero ["000"] if no therapy visits indicated.)</label><br>
					<div class="spinner1">
						<div class="input-group input-small">
							<input name="txtTher" id="txtTher" type="text" class="spinner-input form-control" onChange="bindtext('txtTher');" <cfif Recertform.M0826_Ther_Need NEQ "">value="<cfoutput>#Recertform.M0826_Ther_Need#</cfoutput>"<cfelse>value="0"</cfif> maxlength="3">
							<div class="spinner-buttons input-group-btn btn-group-vertical">
								<button type="button" class="btn spinner-up btn-xs blue">
								<i class="fa fa-angle-up"></i>
								</button>
								<button type="button" class="btn spinner-down btn-xs blue">
								<i class="fa fa-angle-down"></i>
								</button>
							</div>
						</div>
					</div>
					<p>
						<cfif Recertform.M0826_Ther_Need NEQ "">
							total therapy visits
						</cfif>
					</p>
					<div class="label-stable">
						<div class="checkbox-list">
							<cfif Recertform.M0826_NA NEQ "NA">
								<label>
								<input type="checkbox" name="chkNA" value="NA"> NA - Not Applicable   </label>
							<cfelse>
								<label>
								<input type="checkbox" name="chkNA" value="NA" <cfif Recertform.M0826_NA EQ "NA">checked</cfif>> NA - Not Applicable</label>
							</cfif>
						</div>
					</div>
				</div>
				<div class="form-group">
					<div class="label-stable">
						<label>waiting for evaluation?</label>
						<div class="checkbox-list">
							<cfif Recertform.Waiting_For_Eval NEQ "Yes">
								<label>
								<input type="checkbox" name="chkWait" value="Yes"> Yes </label>
							<cfelse>
								<label>
								<input type="checkbox" name="chkWait" value="Yes" <cfif Recertform.Waiting_For_Eval EQ "Yes">checked</cfif>> Yes</label>
							</cfif>
						</div>
					</div>
				</div>
				<div class="form-group">
					<label>M0090 Date Completed</label><br>
					<div class="input-group input-medium date date-picker" data-date-format="mm/dd/yyyy">
						<input type="text" class="form-control" name="dateass" value="<cfoutput>#DateFormat(Recertform.Assessment_Completed_M0090,'mm/dd/yyyy')#</cfoutput>" placeholder="Select Date">
						<span class="input-group-btn">
							<button class="btn default" type="button">
								<i class="fa fa-calendar">
								</i>
							</button>
						</span>
					</div>
					<span class="help-block">Date Format: mm/dd/yyyy</span>
				</div>
            </div>
			</div>
            <div class="form-actions">
            	<input type="hidden" id="hdnOverweight" name="hdnOverweight" />
                <input type="hidden" id="hdnHyperglycemiFZaSleeping" name="hdnHyperglycemiFZaSleeping" />
                <input type="hidden" id="hdnhomeother" name="hdnhomeother" />
                <input type="hidden" id="hdnColor" name="hdnColor" />
                <input type="hidden" id="hdnradioM1306Count" name="hdnradioM1306Count" />
                <input type="hidden" id="hdnradioM1334Count" name="hdnradioM1334Count" />
                <input type="hidden" id="hdnradioM1332Count" name="hdnradioM1332Count" />
                <input type="hidden" id="hdnradioM1342Count" name="hdnradioM1342Count" />
                <input type="hidden" id="hdnradioM1350Count" name="hdnradioM1350Count" />
                <input type="hidden" id="hdnCardio" name="hdnCardio" />
                <input type="hidden" id="hdnNA" name="hdnNA" />
                <input type="hidden" id="hdnYes" name="hdnYes" />
                <input type="hidden" id="hdnUrinecolor" name="hdnUrinecolor" />
                <input type="hidden" id="hdnpainlevel" name="hdnpainlevel" />
                <input type="hidden" id="hdnsensory" name="hdnsensory" />
                <input type="hidden" id="hdnMoisture" name="hdnMoisture" />
                <input type="hidden" id="hdnActivity" name="hdnActivity" />
                <input type="hidden" id="hdnFriction" name="hdnFriction" />
                <input type="hidden" id="hdnNutrition" name="hdnNutrition" />
                <input type="hidden" id="hdnMobility" name="hdnMobility" />
                <input class="btn blue" type="submit" name="Update" value="Update" onClick="return Updateform();"/>
                <input class="btn btn-default" type="button" value="Cancel" name="cancel" onClick="history.back();"  />
            </div>
        </cfform>
    </div>
</div>
<!-- END DEFAULT FORM PORTLET -->

<cfwindow
    name="MedicationWindow"
    title=""
    height="500"
    width="800"
    resizable="false"
    center="true"
    closable="false"
    draggable="true"
    modal="true"
    bodystyle="background-color:white;"
    initshow="false"
    refreshOnShow = "true"
    source="#Application.siteURL#/patientadmin_new/PopUPMedication.cfm">
</cfwindow>

<cfwindow
    name="searchMedication"
    title=""
    height="500"
    width="800"
    resizable="false"
    center="true"
    closable="false"
    draggable="true"
    modal="true"
    bodystyle="background-color:white;"
    initshow="false"
    refreshOnShow = "true"
    source="#Application.siteURL#/patientadmin_new/AddSearchValue1.cfm?text={Start:hdnmedssearch}&MSearch=search&soc=y">
</cfwindow>

<cfwindow
    name="searchMedication2"
    title=""
    height="500"
    width="800"
    resizable="false"
    center="true"
    closable="false"
    draggable="true"
    modal="true"
    bodystyle="background-color:white;"
    initshow="false"
    refreshOnShow = "true"
    source="#Application.siteURL#/patientadmin_new/AddSearchValue1.cfm?text={Start:hdnmedssearch2}&MSearch2=search&soc=y">
</cfwindow>

<cfinclude template="/patientadmin_new/patient/M0230Diagnosis.cfm" />
<cfinclude template="/patientadmin_new/patient/vitaladd.cfm" />
<cfinclude template="/patientadmin_new/patient/woundsadd.cfm" />
<cfinclude template="/patientadmin_new/patient/ReviewMeds.cfm" /> 
<cfinclude template="/Scripts/assessment_form/Other_followupForm.cfm" />