{"id":24,"date":"2025-08-28T12:06:22","date_gmt":"2025-08-28T12:06:22","guid":{"rendered":"https:\/\/energymedicine-practitioners.com\/?page_id=24"},"modified":"2025-08-30T03:25:44","modified_gmt":"2025-08-30T03:25:44","slug":"ethics-and-standards","status":"publish","type":"page","link":"https:\/\/energymedicine-practitioners.com\/?page_id=24","title":{"rendered":"ETHICS AND STANDARDS"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Code of Ethics &#038; Standards<\/title>\n  <style>\n    :root {\n      --blue: #1e3a8a; \/* deep blue *\/\n      --text: #ffffff; \/* white text *\/\n    }\n\n    body {\n      margin: 0;\n      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      min-height: 100vh;\n      background: #f4f4f9; \/* light gray page background *\/\n    }\n\n    .wrap {\n      background: var(--blue);\n      padding: 40px 30px;\n      border-radius: 12px;\n      max-width: 700px;\n      text-align: center;\n      box-shadow: 0 6px 20px rgba(0,0,0,0.2);\n      color: var(--text); \/* default white text *\/\n    }\n\n    .wrap h1,\n    .wrap p {\n      color: var(--text) !important; \/* force white *\/\n      margin: 0 0 16px 0;\n    }\n\n    h1 {\n      font-size: clamp(28px, 6vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n    }\n\n    p {\n      font-size: clamp(16px, 3.5vw, 20px);\n      opacity: 0.95;\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"wrap\">\n    <h1>Code of Ethics &amp; Standards<\/h1>\n    <p>Professional guidelines ensuring safe, ethical, and effective energy medicine practice<\/p>\n  <\/main>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>Our Foundation | EMPAM<\/title>\n  <style>\n    :root {\n      --teal: #14b8a6;\n      --light-teal: #d0f4f0;\n      --dark-text: #1f2937;\n    }\n    body {\n      margin: 0;\n      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      line-height: 1.6;\n      color: var(--dark-text);\n      background: #f9fafb;\n    }\n    .container {\n      max-width: 850px;\n      margin: 60px auto;\n      padding: 30px 20px;\n      background: white;\n      border-radius: 16px;\n      box-shadow: 0 4px 12px rgba(0,0,0,0.06);\n      border-top: 6px solid var(--teal);\n    }\n    h1 {\n      font-size: clamp(28px, 4vw, 42px);\n      margin-bottom: 20px;\n      text-align: center;\n      color: var(--teal);\n    }\n    .highlight {\n      background: var(--light-teal);\n      padding: 8px 14px;\n      border-radius: 8px;\n    }\n    p {\n      font-size: 18px;\n      margin-bottom: 16px;\n    }\n    .lead {\n      font-weight: 600;\n      font-size: 20px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"container\">\n    <h1>Our Foundation<\/h1>\n\n    <p class=\"lead highlight\">\n      The Energy Medicine Practitioners Association of Malaysia (EMPAM) is founded on the principle that human wellbeing is multidimensional\u2014comprising physical, mental, emotional, and spiritual health.\n    <\/p>\n\n    <p>\n      As a non-profit organisation, EMPAM promotes the ethical practice of energy medicine as a complementary, preventive, and wholistic modality that restores and harmonises disturbed energetic frequencies within the human system.\n    <\/p>\n  <\/main>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>EMPAM | Code of Ethics<\/title>\n  <style>\n    body {\n      margin: 0;\n      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      background: #f9fafb;\n      color: #111827;\n      line-height: 1.6;\n    }\n\n    .container {\n      max-width: 850px;\n      margin: 50px auto;\n      padding: 20px;\n    }\n\n    h1 {\n      text-align: center;\n      color: #1e3a8a;\n      font-size: clamp(28px, 4vw, 40px);\n      margin-bottom: 30px;\n    }\n\n    \/* Accordion *\/\n    .accordion-item {\n      border: 1px solid #e5e7eb;\n      border-radius: 8px;\n      margin-bottom: 12px;\n      background: #fff;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.04);\n      overflow: hidden;\n    }\n\n    .accordion-header {\n      width: 100%;\n      text-align: left;\n      background: #e0e7ff;\n      border: none;\n      padding: 14px 18px;\n      font-size: 18px;\n      font-weight: 600;\n      color: #1e3a8a;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .accordion-header span {\n      font-size: 20px;\n      transition: transform 0.3s ease;\n    }\n\n    .accordion-item.active .accordion-header span {\n      transform: rotate(90deg);\n    }\n\n    .accordion-content {\n      max-height: 0;\n      overflow: hidden;\n      padding: 0 18px;\n      transition: max-height 0.3s ease;\n      font-size: 16px;\n      background: #f9fafb;\n    }\n\n    .accordion-content p {\n      margin: 14px 0;\n    }\n\n    .closing-note {\n      margin-top: 25px;\n      text-align: center;\n      font-weight: 500;\n      font-size: 17px;\n      color: #1e3a8a;\n    }\n  <\/style>\n<\/head>\n<body>\n  <main class=\"container\">\n    <h1>EMPAM Code of Ethics<\/h1>\n\n    <div class=\"accordion\">\n\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">\n          \ud83c\udf1f Facilitating Balance &#038; Resilience <span>\u25b6<\/span>\n        <\/button>\n        <div class=\"accordion-content\">\n          <p>Facilitating balance and resilience through natural healing and harmonic frequency support.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">\n          \ud83e\udd1d Respect for Uniqueness <span>\u25b6<\/span>\n        <\/button>\n        <div class=\"accordion-content\">\n          <p>Respecting the uniqueness and dignity of each individual&#8217;s healing journey.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">\n          \u26a1 Responsible Practice <span>\u25b6<\/span>\n        <\/button>\n        <div class=\"accordion-content\">\n          <p>Using energy-based tools and technologies responsibly and professionally.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">\n          \ud83d\udee1\ufe0f Upholding Trust <span>\u25b6<\/span>\n        <\/button>\n        <div class=\"accordion-content\">\n          <p>Upholding the trust placed in us by the communities we serve.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <p class=\"closing-note\">\n      This Code of Ethics is a shared commitment to integrity, compassion, and excellence in energy medicine.\n    <\/p>\n  <\/main>\n\n  <script>\n    document.querySelectorAll('.accordion-header').forEach(button => {\n      button.addEventListener('click', () => {\n        const item = button.parentElement;\n        const content = item.querySelector('.accordion-content');\n        const allItems = document.querySelectorAll('.accordion-item');\n\n        \/\/ close others\n        allItems.forEach(i => {\n          if (i !== item) {\n            i.classList.remove('active');\n            i.querySelector('.accordion-content').style.maxHeight = null;\n          }\n        });\n\n        \/\/ toggle clicked\n        item.classList.toggle('active');\n        if (item.classList.contains('active')) {\n          content.style.maxHeight = content.scrollHeight + \"px\";\n        } else {\n          content.style.maxHeight = null;\n        }\n      });\n    });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<!-- Ethical Principles Interactive Section -->\n<section style=\"background:#f9fafb; padding:50px 20px; border-radius:12px; margin:40px 0;\">\n  <div style=\"max-width:900px; margin:0 auto;\">\n    <h2 style=\"text-align:center; font-size:clamp(26px,4vw,38px); color:#1e3a8a; margin-bottom:10px;\">\n      Ethical Principles\n    <\/h2>\n    <p style=\"text-align:center; font-size:18px; max-width:700px; margin:0 auto 30px auto; color:#374151;\">\n      Fundamental guidelines that govern all aspects of professional practice\n    <\/p>\n\n    <!-- Accordion Container -->\n    <div class=\"accordion\">\n\n      <!-- Accordion Item -->\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">Professional Competence<\/button>\n        <div class=\"accordion-content\">\n          <ul>\n            <li>Maintain the highest standards of professional practice and continuous learning<\/li>\n            <li>Practice only within the scope of your training and competence<\/li>\n            <li>Engage in ongoing professional development and education<\/li>\n            <li>Maintain current certifications and credentials<\/li>\n            <li>Seek supervision or consultation when appropriate<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- Accordion Item -->\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">Informed Consent<\/button>\n        <div class=\"accordion-content\">\n          <ul>\n            <li>Ensure clients understand the nature and limitations of energy medicine<\/li>\n            <li>Explain the methods, benefits, and potential risks of treatment<\/li>\n            <li>Obtain written consent before beginning any session<\/li>\n            <li>Respect client&#8217;s right to refuse or discontinue treatment<\/li>\n            <li>Provide clear information about fees and policies<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- Accordion Item -->\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">Client Welfare<\/button>\n        <div class=\"accordion-content\">\n          <ul>\n            <li>Always prioritize the wellbeing and safety of clients<\/li>\n            <li>Do not diagnose medical conditions or prescribe medications<\/li>\n            <li>Encourage clients to maintain regular medical care<\/li>\n            <li>Recognize when to refer clients to other healthcare professionals<\/li>\n            <li>Maintain appropriate boundaries in therapeutic relationships<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- Accordion Item -->\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">Confidentiality<\/button>\n        <div class=\"accordion-content\">\n          <ul>\n            <li>Protect client privacy and maintain strict confidentiality<\/li>\n            <li>Keep all client information strictly confidential<\/li>\n            <li>Obtain explicit consent before sharing any information<\/li>\n            <li>Secure storage of client records and information<\/li>\n            <li>Respect client privacy in all professional interactions<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- Accordion Item -->\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">Professional Boundaries<\/button>\n        <div class=\"accordion-content\">\n          <ul>\n            <li>Maintain appropriate therapeutic relationships with clients<\/li>\n            <li>Avoid dual relationships that could impair professional judgment<\/li>\n            <li>Maintain physical and emotional boundaries during sessions<\/li>\n            <li>Do not exploit the therapeutic relationship for personal gain<\/li>\n            <li>Address any boundary crossings immediately and appropriately<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- Accordion Item -->\n      <div class=\"accordion-item\">\n        <button class=\"accordion-header\">Respect and Dignity<\/button>\n        <div class=\"accordion-content\">\n          <ul>\n            <li>Treat all clients with respect, dignity, and cultural sensitivity<\/li>\n            <li>Respect cultural, religious, and personal beliefs<\/li>\n            <li>Provide services without discrimination<\/li>\n            <li>Honor individual differences and preferences<\/li>\n            <li>Create a safe and inclusive environment for all clients<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Accordion Styles -->\n<style>\n  .accordion-item {\n    margin-bottom: 12px;\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid #d1d5db;\n    background: white;\n    transition: all 0.3s ease;\n  }\n  .accordion-header {\n    background: #1e3a8a;\n    color: white;\n    padding: 14px 16px;\n    font-size: 18px;\n    font-weight: 600;\n    text-align: left;\n    border: none;\n    outline: none;\n    width: 100%;\n    cursor: pointer;\n    transition: background 0.3s;\n  }\n  .accordion-header:hover {\n    background: #1a2f7a;\n  }\n  .accordion-content {\n    max-height: 0;\n    overflow: hidden;\n    padding: 0 18px;\n    font-size: 16px;\n    background: #f9fafb;\n    transition: max-height 0.3s ease, padding 0.3s ease;\n  }\n  .accordion-content ul {\n    padding-left: 20px;\n    margin: 10px 0;\n  }\n  .accordion-content li {\n    margin-bottom: 6px;\n  }\n  .accordion-item.active .accordion-content {\n    max-height: 500px; \/* adjust if needed *\/\n    padding: 14px 18px;\n  }\n<\/style>\n\n<!-- Accordion Script -->\n<script>\n  document.querySelectorAll('.accordion-header').forEach(button => {\n    button.addEventListener('click', () => {\n      const item = button.parentElement;\n      const allItems = document.querySelectorAll('.accordion-item');\n      \n      \/\/ close others\n      allItems.forEach(i => {\n        if (i !== item) i.classList.remove('active');\n      });\n\n      \/\/ toggle clicked\n      item.classList.toggle('active');\n    });\n  });\n<\/script>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Disciplinary Procedure &#8211; EMPAM<\/title>\n<style>\n  body {\n    font-family: Arial, sans-serif;\n    margin: 0;\n    padding: 20px;\n    color: #374151;\n  }\n\n  h2 {\n    text-align: center;\n    margin-bottom: 10px;\n    color: #1e3a8a;\n  }\n\n  p {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .arrow-flow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 0;\n  }\n\n  .step {\n    position: relative;\n    background: #2563eb;\n    color: white;\n    padding: 20px;\n    width: 160px;\n    text-align: center;\n    border-radius: 8px;\n    margin: 10px;\n    font-size: 14px;\n    box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n  }\n\n  .step strong {\n    font-size: 16px;\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .step::after {\n    content: \"\u279c\";\n    position: absolute;\n    right: -25px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 28px;\n    color: #2563eb;\n  }\n\n  .step:last-child::after {\n    content: \"\";\n  }\n\n  .emoji {\n    font-size: 28px;\n    display: block;\n    margin-bottom: 5px;\n  }\n\n  .section {\n    margin-top: 30px;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n    padding: 20px;\n    border-radius: 8px;\n    border: 1px solid #e5e7eb;\n  }\n\n  .section h3 {\n    color: #1e3a8a;\n    margin-bottom: 10px;\n    text-align: center;\n  }\n\n  ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n<\/style>\n<\/head>\n<body>\n\n<h2>Disciplinary Procedure<\/h2>\n<p>How EMPAM handles complaints fairly and clearly<\/p>\n\n<div class=\"arrow-flow\">\n  <div class=\"step\">\n    <span class=\"emoji\">\ud83d\udcdd<\/span>\n    <strong>Report<\/strong>\n    Send complaint to EMPAM Ethics Committee\n  <\/div>\n  <div class=\"step\">\n    <span class=\"emoji\">\ud83d\udd0d<\/span>\n    <strong>Review<\/strong>\n    Committee checks and investigates\n  <\/div>\n  <div class=\"step\">\n    <span class=\"emoji\">\u2696\ufe0f<\/span>\n    <strong>Hearing<\/strong>\n    All sides are heard\n  <\/div>\n  <div class=\"step\">\n    <span class=\"emoji\">\u2705<\/span>\n    <strong>Resolution<\/strong>\n    Decision and action taken\n  <\/div>\n<\/div>\n\n<div class=\"section\">\n  <h3>Possible Actions<\/h3>\n  <ul style=\"text-align: center; list-style-position: inside;\">\n    <li>Warning<\/li>\n    <li>Extra training<\/li>\n    <li>Membership suspension<\/li>\n    <li>Permanent removal<\/li>\n    <li>Report to authorities<\/li>\n  <\/ul>\n<\/div>\n\n<div class=\"section\">\n  <h3>Appeal Process<\/h3>\n  <ul style=\"text-align: center; list-style-position: inside;\">\n    <li>30 days to appeal<\/li>\n    <li>Independent panel review<\/li>\n    <li>Written appeal with evidence<\/li>\n    <li>Final decision in 60 days<\/li>\n  <\/ul>\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n<div style=\"background: #e6f0fa; padding: 20px; border-radius: 10px; max-width: 500px; margin: 30px auto; font-family: Arial, sans-serif; text-align: center;\">\n  <h3 style=\"color: #0056a6; margin-bottom: 15px;\">Ethics Committee Contact<\/h3>\n  <p>For questions about ethical guidelines or to report concerns about member conduct<\/p>\n  <p style=\"font-weight: bold; margin: 10px 0;\">Email: \n    <a href=\"mailto:hello.empam@gmail.com\" style=\"color: #0056a6; text-decoration: none;\">hello.empam@gmail.com<\/a>\n  <\/p>\n  <p style=\"font-size: 14px; color: #444;\">All communications are treated with strict confidentiality and handled with utmost care.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Code of Ethics &#038; Standards Code of Ethics &amp; Standards Professional guidelines ensuring safe, ethical, and effective energy medicine practice [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":5,"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":170,"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions\/170"}],"wp:attachment":[{"href":"https:\/\/energymedicine-practitioners.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}