Our Care

All of our residential care homes are specifically designed to provide housing and related services for each particular demographic. Because of that, our residents have access to a wide variety of services provided by outsourced 3rd parties. These include:

  •   Doctor / Nurse home visits
  •   Home health services (RN, Physical, Occupational and Speech Therapy)
  •   Hospice
  •   Durable medical equipment
  •   Case management
  •   Social work
  •   Behavioral counseling and therapy
  •   Medication management
  •   Many additional services

In addition to the services provided by our outsourced 3rd parties; we also offer a wide range of services included in our flat monthly fee. These services include, but are not limited to:

  • Linens
  • Washer & Dryer
  • Personal Television
  • Telephone
  • All bills paid utilities
/* global FusionPageBuilderViewManager, FusionPageBuilderEvents */ var FusionPageBuilder = FusionPageBuilder || {}; ( function( $ ) { $( document ).ready( function() { // Builder Checkout Form View FusionPageBuilder.checkoutForm = window.wp.Backbone.View.extend( { className: 'fusion-checkout-form', template: FusionPageBuilder.template( $( '#fusion-checkout-form-template' ).html() ), events: { 'click .fusion-builder-delete-checkout-form': 'removeContainer' }, render: function() { this.$el.html( this.template( this.model.toJSON() ) ); return this; }, removeContainer: function( event ) { if ( event ) { event.preventDefault(); } FusionPageBuilderViewManager.removeView( this.model.get( 'cid' ) ); this.model.destroy(); this.remove(); if ( event ) { FusionPageBuilderEvents.trigger( 'fusion-element-removed' ); } } } ); } ); }( jQuery ) );