<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ketamine &#8211; KING FAISAL HOSPITAL RWANDA</title>
	<atom:link href="https://kfh.rw/departments-cat/ketamine/feed/" rel="self" type="application/rss+xml" />
	<link>https://kfh.rw</link>
	<description>KFHR</description>
	<lastBuildDate>Thu, 11 Dec 2025 16:50:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://kfh.rw/wp-content/uploads/2025/06/cropped-PHONE_KFH-FINAL-LOGO-1.jpg</url>
	<title>Ketamine &#8211; KING FAISAL HOSPITAL RWANDA</title>
	<link>https://kfh.rw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Ketamine Treatment &#038; Research Center</title>
		<link>https://kfh.rw/departments/ketamine/</link>
		
		<dc:creator><![CDATA[KFHR]]></dc:creator>
		<pubDate>Wed, 20 Nov 2024 17:10:31 +0000</pubDate>
				<guid isPermaLink="false">https://kfh.rw/?post_type=medilink_departments&#038;p=9282</guid>

					<description><![CDATA[The Ketamine Treatment &#038; Research Center offers innovative, evidence-based care for individuals suffering from severe depression, suicidality, post-traumatic stress disorder (PTSD), and other treatment-resistant mood disorders. Our multidisciplinary team provides intravenous (IV) ketamine infusions in a safe, medically supervised setting, with integrated psychotherapy to support long-term healing. Ketamine, originally developed as an anesthetic, has been...]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="9282" class="elementor elementor-9282" data-elementor-post-type="medilink_departments">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-3655a21 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3655a21" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ed008c" data-id="3ed008c" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-e4b4c23 elementor-widget elementor-widget-text-editor" data-id="e4b4c23" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f9fb;
  color: #333;
}

section {
  padding: 0;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
}

.intro-card,
.faq-container,
.eligibility-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  padding: 35px 30px;
  margin-bottom: 40px;
  line-height: 1.9;
}

h2.section-title,
h3.section-title {
  text-align: center;
  color: #007A33;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 20px;
}
.accordion {
  background-color: #f5f9fb;
  color: #007A33;
  cursor: pointer;
  padding: 12px 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  border-radius: 8px;
}

.accordion:hover,
.accordion.active {
  background-color: #eaf4ee;
}

.accordion::after {
  content: '\002B';
  float: right;
  font-weight: bold;
  color: #007A33;
}

.accordion.active::after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  border-left: 3px solid #007A33;
  margin-bottom: 10px;
}

.panel p,
.panel ul {
  margin: 15px 0;
  line-height: 1.8;
}
.eligibility-card h3 {
  color: #007A33;
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 700;
}
.criteria-header {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.criteria-header.inclusion {
  background-color: #28a745;
}

.criteria-header.exclusion {
  background-color: #d9534f;
}

/* Bullet Items */
.eligibility-card ul {
  list-style: none;
  padding: 0;
}

.eligibility-card li {
  position: relative;
  padding-left: 28px;
  line-height: 1.8;
  margin-bottom: 6px;
  color: #333;
}

/* Green Check */
.eligibility-card li::before {
  content: "&#x2714;";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* Red X only for exclusion list */
.eligibility-card li.exclusion::before {
  content: "&#x274c;";
  color: #d9534f;
}

/* Responsive */
@media (max-width: 768px) {
  h3.section-title {
    font-size: 1.8em;
  }

  .faq-container,
  .intro-card,
  .eligibility-card {
    padding: 25px 20px;
  }
}
</style>
<section>
<div class="container">
<div class="intro-card">
The Ketamine Treatment &#038; Research Center offers innovative, evidence-based care for individuals suffering from severe depression, suicidality, post-traumatic stress disorder (PTSD), and other treatment-resistant mood disorders. Our multidisciplinary team provides intravenous (IV) ketamine infusions in a safe, medically supervised setting, with integrated psychotherapy to support long-term healing.
<br><br>
Ketamine, originally developed as an anesthetic, has been shown to reduce symptoms of depression and suicidal thoughts rapidly — often within hours to days — especially in patients who have not responded to traditional treatments. It also offers significant relief for individuals living with chronic PTSD by reducing intrusive thoughts, emotional numbness, and hypervigilance.
<br><br>
The clinic serves adults seeking a new path toward mental wellness, using cutting-edge treatments to restore hope and functioning.
</div>
<div class="faq-container">
<h3 class="section-title">Frequently Asked Questions (FAQs)</h3>

<button class="accordion">1. What is ketamine, and how does it work for mental health conditions?</button>
<div class="panel">
Ketamine is a medication originally used for anesthesia. At much lower doses, it rapidly relieves symptoms of severe depression, suicidal thoughts, PTSD, and anxiety disorders. It enhances neuroplasticity — the brain’s ability to form new healthy connections.
</div>

<button class="accordion">2. Who is eligible for ketamine treatment?</button>
<div class="panel">
<ul>
  <li>Treatment-resistant depression</li>
  <li>Suicidal thoughts or behaviors</li>
  <li>PTSD</li>
  <li>Severe anxiety unresponsive to treatment</li>
</ul>
A full psychiatric evaluation is required before treatment.
</div>

<button class="accordion">3. What happens during a ketamine infusion?</button>
<div class="panel">
Patients receive a low-dose IV infusion over 50–60 minutes in a quiet, private room. A psychologist accompanies the patient, followed by an integration session.
</div>

<button class="accordion">4. How many treatments will I need?</button>
<div class="panel">
Most patients start with six infusions over 2–3 weeks. Maintenance treatments follow based on progress.
</div>

<button class="accordion">5. Is ketamine safe?</button>
<div class="panel">
Yes. When supervised medically, ketamine is safe. Side effects such as nausea or dizziness are temporary.
</div>

<button class="accordion">6. Will I receive psychotherapy with ketamine treatment?</button>
<div class="panel">
Yes. Integration therapy improves long-term mental health outcomes.
</div>

<button class="accordion">7. How quickly will I feel better?</button>
<div class="panel">
Improvements often appear after 1–3 infusions.
</div>

<button class="accordion">8. Can I drive after treatment?</button>
<div class="panel">
No. A driver is required due to temporary cognitive effects.
</div>

<button class="accordion">9. Is ketamine addictive?</button>
<div class="panel">
At therapeutic doses in a medical setting, addiction risk is very low.
</div>

<button class="accordion">10. How do I get started?</button>
<div class="panel">
Schedule a psychiatric evaluation. If you already have a mental health provider, they may refer you to the clinic.
</div>

</div>
<div class="eligibility-card">
<h3>Eligibility Criteria for Ketamine Infusion Treatment</h3>

<div class="criteria-header inclusion"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Inclusion Criteria (Who Is Eligible)</div>
<ul>
  <li>Treatment-resistant depression (failed at least two antidepressants)</li>
  <li>Suicidal ideation or recent suicidal behavior</li>
  <li>Post-traumatic stress disorder (PTSD)</li>
  <li>Severe anxiety disorders not responding to standard treatment</li>
  <li>Alcohol use disorder evaluated case-by-case</li>
  <li>Age 18 and above</li>
  <li>Medically stable for IV infusion</li>
  <li>Able to provide informed consent</li>
  <li>Willing to participate in integration psychotherapy</li>
  <li>Under psychiatric care during treatment</li>
</ul>

<div class="criteria-header exclusion"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Exclusion Criteria (Who Is Not Eligible)</div>
<ul>
  <li class="exclusion">Uncontrolled hypertension or serious cardiovascular disease</li>
  <li class="exclusion">History of psychotic disorders (schizophrenia, schizoaffective disorder)</li>
  <li class="exclusion">Current substance use disorder involving ketamine or dissociatives</li>
  <li class="exclusion">Pregnancy or breastfeeding</li>
  <li class="exclusion">Severe liver disease or intracranial pressure issues</li>
  <li class="exclusion">Uncontrolled epilepsy or seizure disorder</li>
  <li class="exclusion">Active manic episode in bipolar disorder (unless stabilized)</li>
  <li class="exclusion">Unable to engage in follow-up sessions</li>
</ul>

</div>
</div>
</section>

<script>
const acc = document.getElementsByClassName("accordion");

for (let i = 0; i < acc.length; i++) {
  acc[i].addEventListener("click", function () {
    this.classList.toggle("active");
    const panel = this.nextElementSibling;

    if (panel.style.maxHeight) {
      panel.style.maxHeight = null;
    } else {
      panel.style.maxHeight = panel.scrollHeight + "px";
    }
  });
}
</script>
</body>
</html>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-390c6e7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="390c6e7" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-179569f" data-id="179569f" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-730323b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="730323b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a77013" data-id="2a77013" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-033ff40 elementor-widget elementor-widget-rt-doctor" data-id="033ff40" data-element_type="widget" data-e-type="widget" data-widget_type="rt-doctor.default">
				<div class="elementor-widget-container">
					
<div class="row">

                <div class="rtin-item no-equal-item col-lg-4 col-md-2 col-sm-12 col-xs-12">
        <div class="team-box-layout9">
            <div class="item-img">
                

                <ul class="team-social-1">
                                                                                                                                                                                                                                                                                                                                                                                                            </ul>
                                <a class="normal-image" href="https://kfh.rw/doctors/dr-asmeret-andebirhan/"><img fetchpriority="high" decoding="async" width="260" height="260" src="https://kfh.rw/wp-content/uploads/2025/11/Dr.-Asmeret-Andebirhan-300x300.png" class="attachment-260x260 size-260x260 wp-post-image" alt="" srcset="https://kfh.rw/wp-content/uploads/2025/11/Dr.-Asmeret-Andebirhan-300x300.png 300w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Asmeret-Andebirhan-150x150.png 150w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Asmeret-Andebirhan-230x230.png 230w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Asmeret-Andebirhan-70x70.png 70w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Asmeret-Andebirhan-100x100.png 100w" sizes="(max-width: 260px) 100vw, 260px" />                </a>
                
            </div>
            <div class="item-content">
                <h3 class="item-title"><a href="https://kfh.rw/doctors/dr-asmeret-andebirhan/">Dr. Asmeret Andebirhan</a></h3>
                                <div class="item-designation"></div>
                                <div class="item-content-txt text-center"><p></p></div>
            </div>
        </div>
    </div>
            <div class="rtin-item no-equal-item col-lg-4 col-md-2 col-sm-12 col-xs-12">
        <div class="team-box-layout9">
            <div class="item-img">
                

                <ul class="team-social-1">
                                                                                                                                                                                                                                                                                                                                                                                                            </ul>
                                <a class="normal-image" href="https://kfh.rw/doctors/cindi-cassady-phd/"><img decoding="async" width="260" height="260" src="https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-300x300.png" class="attachment-260x260 size-260x260 wp-post-image" alt="" srcset="https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-300x300.png 300w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-150x150.png 150w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-230x230.png 230w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-70x70.png 70w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-315x315.png 315w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Cindi-Cassady-100x100.png 100w" sizes="(max-width: 260px) 100vw, 260px" />                </a>
                
            </div>
            <div class="item-content">
                <h3 class="item-title"><a href="https://kfh.rw/doctors/cindi-cassady-phd/">Dr. Cindi Cassady</a></h3>
                                <div class="item-designation"></div>
                                <div class="item-content-txt text-center"><p></p></div>
            </div>
        </div>
    </div>
            <div class="rtin-item no-equal-item col-lg-4 col-md-2 col-sm-12 col-xs-12">
        <div class="team-box-layout9">
            <div class="item-img">
                

                <ul class="team-social-1">
                                                                                                                                                                                                                                                                                                                                                                                                            </ul>
                                <a class="normal-image" href="https://kfh.rw/doctors/dr-chantal-murekatete-2/"><img decoding="async" width="181" height="260" src="https://kfh.rw/wp-content/uploads/2025/11/Dr.-Murekatete-Chantal.png" class="attachment-260x260 size-260x260 wp-post-image" alt="" srcset="https://kfh.rw/wp-content/uploads/2025/11/Dr.-Murekatete-Chantal.png 268w, https://kfh.rw/wp-content/uploads/2025/11/Dr.-Murekatete-Chantal-208x300.png 208w" sizes="(max-width: 181px) 100vw, 181px" />                </a>
                
            </div>
            <div class="item-content">
                <h3 class="item-title"><a href="https://kfh.rw/doctors/dr-chantal-murekatete-2/">Dr. Chantal Murekatete</a></h3>
                                <div class="item-designation"></div>
                                <div class="item-content-txt text-center"><p></p></div>
            </div>
        </div>
    </div>
            </div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-03afb31 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="03afb31" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-82c44a8" data-id="82c44a8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap">
							</div>
		</div>
					</div>
		</section>
				</div>
		]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
