MKS1MKS2
WP_Query Object
(
    [query] => Array
        (
            [post_type] => job_listing
            [post_status] => publish
            [ignore_sticky_posts] => 1
            [offset] => 0
            [posts_per_page] => 3
            [orderby] => post__in
            [order] => DESC
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => job_listing_category
                            [field] => term_id
                            [terms] => Array
                                (
                                    [0] => 4098
                                    [1] => 85
                                    [2] => 4099
                                    [3] => 10797
                                    [4] => 81
                                    [5] => 10921
                                    [6] => 10425
                                    [7] => 130
                                    [8] => 7569
                                    [9] => 4101
                                )

                            [include_children] => 1
                            [operator] => IN
                        )

                )

            [update_post_term_cache] => 
            [update_post_meta_cache] => 
            [cache_results] => 
            [fields] => all
            [lang] => 
        )

    [query_vars] => Array
        (
            [post_type] => job_listing
            [post_status] => publish
            [ignore_sticky_posts] => 1
            [offset] => 0
            [posts_per_page] => 3
            [orderby] => post__in
            [order] => 
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => job_listing_category
                            [field] => term_id
                            [terms] => Array
                                (
                                    [0] => 4098
                                    [1] => 85
                                    [2] => 4099
                                    [3] => 10797
                                    [4] => 81
                                    [5] => 10921
                                    [6] => 10425
                                    [7] => 130
                                    [8] => 7569
                                    [9] => 4101
                                )

                            [include_children] => 1
                            [operator] => IN
                        )

                )

            [update_post_term_cache] => 
            [update_post_meta_cache] => 
            [cache_results] => 
            [fields] => all
            [lang] => 
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [paged] => 0
            [meta_key] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )

            [category__not_in] => Array
                (
                )

            [category__and] => Array
                (
                )

            [post__in] => Array
                (
                )

            [post__not_in] => Array
                (
                )

            [post_name__in] => Array
                (
                )

            [tag__in] => Array
                (
                )

            [tag__not_in] => Array
                (
                )

            [tag__and] => Array
                (
                )

            [tag_slug__in] => Array
                (
                )

            [tag_slug__and] => Array
                (
                )

            [post_parent__in] => Array
                (
                )

            [post_parent__not_in] => Array
                (
                )

            [author__in] => Array
                (
                )

            [author__not_in] => Array
                (
                )

            [search_columns] => Array
                (
                )

            [suppress_filters] => 
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
            [taxonomy] => job_listing_category
            [term_id] => 4098
        )

    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => job_listing_category
                            [terms] => Array
                                (
                                    [0] => 4098
                                    [1] => 85
                                    [2] => 4099
                                    [3] => 10797
                                    [4] => 81
                                    [5] => 10921
                                    [6] => 10425
                                    [7] => 130
                                    [8] => 7569
                                    [9] => 4101
                                )

                            [field] => term_id
                            [operator] => IN
                            [include_children] => 1
                        )

                )

            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => em_term_relationships
                )

            [queried_terms] => Array
                (
                    [job_listing_category] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => 4098
                                    [1] => 85
                                    [2] => 4099
                                    [3] => 10797
                                    [4] => 81
                                    [5] => 10921
                                    [6] => 10425
                                    [7] => 130
                                    [8] => 7569
                                    [9] => 4101
                                )

                            [field] => term_id
                        )

                )

            [primary_table] => em_posts
            [primary_id_column] => ID
        )

    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                )

            [relation] => 
            [meta_table] => 
            [meta_id_column] => 
            [primary_table] => 
            [primary_id_column] => 
            [table_aliases:protected] => Array
                (
                )

            [clauses:protected] => Array
                (
                )

            [has_or_relation:protected] => 
        )

    [date_query] => 
    [request] => SELECT SQL_CALC_FOUND_ROWS  em_posts.ID
					 FROM em_posts  LEFT JOIN em_term_relationships ON (em_posts.ID = em_term_relationships.object_id)
					 WHERE 1=1  AND ( 
  em_term_relationships.term_taxonomy_id IN (81,85,130,4098,4099,4101,7569,10425,10797,10921)
) AND em_posts.post_type = 'job_listing' AND ((em_posts.post_status = 'publish'))
					 GROUP BY em_posts.ID
					 ORDER BY em_posts.post_date 
					 LIMIT 0, 3
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 1962
                    [post_author] => 4469
                    [post_date] => 2017-10-05 14:22:34
                    [post_date_gmt] => 2017-10-05 18:22:34
                    [post_content] => About our Services: Desert Care Management provides comprehensive Geriatric Care Management services to persons with cognitive or physical disabilities or mental illness. Our comprehensive assessment identifies areas of need which are addressed in a plan of care. The plan of care offers recommendations and resources to address the needs of the client. The Care Manager can implement this plan and monitor it on an ongoing basis or assist the family in implementation. Because each situation is different, we can tailor our services to your specific needs.

About our Principal: Heather Frenette, RN, MSN, CMC has been practicing Geriatric Care Management in the Phoenix area for over 15 years. She focuses her practice on services to the cognitively impaired, mentally ill and developmentally disabled populations. Ms. Frenette received her bachelor's degree in nursing from Baylor University, a master's degree in nursing from the University of Texas, and a Certificate in Gerontology from Arizona State University. She is an active member of the National Association of Professional Geriatric Care Managers and of the national ElderCare Matters Alliance, Arizona chapter.
                    [post_title] => Desert Care Management, LLC
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => open
                    [ping_status] => open
                    [post_password] => 
                    [post_name] => desert-care-management
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-08-23 14:23:41
                    [post_modified_gmt] => 2019-08-23 18:23:41
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://eldercaredirectories.com/listing/desert-care-management/
                    [menu_order] => -1
                    [post_type] => job_listing
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [1] => WP_Post Object
                (
                    [ID] => 5265
                    [post_author] => 504
                    [post_date] => 2018-01-10 15:45:34
                    [post_date_gmt] => 2018-01-10 20:45:34
                    [post_content] => My Professional Fiduciary practice specializes in several major areas:

Serving as a fiduciary in various capacities that utilize my health and mental health expertise in assisting clients and families with Life Care, Health Care, LPS Conservatorships, Case & Care Management, and advocating and representing Veterans, the Disabled, Developmental Disabled, those challenged with Mental Health issues, Terminally Ill Individuals, those with any of several forms of Dementia, and the Elderly.

Serving as a fiduciary in various capacities that utilize my business, entrepreneurial, financial, investment, tax law, insurance, and estate planning expertise.

About Us
Lawson Professional Fiduciary Services are California Licensed Professional Fiduciaries, Registered Nurses, Certified Mental Healthcare Providers, and Nationally Certified Guardians and Nationally Certified Dementia Practitioners. We have over ninety years of combined Healthcare Experience. We specialize in assisting Veterans, the chronically ill and those with life-limiting injuries, disabilities, and terminally ill. As a former government regulator for licensing health care facilities and professionals I accredited, licensed, and investigated consumer complaints about tens of thousands of facilities. I know what to look for in a quality placement and in advocating for the patient's best interests.
                    [post_title] => Lawson Professional Fiduciary Services
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => open
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => lawson-professional-fiduciary-services-2
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2019-07-07 11:09:17
                    [post_modified_gmt] => 2019-07-07 15:09:17
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://eldercarematters.com/listing/lawson-professional-fiduciary-services-2/
                    [menu_order] => 0
                    [post_type] => job_listing
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

            [2] => WP_Post Object
                (
                    [ID] => 5364
                    [post_author] => 545
                    [post_date] => 2018-01-12 09:40:39
                    [post_date_gmt] => 2018-01-12 14:40:39
                    [post_content] => What LifeSpan Does: Experts on Aging

Support family/loved ones who are dealing with chronic illness

o   Start with in-home evaluation/record review & construct Plan of Care (“life plan”) to address issues/problems that are noted or likely to occur.

o   Medication review (most elderly people are overmedicated. This leads to lower quality of life/falls/hospitalizations (there is a 10% chance of an adverse drug event in the elderly population for each medication that they are prescribing/taking on a regular basis!)

o   Advise caregiver as to ways to take care of self, and be available to them to coach/support them as the Plan of Care unfolds

Advocate for acutely ill/injured clients in hospital, rehab or nursing home settings

o   Starts with initial evaluation at bedside

o   Includes care coordination

o   Handling care transitions (70% of the events that lead to patient injury are the result of poor transitions/handoffs between care sites/providers)

o   Advocate for patient to insurance carrier, including insurance appeals for denial of care

Partner with Elder and Estate Planning Attorneys to predict future care needs, risk management, access to entitlements (e.g., Medicaid, Veterans Benefits)

Consult as expert witnesses to malpractice and personal injury attorneys regarding breaches in the standard of care rendered, determinations of negligence for nursing care, future costs of care that will support a Life Care Plan.

·         Care Coordination

o   Refer/Recommend facilities and providers, and assist in negotiating the cost of post-acute care (subacute rehab), nursing home/skilled care facilities, home health agencies

o   Recommend ancillary providers: specialty physicians, medical equipment providers, contractors for home modification, daily money managers, certified senior real estate providers, senior move-management specialists, etc.

o   Communicate between health providers and families

o   Obtain/review and share medical records as appropriate to the Plan of Care needs

·         Assessment of dementia to sort out issues related to the need for guardianship

o   Assist in finding physicians to determine dementia and the documentation to support such a finding

o   Work with guardians and temporary court appointed guardians regarding care coordination and carrying out the Plan of Care

Assist clients to “Age In Place” by setting up technology enabled in-home monitoring of blood pressure, body weight, etc., and medication adherence

·         Research and make recommendations for alternative care providers, where requested and appropriate, e.g., cranial-sacral therapy, chiropractic, Energy Medicine, EFT/Emotional Freedom Technique

 
                    [post_title] => LifeSpan Care Management LLC
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => open
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => lifespan-care-management-llc-5364
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2023-04-27 07:20:09
                    [post_modified_gmt] => 2023-04-27 11:20:09
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://eldercarematters.com/listing/lifespan-care-management-llc/
                    [menu_order] => 0
                    [post_type] => job_listing
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )

        )

    [post_count] => 3
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 1962
            [post_author] => 4469
            [post_date] => 2017-10-05 14:22:34
            [post_date_gmt] => 2017-10-05 18:22:34
            [post_content] => About our Services: Desert Care Management provides comprehensive Geriatric Care Management services to persons with cognitive or physical disabilities or mental illness. Our comprehensive assessment identifies areas of need which are addressed in a plan of care. The plan of care offers recommendations and resources to address the needs of the client. The Care Manager can implement this plan and monitor it on an ongoing basis or assist the family in implementation. Because each situation is different, we can tailor our services to your specific needs.

About our Principal: Heather Frenette, RN, MSN, CMC has been practicing Geriatric Care Management in the Phoenix area for over 15 years. She focuses her practice on services to the cognitively impaired, mentally ill and developmentally disabled populations. Ms. Frenette received her bachelor's degree in nursing from Baylor University, a master's degree in nursing from the University of Texas, and a Certificate in Gerontology from Arizona State University. She is an active member of the National Association of Professional Geriatric Care Managers and of the national ElderCare Matters Alliance, Arizona chapter.
            [post_title] => Desert Care Management, LLC
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => open
            [ping_status] => open
            [post_password] => 
            [post_name] => desert-care-management
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2019-08-23 14:23:41
            [post_modified_gmt] => 2019-08-23 18:23:41
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://eldercaredirectories.com/listing/desert-care-management/
            [menu_order] => -1
            [post_type] => job_listing
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )

    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 729
    [max_num_pages] => 243
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 1
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 1
    [query_vars_hash:WP_Query:private] => d1b263e4e6aea798cc5c63a5cb701461
    [query_vars_changed:WP_Query:private] => 
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )

    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )

)