<div id="step4" style="display:none">
    <div class="form-body">
    <div class="margin-top-10 text-center">
        <ul class="pagination" style="margin:0;">
            <cfoutput>
                <cfloop index=ind list="1,2,3,4,5,6">
                    <li onClick="$('##step4').hide(); $('##step#ind#').show(); $('.pagination li').removeClass('active'); $('.nav_recertstep#ind#').addClass('active');" class="nav_recertstep#ind# <cfif ind eq 1>active</cfif>" id="tdstep#ind#">
                    <a href="javascript:;">#ind# </a>
                    </li>
                </cfloop>
            </cfoutput>
        </ul>
        <div class="dashboard-stat2 progress_" style="margin: 0px auto; padding-top: 0px; max-width: 225px;">
            <div class="progress-info">
                <div class="progress" style="height: 9px" id="navList">
                    <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" id="element2">0%</span>
                    </div>
                </div>
            </div>
        </div>
        
        <script type="text/javascript">
        $('#progress').css("max-width", $('#navList').width());
        </script>
    
    </div>
	
	<div class="well">
   <div class="form-group">
        <div class="label-stable">
		<label><cfif AssForm.Assessment_Completed_M0090 gt '2017-01-01'>M2301 Emergent Care: At the time of or at any time since the most recent SOC/ROC assessment has the patient utilized a hospital emergency department(including holding/observation status)?<cfelse>M2300 Emergent Care: Since the last time OASIS data were collected, has the patient utilized a hospital emergency department (includes holding/observation)?</cfif></label>
            <div class="radio-list">
                <label>
                    <input name="RadM2300" onclick="hideM2300(this);" <cfif AssForm.Emergent_Care_M0830 EQ "0 - No">checked</cfif> type="radio" value="0 - No" />
                    0 - No
                </label>
                <label>
                     <input name="RadM2300" onclick="hideM2300(this);" <cfif AssForm.Emergent_Care_M0830 EQ "1 - Yes, used hospital emergency department WITHOUT hospital admission">checked</cfif> type="radio" value="1 - Yes, used hospital emergency department WITHOUT hospital admission" />
                    1 - Yes, used hospital emergency department WITHOUT hospital admission
                </label>
                <label>
                    <input name="RadM2300" onclick="hideM2300(this);" <cfif AssForm.Emergent_Care_M0830 EQ "2 - Yes, used hospital emergency department WITH hospital admission">checked</cfif> type="radio" value="2 - Yes, used hospital emergency department WITH hospital admission" />
                    2 - Yes, used hospital emergency department WITH hospital admission
                </label>
                <label>
                    <input name="RadM2300" onclick="hideM2300(this);" type="radio" <cfif AssForm.Emergent_Care_M0830 EQ "UK - Unknown">checked</cfif> value="UK - Unknown" />
                    UK - Unknown
                </label>
                
            </div>
        </div>
    </div>
    
    <cfif AssForm.Emergent_Care_M0830 EQ "0" OR  AssForm.Emergent_Care_M0830 EQ "">
        <div id="divM2300" style="color: #FF0000;display:none"><b>Skip M2310 and answer M2400.</b></div>
    <cfelse>
        <div id="divM2300" style="color: #FF0000;display:none"><b>Skip M2310 and answer M2400.</b></div>
    </cfif>
	 <div id="divM2300_unknown" style="color: #FF0000;display:none"><b>Skip M2310  and answer M2400.</b></div>
   
    <div class="form-group">
        <div class="label-stable">
	<label>M2310 Reason for Emergent Care: For what reason(s) did the patient receive emergent care (with or without hospitalization)? (Mark all that apply.)</label>
            <div class="checkbox-list">
                <label>
                    <input name="chkM2310Improper" <cfif AssForm.Emergent_Care_Reason_M0840 EQ "1 - Improper medication administration">checked</cfif>   type="checkbox" value="1 - Improper medication administration" />
                    1 - Improper medication administration
                </label>
                <label>
                     <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "2 - Injury caused by fall">checked</cfif> value="2 - Injury caused by fall" />
                    2 - Injury caused by fall
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "3 - Respiratory infection (e.g., pneumonia, bronchitis)">checked</cfif> value="3 - Respiratory infection (e.g., pneumonia, bronchitis)" />
                    3 - Respiratory infection (e.g., pneumonia, bronchitis) 
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "4 - Other respiratory problem">checked</cfif> value="4 - Other respiratory problem" />
                    4 - Other respiratory problem
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "5 - Heart failure (e.g., fluid overload)">checked</cfif> value="5 - Heart failure (e.g., fluid overload)" />
                    5 - Heart failure (e.g., fluid overload)
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "6 - Cardiac dysrhythmia (irregular heartbeat)">checked</cfif> value="6 - Cardiac dysrhythmia (irregular heartbeat)" />
                    6 - Cardiac dysrhythmia (irregular heartbeat)
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "7 - Myocardial infarction or chest pain">checked</cfif> value="7 - Myocardial infarction or chest pain" />
                    7 - Myocardial infarction or chest pain
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "8 - Other heart disease">checked</cfif> value="8 - Other heart disease" />
                    8 - Other heart disease
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "9 - Stroke (CVA) or TIA">checked</cfif> value="9 - Stroke (CVA) or TIA" />
                    9 - Stroke (CVA) or TIA
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "10 - Hypo/Hyperglycemia, diabetes out of control">checked</cfif> value="10 - Hypo/Hyperglycemia, diabetes out of control" />
                    10 - Hypo/Hyperglycemia, diabetes out of control
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "11 - GI bleeding, obstruction, constipation, impaction">checked</cfif> value="11 - GI bleeding, obstruction, constipation, impaction" />
                    11 - GI bleeding, obstruction, constipation, impaction
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "12 - Dehydration, malnutrition">checked</cfif> value="12 - Dehydration, malnutrition" />
                    12 - Dehydration, malnutrition 
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "13 - Urinary tract infection">checked</cfif> value="13 - Urinary tract infection" />
                    13 - Urinary tract infection
                </label>
                <label>
                     <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "14 - IV catheter-related infection or complication">checked</cfif> value="14 - IV catheter-related infection or complication" />
                     14 - IV catheter-related infection or complication
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "15 - Wound infection or deterioration">checked</cfif> value="15 - Wound infection or deterioration" />
                    15 - Wound infection or deterioration
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "16 - Uncontrolled pain">checked</cfif> value="16 - Uncontrolled pain" />
                    16 - Uncontrolled pain 
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "17 - Acute mental/behavioral health problem">checked</cfif> value="17 - Acute mental/behavioral health problem" />
                    17 - Acute mental/behavioral health problem
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "18 - Deep vein thrombosis, pulmonary embolus">checked</cfif> value="18 - Deep vein thrombosis, pulmonary embolus" />
                    18 - Deep vein thrombosis, pulmonary embolus
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "19 - Other than above reasons">checked</cfif> value="19 - Other than above reasons" />
                    19 - Other than above reasons
                </label>
                <label>
                    <input name="chkM2310Improper"  type="checkbox" <cfif AssForm.Emergent_Care_Reason_M0840 Contains "UK - Reason unknown">checked</cfif> value="UK - Reason unknown" />
                    UK - Reason unknown
                </label>
                
            </div>
        </div>
    </div>
    
    <div class="form-group">
        <label>Comments</label>
        <textarea name="txtComment4" id="txtComment4" onblur="CommentChangeBlur('txtComment4')" class="form-control" rows="3"><cfoutput>#AssForm.Assessment_note#</cfoutput></textarea>
    </div>
    </div>
    </div>
                
    <div class="form-actions">
        <input class="btn blue" type="button" value="Previous" onClick="$('#step4').hide(); $('#step3').show();$('.pagination li').removeClass('active'); $('.nav_recertstep3').addClass('active'); $('html, body').animate({scrollTop: '0px'}, 300);">
        <input class="btn green" type="button" value="Next" onClick="return shownextdiv(4);">
		<button type="button" id="imgclose" class="btn default" onclick="closediv();">Cancel</button>
    </div>
</div>
    
