@extends('layouts.v2.frontend-user-backend') @section('title', '| Free Living Will') @section('content') @include('frontend.forms.v2.Living-Will.stepIndicator')
@csrf

Care if permanently unconscious

If you are permanently unconscious which of the following treatments do you want

Life Sustaining Treatment: ?

p_sustaining_treatment) && $livingWillForm->p_sustaining_treatment == "yes" ? 'checked' : ''}}>
p_sustaining_treatment) && $livingWillForm->p_sustaining_treatment == "no" ? 'checked' : ''}}>

Artificially Provided Food and Water: ?

p_artificially_food) && $livingWillForm->p_artificially_food == "yes" ? 'checked' : ''}}>
p_artificially_food) && $livingWillForm->p_artificially_food == "no" ? 'checked' : ''}}>
Frequently Asked Questions

What does permanent unconsciousness mean?

Permanent unconsciousness is when your doctor and another doctor agree that, within a reasonable degree of medical certainty, you can no longer think, feel anything, knowingly move, or be aware of being alive. They believe this condition will last indefinitely without hope for improvement and have watched you long enough to make that decision. At least one of these doctors must be qualified to make such a diagnosis

What is life-sustaining treatment?

Life-sustaining treatment includes any life-prolonging procedure that helps to restore, replace, or maintain a spontaneous and vital bodily function. For example, assistance with maintaining breathing or blood pressure.

Life support does not include medical treatment performed in a pre-hospital situation or artificially administered food/water or pain relief.

What is artificially provided food and water?

Artificially provided food and water means that if you become permanently unconscious you may need to be given food and water through a tube or an IV to keep you alive if you can no longer chew or swallow on your own or with someone helping you.
@endsection @section('page-js') @endsection