{"id":524,"date":"2026-02-25T10:19:29","date_gmt":"2026-02-25T10:19:29","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/"},"modified":"2026-02-25T10:19:29","modified_gmt":"2026-02-25T10:19:29","slug":"cmmn-healthcare-intake-review","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/","title":{"rendered":"Healthcare Intake and Review Process"},"content":{"rendered":"<p>Most modelers assume the challenge lies in drawing the right diagram. The real hurdle? Understanding when to defer structure and how to balance compliance with human judgment. This is the heart of CMMN healthcare\u2014not rigid automation, but intelligent flexibility. I\u2019ve spent two decades helping teams navigate complex clinical workflows where a single misstep in modeling can trigger regulatory risk. In healthcare, decisions aren\u2019t always linear. Patient outcomes depend on clinical context, not just checklist completion.<\/p>\n<p>What you\u2019ll gain here is a practical, battle-tested blueprint for modeling patient intake and review processes using CMMN. You\u2019ll see how to structure case plans that adapt to real-time data, manage eligibility checks without locking into fixed paths, and ensure compliance through embedded controls. This isn\u2019t theory\u2014it\u2019s how I\u2019ve guided teams through audits, system migrations, and digital transformation in hospitals and clinics.<\/p>\n<h2>Why CMMN Healthcare Exceeds Traditional Process Modeling<\/h2>\n<p>Traditional BPMN struggles when clinical judgment, documentation delays, and variable patient conditions dominate. CMMN doesn\u2019t replace workflows\u2014it reorients them around the case itself. The patient isn\u2019t a data point. They\u2019re the center of a living, evolving case.<\/p>\n<p>Consider a patient arriving with chest pain. The triage nurse doesn\u2019t follow a fixed path. She assesses symptoms, calls for a cardiac screen, and may activate a code blue\u2014all based on real-time events and thresholds. That\u2019s not a flowchart. That\u2019s a CMMN healthcare case.<\/p>\n<p>Key differences from BPMN:<\/p>\n<ul>\n<li>Tasks are <strong>not pre-defined<\/strong>\u2014they activate based on sentry conditions.<\/li>\n<li>Progress is measured by <strong>milestones<\/strong>, not sequence steps.<\/li>\n<li>Case files hold <strong>dynamic data<\/strong> that evolves with new evidence.<\/li>\n<li>Decisions aren\u2019t automated\u2014they\u2019re <strong>triggered by events<\/strong> and reviewed by clinicians.<\/li>\n<\/ul>\n<h3>When CMMN Healthcare Wins<\/h3>\n<p>Modeling eligibility checks in a hospital intake system isn\u2019t just about verifying insurance. It\u2019s about ensuring the right care reaches the right patient at the right time\u2014while meeting HIPAA, CMS, and accreditation standards.<\/p>\n<p>Use CMMN healthcare when:<\/p>\n<ul>\n<li>Outcomes depend on clinical judgment, not just data inputs.<\/li>\n<li>Workflows vary significantly by patient profile, diagnosis, or risk level.<\/li>\n<li>Multiple departments (e.g., triage, billing, lab, specialist) must coordinate dynamically.<\/li>\n<li>Delays or exceptions are common and must be documented, not ignored.<\/li>\n<\/ul>\n<h2>Modeling the Patient Intake Case: A Step-by-Step Approach<\/h2>\n<h3>Step 1: Define the Case Plan Structure<\/h3>\n<p>Start with the case as a container. In Visual Paradigm, create a <strong>Case Plan Model<\/strong> named \u201cPatient Intake and Review.\u201d Define two stages:<\/p>\n<ol>\n<li><strong>Intake &amp; Triage<\/strong><\/li>\n<li><strong>Eligibility &amp; Review<\/strong><\/li>\n<\/ol>\n<p>Each stage includes milestones and tasks. For example, in Intake &amp; Triage:<\/p>\n<ul>\n<li>Milestone: Patient registered<\/li>\n<li>Task: Complete registration form<\/li>\n<li>Task: Conduct initial triage assessment<\/li>\n<\/ul>\n<h3>Step 2: Set Up Sentries for Dynamic Task Activation<\/h3>\n<p>Sentries govern when tasks become available. They\u2019re the heartbeat of a CMMN healthcare case. Example:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Task<\/th>\n<th>Sentry Condition (Expression)<\/th>\n<\/tr>\n<tr>\n<td>Order ECG<\/td>\n<td>triageScore \u2265 4 OR chestPain = true<\/td>\n<\/tr>\n<tr>\n<td>Initiate lab panel<\/td>\n<td>ECG abnormal OR symptoms persist<\/td>\n<\/tr>\n<tr>\n<td>Notify specialist<\/td>\n<td>diagnosis = \u201cacute coronary\u201d<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>These aren\u2019t rules\u2014they\u2019re dynamic triggers. If a patient\u2019s triage score increases post-intake, the system auto-activates the ECG task without needing a manual override.<\/p>\n<h3>Step 3: Use Case Files to Store Clinical and Administrative Data<\/h3>\n<p>The case file holds all data relevant to the patient\u2019s case. Include:<\/p>\n<ul>\n<li>Demographics (name, DOB, contact)<\/li>\n<li>Registration status (completed, pending)<\/li>\n<li>Triage score (0\u201310)<\/li>\n<li>Insurance provider, policy number, eligibility status<\/li>\n<li>Test results (lab, imaging, ECG)<\/li>\n<li>Review notes from doctors<\/li>\n<li>Compliance flags (e.g., HIPAA review required)<\/li>\n<\/ul>\n<p>These aren\u2019t static fields. They\u2019re updated by tasks and serve as inputs to sentries.<\/p>\n<h3>Step 4: Model Compliance as a Milestone, Not a Task<\/h3>\n<p>Compliance isn\u2019t a task\u2014it\u2019s a state. Define a milestone:<\/p>\n<ul>\n<li><strong>Compliance Verified<\/strong> \u2013 Only when all of the following are true:\n<ul>\n<li>Consent form signed (document)<\/li>\n<li>Insurance eligibility confirmed (data)<\/li>\n<li>Minimum 30-day audit trail logged (system)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>This milestone remains unachieved until all conditions are met. It prevents premature progression to treatment until all checks are satisfied.<\/p>\n<h2>Practical Trade-Offs in CMMN Healthcare Modeling<\/h2>\n<p>There\u2019s no perfect model. Every choice has consequences.<\/p>\n<h3>Trade-Off 1: Granularity vs. Maintainability<\/h3>\n<p>Do you model every possible test under \u201cEligibility &amp; Review\u201d? Or group them under a single task?<\/p>\n<ul>\n<li><strong>High granularity<\/strong> improves precision but increases complexity.<\/li>\n<li><strong>Low granularity<\/strong> simplifies the model but may miss critical compliance triggers.<\/li>\n<\/ul>\n<p>My rule: Start high-level. Add detail only when a new sentry or data dependency emerges during validation or audit.<\/p>\n<h3>Trade-Off 2: Automation vs. Human Oversight<\/h3>\n<p>Automating eligibility checks saves time\u2014but can you trust it when a patient has a rare condition or missing documentation?<\/p>\n<p>Use automation only when:<\/p>\n<ul>\n<li>Data sources are reliable (e.g., real-time payer APIs).<\/li>\n<li>Rules are auditable and version-controlled.<\/li>\n<li>A human review step remains <strong>after<\/strong> automation completes.<\/li>\n<\/ul>\n<p>Never automate the final decision. The clinician\u2019s judgment is irreplaceable.<\/p>\n<h3>Trade-Off 3: Model Complexity vs. Runtime Performance<\/h3>\n<p>Overly complex sentries with nested logic can slow down execution in simulation or runtime. I\u2019ve seen models fail to load due to excessive condition parsing.<\/p>\n<p>Best practice:<\/p>\n<ul>\n<li>Keep sentry expressions <strong>simple and readable<\/strong>.<\/li>\n<li>Break complex logic into <strong>sub-tasks or decision tables<\/strong>.<\/li>\n<li>Use <strong>decision tables<\/strong> for eligibility rules (more on this below).<\/li>\n<\/ul>\n<h2>Using Decision Tables for Eligibility Rules<\/h2>\n<p>Eligibility checks are a perfect fit for decision tables. Instead of embedding complex logic in sentries, model it as a table.<\/p>\n<p>Example: Eligibility based on insurance type and diagnosis.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Insurance Type<\/th>\n<th>Diagnosis<\/th>\n<th>Coverage Level<\/th>\n<th>Approval Required?<\/th>\n<\/tr>\n<tr>\n<td>Medicare<\/td>\n<td>Cardiac<\/td>\n<td>Full<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td>Medicaid<\/td>\n<td>Chronic<\/td>\n<td>Partial<\/td>\n<td>Yes<\/td>\n<\/tr>\n<tr>\n<td>Private<\/td>\n<td>Acute<\/td>\n<td>Full<\/td>\n<td>No<\/td>\n<\/tr>\n<tr>\n<td>Private<\/td>\n<td>Experimental<\/td>\n<td>None<\/td>\n<td>Yes<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Use this table in a <strong>DMN decision<\/strong> connected to a CMMN task. This keeps the CMMN model clean while centralizing logic for reuse and auditability.<\/p>\n<h2>Real-World Example: Heart Attack Triage Case<\/h2>\n<p>At a regional hospital, we modeled a cardiac intake case using CMMN healthcare. The patient arrives with chest pain. The model activates tasks based on:<\/p>\n<ul>\n<li>ECG results (sentry: abnormal ECG \u2192 activate \u201cCardiac Risk Review\u201d)<\/li>\n<li>Troponin level (sentry: &gt;0.04 \u2192 \u201cConfirm Acute MI\u201d)<\/li>\n<li>Insurance type (via DMN decision table)<\/li>\n<li>Age &gt; 65 \u2192 trigger \u201cGeriatric Risk Assessment\u201d<\/li>\n<\/ul>\n<p>Result: The system dynamically adapted to the patient\u2019s condition while ensuring compliance with CMS guidelines. No two cases followed the same path\u2014yet all met audit standards.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I ensure HIPAA compliance in a CMMN healthcare case?<\/h3>\n<p>Embed compliance as a milestone. Require secure access logs, consent verification, and data masking in case files. Use sentries to verify that only authorized users can trigger sensitive tasks.<\/p>\n<h3>Can I use CMMN healthcare with existing EHR systems?<\/h3>\n<p>Absolutely. CMMN models don\u2019t replace EHRs\u2014they integrate with them. Use case file items to reference EHR records. Trigger tasks based on EHR events like \u201cnew lab result uploaded.\u201d Use APIs to sync data.<\/p>\n<h3>What\u2019s the difference between a CMMN task and a BPMN activity?<\/h3>\n<p>BPMN activities are part of a flow. CMMN tasks are <strong>conditionally available<\/strong> based on sentries. In healthcare, you might never need a task if the patient\u2019s condition doesn\u2019t trigger it.<\/p>\n<h3>Should I model every possible patient scenario in CMMN?<\/h3>\n<p>No. Focus on <strong>high-impact, high-variability cases<\/strong>. Model common paths first. Expand only when modeling reveals gaps. Use simulation to test edge cases.<\/p>\n<h3>How do I validate a CMMN healthcare model?<\/h3>\n<p>Run simulations with real-world scenarios. Verify that milestones are reached only when conditions are met. Audit against compliance requirements. Involve clinicians in walkthroughs to ensure realism.<\/p>\n<h3>Can CMMN healthcare handle emergency cases?<\/h3>\n<p>Yes. Use event-driven sentries such as \u201cpatient condition deteriorates\u201d or \u201ccode blue initiated.\u201d These can bypass normal stages and activate critical tasks immediately.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most modelers assume the challenge lies in drawing the right diagram. The real hurdle? Understanding when to defer structure and how to balance compliance with human judgment. This is the heart of CMMN healthcare\u2014not rigid automation, but intelligent flexibility. I\u2019ve spent two decades helping teams navigate complex clinical workflows where a single misstep in modeling [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":521,"menu_order":2,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-524","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CMMN Healthcare: Adaptive Intake Modeling<\/title>\n<meta name=\"description\" content=\"Master CMMN healthcare case modeling with real-world guidance for patient intake, eligibility checks, and compliance workflows. Learn best practices for healthcare process modeling in adaptive environments.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CMMN Healthcare: Adaptive Intake Modeling\" \/>\n<meta property=\"og:description\" content=\"Master CMMN healthcare case modeling with real-world guidance for patient intake, eligibility checks, and compliance workflows. Learn best practices for healthcare process modeling in adaptive environments.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Deutsch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/\",\"name\":\"CMMN Healthcare: Adaptive Intake Modeling\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:19:29+00:00\",\"description\":\"Master CMMN healthcare case modeling with real-world guidance for patient intake, eligibility checks, and compliance workflows. Learn best practices for healthcare process modeling in adaptive environments.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMMN Explained: A Practical Guide for Modelers\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Real-World Case Studies and Exercises\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Healthcare Intake and Review Process\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"name\":\"Visual Paradigm Skills Deutsch\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\",\"name\":\"Visual Paradigm Skills Deutsch\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Deutsch\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CMMN Healthcare: Adaptive Intake Modeling","description":"Master CMMN healthcare case modeling with real-world guidance for patient intake, eligibility checks, and compliance workflows. Learn best practices for healthcare process modeling in adaptive environments.","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:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/","og_locale":"de_DE","og_type":"article","og_title":"CMMN Healthcare: Adaptive Intake Modeling","og_description":"Master CMMN healthcare case modeling with real-world guidance for patient intake, eligibility checks, and compliance workflows. Learn best practices for healthcare process modeling in adaptive environments.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/","og_site_name":"Visual Paradigm Skills Deutsch","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"6\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/","name":"CMMN Healthcare: Adaptive Intake Modeling","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:19:29+00:00","description":"Master CMMN healthcare case modeling with real-world guidance for patient intake, eligibility checks, and compliance workflows. Learn best practices for healthcare process modeling in adaptive environments.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/cmmn-healthcare-intake-review\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"CMMN Explained: A Practical Guide for Modelers","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/"},{"@type":"ListItem","position":3,"name":"Real-World Case Studies and Exercises","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-explained-practical-guide-for-modelers\/cmmn-case-study\/"},{"@type":"ListItem","position":4,"name":"Healthcare Intake and Review Process"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/de\/#website","url":"https:\/\/skills.visual-paradigm.com\/de\/","name":"Visual Paradigm Skills Deutsch","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization","name":"Visual Paradigm Skills Deutsch","url":"https:\/\/skills.visual-paradigm.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Deutsch"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/524\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/521"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=524"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}