{"id":451,"date":"2025-05-07T08:50:30","date_gmt":"2025-05-07T06:50:30","guid":{"rendered":"https:\/\/ckkmip.pl\/?page_id=451"},"modified":"2025-10-21T06:28:13","modified_gmt":"2025-10-21T04:28:13","slug":"agenda-tsr-podstawowy","status":"publish","type":"page","link":"https:\/\/ckkmip.pl\/en\/agenda-tsr-podstawowy\/","title":{"rendered":"Basic TSR Agenda"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kurs TSR I &#8211; Podstawowy<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        :root {\n            --primary-color: #46B074;\n            --primary-light: rgba(70, 176, 116, 0.1);\n            --text-dark: #333;\n            --text-light: #666;\n            --border-light: #eee;\n        }\n        \n        body {\n            color: var(--text-dark);\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }\n        \n        .header {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n        }\n        \n        .logo {\n            width: 120px;\n            margin-bottom: 20px;\n        }\n        \n        .header-title {\n            font-size: 32px;\n            margin-bottom: 10px;\n            color: var(--text-dark);\n        }\n        \n        .header-subtitle {\n            font-size: 24px;\n            color: var(--primary-color);\n            margin-bottom: 10px;\n        }\n        \n        .header-description {\n            font-size: 20px;\n            font-style: italic;\n            color: var(--text-light);\n        }\n        \n        .section {\n            margin-bottom: 40px;\n        }\n        \n        .section-title {\n            padding: 15px 20px;\n            background-color: var(--primary-color);\n            color: white;\n            border-radius: 8px;\n            font-size: 22px;\n            text-align: center;\n            margin-bottom: 25px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .schedule-grid {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .schedule-overview {\n            text-align: center;\n            margin-bottom: 25px;\n            font-size: 18px;\n        }\n        \n        .schedule-overview strong {\n            color: var(--primary-color);\n            font-size: 20px;\n        }\n        \n        .schedule-card {\n            flex: 1;\n            min-width: 220px;\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n            padding: 20px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n        \n        .schedule-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.12);\n        }\n        \n        .schedule-card h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 20px;\n        }\n        \n        .schedule-card .hours {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 5px;\n        }\n        \n        .schedule-card .label {\n            font-size: 14px;\n            color: var(--text-light);\n        }\n        \n        .module-tabs {\n            display: flex;\n            margin-bottom: 20px;\n            border-bottom: 2px solid var(--border-light);\n        }\n        \n        .module-tab {\n            padding: 12px 20px;\n            font-weight: 600;\n            cursor: pointer;\n            position: relative;\n            transition: all 0.3s ease;\n            margin-right: 5px;\n        }\n        \n        .module-tab:hover {\n            color: var(--primary-color);\n        }\n        \n        .module-tab.active {\n            color: var(--primary-color);\n        }\n        \n        .module-tab.active::after {\n            content: '';\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background-color: var(--primary-color);\n        }\n        \n        .module-content {\n            display: none;\n            animation: fadeIn 0.5s ease;\n            background: white;\n            padding: 25px;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            margin-bottom: 20px;\n        }\n        \n        .module-content.active {\n            display: block;\n        }\n        \n        .module-content h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 20px;\n            border-bottom: 1px solid var(--border-light);\n            padding-bottom: 10px;\n        }\n        \n        .module-content p {\n            margin-bottom: 12px;\n            line-height: 1.7;\n        }\n        \n        .module-content ul {\n            margin-left: 20px;\n            margin-bottom: 15px;\n        }\n        \n        .module-content li {\n            margin-bottom: 8px;\n            position: relative;\n        }\n        \n        .module-content li::marker {\n            color: var(--primary-color);\n        }\n        \n        .detailed-program {\n            margin-top: 40px;\n        }\n        \n        .detailed-toggle {\n            background-color: var(--primary-light);\n            padding: 15px 20px;\n            border-radius: 8px;\n            margin-bottom: 20px;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n        \n        .detailed-toggle:hover {\n            background-color: rgba(70, 176, 116, 0.2);\n        }\n        \n        .detailed-toggle .arrow {\n            font-size: 20px;\n            transition: transform 0.3s ease;\n        }\n        \n        .detailed-toggle.active .arrow {\n            transform: rotate(180deg);\n        }\n        \n        .detailed-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s ease;\n        }\n        \n        .detailed-content.open {\n            max-height: 2000px;\n        }\n        \n        .details-card {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            padding: 25px;\n            margin-bottom: 20px;\n        }\n        \n        .details-card h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 20px;\n            border-bottom: 1px solid var(--border-light);\n            padding-bottom: 10px;\n        }\n        \n        .details-card h4 {\n            font-size: 16px;\n            margin-bottom: 10px;\n            color: var(--text-dark);\n        }\n        \n        .details-card ul {\n            list-style-type: none;\n            margin-bottom: 15px;\n        }\n        \n        .details-card li {\n            margin-bottom: 8px;\n            padding-left: 20px;\n            position: relative;\n        }\n        \n        .details-card li:before {\n            content: \"\u2022\";\n            color: var(--primary-color);\n            position: absolute;\n            left: 0;\n        }\n        \n        .organization-details {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            padding: 25px;\n        }\n        \n        .organization-details ul {\n            list-style-type: none;\n        }\n        \n        .organization-details li {\n            padding: 12px 0;\n            border-bottom: 1px solid var(--border-light);\n            display: flex;\n            position: relative;\n            padding-left: 25px;\n        }\n        \n        .organization-details li:last-child {\n            border-bottom: none;\n        }\n        \n        .organization-details li:before {\n            content: \"\u27a4\";\n            color: var(--primary-color);\n            position: absolute;\n            left: 0;\n        }\n        \n        .contact-info {\n            text-align: center;\n            margin-top: 40px;\n            padding: 20px;\n            background-color: var(--primary-light);\n            border-radius: 10px;\n        }\n        \n        .contact-info p {\n            margin-bottom: 10px;\n        }\n        \n        .contact-info a {\n            color: var(--primary-color);\n            text-decoration: none;\n            font-weight: 600;\n        }\n        \n        .contact-info a:hover {\n            text-decoration: underline;\n        }\n        \n        .highlight {\n            color: var(--primary-color);\n            font-weight: 600;\n        }\n        \n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        \n        @media (max-width: 768px) {\n            .header-title {\n                font-size: 26px;\n            }\n            \n            .header-subtitle {\n                font-size: 20px;\n            }\n            \n            .header-description {\n                font-size: 16px;\n            }\n            \n            .section-title {\n                font-size: 18px;\n            }\n            \n            .schedule-card {\n                min-width: 100%;\n            }\n            \n            .module-tabs {\n                flex-wrap: wrap;\n            }\n            \n            .module-tab {\n                flex: 1 1 auto;\n                text-align: center;\n                padding: 10px;\n                font-size: 14px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- Header Section -->\n        <div class=\"header\">\n            <h1 class=\"header-title\">CENTRUM KSZTA\u0141CENIA KADR MEDYCZNYCH I PSYCHOTERAPII<\/h1>\n            <h2 class=\"header-subtitle\">ZAPRASZA NA KURS TSR I &#8211; online<\/h2>\n            <h3 class=\"header-description\">TERAPIA SKONCENTROWANA NA ROZWI\u0104ZANIACH \u2013 POZIOM PODSTAWOWY<\/h3>\n        <\/div>\n        \n        <!-- Harmonogram Section -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Harmonogram kursu<\/h2>\n            \n            <div class=\"schedule-overview\">\n                Razem: <strong>7 dni szkoleniowych \/ 70h<\/strong>\n            <\/div>\n            \n            <div class=\"schedule-grid\">\n                <div class=\"schedule-card\">\n                    <h3>I zjazd<\/h3>\n                    <div class=\"hours\">20h<\/div>\n                    <div class=\"label\">szkoleniowych<\/div>\n                <\/div>\n                \n                <div class=\"schedule-card\">\n                    <h3>II zjazd<\/h3>\n                    <div class=\"hours\">20h<\/div>\n                    <div class=\"label\">szkoleniowych<\/div>\n                <\/div>\n                \n                <div class=\"schedule-card\">\n                    <h3>III zjazd<\/h3>\n                    <div class=\"hours\">30h<\/div>\n                    <div class=\"label\">szkoleniowych<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Ramowy Program Section -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Ramowy program kursu<\/h2>\n            \n            <div class=\"module-tabs\">\n                <div class=\"module-tab active\" onclick=\"openModule(event, 'module1')\">Modu\u0142 I<\/div>\n                <div class=\"module-tab\" onclick=\"openModule(event, 'module2')\">Modu\u0142 II<\/div>\n                <div class=\"module-tab\" onclick=\"openModule(event, 'module3')\">Modu\u0142 III<\/div>\n            <\/div>\n            \n            <div id=\"module1\" class=\"module-content active\">\n                <h3>Modu\u0142 I<\/h3>\n                <p>Fundamenty terapii i pracy terapeuty TSR. Zasady i struktura rozm\u00f3w. Narz\u0119dzia: pytania i reakcje na standardowe sytuacje. Trening prowadzenia pierwszej sesji.<\/p>\n            <\/div>\n            \n            <div id=\"module2\" class=\"module-content\">\n                <h3>Modu\u0142 II<\/h3>\n                <p>Trening reagowania w pracy z klientem w prowadzeniu rozm\u00f3w terapeutycznych. Doskonalenie warsztatu pracy terapeuty. Trening prowadzenia kolejnych sesji.<\/p>\n            <\/div>\n            \n            <div id=\"module3\" class=\"module-content\">\n                <h3>Modu\u0142 III<\/h3>\n                <p>Trening sytuacji kluczowych i \u201eskrajnych&#8221; w prowadzeniu rozm\u00f3w terapeutycznych. Studium przypadk\u00f3w \u2013 doskonalenie warsztatu pracy terapeuty.<\/p>\n            <\/div>\n            \n            <!-- Szczeg\u00f3\u0142owy Program -->\n            <div class=\"detailed-program\">\n                <div class=\"detailed-toggle\" onclick=\"toggleDetailed()\">\n                    <span>Zobacz szczeg\u00f3\u0142owy program modu\u0142\u00f3w<\/span>\n                    <span class=\"arrow\">\u25bc<\/span>\n                <\/div>\n                \n                <div class=\"detailed-content\">\n                    <div class=\"details-card\">\n                        <h3>MODU\u0141 1. Zakres merytoryczny:<\/h3>\n                        <ul>\n                            <li>1.1. Wyzwania i problematyka skuteczno\u015bci dzia\u0142ania w zawodzie terapeuty<\/li>\n                            <li>1.2. Geneza powstania TSR: dlaczego i do czego przekonali nas tw\u00f3rcy TSR<\/li>\n                            <li>1.3. Pierwsze kluczowe praktyki i zasady pracy w TSR<\/li>\n                            <li>1.4. Relacja terapeutyczna w TSR<\/li>\n                            <li>1.5. Kiedy zaczyna i kiedy ko\u0144czy si\u0119 terapia TSR<\/li>\n                            <li>1.6. Struktura pierwszej sesji<\/li>\n                            <li>1.7. Cechy rozmowy TSR<\/li>\n                            <li>1.8. Proces i narz\u0119dzia rozmowy terapeutycznej TSR:<\/li>\n                            <li style=\"margin-left: 20px\">1.8.1. Pocz\u0105tek &#8211; rozpoczynanie rozmowy<\/li>\n                            <li style=\"margin-left: 20px\">1.8.2. Zawieranie kontraktu<\/li>\n                            <li style=\"margin-left: 20px\">1.8.3. Preferowana przysz\u0142o\u015b\u0107 klienta<\/li>\n                            <li style=\"margin-left: 20px\">1.8.4. Przyk\u0142ady sukcesu, wyj\u0105tki<\/li>\n                            <li style=\"margin-left: 20px\">1.8.5. Umiejscawianie si\u0119 na skali post\u0119pu i pewno\u015bci<\/li>\n                            <li style=\"margin-left: 20px\">1.8.6. Podsumowanie spotkania<\/li>\n                            <li style=\"margin-left: 20px\">1.8.7. Dawanie sugestii terapeutycznej<\/li>\n                            <li>1.9. Trening prowadzenia pierwszej sesji: zebranie do\u015bwiadcze\u0144 i podsumowanie<\/li>\n                            <li>1.10. Podsumowanie: TSR, a odpowiedzi na wyzwania i problematyk\u0119 dzia\u0142ania w rozmowach terapeutycznych<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"details-card\">\n                        <h3>MODU\u0141 2. Zakres merytoryczny:<\/h3>\n                        <ul>\n                            <li>2.1 Przypomnienie zasad pracy w TSR i prowadzenia 1 sesji &#8211; przyk\u0142ad<\/li>\n                            <li>2.2 Kluczowe praktyki w rozmowach TSR &#8211; trening wzmacniaj\u0105cy i utrwalaj\u0105cy techniki i reakcje terapeuty:<\/li>\n                            <li style=\"margin-left: 20px\">2.2.1. Rozmowa wolna od problem\u00f3w, pytanie o nadzieje, pytanie o cud, opis preferowanej przysz\u0142o\u015bci, poszukiwanie wyj\u0105tk\u00f3w<\/li>\n                            <li style=\"margin-left: 20px\">2.2.2. M\u00f3wienie po kolei, frazowanie i parafrazowanie<\/li>\n                            <li style=\"margin-left: 20px\">2.2.3. Wyb\u00f3r nast\u0119pnego pytania &#8211; pytanie o jutro, poszerzanie i uszczeg\u00f3\u0142awianie<\/li>\n                            <li style=\"margin-left: 20px\">2.2.4. Okazywanie aprobaty i przysz\u0142e mo\u017cliwo\u015bci<\/li>\n                            <li style=\"margin-left: 20px\">2.2.5. Komplementowanie, konstruktywne wys\u0142uchanie historii, tworzenie listy<\/li>\n                            <li style=\"margin-left: 20px\">2.2.6. Okazywanie uznania i docenianie<\/li>\n                            <li style=\"margin-left: 20px\">2.2.7. Wprowadzanie perspektywy innych os\u00f3b<\/li>\n                            <li style=\"margin-left: 20px\">2.2.8. Ustalanie miejsca na skali<\/li>\n                            <li style=\"margin-left: 20px\">2.2.9. Ustalanie kolejnego kroku vs. oznak zmian<\/li>\n                            <li style=\"margin-left: 20px\">2.2.10. Dawanie sugestii terapeutycznej<\/li>\n                            <li>2.3 Prowadzenie kolejnych sesji:<\/li>\n                            <li style=\"margin-left: 20px\">2.3.1. Pytania o post\u0119py<\/li>\n                            <li style=\"margin-left: 20px\">2.3.2. Wydobywanie osi\u0105gni\u0119tych post\u0119p\u00f3w<\/li>\n                            <li style=\"margin-left: 20px\">2.3.3. Pytania o strategie i to\u017csamo\u015b\u0107<\/li>\n                            <li style=\"margin-left: 20px\">2.3.4. Gdy klient m\u00f3wi, \u017ce jest tak samo<\/li>\n                            <li style=\"margin-left: 20px\">2.3.5. Gdy klient m\u00f3wi, \u017ce jest gorzej<\/li>\n                            <li style=\"margin-left: 20px\">2.3.6. Podtrzymywanie post\u0119p\u00f3w<\/li>\n                            <li style=\"margin-left: 20px\">2.3.7. Co je\u015bli post\u0119p\u00f3w nie ma<\/li>\n                            <li style=\"margin-left: 20px\">2.3.8. Ko\u0144czenie terapii<\/li>\n                            <li>2.4 Trening prowadzenia kolejnych sesji: zebranie do\u015bwiadcze\u0144 i podsumowanie.<\/li>\n                        <\/ul>\n                    <\/div>\n                    \n                    <div class=\"details-card\">\n                        <h3>MODU\u0141 3. Zakres merytoryczny:<\/h3>\n                        <ul>\n                            <li>3.1 Przypomnienie zasad pracy w TSR i prowadzenia 1 i 2 sesji &#8211; przyk\u0142ad<\/li>\n                            <li>3.2 Kluczowe praktyki i sytuacje \u201eskrajne&#8221; w rozmowach TSR &#8211; trening wzmacniaj\u0105cy i utrwalaj\u0105cy techniki i reakcje terapeuty:<\/li>\n                            <li style=\"margin-left: 20px\">3.2.1 Nierealistyczne nadzieje<\/li>\n                            <li style=\"margin-left: 20px\">3.2.2 Praca z wieloma celami<\/li>\n                            <li style=\"margin-left: 20px\">3.2.3. Klient m\u00f3wi \u201enie wiem&#8221;<\/li>\n                            <li style=\"margin-left: 20px\">3.2.4. Gdy sytuacja tworzy zagro\u017cenie<\/li>\n                            <li style=\"margin-left: 20px\">3.2.5. Klient Go\u015b\u0107<\/li>\n                            <li style=\"margin-left: 20px\">3.2.6. Klient Narzekaj\u0105cy<\/li>\n                            <li style=\"margin-left: 20px\">3.2.7. Gdy nie mo\u017cna dostrzec \u017cadnych wyj\u0105tk\u00f3w<\/li>\n                            <li style=\"margin-left: 20px\">3.2.8. Gdy nic si\u0119 nie zmieni\u0142o<\/li>\n                            <li style=\"margin-left: 20px\">3.3.9. Pytania o radzenie sobie, gdy jest ci\u0119\u017cko<\/li>\n                            <li>3.3 Umiej\u0119tno\u015bci terapeuty, a wyzwania metodologii TSR<\/li>\n                            <li>3.4 Trening spotka\u0144 &#8211; pierwszych i kolejnych sesji &#8211; studium przypadku<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Szczeg\u00f3\u0142y Organizacyjne Section -->\n        <div class=\"section\">\n            <h2 class=\"section-title\">Szczeg\u00f3\u0142y Organizacyjne<\/h2>\n            \n            <div class=\"organization-details\">\n                <ul>\n                    <li>Szkolenie prowadzone b\u0119dzie on-line za pomoc\u0105 aplikacji ZOOM.<\/li>\n                    <li>Zg\u0142oszenia na szkolenie przyjmujemy mailowo na adres: <span class=\"highlight\">szkolenia@CKKMIP.PL<\/span><\/li>\n                    <li>Link do uczestnictwa w szkoleniu zostanie wys\u0142any w aplikacji WhatsApp na numer telefonu podany w zg\u0142oszeniu.<\/li>\n                    <li>Warunkiem uko\u0144czenia szkolenia jest obecno\u015b\u0107 podczas wszystkich dni szkoleniowych (dopuszczalna jest nieobecno\u015b\u0107 na poziomie 10h dydaktycznych, kt\u00f3re nale\u017cy odrobi\u0107 w nast\u0119pnej edycji szkolenia).<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <!-- Contact Section -->\n        <div class=\"contact-info\">\n            <p>CENTRUM KSZTA\u0141CENIA KADR MEDYCZNYCH I PSYCHOTERAPII<\/p>\n            <p>ul. Wise\u0142ki 57 | 04-830 Warszawa<\/p>\n            <p>NIP: 9522273196 | e-mail: <a href=\"mailto:ckkmip@ckkmip.pl\">ckkmip@ckkmip.pl<\/a><\/p>\n            <p>tel. +48 22 350 77 77 | WhatsApp: +48 883 365 120 | <a href=\"https:\/\/www.ckkmip.pl\" target=\"_blank\">www.ckkmip.pl<\/a><\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        function openModule(evt, moduleName) {\n            \/\/ Hide all module content\n            var moduleContents = document.getElementsByClassName(\"module-content\");\n            for (var i = 0; i < moduleContents.length; i++) {\n                moduleContents[i].classList.remove(\"active\");\n            }\n            \n            \/\/ Remove active class from all tab buttons\n            var moduleTabs = document.getElementsByClassName(\"module-tab\");\n            for (var i = 0; i < moduleTabs.length; i++) {\n                moduleTabs[i].classList.remove(\"active\");\n            }\n            \n            \/\/ Show the specific module content\n            document.getElementById(moduleName).classList.add(\"active\");\n            \n            \/\/ Add active class to the button that opened the tab\n            evt.currentTarget.classList.add(\"active\");\n        }\n        \n        function toggleDetailed() {\n            var toggle = document.querySelector('.detailed-toggle');\n            var content = document.querySelector('.detailed-content');\n            \n            toggle.classList.toggle('active');\n            \n            if (content.classList.contains('open')) {\n                content.classList.remove('open');\n            } else {\n                content.classList.add('open');\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kurs TSR I &#8211; Podstawowy CENTRUM KSZTA\u0141CENIA KADR MEDYCZNYCH I PSYCHOTERAPII ZAPRASZA NA KURS TSR I &#8211; online TERAPIA SKONCENTROWANA NA ROZWI\u0104ZANIACH \u2013 POZIOM PODSTAWOWY Harmonogram kursu Razem: 7 dni szkoleniowych \/ 70h I zjazd 20h szkoleniowych II zjazd 20h szkoleniowych III zjazd 30h szkoleniowych Ramowy program kursu Modu\u0142 I Modu\u0142 II Modu\u0142 III Modu\u0142 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"footnotes":""},"class_list":["post-451","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Agenda TSR Podstawowy - CKKMIP<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ckkmip.pl\/en\/agenda-tsr-podstawowy\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Agenda TSR Podstawowy - CKKMIP\" \/>\n<meta property=\"og:description\" content=\"Kurs TSR I &#8211; Podstawowy CENTRUM KSZTA\u0141CENIA KADR MEDYCZNYCH I PSYCHOTERAPII ZAPRASZA NA KURS TSR I &#8211; online TERAPIA SKONCENTROWANA NA ROZWI\u0104ZANIACH \u2013 POZIOM PODSTAWOWY Harmonogram kursu Razem: 7 dni szkoleniowych \/ 70h I zjazd 20h szkoleniowych II zjazd 20h szkoleniowych III zjazd 30h szkoleniowych Ramowy program kursu Modu\u0142 I Modu\u0142 II Modu\u0142 III Modu\u0142 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ckkmip.pl\/en\/agenda-tsr-podstawowy\/\" \/>\n<meta property=\"og:site_name\" content=\"CKKMIP\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-21T04:28:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/\",\"url\":\"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/\",\"name\":\"Agenda TSR Podstawowy - CKKMIP\",\"isPartOf\":{\"@id\":\"https:\/\/ckkmip.pl\/#website\"},\"datePublished\":\"2025-05-07T06:50:30+00:00\",\"dateModified\":\"2025-10-21T04:28:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\/\/ckkmip.pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Agenda TSR Podstawowy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ckkmip.pl\/#website\",\"url\":\"https:\/\/ckkmip.pl\/\",\"name\":\"CKKMIP\",\"description\":\"Szkolenia TSR\",\"publisher\":{\"@id\":\"https:\/\/ckkmip.pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ckkmip.pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ckkmip.pl\/#organization\",\"name\":\"CKKMIP\",\"url\":\"https:\/\/ckkmip.pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/ckkmip.pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ckkmip.pl\/wp-content\/uploads\/2024\/01\/296100640_579807133669653_3195914079451505221_n.jpg\",\"contentUrl\":\"https:\/\/ckkmip.pl\/wp-content\/uploads\/2024\/01\/296100640_579807133669653_3195914079451505221_n.jpg\",\"width\":1300,\"height\":1560,\"caption\":\"CKKMIP\"},\"image\":{\"@id\":\"https:\/\/ckkmip.pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Agenda TSR Podstawowy - CKKMIP","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ckkmip.pl\/en\/agenda-tsr-podstawowy\/","og_locale":"en_GB","og_type":"article","og_title":"Agenda TSR Podstawowy - CKKMIP","og_description":"Kurs TSR I &#8211; Podstawowy CENTRUM KSZTA\u0141CENIA KADR MEDYCZNYCH I PSYCHOTERAPII ZAPRASZA NA KURS TSR I &#8211; online TERAPIA SKONCENTROWANA NA ROZWI\u0104ZANIACH \u2013 POZIOM PODSTAWOWY Harmonogram kursu Razem: 7 dni szkoleniowych \/ 70h I zjazd 20h szkoleniowych II zjazd 20h szkoleniowych III zjazd 30h szkoleniowych Ramowy program kursu Modu\u0142 I Modu\u0142 II Modu\u0142 III Modu\u0142 [&hellip;]","og_url":"https:\/\/ckkmip.pl\/en\/agenda-tsr-podstawowy\/","og_site_name":"CKKMIP","article_modified_time":"2025-10-21T04:28:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/","url":"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/","name":"Agenda TSR Podstawowy - CKKMIP","isPartOf":{"@id":"https:\/\/ckkmip.pl\/#website"},"datePublished":"2025-05-07T06:50:30+00:00","dateModified":"2025-10-21T04:28:13+00:00","breadcrumb":{"@id":"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ckkmip.pl\/agenda-tsr-podstawowy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/ckkmip.pl\/"},{"@type":"ListItem","position":2,"name":"Agenda TSR Podstawowy"}]},{"@type":"WebSite","@id":"https:\/\/ckkmip.pl\/#website","url":"https:\/\/ckkmip.pl\/","name":"CKKMIP","description":"TSR trainings","publisher":{"@id":"https:\/\/ckkmip.pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ckkmip.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/ckkmip.pl\/#organization","name":"CKKMIP","url":"https:\/\/ckkmip.pl\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/ckkmip.pl\/#\/schema\/logo\/image\/","url":"https:\/\/ckkmip.pl\/wp-content\/uploads\/2024\/01\/296100640_579807133669653_3195914079451505221_n.jpg","contentUrl":"https:\/\/ckkmip.pl\/wp-content\/uploads\/2024\/01\/296100640_579807133669653_3195914079451505221_n.jpg","width":1300,"height":1560,"caption":"CKKMIP"},"image":{"@id":"https:\/\/ckkmip.pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/pages\/451","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/comments?post=451"}],"version-history":[{"count":2,"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/pages\/451\/revisions"}],"predecessor-version":[{"id":624,"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/pages\/451\/revisions\/624"}],"wp:attachment":[{"href":"https:\/\/ckkmip.pl\/en\/wp-json\/wp\/v2\/media?parent=451"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}