{"id":1855,"date":"2026-06-02T18:09:33","date_gmt":"2026-06-02T16:09:33","guid":{"rendered":"https:\/\/medudoc.com\/?page_id=1855"},"modified":"2026-06-02T18:29:58","modified_gmt":"2026-06-02T16:29:58","slug":"digital-praeoperative-workflow","status":"publish","type":"page","link":"https:\/\/medudoc.com\/en\/digital-praeoperative-workflow\/","title":{"rendered":"Digital preoperative workflow"},"content":{"rendered":"\n<style>\n.pp-page {\n  --pp-red: #d73238;\n  --pp-red-dark: #882224;\n  --pp-red-light: #f5efef;\n  --pp-cream: #fffafa;\n  --pp-cream-soft: #fef5f0;\n  --pp-text: #2d2c30;\n  --pp-text-soft: #5c5b60;\n  --pp-text-muted: #8a8a8e;\n  --pp-border: #e8e6e3;\n  --pp-peach: #f2c8a0;\n  --pp-white: #ffffff;\n\n  \/* \u2500\u2500 IMAGE PLACEHOLDERS \u2500\u2500\n     Default URL for all placeholders; overridable per image via --img-* variables.\n     Lorenz \/ Martin: When finalising, simply override the respective CSS variable\n     in the style block below \u2014 NO editing of individual sections needed. *\/\n  --img-default: url('https:\/\/medudoc.com\/wp-content\/uploads\/2025\/11\/startseite_kollage.png');\n\n  --img-hero: url('https:\/\/medudoc.com\/wp-content\/uploads\/2025\/11\/header-digitalisierung-klink.jpg');\n  --img-problem: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/06\/papier-basierter-prozess-medium.jpg');\n  --img-stats: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/06\/sign-tablett-medium.jpg');\n  --img-personalisierung: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/06\/alte-frau-tablett-medium.jpg');\n  --img-faq: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/a-focused-male-medical-professional-uses-a.jpeg');\n  --img-cta: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/a-professional-medical-practitioner-holding-a-tablet.jpeg');\n\n  \/* Fachbereiche *\/\n  --img-fb-anaesthesiologie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/Anaesthesiologie_Allgemeinanaesthesie_medudoc_SN644A_V1_me.jpg');\n  --img-fb-chirurgie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2025\/11\/allgemeinchirugie.webp');\n  --img-fb-orthopaedie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/Orthopaedie_Hueftarthroskopie_SN606_V1_JL.png');\n  --img-fb-ophthalmologie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/Medudoc_Ophtalmologie_sn605A_V1_me.jpg');\n  --img-fb-gynaekologie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/Gynaekologie_IUP_medudoc_SN510D_V1_me.jpg');\n  --img-fb-urologie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2026\/03\/Urologie_Brachytherapie-Prostatakarzinom_medudoc_SN505_V1_me.jpg');\n  --img-fb-hno: url('https:\/\/medudoc.com\/wp-content\/uploads\/2025\/11\/hno.jpg');\n  --img-fb-gefaesschirurgie: url('https:\/\/medudoc.com\/wp-content\/uploads\/2025\/11\/aestetische-medizin.jpg');\n\n  color: var(--pp-text);\n  line-height: 1.65;\n}\n\n.pp-page * { box-sizing: border-box; }\n\n.pp-container { max-width: 1290px; margin: 0 auto; padding: 0 32px; }\n\n.pp-page h1, .pp-page h2, .pp-page h3, .pp-page h4 {\n  color: var(--pp-text);\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n\n.pp-page p { margin: 0 0 1rem; color: var(--pp-text-soft); }\n.pp-page p:last-child { margin-bottom: 0; }\n.pp-page strong { color: var(--pp-text); font-weight: 700; }\n.pp-page a { color: var(--pp-red); text-decoration: none; }\n.pp-page a:hover { text-decoration: underline; }\n\n\/* \u2500\u2500 PILL BUTTON \u2014 Increased specificity and !important for text colour,\n   so Kadence theme defaults don't override button styling \u2500\u2500 *\/\n.pp-page a.pp-btn,\n.pp-page button.pp-btn,\n.pp-btn {\n  display: inline-flex; align-items: center; gap: 0.5rem;\n  padding: 14px 28px; border-radius: 999px;\n  font-size: 16px; font-weight: 700; letter-spacing: 0.01em;\n  text-decoration: none !important;\n  transition: all 0.2s ease;\n  border: none; cursor: pointer;\n  line-height: 1.2;\n}\n.pp-page a.pp-btn:hover,\n.pp-page button.pp-btn:hover,\n.pp-btn:hover { text-decoration: none !important; }\n\n.pp-page a.pp-btn-primary,\n.pp-btn-primary { background: var(--pp-red) !important; color: #ffffff !important; }\n.pp-page a.pp-btn-primary:hover,\n.pp-btn-primary:hover { background: var(--pp-red-dark) !important; color: #ffffff !important; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(215,50,56,0.25); }\n\n.pp-page a.pp-btn-secondary,\n.pp-btn-secondary { background: #ffffff !important; color: var(--pp-red) !important; }\n.pp-page a.pp-btn-secondary:hover,\n.pp-btn-secondary:hover { background: var(--pp-cream) !important; color: var(--pp-red) !important; }\n.pp-btn-arrow::after { content: '\u2192'; font-weight: 400; }\n\n\/* ============================================================\n   HERO \u2014 light, soft gradient as on the homepage\n   ============================================================ *\/\n.pp-hero {\n  background: linear-gradient(135deg, #fef5f0 0%, #f5e8e0 35%, #e8d5e0 70%, #d5d8e8 100%);\n  padding: 100px 0 140px;\n  position: relative;\n  overflow: hidden;\n}\n.pp-hero::before {\n  content: '';\n  position: absolute; top: 80px; right: 12%;\n  width: 100px; height: 100px;\n  background-image: radial-gradient(var(--pp-red) 1.5px, transparent 1.5px);\n  background-size: 14px 14px;\n  opacity: 0.4;\n  pointer-events: none;\n}\n.pp-hero-grid {\n  display: grid; grid-template-columns: 1.1fr 0.9fr;\n  gap: 60px; align-items: center;\n  position: relative; z-index: 1;\n}\n.pp-hero-tag {\n  display: inline-block;\n  font-size: 13px; font-weight: 700; letter-spacing: 0.12em;\n  text-transform: uppercase; color: var(--pp-red);\n  margin-bottom: 1.5rem;\n}\n.pp-hero h1 {\n  font-size: clamp(36px, 5vw, 56px);\n  font-weight: 900; line-height: 1.1;\n  margin-bottom: 1.5rem;\n}\n.pp-hero-lead {\n  font-size: 19px; line-height: 1.6;\n  color: var(--pp-text); margin-bottom: 2rem;\n  max-width: 560px;\n}\n.pp-hero-lead strong { font-weight: 700; }\n.pp-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }\n.pp-hero-visual {\n  position: relative; min-height: 400px;\n  display: flex; align-items: center; justify-content: center;\n}\n.pp-hero-img {\n  width: 100%; max-width: 480px; aspect-ratio: 4\/3;\n  border-radius: 24px;\n  background-color: var(--pp-cream-soft);\n  background-image: var(--img-hero);\n  background-size: cover;\n  background-position: center;\n  border: 1px solid var(--pp-border);\n  position: relative; z-index: 2;\n  box-shadow: 0 20px 60px rgba(45,44,48,0.08);\n}\n.pp-hero-img::before {\n  content: '';\n  position: absolute; top: -30px; left: -30px;\n  width: 80px; height: 80px;\n  background-image: radial-gradient(var(--pp-red) 1.5px, transparent 1.5px);\n  background-size: 12px 12px;\n  opacity: 0.5;\n}\n\n\/* ============================================================\n   SECTIONS\n   ============================================================ *\/\n.pp-section { padding: 90px 0; }\n.pp-section-cream { background: var(--pp-cream); }\n.pp-section-white { background: var(--pp-white); }\n.pp-section-soft {\n  background: linear-gradient(180deg, var(--pp-cream) 0%, var(--pp-cream-soft) 100%);\n}\n.pp-section-gradient {\n  background: linear-gradient(135deg, #fef5f0 0%, #f5e0e8 50%, #e0d8e8 100%);\n  position: relative;\n}\n\n.pp-section-head { max-width: 850px; margin: 0 auto 60px; text-align: center; }\n.pp-section-head.left { margin-left: 0; text-align: left; }\n.pp-section-tag {\n  display: inline-block;\n  font-size: 13px; font-weight: 700; letter-spacing: 0.12em;\n  text-transform: uppercase; color: var(--pp-red);\n  margin-bottom: 1rem;\n}\n.pp-section h2 {\n  font-size: clamp(28px, 3.5vw, 40px);\n  font-weight: 800; line-height: 1.2;\n  margin-bottom: 1rem;\n}\n.pp-section-lead { font-size: 18px; color: var(--pp-text-soft); }\n\n\/* ============================================================\n   PROBLEM SECTION\n   ============================================================ *\/\n.pp-problem-grid {\n  display: grid; grid-template-columns: 1.2fr 1fr;\n  gap: 60px; align-items: start;\n}\n.pp-problem h2 { font-size: 32px; font-weight: 800; }\n.pp-problem-list { list-style: none; padding: 0; margin: 1.5rem 0; }\n.pp-problem-list li {\n  padding-left: 28px; position: relative;\n  margin-bottom: 12px; color: var(--pp-text-soft);\n}\n.pp-problem-list li::before {\n  content: '\u2022'; position: absolute; left: 8px; top: 0;\n  color: var(--pp-red); font-weight: 700; font-size: 20px; line-height: 1;\n}\n.pp-problem-img-wrap {\n  position: relative; display: flex; justify-content: center;\n}\n.pp-problem-img {\n  width: 100%; max-width: 420px; aspect-ratio: 3\/4;\n  border-radius: 24px;\n  background-color: #f5e8e0;\n  background-image: var(--img-problem);\n  background-size: cover;\n  background-position: center;\n  box-shadow: 0 20px 60px rgba(45,44,48,0.1);\n}\n\n\/* three problem pillars *\/\n.pp-problem-pillars {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 30px; margin-top: 40px;\n}\n.pp-pillar h3 {\n  font-size: 20px; font-weight: 900;\n  text-transform: uppercase; letter-spacing: 0.05em;\n  margin-bottom: 0.5rem;\n}\n.pp-pillar p {\n  color: var(--pp-red); font-size: 15px;\n  font-weight: 500;\n}\n\n\/* ============================================================\n   WORKFLOW STEPS \u2014 numbered with line\n   ============================================================ *\/\n.pp-steps {\n  display: grid; gap: 0; max-width: 980px; margin: 0 auto;\n  position: relative;\n}\n.pp-step {\n  display: grid; grid-template-columns: 80px 1fr;\n  gap: 32px; padding: 36px 0;\n  border-bottom: 1px solid var(--pp-border);\n}\n.pp-step:last-child { border-bottom: none; }\n.pp-step-num {\n  width: 56px; height: 56px; border-radius: 50%;\n  background: var(--pp-red); color: #fff;\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 900; font-size: 22px;\n  flex-shrink: 0;\n  box-shadow: 0 8px 24px rgba(215,50,56,0.25);\n}\n.pp-step-tag {\n  display: inline-block;\n  font-size: 12px; font-weight: 700; letter-spacing: 0.1em;\n  text-transform: uppercase; color: var(--pp-red);\n  margin-bottom: 0.5rem;\n}\n.pp-step h3 {\n  font-size: 22px; font-weight: 800; margin-bottom: 0.75rem;\n}\n.pp-step p {\n  font-size: 16px; line-height: 1.7;\n}\n\n\/* ============================================================\n   ANAESTHESIA FOCUS \u2014 light gradient with accents\n   ============================================================ *\/\n.pp-ana { position: relative; }\n.pp-ana::before {\n  content: '';\n  position: absolute; top: 60px; right: 8%;\n  width: 90px; height: 90px;\n  background-image: radial-gradient(var(--pp-red) 1.5px, transparent 1.5px);\n  background-size: 14px 14px;\n  opacity: 0.35;\n  pointer-events: none;\n}\n.pp-ana-grid {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 20px; margin: 50px 0;\n}\n.pp-ana-card {\n  background: #fff;\n  border-radius: 16px; padding: 28px 24px;\n  box-shadow: 0 10px 30px rgba(45,44,48,0.06);\n  border: 1px solid var(--pp-border);\n}\n.pp-ana-check {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: var(--pp-red-light); color: var(--pp-red);\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 900; font-size: 18px;\n  margin-bottom: 14px;\n}\n.pp-ana-card h4 {\n  font-size: 16px; font-weight: 800;\n  margin-bottom: 6px;\n}\n.pp-ana-card p {\n  font-size: 14px; color: var(--pp-text-soft);\n  margin: 0;\n}\n\n.pp-ana-goal {\n  background: #fff;\n  border-radius: 24px; padding: 48px;\n  box-shadow: 0 20px 60px rgba(45,44,48,0.08);\n  margin-top: 40px;\n  display: grid; grid-template-columns: 1.2fr 1fr;\n  gap: 40px; align-items: center;\n}\n.pp-ana-goal h3 {\n  font-size: 24px; font-weight: 800;\n  color: var(--pp-red); margin-bottom: 1rem;\n}\n.pp-ana-goal-list { list-style: none; padding: 0; margin: 1rem 0; }\n.pp-ana-goal-list li {\n  padding-left: 24px; position: relative;\n  margin-bottom: 10px; color: var(--pp-text-soft);\n}\n.pp-ana-goal-list li::before {\n  content: '\u2713'; position: absolute; left: 0; top: 0;\n  color: var(--pp-red); font-weight: 700;\n}\n\n.pp-study-stack { display: flex; flex-direction: column; gap: 16px; }\n.pp-study-box {\n  background: var(--pp-cream-soft);\n  border-left: 4px solid var(--pp-red);\n  border-radius: 0 12px 12px 0;\n  padding: 20px 24px;\n}\n.pp-study-stat {\n  font-size: 36px; font-weight: 900;\n  color: var(--pp-red); line-height: 1;\n}\n.pp-study-box p {\n  font-size: 14px; margin: 6px 0 4px;\n  color: var(--pp-text);\n}\n.pp-study-box small {\n  font-size: 12px; color: var(--pp-text-muted);\n  display: block; line-height: 1.4;\n}\n\n\/* ============================================================\n   FIGURES & EVIDENCE \u2014 as on the homepage\n   ============================================================ *\/\n.pp-stats-hero {\n  display: grid; grid-template-columns: 1.2fr 1fr;\n  gap: 60px; align-items: center;\n}\n.pp-stats-img {\n  width: 100%; max-width: 460px; aspect-ratio: 1\/1;\n  border-radius: 24px;\n  background-color: #f5e8e0;\n  background-image: var(--img-stats);\n  background-size: cover;\n  background-position: center;\n  box-shadow: 0 20px 60px rgba(45,44,48,0.08);\n  position: relative;\n}\n.pp-stats-img::before {\n  content: '';\n  position: absolute; bottom: -20px; left: -20px;\n  width: 70px; height: 70px;\n  background-image: radial-gradient(var(--pp-red) 1.5px, transparent 1.5px);\n  background-size: 12px 12px;\n  opacity: 0.5;\n}\n.pp-bignums {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 32px; margin: 30px 0;\n}\n.pp-bignum {\n  font-size: 56px; font-weight: 900;\n  color: var(--pp-text); line-height: 1;\n  margin-bottom: 6px;\n}\n.pp-bignum-label {\n  font-size: 14px; font-weight: 700; letter-spacing: 0.08em;\n  text-transform: uppercase; color: var(--pp-red);\n  border-bottom: 2px solid var(--pp-red);\n  padding-bottom: 8px; display: inline-block;\n}\n.pp-bignum-note {\n  font-size: 13px; color: var(--pp-text-muted);\n  margin-top: 10px; line-height: 1.5;\n}\n\n\/* Statistics grid for the detail box *\/\n.pp-stat-cards {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 20px; margin-top: 50px;\n}\n.pp-stat-card {\n  background: #fff;\n  border: 1px solid var(--pp-border);\n  border-radius: 16px; padding: 28px;\n  transition: all 0.2s;\n}\n.pp-stat-card:hover {\n  border-color: var(--pp-red);\n  transform: translateY(-4px);\n  box-shadow: 0 12px 30px rgba(215,50,56,0.1);\n}\n.pp-stat-num {\n  font-size: 38px; font-weight: 900;\n  color: var(--pp-red); line-height: 1;\n  margin-bottom: 12px;\n}\n.pp-stat-label {\n  font-size: 15px; font-weight: 700;\n  color: var(--pp-text); margin-bottom: 8px;\n}\n.pp-stat-source {\n  font-size: 12px; color: var(--pp-text-muted);\n  line-height: 1.5;\n}\n\n\/* ============================================================\n   PERSONALISATION \u2014 image + text 50\/50\n   ============================================================ *\/\n.pp-pers-grid {\n  display: grid; grid-template-columns: 1fr 1.1fr;\n  gap: 60px; align-items: center;\n}\n.pp-pers-img-wrap {\n  position: relative; display: flex; justify-content: center;\n}\n.pp-pers-img {\n  width: 100%; max-width: 460px; aspect-ratio: 4\/5;\n  border-radius: 24px;\n  background-color: #e8e0d5;\n  background-image: var(--img-personalisierung);\n  background-size: cover;\n  background-position: center;\n  box-shadow: 0 20px 60px rgba(45,44,48,0.08);\n  position: relative;\n}\n.pp-pers-img::after {\n  content: '';\n  position: absolute; top: -25px; right: -25px;\n  width: 80px; height: 80px;\n  background-image: radial-gradient(var(--pp-red) 1.5px, transparent 1.5px);\n  background-size: 14px 14px;\n  opacity: 0.4;\n}\n.pp-pers-checks { list-style: none; padding: 0; margin: 1.5rem 0; }\n.pp-pers-checks li {\n  padding-left: 32px; position: relative;\n  margin-bottom: 14px; color: var(--pp-text-soft);\n  font-size: 16px;\n}\n.pp-pers-checks li::before {\n  content: '\u2713';\n  position: absolute; left: 0; top: 2px;\n  width: 22px; height: 22px; border-radius: 50%;\n  background: var(--pp-red); color: #fff;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 13px; font-weight: 700;\n}\n\n\/* ============================================================\n   SPECIALTIES \u2014 grid as on video page\n   ============================================================ *\/\n.pp-fb-grid {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 16px; margin-top: 40px;\n}\n.pp-fb-card {\n  background: var(--pp-cream-soft);\n  border-radius: 16px; overflow: hidden;\n  transition: transform 0.2s;\n}\n.pp-fb-card:hover { transform: translateY(-4px); }\n.pp-fb-img {\n  width: 100%; aspect-ratio: 16\/9;\n  background-color: #d5e0e8;\n  background-image: var(--img-default);\n  background-size: cover;\n  background-position: center;\n}\n\/* Individual image variable per specialty *\/\n.pp-fb-img--anaesthesiologie { background-image: var(--img-fb-anaesthesiologie); }\n.pp-fb-img--chirurgie         { background-image: var(--img-fb-chirurgie); }\n.pp-fb-img--orthopaedie       { background-image: var(--img-fb-orthopaedie); }\n.pp-fb-img--ophthalmologie    { background-image: var(--img-fb-ophthalmologie); }\n.pp-fb-img--gynaekologie      { background-image: var(--img-fb-gynaekologie); }\n.pp-fb-img--urologie          { background-image: var(--img-fb-urologie); }\n.pp-fb-img--hno               { background-image: var(--img-fb-hno); }\n.pp-fb-img--gefaesschirurgie  { background-image: var(--img-fb-gefaesschirurgie); }\n.pp-fb-body { padding: 20px; }\n.pp-fb-card h4 {\n  font-size: 17px; font-weight: 800;\n  margin-bottom: 8px;\n}\n.pp-fb-card p {\n  font-size: 14px; line-height: 1.5;\n  color: var(--pp-text-soft); margin: 0;\n}\n.pp-fb-badge {\n  display: inline-block;\n  font-size: 10px; font-weight: 800; letter-spacing: 0.08em;\n  text-transform: uppercase;\n  background: var(--pp-red); color: #fff;\n  padding: 3px 8px; border-radius: 4px;\n  margin-bottom: 8px;\n}\n\n\/* ============================================================\n   COMPLIANCE \u2014 card grid\n   ============================================================ *\/\n.pp-comp-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n.pp-comp-card {\n  background: #fff;\n  border-radius: 20px; padding: 32px;\n  border: 1px solid var(--pp-border);\n  transition: all 0.2s;\n}\n.pp-comp-card:hover {\n  border-color: var(--pp-red);\n  transform: translateY(-4px);\n  box-shadow: 0 12px 30px rgba(45,44,48,0.08);\n}\n.pp-comp-icon {\n  width: 56px; height: 56px; border-radius: 16px;\n  background: var(--pp-red-light); color: var(--pp-red);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 24px; font-weight: 900;\n  margin-bottom: 16px;\n}\n.pp-comp-card h4 {\n  font-size: 18px; font-weight: 800;\n  margin-bottom: 10px;\n}\n.pp-comp-card p {\n  font-size: 14px; line-height: 1.6;\n}\n.pp-comp-tags { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }\n.pp-comp-tags span {\n  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;\n  background: var(--pp-cream); color: var(--pp-text-soft);\n  padding: 4px 10px; border-radius: 4px;\n}\n.pp-comp-tags span.active {\n  background: var(--pp-red-light); color: var(--pp-red);\n}\n\n\/* ============================================================\n   FAQ\n   ============================================================ *\/\n.pp-faq-grid {\n  display: grid; grid-template-columns: 1.2fr 1fr;\n  gap: 60px; align-items: start;\n}\n.pp-faq-list { display: flex; flex-direction: column; gap: 12px; }\n.pp-faq-item {\n  background: #fff;\n  border: 1px solid var(--pp-border);\n  border-radius: 12px;\n  padding: 0;\n  overflow: hidden;\n}\n.pp-faq-item summary {\n  padding: 18px 24px;\n  cursor: pointer;\n  font-weight: 700; font-size: 16px;\n  color: var(--pp-text);\n  display: flex; justify-content: space-between; align-items: center;\n  list-style: none;\n}\n.pp-faq-item summary::-webkit-details-marker { display: none; }\n.pp-faq-item summary::after {\n  content: '\u2304'; font-size: 20px; color: var(--pp-red);\n  font-weight: 700; transition: transform 0.2s;\n}\n.pp-faq-item[open] summary::after { transform: rotate(180deg); }\n.pp-faq-body { padding: 0 24px 20px; }\n.pp-faq-body p { font-size: 15px; line-height: 1.7; }\n.pp-faq-img-wrap {\n  position: sticky; top: 100px;\n  display: flex; justify-content: center;\n}\n.pp-faq-img {\n  width: 100%; max-width: 420px; aspect-ratio: 4\/5;\n  border-radius: 24px;\n  background-color: #e8d5d8;\n  background-image: var(--img-faq);\n  background-size: cover;\n  background-position: center;\n  box-shadow: 0 20px 60px rgba(45,44,48,0.08);\n  position: relative;\n}\n.pp-faq-img::before {\n  content: '';\n  position: absolute; top: -25px; right: -25px;\n  width: 70px; height: 70px;\n  background-image: radial-gradient(var(--pp-red) 1.5px, transparent 1.5px);\n  background-size: 12px 12px;\n  opacity: 0.5;\n}\n\n\/* ============================================================\n   RED CTA SECTION \u2014 as on video page bottom\n   ============================================================ *\/\n.pp-cta-section {\n  background: var(--pp-red);\n  border-radius: 32px;\n  padding: 60px;\n  margin: 40px 0;\n  display: grid; grid-template-columns: 1.2fr 1fr;\n  gap: 40px; align-items: center;\n  position: relative; overflow: hidden;\n  color: #fff;\n}\n.pp-cta-section::before {\n  content: '';\n  position: absolute; top: 30px; right: 30%;\n  width: 100px; height: 100px;\n  background-image: radial-gradient(rgba(255,255,255,0.4) 1.5px, transparent 1.5px);\n  background-size: 14px 14px;\n  pointer-events: none;\n}\n.pp-cta-section h2 { color: #fff; font-size: 28px; line-height: 1.3; margin-bottom: 1rem; }\n.pp-cta-section p { color: rgba(255,255,255,0.9); }\n.pp-cta-feats {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 8px 24px; margin: 24px 0;\n}\n.pp-cta-feats li {\n  list-style: none; padding-left: 28px; position: relative;\n  font-size: 15px; font-weight: 600; color: #fff;\n}\n.pp-cta-feats li::before {\n  content: '\u2713';\n  position: absolute; left: 0; top: 0;\n  width: 20px; height: 20px; border-radius: 50%;\n  background: rgba(255,255,255,0.2);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 12px; font-weight: 900;\n}\n.pp-cta-visual {\n  position: relative; min-height: 280px;\n  display: flex; align-items: center; justify-content: center;\n}\n.pp-cta-img {\n  width: 100%; max-width: 320px; aspect-ratio: 1\/1;\n  border-radius: 20px;\n  background-color: rgba(255,255,255,0.15);\n  background-image: var(--img-cta);\n  background-size: cover;\n  background-position: center;\n  border: 1px solid rgba(255,255,255,0.2);\n}\n\n\/* ============================================================\n   RESPONSIVE\n   ============================================================ *\/\n@media (max-width: 1024px) {\n  .pp-section { padding: 70px 0; }\n  .pp-hero { padding: 70px 0 90px; }\n  .pp-hero-grid, .pp-problem-grid, .pp-pers-grid,\n  .pp-stats-hero, .pp-faq-grid, .pp-ana-goal, .pp-cta-section {\n    grid-template-columns: 1fr; gap: 40px;\n  }\n  .pp-ana-grid, .pp-fb-grid, .pp-comp-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  .pp-stat-cards, .pp-problem-pillars { grid-template-columns: 1fr; gap: 16px; }\n  .pp-cta-feats { grid-template-columns: 1fr; }\n  .pp-faq-img-wrap { position: static; }\n}\n@media (max-width: 640px) {\n  .pp-container { padding: 0 20px; }\n  .pp-section { padding: 60px 0; }\n  .pp-ana-grid, .pp-fb-grid, .pp-comp-grid { grid-template-columns: 1fr; }\n  .pp-bignums { grid-template-columns: 1fr; gap: 24px; }\n  .pp-step { grid-template-columns: 1fr; gap: 16px; }\n  .pp-cta-section { padding: 40px 30px; border-radius: 20px; }\n  .pp-ana-goal { padding: 32px 24px; }\n}\n<\/style>\n\n\n<div class=\"pp-page\">\n\n<!-- ============================================================\n     HERO\n     ============================================================ -->\n<section class=\"pp-section pp-hero\">\n  <div class=\"pp-container\">\n    <div class=\"pp-hero-grid\">\n      <div>\n        <div class=\"pp-hero-tag\">Automating Patient Intake and Medical History<\/div>\n        <h1>Digital Pre-operative Workflow \u2013 from Medical History to Informed Consent<\/h1>\n        <p class=\"pp-hero-lead\">Hospitals today digitalise individual steps. medudoc digitalises the <strong>entire pre-operative process<\/strong> \u2013 in one seamless workflow, from a single platform, across all specialties.<\/p>\n        <div class=\"pp-hero-btns\">\n          <a href=\"#workflow\" class=\"pp-btn pp-btn-primary pp-btn-arrow\">Discover the Workflow<\/a>\n          <a href=\"https:\/\/medudoc.com\/en\/contact-us\/\" class=\"pp-btn pp-btn-secondary pp-btn-arrow\">Book a Demo<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"pp-hero-visual\">\n        <div class=\"pp-hero-img\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     PROBLEM\n     ============================================================ -->\n<section class=\"pp-section pp-section-cream pp-problem\">\n  <div class=\"pp-container\">\n    <div class=\"pp-problem-grid\">\n      <div>\n        <div class=\"pp-section-tag\">The Problem<\/div>\n        <h2>The pre-operative process is fragmented, paper-based and time-intensive<\/h2>\n        <p>Requirements for pre-operative patient intake have increased significantly in recent years. Legislators and courts demand individual, complete and documented patient education. Yet the reality in many hospitals looks very different.<\/p>\n        <p><strong>Typical problems in everyday clinical practice:<\/strong><\/p>\n        <ul class=\"pp-problem-list\">\n          <li>Handwritten medical history forms \u2013 incomplete, illegible, without consistency checks<\/li>\n          <li>Clinicians reviewing unstructured documents and following up on missing information<\/li>\n          <li>Patient education taking place under time pressure \u2013 with risks for documentation quality and legal compliance<\/li>\n          <li>Every patient receives the same generic consultation \u2013 regardless of their risk profile<\/li>\n          <li>Consent documents are printed, signed by hand and archived manually<\/li>\n          <li>Data is collected multiple times \u2013 in the medical history, the consultation and the HIS<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"pp-problem-img-wrap\">\n        <div class=\"pp-problem-img\"><\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"pp-problem-pillars\">\n      <div class=\"pp-pillar\">\n        <h3>Inefficiency<\/h3>\n        <p>Repetitive consent consultations consume physician time that is needed for core medical tasks.<\/p>\n      <\/div>\n      <div class=\"pp-pillar\">\n        <h3>Legal Uncertainty<\/h3>\n        <p>Incomplete patient education increases liability risk for institutions and physicians.<\/p>\n      <\/div>\n      <div class=\"pp-pillar\">\n        <h3>System Breaks<\/h3>\n        <p>Data is captured multiple times and transferred manually \u2013 a source of errors and a loss of time.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     WORKFLOW\n     ============================================================ -->\n<section class=\"pp-section pp-section-white\" id=\"workflow\">\n  <div class=\"pp-container\">\n    <div class=\"pp-section-head\">\n      <div class=\"pp-section-tag\">The medudoc Workflow<\/div>\n      <h2>Seven Steps. One System. No System Breaks.<\/h2>\n      <p class=\"pp-section-lead\">medudoc maps the complete pre-operative process in one continuous, rule-based workflow \u2013 from patient invitation to HIS handover.<\/p>\n    <\/div>\n\n    <div class=\"pp-steps\">\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">1<\/div>\n        <div>\n          <div class=\"pp-step-tag\">Invitation<\/div>\n          <h3>Patient Invitation<\/h3>\n          <p>The hospital invites patients into the digital intake process via email, SMS or QR code. Alternatively, the process starts via a generic QR code in the waiting room. No patient account required, no app installation needed.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">2<\/div>\n        <div>\n          <div class=\"pp-step-tag\">Medical History<\/div>\n          <h3>Digital Medical History with Medical Reasoning<\/h3>\n          <p>Patients complete the structured digital medical history on any internet-enabled device \u2013 at home, in the waiting room, on a tablet. The platform checks completeness in real time and asks adaptive follow-up questions: if a patient reports a pre-existing condition, the platform automatically asks the clinically relevant additional questions that medical staff would need to clarify anyway.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">3<\/div>\n        <div>\n          <div class=\"pp-step-tag\">Pre-assessment<\/div>\n          <h3>Automated Pre-assessment &amp; Risk Score<\/h3>\n          <p>The platform processes medical history data automatically: risk factors are flagged, standardised metrics (e.g. BMI) are calculated, incomplete entries are marked. Results are presented in a structured format in the HCP Dashboard. The final medical decision always remains with the attending physician.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">4<\/div>\n        <div>\n          <div class=\"pp-step-tag\">HCP Dashboard<\/div>\n          <h3>Physician Validation<\/h3>\n          <p>Physicians see all patient cases in a clear working interface: medical history analysis, risk score, completeness status and configurable alerts. On this basis, they decide whether a telemedicine consultation is sufficient or whether an in-person appointment is required.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">5<\/div>\n        <div>\n          <div class=\"pp-step-tag\">Patient Education<\/div>\n          <h3>Personalised Video-assisted Patient Education<\/h3>\n          <p>Based on the planned procedure, anaesthesia method, pre-existing conditions and risk profile, a <a href=\"https:\/\/medudoc.com\/en\/video-assisted-patient-education\/\">patient-individual education video<\/a> is automatically assembled. No generic standard videos \u2013 patients receive exactly the information relevant to them. Video creation takes just seconds \u2013 in up to 23 languages.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">6<\/div>\n        <div>\n          <div class=\"pp-step-tag\">Consent<\/div>\n          <h3>Electronic Consent &amp; Consent Trail<\/h3>\n          <p>The <a href=\"https:\/\/medudoc.com\/en\/e-consent-platform\/\">Informed Consent<\/a> is generated as a patient-individual IC Sheet, electronically signed and archived in an audit-proof manner. The complete education process \u2013 which video content was viewed and when, timestamps of consent \u2013 is documented as a consent trail. <a href=\"https:\/\/medudoc.com\/en\/legal-certainty\/\">Legally compliant<\/a>, verifiable, accessible at any time.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-step\">\n        <div class=\"pp-step-num\">7<\/div>\n        <div>\n          <div class=\"pp-step-tag\">Integration<\/div>\n          <h3>HIS Handover via FHIR<\/h3>\n          <p>Medical history results, consent status and IC Sheet documentation are automatically transmitted back to the Hospital Information System \u2013 via standardised FHIR interfaces. No manual export, no duplicate data entry.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     ANAESTHESIA FOCUS\n     ============================================================ -->\n<section class=\"pp-section pp-section-gradient pp-ana\" id=\"anaesthesie\">\n  <div class=\"pp-container\">\n    <div class=\"pp-section-head\">\n      <div class=\"pp-section-tag\">Specialty Focus<\/div>\n      <h2>Digitalisation of the Pre-anaesthesia Clinic<\/h2>\n      <p class=\"pp-section-lead\">The area with the greatest leverage for digitalising the pre-operative workflow. medudoc covers all four central anaesthesia categories in full.<\/p>\n    <\/div>\n\n    <div class=\"pp-ana-grid\">\n      <div class=\"pp-ana-card\">\n        <div class=\"pp-ana-check\">\u2713<\/div>\n        <h4>General Anaesthesia<\/h4>\n        <p>Inhalation and intravenous anaesthesia procedures, intubation, laryngeal mask, TIVA<\/p>\n      <\/div>\n      <div class=\"pp-ana-card\">\n        <div class=\"pp-ana-check\">\u2713<\/div>\n        <h4>Neuraxial Anaesthesia<\/h4>\n        <p>Spinal anaesthesia, epidural anaesthesia, combined spinal-epidural anaesthesia<\/p>\n      <\/div>\n      <div class=\"pp-ana-card\">\n        <div class=\"pp-ana-check\">\u2713<\/div>\n        <h4>Regional Anaesthesia Upper Extremities<\/h4>\n        <p>Brachial plexus, ulnar nerve block, wrist block<\/p>\n      <\/div>\n      <div class=\"pp-ana-card\">\n        <div class=\"pp-ana-check\">\u2713<\/div>\n        <h4>Regional Anaesthesia Lower Extremities<\/h4>\n        <p>Femoral nerve block, sciatic nerve block, peripheral nerve blocks<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"pp-ana-goal\">\n      <div>\n        <h3>The Strategic Goal: ASA I and ASA II Consent from Home<\/h3>\n        <p>Patients in anaesthesia risk classes ASA I (healthy) and ASA II (mild systemic disease) make up the majority of all elective procedures. With medudoc, the entire pre-operative consent process for this group can take place fully from home:<\/p>\n        <ul class=\"pp-ana-goal-list\">\n          <li>Digital medical history completed at home<\/li>\n          <li><a href=\"https:\/\/medudoc.com\/en\/video-assisted-patient-education\/\">Education video<\/a> watched at home<\/li>\n          <li>Consent signed electronically<\/li>\n          <li>Physician consultation via telemedicine \u2013 where clinically appropriate<\/li>\n        <\/ul>\n        <p><strong>The result:<\/strong> Patients avoid a physical outpatient visit. The hospital significantly reduces the burden on its pre-anaesthesia clinic \u2013 at equal or higher quality.<\/p>\n      <\/div>\n      <div class=\"pp-study-stack\">\n        <div class=\"pp-study-box\">\n          <div class=\"pp-study-stat\">77 %<\/div>\n          <p>reduction in physician consent time for cholecystectomies \u2013 from 9.7 to 2.2 minutes<\/p>\n          <small>Study University Hospital W\u00fcrzburg \u00b7 Thieme 2024 \u00b7 DOI 10.1055\/s-0044-1790093<\/small>\n        <\/div>\n        <div class=\"pp-study-box\">\n          <div class=\"pp-study-stat\">+1<\/div>\n          <p>additional consultation per physician per day \u2013 already at 1.5 minutes saved per patient<\/p>\n          <small>Salzwedel et al. 2008 \u00b7 Schuster et al. 2004<\/small>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     FIGURES & EVIDENCE\n     ============================================================ -->\n<section class=\"pp-section pp-section-cream\" id=\"belege\">\n  <div class=\"pp-container\">\n    <div class=\"pp-stats-hero\">\n      <div class=\"pp-problem-img-wrap\">\n        <div class=\"pp-stats-img\"><\/div>\n      <\/div>\n      <div>\n        <div class=\"pp-section-tag\">Evidence &amp; Figures<\/div>\n        <h2>Maximum legal compliance and economic efficiency are not mutually exclusive<\/h2>\n        <p>The effectiveness of the medudoc workflow is supported by independent studies and practical experience from leading hospitals.<\/p>\n\n        <div class=\"pp-bignums\">\n          <div>\n            <div class=\"pp-bignum\">77 %<\/div>\n            <div class=\"pp-bignum-label\">Time Saving<\/div>\n            <div class=\"pp-bignum-note\">for cholecystectomies (study University Hospital W\u00fcrzburg)<\/div>\n          <\/div>\n          <div>\n            <div class=\"pp-bignum\">92 %<\/div>\n            <div class=\"pp-bignum-label\">Physician Approval<\/div>\n            <div class=\"pp-bignum-note\">at Kantonsspital St. Gallen \u2014 would not want to go back<\/div>\n          <\/div>\n        <\/div>\n\n        <a href=\"https:\/\/medudoc.com\/en\/references-and-studies\/\" class=\"pp-btn pp-btn-primary pp-btn-arrow\">Studies and References<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"pp-stat-cards\">\n      <div class=\"pp-stat-card\">\n        <div class=\"pp-stat-num\">170+<\/div>\n        <div class=\"pp-stat-label\">Education Videos<\/div>\n        <div class=\"pp-stat-source\">Medicolegal content for many specialties, annually reviewed by medical professionals, personalisable and multilingual<\/div>\n      <\/div>\n      <div class=\"pp-stat-card\">\n        <div class=\"pp-stat-num\">23<\/div>\n        <div class=\"pp-stat-label\">Languages for Videos and Consent Forms<\/div>\n        <div class=\"pp-stat-source\">Convenience translation \u2014 legally binding consent on the original language version<\/div>\n      <\/div>\n      <div class=\"pp-stat-card\">\n        <div class=\"pp-stat-num\">100 %<\/div>\n        <div class=\"pp-stat-label\">Anaesthesia Coverage<\/div>\n        <div class=\"pp-stat-source\">Complete education content for all anaesthesia procedures<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     PERSONALISATION\n     ============================================================ -->\n<section class=\"pp-section pp-section-white\">\n  <div class=\"pp-container\">\n    <div class=\"pp-pers-grid\">\n      <div class=\"pp-pers-img-wrap\">\n        <div class=\"pp-pers-img\"><\/div>\n      <\/div>\n      <div>\n        <div class=\"pp-section-tag\">Personalisation<\/div>\n        <h2>Why Every Patient Needs Different Content<\/h2>\n        <p><a href=\"https:\/\/medudoc.com\/en\/patient-education\/why-generic-medical-educational-videos-are-not-enough\/\">Generic education videos and standard forms are not sufficient<\/a>. The law requires individual patient education tailored to the specific person and the specific procedure. medudoc implements this technically.<\/p>\n        <p>A patient undergoing knee surgery under spinal anaesthesia with hypertension receives different content than a patient with the identical procedure and no pre-existing conditions under general anaesthesia.<\/p>\n        <p><strong>What factors into personalisation:<\/strong><\/p>\n        <ul class=\"pp-pers-checks\">\n          <li>Type of planned procedure<\/li>\n          <li>Selected anaesthesia method<\/li>\n          <li>Pre-existing conditions and medication<\/li>\n          <li>Allergies and individual risk factors<\/li>\n          <li>Age and further demographic parameters<\/li>\n          <li>Results of the digital medical history<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     SPECIALTIES\n     ============================================================ -->\n<section class=\"pp-section pp-section-cream\" id=\"fachbereiche\">\n  <div class=\"pp-container\">\n    <div class=\"pp-section-head\">\n      <div class=\"pp-section-tag\">Specialties<\/div>\n      <h2>Available Across Many Specialties<\/h2>\n      <p class=\"pp-section-lead\">medudoc covers the high-volume procedures of the most important specialties. All content is reviewed annually by medical professionals.<\/p>\n    <\/div>\n\n    <div class=\"pp-fb-grid\">\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--anaesthesiologie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>Anaesthesiology<\/h4>\n          <p>General, spinal, epidural and peripheral nerve blocks<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--chirurgie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>General &amp; Visceral Surgery<\/h4>\n          <p>Cholecystectomy, hernias, colonic procedures, appendectomy<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--orthopaedie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>Orthopaedics &amp; Trauma Surgery<\/h4>\n          <p>Joint surgery, arthroscopy, endoprosthetics, spine<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--ophthalmologie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>Ophthalmology<\/h4>\n          <p>Cataract, laser treatments, glaucoma surgery<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--gynaekologie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>Gynaecology &amp; Obstetrics<\/h4>\n          <p>Laparoscopy, hysterectomy, IUD, conisation<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--urologie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>Urology<\/h4>\n          <p>TUR, prostate surgery, brachytherapy<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--hno\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>ENT<\/h4>\n          <p>Tonsillectomy, septoplasty, tympanoplasty<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"pp-fb-card\">\n        <div class=\"pp-fb-img pp-fb-img--gefaesschirurgie\"><\/div>\n        <div class=\"pp-fb-body\">\n          <h4>Vascular Surgery<\/h4>\n          <p>Varicose vein surgery, carotid endarterectomy, endovascular procedures<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <p style=\"text-align:center; margin-top: 40px;\">\n      <a href=\"https:\/\/medudoc.com\/en\/specialist-areas\/\" class=\"pp-btn pp-btn-primary pp-btn-arrow\">View All Specialties and Procedures<\/a>\n    <\/p>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     COMPLIANCE\n     ============================================================ -->\n<section class=\"pp-section pp-section-white\" id=\"compliance\">\n  <div class=\"pp-container\">\n<!-- ============================================================\n     COMPLIANCE\n     ============================================================ -->\n<section class=\"pp-section pp-section-white\" id=\"compliance\">\n  <div class=\"pp-container\">\n    <div class=\"pp-section-head\">\n      <div class=\"pp-section-tag\">Security &amp; Compliance<\/div>\n      <h2>At the Level of a Maximum Care Hospital<\/h2>\n      <p class=\"pp-section-lead\">Hospitals process special categories of personal data with medudoc. The platform meets the strictest requirements of German and European data protection and IT security law.<\/p>\n    <\/div>\n\n    <div class=\"pp-comp-grid\">\n      <div class=\"pp-comp-card\">\n        <div class=\"pp-comp-icon\">ISO<\/div>\n        <h4>ISO\/IEC 27001:2022<\/h4>\n        <p>Certified since April 2026, valid until March 2029. Fully covers development, operations, maintenance and distribution of the platform.<\/p>\n        <div class=\"pp-comp-tags\"><span class=\"active\">Active \u00b7 03\/2029<\/span><\/div>\n      <\/div>\n      <div class=\"pp-comp-card\">\n        <div class=\"pp-comp-icon\">C5<\/div>\n        <h4>BSI C5 \u2014 Cloud Compliance<\/h4>\n        <p>BSI C5 Type 1 successfully completed in May 2026. Type 2 in the assessment period until October 2026.<\/p>\n        <div class=\"pp-comp-tags\"><span class=\"active\">Type 1 \u2713<\/span><span>Type 2 by 10\/2026<\/span><\/div>\n      <\/div>\n      <div class=\"pp-comp-card\">\n        <div class=\"pp-comp-icon\">DE<\/div>\n        <h4>Data in Germany<\/h4>\n        <p>All patient data is processed exclusively in Germany. AI processing exclusively within the EU. No third-country transfer.<\/p>\n        <div class=\"pp-comp-tags\"><span class=\"active\">EU-only<\/span><span>GDPR Art. 9<\/span><\/div>\n      <\/div>\n      <div class=\"pp-comp-card\">\n        <div class=\"pp-comp-icon\">SLA<\/div>\n        <h4>Encryption &amp; Availability<\/h4>\n        <p>AES-256 for data at rest, TLS 1.2+ for all transmissions. 99.9% availability contractually guaranteed.<\/p>\n        <div class=\"pp-comp-tags\"><span>AES-256<\/span><span class=\"active\">99.9 % SLA<\/span><\/div>\n      <\/div>\n      <div class=\"pp-comp-card\">\n        <div class=\"pp-comp-icon\">KIS<\/div>\n        <h4>HIS Interoperability<\/h4>\n        <p>FHIR-based interfaces for bidirectional data exchange. Support for HL7 FHIR, SNOMED CT and ICD-10.<\/p>\n        <div class=\"pp-comp-tags\"><span class=\"active\">HL7 FHIR<\/span><span>SNOMED CT<\/span><\/div>\n      <\/div>\n      <div class=\"pp-comp-card\">\n        <div class=\"pp-comp-icon\">TC<\/div>\n        <h4>Trust Centre<\/h4>\n        <p>All certificates, data protection documentation and DPA template for data protection officers, IT security and compliance teams.<\/p>\n        <div class=\"pp-comp-tags\"><a href=\"https:\/\/trust.medudoc.com\" style=\"font-size: 13px; font-weight: 700;\">Open Trust Centre \u2192<\/a><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     FAQ\n     ============================================================ -->\n<section class=\"pp-section pp-section-cream\" id=\"faq\">\n  <div class=\"pp-container\">\n    <div class=\"pp-faq-grid\">\n      <div>\n        <div class=\"pp-section-tag\">FAQ<\/div>\n        <h2>Frequently Asked Questions about the Digital Pre-operative Workflow<\/h2>\n\n        <div class=\"pp-faq-list\" style=\"margin-top: 30px;\">\n          <details class=\"pp-faq-item\">\n            <summary>What is a digital pre-operative workflow?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>A digital pre-operative workflow digitalises all steps of patient intake prior to a planned procedure: the structured medical history, the automated pre-assessment of risk factors, patient-individual education, and the legally compliant electronic consent with audit-proof documentation.<\/p>\n              <p>medudoc maps this entire process within a single system \u2014 from the patient invitation to the transfer of data back to the HIS.<\/p>\n            <\/div>\n          <\/details>\n\n          <details class=\"pp-faq-item\">\n            <summary>What is Medical Reasoning \u2014 and is it a medical device?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>Medical Reasoning describes the platform&#8217;s ability to ask targeted additional questions during the medical history process. If a patient reports blood-thinning medication, the platform automatically asks for the clinically relevant details.<\/p>\n              <p>Medical Reasoning does not make medical decisions and does not replace physician judgement. The final medical decision always remains with the treating physician. This does not constitute a use case within the meaning of the EU Medical Device Regulation (MDR).<\/p>\n            <\/div>\n          <\/details>\n\n          <details class=\"pp-faq-item\">\n            <summary>Can the entire consent process take place from home?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>Yes \u2014 for patients with a low risk profile, that is the stated goal. ASA I and ASA II patients can complete the medical history at home, watch the education video at home and sign consent electronically.<\/p>\n              <p>Whether telemedicine consent is sufficient or an in-person appointment is required is decided by the physician individually for each patient.<\/p>\n            <\/div>\n          <\/details>\n\n          <details class=\"pp-faq-item\">\n            <summary>How does HIS integration work?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>medudoc offers FHIR-based interfaces for bidirectional data exchange with hospital information systems. Patient master data flows from the HIS into the platform; medical history results, consent status and IC Sheet documentation are returned to the HIS upon completion.<\/p>\n            <\/div>\n          <\/details>\n\n          <details class=\"pp-faq-item\">\n            <summary>In which languages is the platform available?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>medudoc provides education content in up to 23 languages. The legally binding consent is obtained in the original language version; translations serve as a comprehension aid (convenience translation).<\/p>\n            <\/div>\n          <\/details>\n\n          <details class=\"pp-faq-item\">\n            <summary>Is electronic consent legally valid?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>Yes. Electronic consent with medudoc meets the requirements of the German Patients&#8217; Rights Act (\u00a7\u00a7 630a\u2013630e BGB) as well as the Austrian Patients&#8217; Rights Act. Documentation is archived in an audit-proof manner and contains the complete consent trail.<\/p>\n            <\/div>\n          <\/details>\n\n          <details class=\"pp-faq-item\">\n            <summary>Where is patient data stored?<\/summary>\n            <div class=\"pp-faq-body\">\n              <p>All patient data is processed and stored exclusively in Germany. AI-supported processing steps take place exclusively within the European Union. No data transfer to third countries takes place.<\/p>\n            <\/div>\n          <\/details>\n        <\/div>\n      <\/div>\n\n      <div class=\"pp-faq-img-wrap\">\n        <div class=\"pp-faq-img\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<!-- ============================================================\n     CTA \/ CLOSING SECTION\n     ============================================================ -->\n<section class=\"pp-section pp-section-white\">\n  <div class=\"pp-container\">\n    <div class=\"pp-cta-section\">\n      <div>\n        <h2>Digitalise the Pre-operative Workflow at Your Hospital<\/h2>\n        <p>Start immediately with a free trial and experience for yourself how the pre-operative process can be fully mapped digitally \u2014 from medical history to consent.<\/p>\n        <ul class=\"pp-cta-feats\">\n          <li>Start for free<\/li>\n          <li>Subscription cancellable at any time<\/li>\n          <li>No hidden costs<\/li>\n          <li>Works without IT integration<\/li>\n          <li>ISO 27001 certified<\/li>\n          <li>BSI C5 in assessment<\/li>\n          <li>Data in Germany<\/li>\n          <li>23 languages<\/li>\n        <\/ul>\n        <a href=\"https:\/\/medudoc.com\/en\/contact-us\/\" class=\"pp-btn pp-btn-secondary pp-btn-arrow\" style=\"margin-top: 8px;\">Start for Free Now<\/a>\n      <\/div>\n      <div class=\"pp-cta-visual\">\n        <div class=\"pp-cta-img\"><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/div>\n\n\n<!-- ============================================================\n     SEO METADATA \u2014 for Yoast \/ RankMath\n     ============================================================\n     Title:     Digital Pre-operative Workflow | medudoc\n     Slug:      \/preoperative-workflow\/\n     Meta-Desc: medudoc digitalises the entire pre-operative workflow \u2013\n                from digital medical history with Medical Reasoning through\n                automated pre-assessment to legally compliant consent.\n                ISO 27001 certified. BSI C5 assessed.\n     Keywords:  preoperative workflow, digital medical history, Medical Reasoning,\n                pre-anaesthesia clinic digital, electronic consent,\n                informed consent hospital, BSI C5 patient education\n     ============================================================ -->\n\n","protected":false},"excerpt":{"rendered":"<p>Automating Patient Intake and Medical History Digital Pre-operative Workflow \u2013 from Medical History to Informed Consent Hospitals today digitalise individual steps. medudoc digitalises the entire pre-operative process \u2013 in one seamless workflow, from a single platform, across all specialties. Discover the Workflow Book a Demo The Problem The pre-operative process is fragmented, paper-based and time-intensive&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-pillar-page.php","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1855","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"Martin Kl\u00e4ssner","author_link":"https:\/\/medudoc.com\/en\/author\/klma\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/pages\/1855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/comments?post=1855"}],"version-history":[{"count":5,"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/pages\/1855\/revisions"}],"predecessor-version":[{"id":2155,"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/pages\/1855\/revisions\/2155"}],"wp:attachment":[{"href":"https:\/\/medudoc.com\/en\/wp-json\/wp\/v2\/media?parent=1855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}