| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/development/dev.americansocietyforassetprotection.com/ |
Upload File : |
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/include/check_for_asapwebinar.php'); ?>
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Power of Attorney | Asset Protection</title>
<meta name="description" content="This document gives the person you name as your agent the authority to make any and all health care decisions for you.">
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<?php
include 'include/nav.php';
?>
<div class="header_title">
<div class="row">
<div class="large-12 columns">
<div class="large-2 columns logo"><a href="index.php"><img src="img/logo_sml.png" alt="logo small"></a></div>
<h1 style="title">Medical Power of Attorney</h1>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns" role="content">
<article>
<div class="row">
<div class="large-9 columns">
<div class="main-article">
<h2>What is a Medical Power of Attorney</h2>
<p style="padding-top: 25px;">This document gives the person you name as your agent the authority to make any and all health care decisions for you in accordance with your wishes, including your religious and moral beliefs, when you are no longer capable of making them yourself. Your agent has the power to make a broad range of health care decisions for you. Your agent may consent, refuse to consent, or withdraw consent for medical treatment. Your agent’s authority begins when your doctor certifies that you lack the competence to make health care decisions. </p>
<p> Next Topic: <a class="bread-crumb" href="durable-power-of-attorney.php">"Durable Power of Attorney"</a></p>
</div>
</div>
<aside class="large-3 columns panel">
<?php
include 'include/sidebar.php';
?>
</aside>
</div>
</div>
</div>
<?php
include 'include/footer.php';
?>
</body>
</html>