{"id":2,"date":"2025-04-17T07:12:17","date_gmt":"2025-04-17T07:12:17","guid":{"rendered":"http:\/\/10.10.11.39\/?page_id=2"},"modified":"2025-05-23T09:15:01","modified_gmt":"2025-05-23T09:15:01","slug":"kuldetesi-nyilatkozat","status":"publish","type":"page","link":"http:\/\/sic.medicopus.hu\/index.php\/kuldetesi-nyilatkozat\/","title":{"rendered":"K\u00fcldet\u00e9si Nyilatkozat"},"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);\">Min\u0151s\u00e9gpolitikai \u00e9s k\u00fcldet\u00e9si nyilatkozat<\/h1><\/div><div class=\"fusion-text fusion-text-1\"><p>A Somogy V\u00e1rmegyei Kaposi M\u00f3r Oktat\u00f3 K\u00f3rh\u00e1z c\u00e9lja, hogy minden beteg sz\u00e1m\u00e1ra el\u00e9rhet\u0151, biztons\u00e1gos \u00e9s magas sz\u00ednvonal\u00fa eg\u00e9szs\u00e9g\u00fcgyi ell\u00e1t\u00e1st biztos\u00edtson a legmodernebb orvosi eszk\u00f6z\u00f6kkel \u00e9s szak\u00e9rtelemmel. A betegeink \u00e9s hozz\u00e1tartoz\u00f3ik tiszteletben tart\u00e1s\u00e1val, m\u00e9lt\u00f3s\u00e1gteljes b\u00e1n\u00e1sm\u00f3ddal \u00e9s embers\u00e9ges hozz\u00e1\u00e1ll\u00e1ssal t\u00f6reksz\u00fcnk arra, hogy seg\u00edts\u00fck \u0151ket a gy\u00f3gyul\u00e1sban \u00e9s eg\u00e9szs\u00e9g\u00fck meg\u0151rz\u00e9s\u00e9ben. Elk\u00f6telezettek vagyunk az eg\u00e9szs\u00e9g\u00fcgyi szolg\u00e1ltat\u00e1sok folyamatos fejleszt\u00e9se mellett, melyet szakmai tud\u00e1sunk, innovat\u00edv szeml\u00e9let\u00fcnk \u00e9s egy\u00fctt\u00e9rz\u0151 hozz\u00e1\u00e1ll\u00e1sunk biztos\u00edt. Kiemelten fontos ter\u00fcletnek tartjuk a betegs\u00e9gek megel\u0151z\u00e9s\u00e9t, ez\u00e9rt a lakoss\u00e1ggal \u00e9s partnereinkkel egy\u00fcttm\u0171k\u00f6dve alapill\u00e9rt k\u00e9pez\u00fcnk Somogy V\u00e1rmegye prevenci\u00f3s tev\u00e9kenys\u00e9g\u00e9nek. Innovat\u00edv h\u00e1l\u00f3zatos gondolkod\u00e1ssal, egyed\u00fcl\u00e1ll\u00f3 beteg\u00fat menedzsmenttel \u00e9s interdiszciplin\u00e1ris megk\u00f6zel\u00edt\u00e9ssel fordulunk betegeinkhez. Orsz\u00e1gosan kiemelked\u0151 sz\u00ednvonal\u00fa diagnosztikai h\u00e1tt\u00e9rrel, valamint szint\u0171 s\u00fcrg\u0151ss\u00e9gi ell\u00e1t\u00e1ssal t\u00e1mogatott szakm\u00e1ink kiv\u00e9teles sz\u00ednvonal\u00fa k\u00f6rnyezetben j\u00e1rulnak hozz\u00e1 p\u00e1cienseink gy\u00f3gyul\u00e1s\u00e1hoz. Az Onkonetwork rendszer\u00e9vel t\u00e1mogatva megk\u00fcl\u00f6nb\u00f6ztetett figyelemmel v\u00e9gezz\u00fck az onkol\u00f3giai betegek ell\u00e1t\u00e1s\u00e1t.<\/p>\n<p>K\u00f3rh\u00e1zunk minden munkat\u00e1rsa elk\u00f6telezett a legmagasabb szint\u0171 betegell\u00e1t\u00e1s ir\u00e1nt, \u00e9s az eg\u00e9szs\u00e9g\u00fcgyi szolg\u00e1ltat\u00e1sok min\u0151s\u00e9g\u00e9nek folyamatos fejleszt\u00e9s\u00e9re t\u00f6rekszik.<\/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);\">Min\u0151s\u00e9gpolitik\u00e1nk sarokpontjai<\/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;\">Betegk\u00f6zpont\u00fas\u00e1g<\/h2><\/div><div class=\"fusion-text fusion-text-2\"><p>A betegeink ig\u00e9nyei, biztons\u00e1g\u00e1t \u00e9s el\u00e9gedetts\u00e9g\u00e9t minden tev\u00e9kenys\u00e9g\u00fcnk k\u00f6z\u00e9ppontj\u00e1ba \u00e1ll\u00edtjuk. Tisztelj\u00fck a betegeink jogait, \u00e9s biztos\u00edtjuk sz\u00e1mukra a teljes k\u00f6r\u0171 t\u00e1j\u00e9koztat\u00e1st minden kezel\u00e9ssel kapcsolatban.<\/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;\">Szakmai fejl\u0151d\u00e9s<\/h2><\/div><div class=\"fusion-text fusion-text-3\"><p>Orvosaink \u00e9s szakdolgoz\u00f3ink sz\u00e1m\u00e1ra biztos\u00edtjuk a folyamatos szakmai fejl\u0151d\u00e9s \u00e9s a leg\u00fajabb tudom\u00e1nyos eredm\u00e9nyek integr\u00e1l\u00e1s\u00e1nak lehet\u0151s\u00e9g\u00e9t, hogy a leg\u00fajabb m\u00f3dszereket \u00e9s elj\u00e1r\u00e1sokat alkalmazhass\u00e1k gy\u00f3gy\u00edt\u00e1si sor\u00e1n.<\/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;\">Protokoll alap\u00fa m\u0171k\u00f6d\u00e9s<\/h2><\/div><div class=\"fusion-text fusion-text-4\"><p>Nemzetk\u00f6zi \u00e9s hazai szakmai ir\u00e1nyelvek \u00e9s orsz\u00e1gosan egyed\u00fcl\u00e1ll\u00f3 helyi protokoll alkalmaz\u00e1s\u00e1val biztos\u00edtjuk a bizony\u00edt\u00e9kokon alapul\u00f3, egys\u00e9ges \u00e9s biztons\u00e1gos ell\u00e1t\u00e1st.<\/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;\">Min\u0151s\u00e9gir\u00e1ny\u00edt\u00e1s<\/h2><\/div><div class=\"fusion-text fusion-text-5\"><p>Rendszeres min\u0151s\u00e9gellen\u0151rz\u00e9seket \u00e9s \u00e9rt\u00e9kel\u00e9seket v\u00e9gz\u00fcnk annak \u00e9rdek\u00e9ben, hogy az ell\u00e1t\u00e1s minden ter\u00fclet\u00e9n megfelelj\u00fcnk a nemzetk\u00f6zi \u00e9s hazai szabv\u00e1nyoknak. C\u00e9lunk az eg\u00e9szs\u00e9g\u00fcgyi folyamatok optimaliz\u00e1l\u00e1sa \u00e9s a betegek el\u00e9gedetts\u00e9g\u00e9nek n\u00f6vel\u00e9se. Ennek \u00e9rdek\u00e9ben a k\u00f3rh\u00e1z az MSZ EN ISO 9001:2015, MSZ EN ISO 14001:2015, MSZ ISO 45001:2018 \u00e9s a MEES 2.0 alapj\u00e1n m\u0171k\u00f6d\u0151 ir\u00e1ny\u00edt\u00e1si rendszert m\u0171k\u00f6dtet \u00e9s elk\u00f6telezetts\u00e9get v\u00e1llal a folyamatos fejleszt\u00e9sre.<\/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;\">K\u00f6rnyezet \u00e9s kl\u00edmatudatoss\u00e1g<\/h2><\/div><div class=\"fusion-text fusion-text-6\"><p>Felel\u0151ss\u00e9get v\u00e1llalunk az eg\u00e9szs\u00e9ges \u00e9s fenntarthat\u00f3 k\u00f6rnyezet\u00e9rt, \u00e9s k\u00f6rnyezettudatos megold\u00e1sokat alkalmazunk az energiahat\u00e9konys\u00e1g, hullad\u00e9kgazd\u00e1lkod\u00e1s \u00e9s k\u00f6rnyezetv\u00e9delem ter\u00e9n.<\/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;\">Kommunik\u00e1ci\u00f3, konzult\u00e1ci\u00f3 \u00e9s egy\u00fcttm\u0171k\u00f6d\u00e9s<\/h2><\/div><div class=\"fusion-text fusion-text-7\"><p>Fontosnak tartjuk a ny\u00edlt \u00e9s tiszteletteljes kommunik\u00e1ci\u00f3t a betegek, hozz\u00e1tartoz\u00f3k \u00e9s munkat\u00e1rsak (munkav\u00e1llal\u00f3i k\u00e9pvisel\u0151k) k\u00f6z\u00f6tt, valamint az egy\u00fcttm\u0171k\u00f6d\u00e9st a partnereinkkel \u00e9s a k\u00f6z\u00f6ss\u00e9ggel az eg\u00e9szs\u00e9g\u00fcgyi szolg\u00e1ltat\u00e1sok fejleszt\u00e9se \u00e9rdek\u00e9ben.<\/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;\">V\u00e1rmegyei szint\u0171 koordin\u00e1ci\u00f3<\/h2><\/div><div class=\"fusion-text fusion-text-8\"><p>A min\u00e9l hat\u00e9konyabb betegutak biztos\u00edt\u00e1sa \u00e9rdek\u00e9ben folyamatosan \u00e1tgondolt egy\u00fcttm\u0171k\u00f6d\u00e9sre t\u00f6reksz\u00fcnk a v\u00e1rmegye eg\u00e9szs\u00e9g\u00fcgyi int\u00e9zm\u00e9nyeivel.<\/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;\">Dolgoz\u00f3i el\u00e9gedetts\u00e9g<\/h2><\/div><div class=\"fusion-text fusion-text-9\"><p>Kiemelt figyelmet ford\u00edtunk az int\u00e9zm\u00e9ny eg\u00e9szs\u00e9g\u00fcgyi \u00e9s eg\u00e9szs\u00e9g\u00fcgyet t\u00e1mogat\u00f3 munkav\u00e1llal\u00f3i k\u00f6z\u00f6ss\u00e9g\u00e9re, a dolgoz\u00f3k min\u00e9l jobb eg\u00e9szs\u00e9gi \u00e1llapot\u00e1nak fenntart\u00e1s\u00e1ra, \u00e9s a dolgoz\u00f3i el\u00e9gedetts\u00e9g \u00e9s eg\u00e9szs\u00e9g alapozza meg a magas sz\u00ednvonal\u00fa munkav\u00e9gz\u00e9st.<\/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-2","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages\/2","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=2"}],"version-history":[{"count":45,"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":2819,"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/2819"}],"wp:attachment":[{"href":"http:\/\/sic.medicopus.hu\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}