@extends('layouts.frontend') @section('title', '| Free Living Will') @section('content') @include('frontend.forms.Living-Will.stepIndicator')
@csrf
Care if in Terminal Condition
If you are in a terminal condition with no hope of recovery, which of the following treatments do you want:
Life Sustaining Treatment:
sustaining_treatment) && $livingWillForm->sustaining_treatment == "yes" ? 'checked' : 'checked'}}> sustaining_treatment) && $livingWillForm->sustaining_treatment == "no" ? 'checked' : ''}}>
Artificially Provided Food and Water:
artificially_food) && $livingWillForm->artificially_food == "yes" ? 'checked' : 'checked'}}> artificially_food) && $livingWillForm->artificially_food == "no" ? 'checked' : ''}}>
Frequently Asked Questions

What is a terminal condition?

A terminal condition refers to a medical condition or illness expected to result in the patient's death within a relatively short period, often within six months or less, even with available medical treatments.

What is life-sustaining treatment?

Life-sustaining treatment includes medical interventions and procedures aimed at keeping a person alive. It includes mechanical ventilation, artificial nutrition and hydration, cardiopulmonary resuscitation (CPR), and similar measures.

What is artificially provided food and water?

Artificially provided food and water refer to administering nutrients and fluids through medical means, like feeding tubes or intravenous (IV) lines, when a person cannot eat or drink.
@endsection @section('page-js') @endsection