<%@LANGUAGE="VBSCRIPT"%> <% Dim pgmbyphase__cp1test pgmbyphase__cp1test = "1" If (Request.Form("testcp1") <> "") Then pgmbyphase__cp1test = Request.Form("testcp1") End If %> <% Dim pgmbyphase__cp2test pgmbyphase__cp2test = "1" If (Request.Form("testcp2") <> "") Then pgmbyphase__cp2test = Request.Form("testcp2") End If %> <% Dim pgmbyphase__cp3test pgmbyphase__cp3test = "1" If (Request.Form("testcp3") <> "") Then pgmbyphase__cp3test = Request.Form("testcp3") End If %> <% Dim pgmbyphase__cp4test pgmbyphase__cp4test = "1" If (Request.Form("testcp4") <> "") Then pgmbyphase__cp4test = Request.Form("testcp4") End If %> <% Dim pgmbyphase__pp1test pgmbyphase__pp1test = "1" If (Request.Form("testpp1") <> "") Then pgmbyphase__pp1test = Request.Form("testpp1") End If %> <% Dim pgmbyphase__pp2test pgmbyphase__pp2test = "1" If (Request.Form("testpp2") <> "") Then pgmbyphase__pp2test = Request.Form("testpp2") End If %> <% Dim pgmbyphase__pp3test pgmbyphase__pp3test = "1" If (Request.Form("testpp3") <> "") Then pgmbyphase__pp3test = Request.Form("testpp3") End If %> <% Dim pgmbyphase__pp4test pgmbyphase__pp4test = "1" If (Request.Form("testpp4") <> "") Then pgmbyphase__pp4test = Request.Form("testpp4") End If %> <% Dim pgmbyphase Dim pgmbyphase_numRows Set pgmbyphase = Server.CreateObject("ADODB.Recordset") pgmbyphase.ActiveConnection = MM_programdir1_STRING pgmbyphase.Source = "SELECT * FROM entryform WHERE cphase1 = " + Replace(pgmbyphase__cp1test, "'", "''") + " OR cphase2 = " + Replace(pgmbyphase__cp2test, "'", "''") + " OR cphase3 = " + Replace(pgmbyphase__cp3test, "'", "''") + " OR cphase4 = " + Replace(pgmbyphase__cp4test, "'", "''") + " OR pphase1 = " + Replace(pgmbyphase__pp1test, "'", "''") + " OR pphase2 = " + Replace(pgmbyphase__pp2test, "'", "''") + " OR pphase3 = " + Replace(pgmbyphase__pp3test, "'", "''") + " OR pphase4 = " + Replace(pgmbyphase__pp4test, "'", "''") + " ORDER BY hospital ASC" pgmbyphase.CursorType = 0 pgmbyphase.CursorLocation = 2 pgmbyphase.LockType = 1 pgmbyphase.Open() pgmbyphase_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 pgmbyphase_numRows = pgmbyphase_numRows + Repeat1__numRows %> Upper Plains Cardiopulmonary Rehabilitation Association - UPCRA
Home Contact UPCRA
About UPCRA Members Board of Directors Resources, Continuing Education, Links Program Directory

Search Directory
Definition of Phases

Home :Program Directory : Phase Definitions

Cardiac Rehabilitation Phases

Phase 1
Phase 1 cardiac rehab takes place while you are still in the hospital, after ordered by your doctor. You will begin a progressive exercise program conducted by a physical therapist or nurse. It is primarily designed to prevent the deconditioning effects of bed rest and to prepare you for your daily activities at home.

You will receive information from the nursing staff regarding your condition and any procedures planned for you. Other staff may instruct you regarding your medications, your diet, and home instructions.

Phase 2
Phase 2 cardiac rehab is an outpatient exercise and education program for heart patients. You will begin a progressive exercise program after ordered by your doctor, usually within the first 1 to 3 weeks after discharge. Sessions are usually three times per week in a hospital or clinic and patients typically attend 12 to 36 times.

Exercise sessions will include a warm-up; exercise on equipment such as a treadmill, arm-bike or stationary bike; and a cool-down period. Your heart will be monitored continuously and your blood pressure and heart rate checked throughout the exercise session.

Education classes are usually offered in a group or individual setting, and cover such topics as understanding heart disease and risk factor modification.

Phase 3
Phase 3 cardiac rehab is a supervised or maintenance exercise program again ordered by your doctor. It begins after discharge from Phase 2.

Exercise sessions may be similar to Phase 2 including a warm-up, exercise portion, and a cool-down period. You will monitor your own heart rate. Cardiac monitoring and blood pressure checks are done periodically. Group support is an important part of Phase 3.

Pulmonary Rehabilitation Phases

Phase 1
Phase 1 pulmonary rehab is an in-patient education and exercise program for lung patients. It includes an introduction to the outpatient pulmonary rehabilitation.

Phase 2
Phase 2 pulmonary rehab begins after you are discharged from the hospital and is an out-patient program. It includes exercise and education individually tailored to meet participants’ needs. Participants are increased with their exercise as they tolerate to increase lung capacity. Education includes disease process, breathing retraining, stress management, medications and nutrition. Phase 2 is reimbursed by Medicare and many commercial insurance companies according to certain criteria.

Phase 3
Phase 3 pulmonary rehab is a maintenance exercise program that is not reimbursed by Medicare or other insurance. Participants are encouraged to continue exercise to maintain the benefits of their Phase 2 program.

 

 

<% pgmbyphase.Close() Set pgmbyphase = Nothing %>