Norfolk Health & Rehabilitation Center (2024)

Norfolk Health & Rehabilitation Center (1)

(757) 626-1642

Schedule a Tour

Norfolk Health & Rehabilitation Center (2)

Hospital to Home Faster Caring for and about Robert Shields

This pastor and volunteer firefighter was back home fast helping people after a serious car accident.

Read Robert's LifeWorks story

Planning for Surgery? Find out how to pre-register your stay and download a copy of our Planning Your Recovery: First Steps Guide

Learn More

Coronavirus (COVID-19) Information & Updates

See our latest update on efforts taken to protect against Coronavirus.Click here.

Explore the LifeWorks Rehab Difference

LifeWorks Rehab is a unique, personalized approach to surgery or illness recovery that you will not find anywhere else. See this video for more on why life workswith LifeWorks Rehab.

For your recovery, we take no weekends off

LifeWorks Rehab is an exclusive, seven days-a-week program offering a range of individualized treatment, therapies, and recovery tools. Your recovery shouldn't take the weekend off.

Based on proven clinical pathways

Customized plan of care with an interdisciplinary team with experience working with a variety of conditions. Our team has demonstrated clinical outcomes delivering you a personalized report card as you go home.

At the forefront of technology

World-class rehabilitation centers with the latest advancements in therapy equipment, giving you the best tools and skills to get back home.

Norfolk Health & Rehabilitation Center (3) Norfolk Health & Rehabilitation Center (4) Norfolk Health & Rehabilitation Center (5)

Sign language and oral interpreters, TTYs, and other auxiliary aids and services are available free of charge to
people who are deaf or hard of hearing.

For assistance, please contact any Facility personnel or the Discharge Planner.

I’m looking for help with…

Recovery Programs Key Features Dining

Specialized Recovery Programs Customized For You

We know there is not a one size fits all plan for recovery and wellness. That is why we offer several specialized programs for cardiac patients, orthopedic patients, as well as patients with more of a long-term stay. Spend less time recovering, and more time living.

Norfolk Health & Rehabilitation Center (6)

Fast Track Ortho

A unique program for orthopedic patients looking for a short-term stay and fast results.

Learn More

Norfolk Health & Rehabilitation Center (7)

Advanced Rehabilitation and Conditioning® (ARC)

A proven short-term, medically supervised program designed specifically to get cardiac patients home fast, healthy, and strong.

Learn More

Norfolk Health & Rehabilitation Center (8)

Activities in Motion

Interactive, exclusive therapeutic activities designed to motivate our patient's minds and bodies for a total wellness experience.

Learn More

What Makes Our Rehab Gym Special?

We are dedicated to providing a world-class rehabilitation experience for our patients. In our state-of-the-art gym, you will find all the latest advancements in therapy technologies. We pride ourselves in offering you or your loved one the very best tools achieve their personalized recovery goals. Click the links to see for yourself what makes our rehabilitation services top notch.

  • Highly Skilled Therapy Team
  • Dynamic Stair Trainer
  • HUR iBalance Machine
  • Strength Training Equipment
  • Swallowing Stimulation Therapy

Don't Ask Us, Ask Our Patients

Customer service is at the very core of what we do. We survey every patient on their experience while in our care. We are proud of delivering results high above the industry standard.

“Planning is incredibly important – it’s the best way to jump start your recovery. If you can, pre-registration is important. You have a choice of where to recover.”

Ann Graziadei Read Ann Graziadei ’s LifeWorks Story

Norfolk Health & Rehabilitation Center (10)

Restaurant-Style Dining

Our restaurant-style dining is on the spot, fresh, and in an atmosphere you are sure to enjoywith a wide variety of choices! Have something specific in mind for a meal that's not on the menu? That’s fine too. Our chefs will prepare a made to order meal, just the way you like it.

We've been perfecting the art of dining, but don't take our word for it. Schedule a tour to enjoy a meal for yourself!

Learn More

*Photo of Actual LifeWorks Graduates

Rating and Reviews from Our Patients

Loading...

Loading...

Loading...

Loading...

', '

', '

{{rating}}out of 5

', '

{{ratingCnt}} {{ratingCntLabel}}

', '

{{commentCnt}} {{commentCntLabel}}

','

', '

', '{{rating}}out of 5

', '({{ratingCnt}} {{ratingCntLabel}}, {{commentCnt}} {{commentCntLabel}})', ].join(''); } x = ctx.tmpl(template, templateData); }else if(orgSummary){ var avg = orgSummary.averageRating; var floor = Math.floor(avg); var dec = avg - floor; var extra = ''; if(dec >= 0.25 && dec < 0.75){ extra = '5'; } if(dec >= 0.75){ floor++; } var stars = floor + extra; // concat var templateData = { stars: stars, rating: orgSummary.averageRatingStr, ratingCnt: orgSummary.ratingCount }; var template = [ '

Average Location Rating

', '

{{rating}}out of 5

' ].join(''); x = ctx.tmpl(template, templateData); }else if(group){ var templateData = { name: group.name, stars: group.averageStarRatingStr, rating: group.averageRatingStr, ratingCnt: group.reviewcount, ratingCntLabel: group.reviewCountLabel, commentCnt: group.bodycount, commentCntLabel: group.bodyCountLabel }; var template = [ '

{{name}}

', '

', '

{{rating}}out of 5

', '

{{ratingCnt}} {{ratingCntLabel}}

', '

{{commentCnt}} {{commentCntLabel}}

' ].join(''); if(ctx.id == 'comment-summary'){ template = [ '

Patient Ratings

', '

', '{{rating}}out of 5

', // '({{ratingCnt}} {{ratingCntLabel}}, {{commentCnt}} {{commentCntLabel}})', ].join(''); } x = ctx.tmpl(template, templateData); } } return x; }, buildCommentsPrefixHTML: function(data, ctx){ var x = ''; if(ctx.info.distribution && ctx.info.distribution >= 1 && ctx.info.distribution <= 5){x = x + 'Showing '+ctx.info.distribution+' star comments - show all';} x = x + '

'; return x; }, buildCommentsSuffixHTML: function(data, ctx){ var x = ''; return x; }, buildCommentsEntryHTML:function(data, ctx){var visitDate = data.formattedReviewDate;var visit = '';var pubsOn = '';var publishDate = '';if(ctx.view === 'scheduled'){publishDate = data.formattedPublishDate;pubsOn = '
Publishes On';} var responseHTML ='';if(data.response){var responseData = {responseBody:data.response.body,responseDate:data.response.date,responseAuthor:data.response.author};var responseTemplate = [ '

', 'Response from {{responseAuthor}}', ' - {{responseDate}}', '

{{responseBody}}

'].join('');responseHTML = ctx.tmpl(responseTemplate, responseData);} var bodyMarkup = ''; var bodyMarkup2 = ''; var bodyMarkup3 = ''; if(data.bodyForDisplay && data.bodyForDisplay.length > 0){ bodyMarkup = '

'+data.bodyText+'
'+data.bodyForDisplay+'

'; } if(data.body2ForDisplay && data.body2ForDisplay.length > 0){ bodyMarkup2 = '

'+data.bodyText2+'
'+data.body2ForDisplay+'

'; } if(data.body3ForDisplay && data.body3ForDisplay.length > 0){ bodyMarkup3 = '

'+data.bodyText3+'
'+data.body3ForDisplay+'

'; } var templateData = {stars:data.rating,visitdate:visitDate, bodyMarkup: bodyMarkup, bodyMarkup2: bodyMarkup2, bodyMarkup3: bodyMarkup3,author:data.formattedDisplayName,visit: visit,pubsOn:pubsOn,publishDate: publishDate,response:responseHTML,provider: data.profile.name,comment: data.bodyForDisplay,url: data.profile.docprofileslug}; var profileTemplate = [ '

', '

', '', '{{visit}}', '{{visitdate}}','
','{{pubsOn}}','{{publishDate}}', '

', '

', '{{bodyMarkup}}', '{{bodyMarkup2}}', '{{bodyMarkup3}}','Verified Patient Review', '
', '{{response}}', '

', '

', '

', '

'].join(''); var groupTemplate = [ '

', '

', '', '{{pubsOn}}', '{{visitdate}}', '

', '

','

{{bodymarkup}}

','Verified Patient Review','
', 'Review for ', '{{provider}}', '', '

', '

', '

', '

' ].join(''); if(ctx.info.view == 'profile'){ return ctx.tmpl(profileTemplate, templateData); } else if(ctx.info.view == 'group'){ return ctx.tmpl(groupTemplate, templateData); } }, buildBreakdownEntryHTML: function(data, ctx){ var templateData = { avg:data.averageRatingStr, stars:data.averageStarRatingStr, quest:data.question || data.questionSlug };var template = [ '

  • ', '{{quest}}', '{{avg}}', '', '
  • '].join('');return ctx.tmpl(template, templateData); }, buildDistributionEntryHTML: function(data, ctx, numTxt, num){var cCnt = data.commentcount;var cntText = cCnt + ' ' + ctx.pluralize(cCnt, 'Comment');var templateData = {numTxt:numTxt,num:num,perc:data.ratingpercentage,reviewcnt: data.ratingcount,cntText:cntText};var template = [ '

  • ', '{{num}} Star Ratings', '

    ', '

    ', '

    ', // '{{cntText}},{{reviewcnt}}Reviews', '
  • '].join('');return ctx.tmpl(template, templateData);}};//--><!]]>

    Norfolk Health & Rehabilitation Center (2024)

    References

    Top Articles
    Latest Posts
    Article information

    Author: Tuan Roob DDS

    Last Updated:

    Views: 5702

    Rating: 4.1 / 5 (62 voted)

    Reviews: 85% of readers found this page helpful

    Author information

    Name: Tuan Roob DDS

    Birthday: 1999-11-20

    Address: Suite 592 642 Pfannerstill Island, South Keila, LA 74970-3076

    Phone: +9617721773649

    Job: Marketing Producer

    Hobby: Skydiving, Flag Football, Knitting, Running, Lego building, Hunting, Juggling

    Introduction: My name is Tuan Roob DDS, I am a friendly, good, energetic, faithful, fantastic, gentle, enchanting person who loves writing and wants to share my knowledge and understanding with you.