{"id":2616,"date":"2025-04-17T07:12:17","date_gmt":"2025-04-17T07:12:17","guid":{"rendered":"http:\/\/10.10.11.39\/?page_id=2616"},"modified":"2025-05-23T09:14:56","modified_gmt":"2025-05-23T09:14:56","slug":"mission","status":"publish","type":"page","link":"http:\/\/sic.medicopus.hu\/index.php\/en\/mission\/","title":{"rendered":"Mission Statement"},"content":{"rendered":"<p><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling toc-trigger-container\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1809.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:30px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\" data-scroll-devices=\"small-visibility,medium-visibility,large-visibility\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><i class=\"fb-icon-element-1 fb-icon-element fontawesome-icon fa-bars fas circle-yes fusion-text-flow toc-trigger\" style=\"--awb-circlebordersize:1px;--awb-font-size:28.16px;--awb-width:56.32px;--awb-height:56.32px;--awb-line-height:54.32px;--awb-margin-right:16px;\"><\/i><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1809.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 awb-sticky awb-sticky-small awb-sticky-medium awb-sticky-large fusion_builder_column_1_5 1_5 fusion-flex-column fusion-flex-align-self-flex-start\" style=\"--awb-bg-size:cover;--awb-width-large:20%;--awb-margin-top-large:30px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:30px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;--awb-sticky-offset:120px;\" data-scroll-devices=\"small-visibility,medium-visibility,large-visibility\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-widget-area awb-widget-area-element fusion-widget-area-1 fusion-content-widget-area\" style=\"--awb-title-size:18px;--awb-title-color:var(--awb-color7);--awb-padding:0px 0px 0px 0px;\"><div id=\"block-2\" class=\"widget widget_block\" style=\"border-style: solid;border-color:transparent;border-width:0px;\"><div class=\"toc-widget hidden\">\r\n\t\r\n<\/div>\r\n<script>\r\n\r\nfunction truncateWholeWords(text, maxChars) {\r\n  if (text.length <= maxChars) return text;\r\n  const words = text.split(' ');\r\n  let result = '';\r\n  for (let i = 0; i < words.length; i++) {\r\n    \/\/ If adding the next word (plus a space if not first word) would exceed limit, break\r\n    let next = result ? result + ' ' + words[i] : words[i];\r\n    if (next.length > maxChars - 3) break; \/\/ -3 for \"...\"\r\n    result = next;\r\n  }\r\n  return result.trim() + '...';\r\n}\r\n\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const yLimit = 650;\r\n  const offset = 160; \/\/ px\r\n  \/\/ ---- TRUNCATE TOC LINK TEXT ----\r\n  const maxChars = 25; \/\/ Adjust as needed  \r\n\r\n  const widgets = document.querySelectorAll(\".widget\");\r\n  if (!widgets.length) return;\r\n\r\n  const tocContainer = document.querySelector(\".toc-widget\");\r\n  if (!tocContainer) return;\r\n\r\n  if (window.scrollY > yLimit) {\r\n    \/\/ 650px alatt l\u00e1tszik\r\n    tocContainer.classList.remove(\"hidden\");\r\n    widgets.forEach((widget) => {\r\n      widget.classList.remove(\"hidden-widget\");\r\n    });\r\n  } else {\r\n    tocContainer.classList.add(\"hidden\");\r\n    widgets.forEach((widget) => {\r\n      widget.classList.add(\"hidden-widget\");\r\n    });\r\n  }\r\n\r\n  window.addEventListener(\"scroll\", () => {\r\n    if (window.scrollY > yLimit) {\r\n      \/\/ 650px alatt l\u00e1tszik\r\n      tocContainer.classList.remove(\"hidden\");\r\n      widgets.forEach((widget) => {\r\n        widget.classList.remove(\"hidden-widget\");\r\n      });\r\n    } else {\r\n      tocContainer.classList.remove(\"hidden\");\r\n      widgets.forEach((widget) => {\r\n        widget.classList.add(\"hidden-widget\");\r\n      });\r\n    }\r\n  });\r\n\r\n  \/\/ 1. Minden h1, h2 kiv\u00e1laszt\u00e1sa\r\n  const allHeadings = document.querySelectorAll(\"h1, h2\");\r\n  const excludedSelectors = [\".fusion-page-title-bar\", \".fusion-tb-footer\", \".exclude-from-toc\"];\r\n\r\n  \/\/ 2. Sz\u0171r\u00e9s: csak azok maradnak, amelyek NEM r\u00e9szei kiz\u00e1rt sz\u00fcl\u0151nek \u00c9S magukon sincs kiz\u00e1rt oszt\u00e1ly\r\n  const headings = Array.from(allHeadings).filter((heading) => {\r\n    \/\/ Ha maga az elem kiz\u00e1rt oszt\u00e1ly\u00fa\r\n    if (excludedSelectors.some((sel) => heading.matches(sel))) return false;\r\n    \/\/ Ha b\u00e1rmelyik sz\u00fcl\u0151je kiz\u00e1rt oszt\u00e1ly\u00fa\r\n    let parent = heading.parentElement;\r\n    while (parent) {\r\n      if (excludedSelectors.some((sel) => parent.matches(sel))) return false;\r\n      parent = parent.parentElement;\r\n    }\r\n    return true;\r\n  });\r\n\r\n  if (!headings.length) return;\r\n\r\n  const tocList = document.createElement(\"ul\");\r\n  tocList.className = \"toc-list\";\r\n\r\n  headings.forEach((heading) => {\r\n    if (!heading.id) {\r\n      heading.id = heading.textContent.trim().toLowerCase().replace(\/\\s+\/g, \"-\");\r\n    }\r\n\r\n    \/\/ Scroll eltol\u00e1s csak a TOC-b\u00f3l linkelt c\u00edmekre\r\n    heading.classList.add(\"toc-target\");\r\n\r\n    const li = document.createElement(\"li\");\r\n    li.className = heading.tagName === \"H1\" ? \"toc-item-h1\" : \"toc-item-h2\";\r\n\r\n    const a = document.createElement(\"a\");\r\n    a.href = `#${heading.id}`;\r\n    \/\/ TRUNCATE TOC LINK TEXT\t\r\n    const fullText = heading.textContent.trim();\r\n    a.textContent = fullText.length > maxChars ? truncateWholeWords(fullText, maxChars) : fullText;\r\n    a.title = fullText; \/\/ Tooltip with full text\r\n\r\n    a.className = \"toc-link\";\r\n\r\n    \/\/ Egy\u00e9ni ugr\u00e1s X pixellel feljebb\r\n    a.addEventListener(\"click\", function (e) {\r\n      e.preventDefault();\r\n      const top = heading.getBoundingClientRect().top + window.pageYOffset - offset;\r\n      window.scrollTo({ top, behavior: \"smooth\" });\r\n    });\r\n\r\n    li.appendChild(a);\r\n    tocList.appendChild(li);\r\n  });\r\n\r\n  tocContainer.appendChild(tocList);\r\n});\r\n\r\n<\/script>\r\n<\/div><div id=\"custom_html-2\" class=\"widget_text widget widget_custom_html\" style=\"border-style: solid;border-color:transparent;border-width:0px;\"><div class=\"textwidget custom-html-widget\"><a href=\"#\" class=\"toc-sidebar-trigger\">\r\n  <i class=\"fas fa-list-ul\"><\/i>\r\n<\/a><\/div><\/div><div class=\"fusion-additional-widget-content\"><\/div><\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_3_5 3_5 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:60%;--awb-margin-top-large:30px;--awb-spacing-right-large:3.2%;--awb-margin-bottom-large:30px;--awb-spacing-left-large:3.2%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\" data-scroll-devices=\"small-visibility,medium-visibility,large-visibility\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-one\" style=\"--awb-margin-top:30px;--awb-margin-bottom:20px;--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:none;--fontSize:80;line-height:var(--awb-typography1-line-height);\">Quality Policy and Mission Statement<\/h1><\/div><div class=\"fusion-text fusion-text-1\"><p>The goal of the Somogy County Kaposi M\u00f3r Teaching Hospital is to provide accessible, safe, and high-quality healthcare to every patient, using the most modern medical equipment and expertise. With respect for our patients and their relatives, dignified treatment, and a humane approach, we strive to assist them in recovery and in maintaining their health. We are committed to the continuous improvement of healthcare services, which we ensure through our professional knowledge, innovative mindset, and compassionate attitude. We consider disease prevention a particularly important area; therefore, in cooperation with the population and our partners, we form a cornerstone of Somogy County\u2019s preventive activities. With innovative network-based thinking, unique patient pathway management, and an interdisciplinary approach, we serve our patients. With nationally outstanding diagnostic capabilities and emergency care at the highest level, our specialties contribute to our patients\u2019 recovery in an exceptional environment. Supported by the Onkonetwork system, we provide distinguished care for oncology patients.<\/p>\n<p>All employees of our hospital are committed to the highest level of patient care and strive for the continuous improvement of healthcare service quality.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-2 fusion-sep-none fusion-title-text fusion-title-size-one\" style=\"--awb-margin-top:20px;--awb-margin-right:10px;--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h1 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:80;line-height:var(--awb-typography1-line-height);\">Cornerstones Of Our Quality Policy<\/h1><\/div><div class=\"fusion-title title fusion-title-3 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Patient-centeredness<\/h2><\/div><div class=\"fusion-text fusion-text-2\"><p>We put the needs, safety, and satisfaction of our patients at the center of all our activities. We respect patients\u2019 rights and ensure they receive comprehensive information about all aspects of their treatment.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-4 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Professional development<\/h2><\/div><div class=\"fusion-text fusion-text-3\"><p>We provide our doctors and healthcare professionals with opportunities for ongoing professional development and the integration of the latest scientific findings, so they can apply the most up-to-date methods and procedures in their work.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-5 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Protocol-based operation<\/h2><\/div><div class=\"fusion-text fusion-text-4\"><p>By applying international and national professional guidelines and unique local protocols, we ensure evidence-based, standardized, and safe care.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-6 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Quality management<\/h2><\/div><div class=\"fusion-text fusion-text-5\"><p>We conduct regular quality checks and evaluations to ensure that all areas of care meet international and national standards. Our goal is to optimize healthcare processes and increase patient satisfaction. To this end, the hospital operates a management system based on MSZ EN ISO 9001:2015, MSZ EN ISO 14001:2015, MSZ ISO 45001:2018, and MEES 2.0, and is committed to continuous improvement.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-7 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Environmental and climate awareness<\/h2><\/div><div class=\"fusion-text fusion-text-6\"><p>We take responsibility for a healthy and sustainable environment and apply environmentally conscious solutions in energy efficiency, waste management, and environmental protection.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-8 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Communication, consultation, and cooperation<\/h2><\/div><div class=\"fusion-text fusion-text-7\"><p>We consider open and respectful communication important among patients, relatives, and staff (employee representatives), as well as cooperation with our partners and the community to improve healthcare services.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-9 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">County-level coordination<\/h2><\/div><div class=\"fusion-text fusion-text-8\"><p>To ensure the most efficient patient pathways, we strive for continuously considered cooperation with all healthcare institutions in the county.<\/p>\n<\/div><div class=\"fusion-title title fusion-title-10 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-right-small:0px;--awb-margin-bottom-small:20px;--awb-margin-left-small:0px;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:46;line-height:1.25;\">Employee satisfaction<\/h2><\/div><div class=\"fusion-text fusion-text-9\"><p>We pay special attention to the community of healthcare and supporting staff in our institution, to maintaining the best possible health of our employees, and to the fact that employee satisfaction and well-being form the foundation of high-quality work.<\/p>\n<\/div><\/div><\/div><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_5 1_5 fusion-flex-column fusion-flex-align-self-flex-start\" style=\"--awb-bg-size:cover;--awb-box-shadow: 0px 0px ;;--awb-width-large:20%;--awb-margin-top-large:0px;--awb-spacing-right-large:9.6%;--awb-margin-bottom-large:30px;--awb-spacing-left-large:9.6%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\" data-scroll-devices=\"small-visibility,medium-visibility,large-visibility\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-center fusion-content-layout-column\"><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><a href=\"http:\/\/10.10.11.39\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat-724x1024.jpeg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[55a180a5c5d9bd5b445]\" data-title=\"Kuldetesi_nyilatkozat\" title=\"Kuldetesi_nyilatkozat\"><img decoding=\"async\" width=\"724\" height=\"1024\" src=\"http:\/\/sic.medicopus.hu\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat.jpeg\" data-orig-src=\"http:\/\/10.10.11.39\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat-724x1024.jpeg\" alt class=\"lazyload img-responsive wp-image-2529\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27826%27%20height%3D%271169%27%20viewBox%3D%270%200%20826%201169%27%3E%3Crect%20width%3D%27826%27%20height%3D%271169%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"http:\/\/sic.medicopus.hu\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat-200x283.jpeg 200w, http:\/\/sic.medicopus.hu\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat-400x566.jpeg 400w, http:\/\/sic.medicopus.hu\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat-600x849.jpeg 600w, http:\/\/sic.medicopus.hu\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat-800x1132.jpeg 800w, http:\/\/sic.medicopus.hu\/wp-content\/uploads\/2025\/04\/Kuldetesi_nyilatkozat.jpeg 826w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 400px\" \/><\/a><\/span><\/div><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2616","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages\/2616","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/comments?post=2616"}],"version-history":[{"count":13,"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages\/2616\/revisions"}],"predecessor-version":[{"id":2818,"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages\/2616\/revisions\/2818"}],"wp:attachment":[{"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/media?parent=2616"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}