<!---<cfinclude template="SOC_print_pdf.cfm">
<cfabort>--->
<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="GetP" datasource="#Application.DataSrc#">
	SELECT patient.Patient_ID, patient.Last_Name_M0040 AS Last_Name, patient.First_Name_M0040 AS First_Name, patient.Middle_Initial_M0040 AS Middle
	      ,patient.Payer_ID ,Employee.Last_Name as LastName,Employee.First_Name as FirstName
	FROM  #Request.prefix_db_agency#.patient 
	LEFT OUTER JOIN #Request.prefix_db_lookup#.Employee  on  Employee.Employee_ID = patient.Primary_ReferringPhys_ID_M0072
	WHERE patient.Patient_Id = '#session.cs.patientid#'
	AND   patient.Agency_Id = '#session.AgencyId#'
</cfquery>


<cfif isdefined('url.AID') and url.AID neq ''>
<cfset session.cs.AssessmentId =#url.AID# />
</cfif>
<cfquery name="Form" datasource="#Application.DataSrc#">
SELECT patient.First_Name_M0040,
patient.Last_Name_M0040,
patient.M1100_Living_Situation,
Assessment_New.Person_Complete_M0080,
Assessment_New.M1028_diagnosis,
Assessment_New.M1060_height,
Assessment_New.M1060_weight,
Assessment_New.Certification_Start,
Assessment_New.Certification_End, 
Assessment_New.Discharged_From_M0175,
Assessment_New.Home_Safety_Assess,
Assessment_New.Endocrine_Assess,
Assessment_New.M0250_Assess,
Assessment_New.Start_of_Care_M0030,
Assessment_New.Fall_A,
Assessment_New.Fall_B,
Assessment_New.Fall_C,
Assessment_New.Fall_D,
Assessment_New.Fall_E,
Assessment_New.Fall_F,
Assessment_New.Fall_G,
Assessment_New.Fall_H,
Assessment_New.Fall_I,
Assessment_New.Pain1,
Assessment_New.Pain2,
Assessment_New.Pain3,
Assessment_New.Pain4,
Assessment_New.Pain5,
Assessment_New.Inpatient_Discharge_Date_M0180,
Assessment_New.Resump_of_Care_M0032, 
Assessment_New.Assessment_Completed_M0090,
Assessment_New.M0102_Physician_SOC,
Assessment_New.M0110,
Assessment_New.M0104_Date_of_Referral ,
Assessment_New.Conditions_Prior_M0220,
Assessment_New.Therapies_Home_M0250,
Assessment_New.M1032_Frailty,
Assessment_New.Rehab_Prognosis_M0270,
Assessment_New.High_Risk_Factors_M0290,
Assessment_New.Vision_M0390,
Assessment_New.Hearing_M0400,
Assessment_New.M1220_Verbal_Under ,
Assessment_New.Speech_M0410,
Assessment_New.M1240_Pain_Assess,
Assessment_New.Freq_of_Pain_M0420,
Assessment_New.M1300_Pressure,
Assessment_New.M1302_Pressure,
Assessment_New.M1306_Unhealed_Pressure,
Assessment_New.M1310_Length,
Assessment_New.M1312_Width,
Assessment_New.M1314_Depth,
Assessment_New.Pressure_Ulcer_b_M0450,
Assessment_New.Pressure_Ulcer_c_M0450,
Assessment_New.Pressure_Ulcer_d_M0450,
Assessment_New.Pressure_Ulcer_e_M0450,
Assessment_New.M1308_d_2_Pressure,
Assessment_New.M1308_d_3_Pressure,
Assessment_New.M1308_a_12_Pressure,
Assessment_New.M1308_b_12_Pressure,
Assessment_New.M1308_c_12_Pressure,
Assessment_New.M1308_d_12_Pressure,
Assessment_New.M1308_d_22_Pressure,
Assessment_New.M1308_d_32_Pressure,
Assessment_New.Pressure_Ulcer_Status_M0464,
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.Surgical_Wound_M0482,
Assessment_New.Surgical_Wound_Status_M0488,
Assessment_New.Breathing_M0490,
Assessment_New.Resp_Treatments_M0500,
Assessment_New.M0490_Assess,
Assessment_New.M0520_Assess,
Assessment_New.UTI_M0510,
Assessment_New.Urinary_INcont_when_M0530,
Assessment_New.Urinary_INcont_M0520,
Assessment_New.M0540_Assess,
Assessment_New.Bowel_Incont_M0540,
Assessment_New.Ostomy_for_Bowel_M0550,
Assessment_New.Cog_Function_M0560,
Assessment_New.When_Confused_M0570,
Assessment_New.When_Anxious_M0580,
Assessment_New.M1730_Depression,
Assessment_New.Patient_Behav_Weekly_M0610,
Assessment_New.Patient_Behav_freq_M0620,
Assessment_New.M0610_Assess,
Assessment_New.Psy_Nursing_M0630,
Assessment_New.M0650_Assess,
Assessment_New.Grooming_M0640,
Assessment_New.Dress_Upper_M0650,
Assessment_New.Dress_Lower_M0660,
Assessment_New.Bathing_M0670,
Assessment_New.M1845_Toilet,
Assessment_New.Fall_A,
Assessment_New.Fall_B,
Assessment_New.Transferring_M0690,
Assessment_New.Ambulation_M0700,
Assessment_New.Eating_M0710,
Assessment_New.Meal_Prep_M0720,
Assessment_New.Use_Phone_M0770,
Assessment_New.M1900a_SelfCare,
Assessment_New.M1900b_Amb,
Assessment_New.M1900c_Transfer,
Assessment_New.M1900d_House,
Assessment_New.M2000_Adverse,
Assessment_New.M2002_Med_FU,
Assessment_New.M2010_Med_Edu,
Assessment_New.Oral_Meds_M0780,
Assessment_New.Inject_Meds_M0800,
Assessment_New.Oral_Meds_M0780p,
Assessment_New.Inject_Meds_m0800p,
Assessment_New.M1840_Toilet,
Assessment_New.M2100a_Equip,
Assessment_New.M2100b_Equip,
Assessment_New.M2100c_Equip,
Assessment_New.M2100d_Equip,
Assessment_New.M2100e_Equip,
Assessment_New.M2100f_Equip,
Assessment_New.M2100g_Equip,
Assessment_New.M2110_Assist_Freq,
Assessment_New.M1016_DX_NA,
Assessment_New.M0826_Ther_Need,
Assessment_New.M2250a_PhysNot,
Assessment_New.M2250b_Diabetic,
Assessment_New.M2250c_FallsPrev,
Assessment_New.M2250d_Depress,
Assessment_New.M2250e_Pain,
Assessment_New.M2250f_PressUlc,
Assessment_New.M2250g_PressUlcMoist,
Assessment_New.M1730a,
Assessment_New.M1730b,
Assessment_New.M1350_Other_Wounds,
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.M1910_Fall_Risk,
Assessment_New.Record_Created_By,
Assessment_New.Assessment_Note,
Assessment_New.M0440_Assess
FROM #Request.prefix_db_agency#.Assessment_New 
INNER JOIN #Request.prefix_db_agency#.patient ON (Assessment_New.Patient_ID=patient.Patient_ID)
WHERE Assessment_New.Assessment_ID='#session.cs.AssessmentId#'
</cfquery>
<cfquery name="GetE" datasource="#Application.DataSrc#">
select Last_Name, First_Name from #Request.prefix_db_lookup#.Employee where Employee_ID = '#Form.Record_Created_By#'
</cfquery>
<cfquery name="GetM1010" datasource="#Application.DataSrc#">
SELECT Diagnosis.ICD,
Diagnosis.Diagnosis
FROM #Request.prefix_db_agency#.Diagnosis
WHERE Diagnosis.Assessment_ID='#session.cs.AssessmentId#' AND Diagnosis.M0190_Link IS NOT NULL order by Diagnosis.Dx_Order ASC
</cfquery>
<cfquery name="GetM1012" datasource="#Application.DataSrc#">
SELECT Diagnosis.ICD,
Diagnosis.Diagnosis
FROM #Request.prefix_db_agency#.Diagnosis
WHERE Diagnosis.Assessment_ID='#session.cs.AssessmentId#' AND Diagnosis.M1012_Link IS NOT NULL order by Diagnosis.Dx_Order ASC
</cfquery>
<cfquery name="GetM1016" datasource="#Application.DataSrc#">
SELECT Diagnosis.ICD,
Diagnosis.Diagnosis
FROM #Request.prefix_db_agency#.Diagnosis
WHERE Diagnosis.Assessment_ID='#session.cs.AssessmentId#' AND Diagnosis.M0210_Link IS NOT NULL order by Diagnosis.Dx_Order ASC
</cfquery>
<cfquery name="GetM1020" datasource="#Application.DataSrc#">
SELECT Diagnosis.ICD, Diagnosis.Diagnosis, Diagnosis.Severity
FROM #Request.prefix_db_agency#.Diagnosis
WHERE Diagnosis.Assessment_ID='#session.cs.AssessmentId#' AND Diagnosis.M0230_Link IS NOT NULL order by Diagnosis.Dx_Order ASC
</cfquery>
<cfdocument format="pdf" orientation="portrait" overwrite="yes">
<table border="0" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;" height="100%"
    width="100%" cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
			<tr>
				<td style="font-weight: bold; font-size: 18px;  font-family:Arial;" colspan="2">
					Start of Care OASIS Assessment
				</td>
				<td style="font-weight: bold; font-size: 18px;  font-family:Arial; padding-right:5px" align="right" colspan="3">
				 <b><!---<cfif session.cs.AssessmentID EQ 0>--->
  <cfoutput> 
     #getP.Last_Name#, #getP.First_Name# #getP.Middle#
   </cfoutput>  
<!---</cfif>---></b>
				</td>
			</tr>
			<tr>
                <td bgcolor="#000000" width="100%" colspan="5">
                </td>
            </tr>
                <tr>
                    <td colspan="2" align="right" style="padding-right: 30px; padding-top: 20px; font-family: Arial;
                        font-size: 14px; font-weight: bold; font-style: italic;">
                        SOC Date
                    </td>
					<td style="font-family: Arial; padding-top: 20px; font-size: 14px; font-weight: bold; font-style: italic;">
                       <cfoutput>#DateFormat(Form.Start_of_Care_M0030,"mm/dd/yyyy")#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 10px; font-family: Arial; font-size: 18px; font-weight: bold;
                        font-style: italic;">
                        <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                    <td align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic">
                        Certification
                    </td>
                    <td style="font-family: Arial; font-size: 14px; font-weight: bold; font-style: italic;">
                        <cfoutput>#DateFormat(Form.Certification_Start,"mm/dd/yyyy")#</cfoutput>
                    </td>
                    <td style="font-family: Arial; font-size: 14px; font-weight: bold; font-style: italic;">
                        To
                    </td>
                    <td style="font-family: Arial; font-size: 14px; font-weight: bold; font-style: italic;">
                        <cfoutput>#DateFormat(Form.Certification_End,"mm/dd/yyyy")#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 20px; font-family: Arial; font-size: 18px; font-weight: bold;
                        font-style: italic;">
                        1 - Start of Care
                    </td>
                  <td align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                       </td>
                    <td colspan="3" style="font-family: Arial; font-size: 14px; font-weight: bold; font-style: italic;"><span style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                      <cfif trim(Form.Record_Created_By) neq ''>
                        Completed by <cfoutput>#GetE.First_Name# #GetE.Last_Name#</cfoutput>
                      </cfif>
                    </span>
                       
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC; width:100%" colspan="5">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
                        CLINICAL RECORD ITEMS                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M0080) Discipline of Person Completing<br>
                        Assessment:                     </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Person_Complete_M0080#</cfoutput>                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M0090) Date Assessment Completed:                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M0102) Date of Physician-ordered Start of Care<br>
                        (Resumption of Care) for specific physician-<br>
                        indicated start of care (resumption) date                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#DateFormat(Form.M0102_Physician_SOC,"mm/dd/yyyy")#</cfoutput>                    </td>
                </tr>
                <tr>
                    <td style="height: 30px">                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M0104) Date of Referral: Indicate the date that<br>
                        the written verbal referral for initiation or
                        <br />
                        resumption of care was received by the HHA                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#DateFormat(Form.M0104_Date_of_Referral,"mm/dd/yyyy")#</cfoutput>                    </td>
                </tr>
                <tr>
                    <td style="height: 30px">                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M0110) Episode Timing: Is the Medicare home<br />
                        health payment episode for which this<br />
                        assessment will define a case mix group an
                        <br />
                        "early" episode or a "later" episode in the<br />
                        patient's current sequence of adjacent Medicare<br />
                        home health payment episodes?                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
						<cfloop index="M0110" list=#Form.M0110# delimiters="#chr(13)#">
                        <cfoutput>#M0110#</cfoutput><br>
						</cfloop>                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC; padding-right:30px" colspan="2">                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
                        PATIENT HISTORY AND DIAGNOSES                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1000) From which of the following Inpatient
                        <br />
                        Facilities was the patient discharged during the<br />
                        past 14 days?                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Discharged_From_M0175#</cfoutput>                    </td>
                </tr>
                <tr>
                    <td style="height: 50px">                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1005) Inpatient Discharge Date (most<br />
                        recent):                    </td>
                    <td style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;" align="left"><cfoutput>#DateFormat(Form.Inpatient_Discharge_Date_M0180,"mm/dd/yyyy")#</cfoutput>                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1010) List each Inpatient Diagnosis and ICD<br />
                        -9-CM code at the level of highest specificity for<br />
                        only those conditions treated during an inpatient
                        <br />
                        stay within the last 14 days (no ICD10 Z-Codes):                    </td>
                  <td style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;" align="left">
						<cfloop query="GetM1010"><cfoutput>#GetM1010.Diagnosis# </cfoutput><br /></cfloop>
					<!---	<cfloop index ="ListElement" list =#GetM1010.Diagnosis# delimiters="#chr(13)#">
                   		 <cfoutput>#ListElement#</cfoutput><br> 
						</cfloop>---></td>
                </tr>
                <tr>
                    <td style="height: 50px">                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1012) List each Inpatient Procedure and the<br />
                        associated ICD-9-CM procedure code relevant<br />
                        to the plan of care.                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfloop index ="ListElement" list =#GetM1012.Diagnosis# delimiters=",">
    				<cfoutput>#ListElement#</cfoutput><br> 
				</cfloop>                    </td>
                </tr>
                <tr>
                    <td style="height: 40px">                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="center" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        width: 50%; padding-left: 20px;">
                        Start of Care Page 1                    </td>
                </tr>
               <!--- <tr>
                    <td style="height: 20px">
                    </td>
                </tr>--->
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table border="0" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC" width="100%"
    height="100%" cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td width="20%" style="height: 5px">                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                    <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1016) Diagnoses Requiring Medical or<br />
                        Treatment Regimen Change Within Past 14<br />
                        Days: List the patient's Medical Diagnoses and<br />
                        ICD-9-CM codes at the level of highest<br />
                        specificity for those conditions requiring changed<br />
                        medical or treatment regimen within the past 14<br />
                        days (no surgical, ICD10 Z-Codes):
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
					<!---	<cfloop index ="ListElement" list =#GetM1016.Diagnosis# delimiters=",">
    				<cfoutput>#ListElement#</cfoutput><br> 
				    </cfloop>--->
					<cfloop query="GetM1016"><cfoutput>#GetM1016.Diagnosis#</cfoutput><br /></cfloop>
                        
                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1018) Conditions Prior to Medical or
                        <br />
                        Treatment Regimen Change or inpatient Stay
                        <br />
                        Within Past 14 Days: If this patient experienced<br />
                        an inpatient facility discharge or change in<br />
                        medical or treatment regimen within the past 14
                        <br />
                        days, indicate any conditions which existed prior
                        <br />
                        to the inpatient stay or change in medical or
                        <br />
                        treatment regimen
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Conditions_Prior_M0220#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 30px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 20px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        Home Safety:
                    </td>
					 <td style="font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        <cfoutput>#Form.Home_Safety_Assess#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 30px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1020/1022/1024) Diagnoses, Symptom
                        <br />
                        Control, and Payment Diagnoses: List each<br />
                        diagnosis for which the patient is receiving home<br />
                        care and enter its ICD-9-CM code at the level of<br />
                        highest specificity (no surgical/procedure codes).
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
					<!---<cfloop index ="ListElement" list =#GetM1020.Diagnosis# delimiters=",">
					<cfoutput>#ListElement#</cfoutput><br> 
					</cfloop>--->
					<cfloop query="GetM1020"><cfoutput>#GetM1020.Severity# - #GetM1020.Diagnosis#</cfoutput><br /></cfloop>
                    </td>
                </tr>
                <tr>
                    <td style="height: 25px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px; font-style: italic">
                        Endocrine:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-style: italic; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Endocrine_Assess#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px; font-style: italic">
                        Nutrition:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M0250_Assess#</cfoutput> 
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
				<tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">M1028 - Active diagnoses-Comorbidities and Co-Existing Conditions
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M1028_diagnosis#</cfoutput>
                    </td>
                </tr>
				 <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1030) Therapies the patient receives at
                        <br />
                        home:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Therapies_Home_M0250#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 30px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1032) Risk for Hospitalization: Which of the
                        <br />
                        following signs or symptoms characterize this<br />
                        patient as at risk for hospitalization?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M1032_Frailty#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 60px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1034) Overall Status: Which description best
                        <br />
                        fits the patient's overall status?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Rehab_Prognosis_M0270#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 40px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="center" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        width: 50%; padding-left: 20px;">
                        Start of Care Page 2
                    </td>
                </tr>
                <tr>
                    <td style="height: 20px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table border="0" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;" width="100%"
    height="100%" cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td >
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                     <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;"> 1 -  Start Of Care </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1036) Risk Factors, either present or past,<br />
                        likely to affect current health status and/or
                        <br />
                        outcome:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.High_Risk_Factors_M0290#</cfoutput>
                    </td>
                </tr>
				 <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
				<tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">M1060 -Height and Weight – While measuring, if the number is X.1 –C.4 round down; X.5 or greater round up
                        <br />a. Height in inches.Record most recent height measure since the most recent SOC/ROC
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><br /><br /><cfoutput>#Form.M1060_height#</cfoutput>
                    </td>
                </tr>
				<tr>
                    <td style="height: 3px">
                    </td>
                </tr>
				<tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">b. Weight (in pounds).Base weight on most recent measure in last 30 days;measure weight consistently,according to standard agency practice(for example,in after voiding,before meal,with shoes off,etc..)
                   </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M1060_weight#</cfoutput>
                    </td>
                </tr>
				<tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
                        LIVING ARRANGEMENTS
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1100) Patient Living Situation: Which of the
                        <br />
                        following best describes the patient's residential<br />
                        circumstance and availability of assistance?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M1100_Living_Situation#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
                        SENSORY STATUS
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1200) Vision (with corrective lenses if the<br />
                        patient usually wears them):
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Vision_M0390#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1210) Ability to hear (with hearing aid or<br />
                        hearing appliance if normally used):
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Hearing_M0400#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        ((M1220) Understanding of Verbal Content in<br />
                        patient's own language (with hearing aid or
                        <br />
                        device if used):
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1220_Verbal_Under#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        ((M1230) Speech and Oral (Verbal) Expression of
                        <br />
                        Language (in patient's own language):
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Speech_M0410#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1240) Has this patient had a formal Pain<br />
                        Assessment using a standardized pain
                        <br />
                        assessment tool (appropriate to the patient's
                        <br />
                        ability to communicate the severity of pain)?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1240_Pain_Assess#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1242) Frequency of Pain Interfering with patient's activity or movement:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Freq_of_Pain_M0420#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
				  <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        Skin Assessment
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M0440_Assess#</cfoutput>
                    </td>
                </tr>
				 <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
                        PAIN SCALE
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">Pain Characteristics 
                   </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pain1#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">Pain threshold
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pain2#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">RateCurrentpain treatment effectiveness<br />
						on a scale* of 1 to 10(1=low effectiveness)
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pain3#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">How long does each treatment work<br />before needing another dose 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pain4#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">Whats is patient's opinion of <br />the cause of her/his pain? 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pain5#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 7px">
                    </td>
                </tr>
				
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="center" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        width: 50%; padding-left: 20px;">
                        Start of Care Page 3
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table border="0" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;" width="100%"
    height="100%" cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                     <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
 				  <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
                        INTEGUMENTARY STATUS
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1300) Pressure Ulcer Assessment: Was this
                        <br />
                        patient assessed for Risk of Developing Pressure<br />
                        Ulcers?
                   </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M1300_Pressure#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        ((M1302) Does this patient have a Risk of<br />
                        Developing Pressure Ulcers?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.M1302_Pressure#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1306) Does this patient have at least one<br />
                        Unhealed Pressure Ulcer at Stage II or Higher or<br />
                        designated as "unstageable"?
                    </td>
                    <td width="19%" align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1306_Unhealed_Pressure#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" colspan="2" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        width: 50%; padding-left: 20px;">
						((M1308) Current Number of Unhealed (non-epithelialized) Pressure Ulcers at Each
                        Stage: (Enter "0"
                        <br />
                        if none; excludes Stage I pressure ulcers)
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 40px;">
                        a.Stage II: Partial thickness loss of dermis
                    </td>
					<td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                    <!---<td width="48%" align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">--->
                       <cfoutput>#Form.Pressure_Ulcer_b_M0450#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 40px;">
                        b. Stage III: Full thickness tissue loss.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                       <cfoutput>#Form.Pressure_Ulcer_c_M0450#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 40px;">
                        c. Stage IV: Full thickness tissue loss
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Pressure_Ulcer_d_M0450#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 40px;">
                        d.1 Unstageable: Known or likely but<br />
                        Lmstageable due to non-removable dressing
                        <br />
                        or device
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Pressure_Ulcer_e_M0450#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 40px;">
                        d.2 Unstageabre: Known or likely but
                        <br />
                        unstageable due to coverage of wound bed
                        <br />
                        by slough and/or eschar
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1308_d_2_Pressure#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 40px;">
                        d.3 Unstageable: Suspected deep tissue<br />
                        injury in evolution.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1308_d_3_Pressure#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1310) Pressure Ulcer Length: Longest length<br />
                        "head-to-toe"(cm)
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1310_Length#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
					
                </tr>
								<tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1312) Pressure Ulcer Width: Width of the<br />
                        same pressure ulcer; greatest width<br />
                        perpendicular to the length (cm)
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1312_Width#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1314) Pressure Ulcer Depth: Depth of the<br />
                        same pressure ulcer; from visible surface to the<br />
                        deepest area (cm)
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1314_Depth#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1320) Status of Most Problematic<br />
                        (Observable) Pressure Ulcer
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pressure_Ulcer_Status_M0464#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1322) Current Number of Stage I Pressure<br />
                        Ulcers: Intact skin with non-blanchable redness<br />
                        of a localized area usually over a bony<br />
                        prominence.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Pressure_Ulcer_a_M0450#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1324) Stage of Most Problematic Unhealed<br />
                        (Observable) Pressure Ulcer:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight:bold; padding-top: 5px; width: 50%;">		                        <cfoutput>#Form.Pressure_Ulcer_Stage_M0460#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1330) Does this patient have a Stasis Ulcer?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Stasis_Ulcer_M0468#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1332) Current Number of (Observable) Stasis<br />
                        Ulcer(s):
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Stasis_Ulcer_Num_M0470#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1334) Status of Most Problematic<br />
                        (Observable) Stasis Ulcer:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Stasis_Ulcer_Status_M0476#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="center" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        width: 50%; padding-left: 20px;">
                        Start of Care Page 4
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" style="border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC; border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                   <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
            </table>
	
           <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
			   <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1340) Does this patient have a Surgical
                        <br />
                        Wound?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Surgical_Wound_M0482#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1342) Status of Most Problematic
                        <br />
                        (Observable) Surgical Wound:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Surgical_Wound_Status_M0488#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1350) Does this patient have a Skin Lesion or
                        <br />
                        Open Wound, excluding bowel ostomy, other<br />
                        than those described above that is receiving<br />
                        intervention by the home health agency?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1350_Other_Wounds#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
				  <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
						BRADEN SCALE
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
						SENSORY PERCEPTION ability to respond meaningfully<br />
						to pressure-related discomfort
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Braden_1_Sensory#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
						MOISTURE degree to which skin is exposed<br />
						to moisture
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Braden_2_Moisture#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
						ACTIVITY degree of physical activity
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Braden_3_Activity#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        MOBILITY ability to change and control<br /> 
                        body position
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Braden_4_Mobility#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
						NUTRITION usual food intake pattern
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Braden_5_Nutrition#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        FRICTION & SHEAR
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Braden_6_Friction#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;">
                        RESPIRATORY STATUS
                    </td>
                </tr>
				<tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1400) When is the patient dyspneic<br />
                        or noticeably Short of Breath?
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Breathing_M0490#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1410) Respiratory Treatments utilized at
                        <br />
                        home:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Resp_Treatments_M0500#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 20px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        Cardio-respiratory:
                    </td>
					 <td  style="font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;"><cfoutput>#Form.M0490_Assess#</cfoutput>
                      
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;">
                        ELIMINATION STATUS
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1600) Has this patient been treated for a
                        <br />
                        Urinary Tract Infection in the past 14 days?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.UTI_M0510#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10x">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1610) Urinary Incontinence or Urinary
                        <br />
                        Catheter Presence:
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Urinary_INcont_M0520#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1615) When does Urinary Incontinence<br />
                        occur?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Urinary_INcont_when_M0530#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 30px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        Genito-Urinary:
                    </td>
					<td style="font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;"><cfoutput>#Form.M0520_Assess#</cfoutput>
                       
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        align="center" colspan="2">
                        Start of Care Page 5
                    </td>
                </tr>
             
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC; border-top: #CCCCCC solid 1px;
    border-bottom: solid 1px #CCCCCC;" cellpadding="0" cellspacing="0" border="0"
    width="100%" height="100%">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                     <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                    <tr>
                        <td style="height: 15px">
                        </td>
                    </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
			   <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1620) Bowel Incontinence Frequency:<br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Bowel_Incont_M0540#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 30px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        Gastro-Intestinal:
                    </td>
					<td style="font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;"><cfoutput>#Form.M0540_Assess#</cfoutput>
                       
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1630) Ostomy for Bower Elimination: Does<br />
                        this patient have an ostorny for bowel<br />
                        elimination that (within the last 14 days): a) was<br />
                        related to an inpatient facility stay, or b)<br />
                        necessitated a change in medical or treatment
                        <br />
                        regimen?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Ostomy_for_Bowel_M0550#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;">
                        NEURO/EMOTIONAL/BEHAVIORAL STATUS
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1700) Cognitive Functioning: Patient's current
                        <br />
                        (day of assessment) level of bootbox.alertness,<br />
                        orientation, comprehension, concentration, and<br />
                        immediate memory for simple commands.
                    </td>
                    <td colspan="2" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Cog_Function_M0560#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1710) When Confused (Reported or Observed
                        <br />
                        Within the Last 14 Days):
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.When_Confused_M0570#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1720) When Anxious (Reported or Observed):
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.When_Anxious_M0580#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1730) Depression Screening: Has the patient<br />
                        been screened for depression, using a<br />
                        standardized depression screening tool?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1730_Depression#</cfoutput>
                    </td>
                </tr>
                 <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 40px;">
                        PHQ-2*: a) Little interest or pleasure in doing things?<br /> b) Feeling down, depressed, or hopeless?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1730a#, #Form.M1730b#</cfoutput>
                    </td>
                </tr>

                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">(M1740) 				                                Cognitive, behavioral, and psychiatric<br /> symptoms that are demonstrated at least once a<br />
                                week (Reported or Observed)
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Patient_Behav_Weekly_M0610#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1745) Frequency of Disruptive Behavior<br />
                        Symptoms (Reported or Observed) Any physical,<br />
                        verbal, or other disruptive/dangerous symptoms<br />
                        that are injurious to self or others or jeopardize<br />
                        personal safety.<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Patient_Behav_freq_M0620#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1750) Is this patient receiving Psychiatric<br />
                        Nursing Services at home provided by a<br />
                        qualified psychiatric nurse?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Psy_Nursing_M0630#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 20px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        Neurological:
                    </td>
					<td style="font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;"><cfoutput>#Form.M0610_Assess#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;">
                        ADLS/IADLS
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 20px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                    Musculo-Skeletal:
					</td>
					 <td style="font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;"><cfoutput>#Form.M0650_Assess#</cfoutput>
                    
					</td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1800) Grooming: Current ability to tend safety
                        <br />
                        personal hygiene needs (i.e., washing face<br />
                        and hands, hair care, shaving or make up, teeth<br />
                        or denture care, fingernail care).<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Grooming_M0640#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
				                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1810) Current Ability to Dress Upper Body
                        <br />
                        safely (with or without dressing aids) including
                        <br />
                        undergarments, pullovers, front-opening shirts
                        <br />
                        and blouses, managing zippers, buttons, and
                        <br />
                        snaps:<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Dress_Upper_M0650#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>

                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        align="center" colspan="2">
                        Start of Care Page 6
                    </td>
                </tr>
                <tr>
                    <td style="height: 30px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table border="0" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;" width="100%"
    height="100%" cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                    <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
			                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
				 <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1820) Current Ability to Dress Lower Body
                        <br />
                        safely (with or without dressing aids) including
                        <br />
                        undergarments, slacks, socks or nylons, shoes:<br />
                        <br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Dress_Lower_M0660#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>

                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1830) Bathing: Current ability to wash entire
                        <br />
                        body safely. Excludes grooming (washing face,
                        <br />
                        washing hands, and shampooing hair).<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Bathing_M0670#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M1840) Toilet Transferring: Current ability to get
                        <br />
                        to and from the toilet or bedside commode safely
                        <br />
                        and transfer on and off toilet/commode.<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1840_Toilet#</cfoutput>
                        <br />
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>

                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1845) Toileting Hygiene: Current ability to<br />
                        maintain perineal hygiene safely, adjust clothes
                        <br />
                        and/or incontinence pads before and after using<br />
                        toilet, bedpan, urinal.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1845_Toilet#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1850) Transferring: Current ability to move<br />
                        safely from bed to chair, or ability to turn and
                        <br />
                        position self in bed if patient is bedfast.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Transferring_M0690#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1860) Ambulation/Locomotion: Current ability<br />
                        to walk safely, once in a standing position, or<br />
                        use a wheelchair, once in a seated position, on a<br />
                        variety of surfaces.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Ambulation_M0700#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1870) Feeding or Eating: Current ability to<br />
                        feed self meals and snacks safely. Note: This<br />
                        refers only to the process of eating, chewing,<br />
                        and swallowing, not preparing the food to be eaten.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Eating_M0710#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1880) Current Ability to Plan and Prepare<br />
                        Light Meals (e.g., cereal, sandwich) or reheat
                        <br />
                        delivered meals safely:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Meal_Prep_M0720#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1890) Ability to Use Telephone: Current<br />
                        ability to answer the phone safely, including<br />
                        dialing numbers, and effectively using the<br />
                        telephone to communicate.
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Use_Phone_M0770#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px;
                        padding-left: 20px;" width="100%">
                        (M1900) Prior Functioning ADL/IADL: Indicate the patient's usual ability with everyday
                        activities prior<br />
                        to this current illness, exacerbation, or injury. Check only one box in each row.
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 50px;">
                        a. Self-Care (e.g., grooming,<br />
                        dressing, and bathing)
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1900a_SelfCare#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 50px;">
                        b. Ambulation
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1900b_Amb#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 50px;">
                        c. Transfer
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1900c_Transfer#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 50px;">
                        d.Household tasks (e.g., light meal preparation, laundry, shopping )
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1900d_House#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
								   <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M1910) Has this patient had a multi-factor Fall Risk Assessment (such as falls
                        history, use of multiple medications, mental impairment, toileting frequency??
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M1910_Fall_Risk#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

                <!---<tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>--->
				
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>

                <tr>
                    <td colspan="2" align="center" style="font-family: Arial; font-size: 12px; padding-top: 5px;">
                        Start of Care Page 7
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC; border-top: #CCCCCC solid 1px;
    border-bottom: solid 1px #CCCCCC;" cellpadding="0" cellspacing="0" border="0"
    width="100%" height="100%">
    <tr valign="top">
        <td>
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                     <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
                <!---<tr>
                    <td style="height: 5px">
                    </td>
                </tr>--->
				<tr>
                    <td colspan="2" align="left" style="font-family: Arial; font-size: 14px; font-weight: bold;
                        padding-top: 5px; padding-left: 5px;">
						FALL RISK
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">Level of Consciousness
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_A#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">History of Falls 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_B#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
						Ambulation Elimination 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Fall_C#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        Vision 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_D#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

				  <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
						Gait & Balance 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.Fall_E#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

				    <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        Orthostatic Changes 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_F#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        Medications
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_G#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        Medical History 
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_H#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        Equipment Issues  
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Fall_I#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

                <!---<tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        FALL RISK ASSESSMENT:
                    </td>
                    <td align="left" style="font-family: Arial; font-size: 10px; padding-top: 5px; font-style: italic;">
                        Fall risk incomplete
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="padding-left: 20px; font-family: Arial; font-size: 10px; padding-top: 5px;
                        font-style: italic;">
                        click to edit
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        LOC:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_A#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        HX FALLS:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_B#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        AMB/ELIM:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_C#</cfoutput>
                    </td>
                </tr>
				 <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                       VISION:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_D#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        GAIT/BALANCE:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_E#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        ORTHOSTATIC:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_F#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        MEDS:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_G#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        MED HX:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_H#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td align="left" style="padding-left: 20px; font-family: Arial; font-size: 10px;
                        padding-top: 5px; font-style: italic;">
                        EQUIP:
                    </td>
					<td align="left" style="font-family: Arial; font-size: 10px;padding-top: 5px; font-style: italic;">
                        <cfoutput>#Form.Fall_I#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>--->
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;">
                        MEDICATIONS
                    </td>
                </tr>
				<tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M2000) Drug Regimen Review: Does a<br />
                        complete drug regimen review indicate potential<br />
                        clinically significant medication issues, e.g., drug<br />
                        reactions, ineffective drug therapy, side effects,<br />
                        drug interactions, duplicate therapy, omissions,<br />
                        dosage errors, or noncompliance?<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2000_Adverse#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M2002) Medication Follow-up: Was a physician<br />
                        or the physician-designee contacted within one<br />
                        calendar day to resolve clinically significant<br />
                        medication issues, including reconciliation?<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2002_Med_FU#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M2010) Patient/Caregiver High Risk Drug<br />
                        Education: h-las the patient/caregiver received<br />
                        instruction on special precautions for all high-<br />
                        risk medications (such as hypoglycemics,<br />
                        anticoagulants, etc.) and how and when to
                        <br />
                        report problems that may occur?<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2010_Med_Edu#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M2020) Management of Oral Medications:<br />
                        Patient's current ability to prepare and take all<br />
                        oral medications reliably and safely, including<br />
                        administration of the correct dosage at the<br />
                        appropriate times/intervals. Excludes injectable<br />
                        and IV medications.<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Oral_Meds_M0780#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
                        (M2030) Management of Injectable Medications:<br />
                        Patient's current ability to prepare and take all<br />
                        prescribed injectable medications reliably and<br />
                        safely, including administration of correct dosage<br />
                        at the appropriate times/intervals. Excludes IV<br />
                        medications..<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Inject_Meds_M0800#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M2040) Prior Medication Management: Indicate the patient's usual ability with managing
                        oral and injectable medications
                        <br />
                        prior to this current illness, exacerbation, or injury. Check only one box in<br />
                        each row.<br />
                        <br />
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 60px;">
                        a.Oral medications<br />
                        b.Injectable medications<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;"><cfoutput>#Form.Oral_Meds_M0780p#</cfoutput><br />
						<cfoutput>#Form.Inject_Meds_m0800p#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        align="center" colspan="2">
                        Start of Care Page 8
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table border="0" height="100%" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;" width="100%"
    cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td >
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                    <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
            </table>
            <table border="0" width="100%" height="95%" cellpadding="0" cellspacing="0">
			                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;">
                        CARE MANAGEMENT
                    </td>
                </tr>
                <tr>
                    <td colspan="2" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M2100) Types and Sources of Assistance: Determine the level of caregiver ability
                        and willingness<br />
                        to provide assistance for the following activities, if assistance is needed.
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        a.ADL assistance; transfer/<br />
                        ambulation, bathing available<br />
                        <br />
                        b.IADL assistance (e.g.,<br />
                        meals, housekeeping) available<br />
                        <br />
                        c.Medication administration<br />
                        <br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2100a_Equip#</cfoutput>
                        <br />
                        <br />
                        <br />
                        <cfoutput>#Form.M2100b_Equip#</cfoutput>
                        <br />
                        <br />
                        <br />
                        <cfoutput>#Form.M2100c_Equip#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>

                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        d. Medical procedures/ treatments
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2100d_Equip#</cfoutput>

                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        e. Management of Equipment
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2100e_Equip#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        f.Supervision and safety
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2100f_Equip#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        g. Advocacy or facilitation<br />
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2100g_Equip#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 10px">
                    </td>
                </tr>
                <tr>
                    <td align="left" style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%;
                        padding-left: 20px;">
                        (M2110) How Often does the patient receive ADL
                        <br />
                        or IADL assistance from any caregiver(s) (other<br />
                        than HHA staff)?
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2110_Assist_Freq#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;" colspan="2">
                        THERAPY NEED AND PLAN OF CARE
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        colspan="2">
                        (M2200) Therapy Need: In the home health plan of care for the Medicare payment episode,
                        what is
                        <br />
                        total of reasonable and necessary PT, OT, and ST visits combined?
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;" align="center" colspan="2"><cfoutput>#Form.M0826_Ther_Need#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        colspan="2">
                        (M2250) Plan of Care Synopsis: Does the physician-ordered plan of care include the
                        following
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        a. Pt-spec parameters for notifying
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250a_PhysNot#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        b. Diabetic foot care and education
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250b_Diabetic#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        c. Falls prevention interventions
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250c_FallsPrev#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        d. Depression intervention(s)
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250d_Depress#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        e. Intervention(s) to monitor and<br />
                        mitigate pain
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250e_Pain#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        f. Intervention(s) to prevent
                        <br />
                        pressure ulcers
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250f_PressUlc#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 50px;">
                        g. Pressure ulcer treatment<br />
                        based
                    </td>
                    <td colspan="0" style="font-family: Arial; font-size: 12px; font-weight: bold; padding-top: 5px;
                        width: 50%;">
                        <cfoutput>#Form.M2250g_PressUlcMoist#</cfoutput>
                    </td>
                </tr>
				 <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
				  <tr>
                    <td style="font-family: Arial; font-size: 14px; font-weight: bold; padding-top: 5px;
                        padding-left: 5px;" colspan="2">
                        Assessment Note
                    </td>				
				</tr>
				<tr>
                   <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 80px;"
                        colspan="2">
                        <cfoutput>#Form.Assessment_Note#</cfoutput>
                    </td>
                </tr>
                <tr>
                    <td style="height: 120px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        align="center" colspan="2">
                        Start of Care Page 9
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
		</table>
		</td>
    </tr>
</table>
				
		<table border="0" cellpadding="0" cellspacing="0">
    <tr>
        <td style="page-break-after: always">
        </td>
    </tr>
</table>
<table border="0" height="100%" style="border-left: solid 1px #CCCCCC; border-right: solid 1px #CCCCCC;
    border-top: #CCCCCC solid 1px; border-bottom: solid 1px #CCCCCC;" width="100%"
    cellpadding="0" cellspacing="0">
    <tr valign="top">
        <td >
            <table border="0" width="100%" cellpadding="0" cellspacing="0">
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                         <cfoutput>#Form.First_Name_M0040#</cfoutput> <cfoutput>#Form.Last_Name_M0040#
						</cfoutput>
                    </td>
                    <td width="36%" align="right" style="padding-right: 30px; font-family: Arial; font-size: 14px;
                        font-weight: bold; font-style: italic;">
                        1 - Start Of Care                    </td>
                    <td width="27%" style="padding-right: 30px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;">
                        Date Completed                    </td>
                    <td width="17%" style="padding-left: 5px; font-family: Arial; font-size: 14px; font-weight: bold;
                        font-style: italic;"><cfoutput>#DateFormat(Form.Assessment_Completed_M0090,"mm/dd/yyyy")#</cfoutput>
                                           </td>
                </tr>
                <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="5">
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
            </table>
			<table border="0" width="100%" cellpadding="0" cellspacing="0">
			 <tr>
				<td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
				Signed by patient/legal representative as reviewed:
				</td>
			 </tr>
			 <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
			 <tr>
				<td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
				Patient/Representative name ________________________________________________ Date: ________________________
				</td>
			 </tr>
			 <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
			 <tr>
				<td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
				Patient/Representative name printed _______________________________________________________________________
				</td>
			 </tr>
			 <tr>
                    <td style="height: 5px">
                    </td>
                </tr>
			 <tr>
				<td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
				Affiliation to patient (if applicable): _________________________________________________________________________
				</td>
			 </tr>
			 <cfif #session.AgencyId# eq '613'>
			 <tr>
                   <td style="height: 5px">
                    </td>
              </tr>
			 <tr>
				<td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;">
			<!---Physician Name: <cfoutput><b>#GetP.LastName# ,#GetP.FirstName#</b></cfoutput>--->       Physician Signature: ____________________________________________________
				</td>
			 </tr>
			 </cfif>
			 
                 <tr>
                    <td style="height: 680px">
                    </td>
                </tr>
                <tr>
                    <td style="border: solid 1px #CCCCCC" colspan="2">
                    </td>
                </tr>
                <tr>
                    <td style="font-family: Arial; font-size: 12px; padding-top: 5px; width: 50%; padding-left: 20px;"
                        align="center" colspan="2">
                        Start of Care Page 10
                    </td>
                </tr>
                <tr>
                    <td style="height: 15px">
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
</cfdocument>
