<div id="recertstep9" style="display:none">

	<cfform name="formstep9" id="formstep9">
		<div class="form-body">
			<div class="margin-top-10 text-center">
				<ul class="pagination nav_pagination" style="margin:0;">
					<cfloop index=ind from="1" to="9">
						<cfoutput>
							<li class="nav_recertstep#ind# <cfif ind eq 1>active</cfif>" onClick="$('##recertstep9').hide(); $('##recertstep#ind#').show(); $('.pagination li').removeClass('active'); $('.nav_recertstep#ind#').addClass('active');">
								<a href="javascript:;">#ind#</a>
							</li>
						</cfoutput>
					</cfloop>
				</ul>

				<div class="dashboard-stat2 progress_div" style="margin: 0px auto; padding-top: 0px; max-width: 320px;">
					<div class="progress-info">
						<div class="progress" style="height: 9px">
							<span class="progress-bar progress-bar-success green-sharp">
								<span class="sr-only ">0% progress</span>
							</span>
						</div>
						<div class="status">
							<div class="status-title"> progress </div>
							<div class="status-number"> <span class="progressBar">0%</span> </div>
						</div>
					</div>
				</div>
			</div>
            
			<div class="well">    
			<div class="form-group">
				<div class="label-stable">
					<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 times/intervals. Excludes IV medications.</label>
					<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>
				<div class="spinner1">
					<div class="input-group input-small">
						<cfoutput>
							<input type="text" onChange="bindtext('txtTher');" class="spinner-input form-control" name="txtTher" id="txtTher" <cfif Recertform.M0826_Ther_Need NEQ "">value="#Recertform.M0826_Ther_Need#"<cfelse>value="0"</cfif> maxlength="3">
						</cfoutput>
						<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="row">
            	<div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">	
                    <div class="form-group">
				<div class="label-stable">
					<label>
						<cfif Recertform.M0826_Ther_Need EQ "">
						<cfelse>
							total therapy visits
						</cfif>
					</label>
					<div class="checkbox-list">
						<label>
							<cfif Recertform.M0826_NA NEQ "NA">
								<input type="checkbox" name="chkNA" value="NA"> NA - Not Applicable  
							<cfelse>
								<input type="checkbox" name="chkNA" value="NA" <cfif Recertform.M0826_NA EQ "NA">checked</cfif>> NA - Not Applicable
							</cfif>
						</label>
					</div>
				</div>
			</div>
            	</div>
                <div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">
					<div class="form-group">
				<div class="label-stable">
					<label>waiting for evaluation?</label>
					<div class="checkbox-list">
						<label>
							<cfif Recertform.Waiting_For_Eval NEQ "Yes">
								<input type="checkbox" name="chkWait" value="Yes"> Yes
							<cfelse>
								<input type="checkbox" name="chkWait" value="Yes" <cfif Recertform.Waiting_For_Eval EQ "Yes">checked</cfif>> Yes
							</cfif>
						</label>
					</div>
				</div>
			</div>
            	</div>
                <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
					<div class="form-group">
				<label>M0090 Date Completed </label>
				<div>
					<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>">
		
						<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>
			
			<div class="form-group">
				<div class="label-stable">
					<label>Which careplan database to use?</label>
					<div id="carepland" class="radio-list">
					            <label>
                                <input type="radio" id="careplan" name="careplan" value="Use ONLY SmartDX database" <cfif Recertform.M0063_Pattern EQ "Use ONLY SmartDX database" OR Recertform.M0063_Pattern EQ "">checked</cfif>>Use ONLY SmartDX database</label>
                                <label>
                                <input type="radio" id="careplan"  name="careplan" value="Use ONLY Agency database" <cfif Recertform.M0063_Pattern EQ "Use ONLY Agency database">checked</cfif>>Use ONLY Agency database</label>
                                <label>
                                <input type="radio" id="careplan"  name="careplan" value="Use BOTH Agency and SmartDX databases" <cfif Recertform.M0063_Pattern EQ "Use BOTH Agency and SmartDX databases">checked</cfif>>Use BOTH Agency and SmartDX databases</label>
								 <label>
                                <input type="radio" id="careplan"  name="careplan" value="Don't use any database" <cfif Recertform.M0063_Pattern EQ "Don't use any database">checked</cfif>>Don't use any database</label>
                            </div>
					</div>
				</div>
				
				<div class="row">
            	<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">	
			<div class="form-group">
				<div class="label-stable">
					<label>Filter by 'Compliance with Medical Instructions' (M1033)?</label>
					<div id="chkWaitcolor" class="radio-list">
						<label>
						<input type="checkbox" name="M1033" value="Yes" <!---<cfif Recertform.Waiting_For_Eval EQ "Yes">checked</cfif>--->> Yes</label>
					</div>
				</div>
			</div>
			</div>
			<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">	
			<div class="form-group">
				<div class="label-stable">
					<label>Filter by 'Type/Source of Assistance' (M2102)?</label>
					<div id="chkWaitcolor" class="radio-list">
						<label>
						<input type="checkbox" name="M2102" value="Yes" <!---<cfif Recertform.Waiting_For_Eval EQ "Yes">checked</cfif>--->> Yes</label>
					</div>
				</div>
			</div>
			</div>
			</div>
						
			<div class="form-group">
				<label>Comments</label>
				<textarea class="form-control" name="txtComment" id="txtComment" onblur="CommentChangeBlur('formstep9')" rows="3"><cfoutput>#Recertform.Assessment_note#</cfoutput></textarea>
			</div>
			<h4>Patient's Own Words:</h4>
			  <div class="row">
			   <div class="col-md-4">
			     <div class="form-group">
				<label>Strengths</label>
				<textarea class="form-control" name="Strengths" id="Strengths" onblur="StrengthsChangeBlur('formstep9')" rows="3"><cfoutput>#Recertform.Strengths#</cfoutput></textarea>
				</div>
			</div>
			<div class="col-md-4">
			     <div class="form-group">
				<label>Goals</label>
				<textarea class="form-control" name="Goals" id="Goals" onblur="GoalsChangeBlur('formstep9')" rows="3"><cfoutput>#Recertform.Goals#</cfoutput></textarea>
				</div>
			</div>
			<div class="col-md-4">
			     <div class="form-group">
				<label>Care Preference</label>
				<textarea class="form-control" name="Care_Preference" id="Care_Preference" onblur="Care_PreferenceChangeBlur('formstep9')" rows="3"><cfoutput>#Recertform.Care_Preference#</cfoutput></textarea>
				</div>
			</div>
			  
			  
			</div>
			
		<div class="row">
		  <div class="col-md-4">
			     <div class="form-group">
				<label>Risk Factor</label>
				<textarea class="form-control" name="Risk_Factor" id="Risk_Factor" onblur="Risk_FactorChangeBlur('formstep9')" rows="3"><cfoutput>#Recertform.Risk_Factor#</cfoutput></textarea>
				</div>
			</div>
			<div class="col-md-4">
			     <div class="form-group">
				<label>Interventions</label>
				<textarea class="form-control" name="Interventions" id="Interventions" onblur="InterventionsChangeBlur('formstep9')" rows="3"><cfoutput>#Recertform.Interventions#</cfoutput></textarea>
				</div>
			</div>
			
			<div class="col-md-4" style="padding:4%;">
			<div class="form-group">
				<label>Add Vital <img name="imgbtnaddvital" id="imgbtnaddvital" src="../../images/icon_add.png" style="cursor:pointer" onclick="ColdFusion.Window.show('Vitaldiv')"/></label>
				<input type="hidden" name="AssTrackID" id="AssTrackID" value="<cfoutput>#Recertform.Assessment_Tracker_ID#</cfoutput>">
			</div>
			</div>
			</div>
			
			<!---<div class="form-group">
				<label>Add Vital <img name="imgbtnaddvital" id="imgbtnaddvital" src="../../images/icon_add.png" style="cursor:pointer" onclick="ColdFusion.Window.show('Vitaldiv')"/></label>
			</div>--->
		</div>
		</div>
		
		<div class="form-actions">
			<input type="hidden" name="hdnOverweight" id="hdnOverweight" />
			<input type="hidden" name="hdnHyperglycemiFZaSleeping" id="hdnHyperglycemiFZaSleeping" />
			<input type="hidden" name="hdnhomeother" id="hdnhomeother" />
			<input type="hidden" name="hdnColor" id="hdnColor" />
			<input type="hidden" name="hdnradioM1306Count" id="hdnradioM1306Count" />
			<input type="hidden" name="hdnradioM1334Count" id="hdnradioM1334Count" />
			<input type="hidden" name="hdnradioM1332Count" id="hdnradioM1332Count" />
			<input type="hidden" name="hdnradioM1342Count" id="hdnradioM1342Count" />
			<input type="hidden" name="hdnradioM1350Count" id="hdnradioM1350Count" />
			<input type="hidden" name="hdnCardio" id="hdnCardio" />
			<input type="hidden" name="hdnNA" id="hdnNA" />
			<input type="hidden" name="hdnYes" id="hdnYes" />
			<input type="hidden" name="hdnUrinecolor" id="hdnUrinecolor" />
			<input type="hidden" name="hdnpainlevel" id="hdnpainlevel" />
			<input class="btn blue" type="button" value="Previous" onClick="$('#recertstep9').hide(); $('#recertstep8').show();$('.pagination li').removeClass('active'); $('.nav_recertstep8').addClass('active'); $('html, body').animate({scrollTop: '0px'}, 300);">
			<input class="btn green" type="button" value="Finish" onClick="return shownextwindow('9','');">
            <button onclick="shownextwindow('9','close');" class="btn default" id="imgclose" type="button">Cancel</button>
		</div>
	</cfform>

</div>
