The most valuable conversations in cardiology don't always come from textbook cases. They come from the decisions, dilemmas, complications, innovations, and breakthroughs that redefine how we practise.
At CRISP 2026, we invite you to submit cases that challenge conventional thinking, inspire discussion, and contribute to collective learning. Choose from three dedicated case categories and become part of the conversations shaping the future of cardiovascular care.
Submit Your Case →Three dedicated categories. Each a distinct academic forum designed to surface a different kind of learning from your clinical experience. Submit to the category that best reflects your case.
Max. 10 Slides · Max. File Size 100 MB · Use the official CRISP PPTX Template. All video loops must be embedded (MP4, Autoplay + Loop).
Use the official CRISP PPTX template. Download via the link below. All videos must be embedded within the file — do not submit separate video files.
Anonymous submissions are strongly recommended. Complete anonymization of patient, operator and institutional details is mandatory. The learning is what matters — not who was involved.
Suitable submissions: Coronary perforations · Air embolism · Device failure · PAMI complications · Structural intervention mortality · Cath lab mortality · Other significant adverse outcomes.
Submit Mortality Case →The Cases Everyone Wants to Discuss.
Some cases stay with you long after the procedure is over — not because they were routine, but because they demanded judgement, innovation, and technical excellence.
Night Sessions at CRISP showcase complex coronary interventions, bailout strategies, unusual anatomy, imaging-guided procedures, and cases that challenge conventional thinking.
Advancing Structural Heart Therapy Through Shared Experience.
Structural heart interventions continue to evolve rapidly. CRISP invites cases that demonstrate clinical judgement, procedural expertise, and meaningful learning across structural therapies.
The Cases We Don't Discuss Enough.
Some of the greatest lessons in interventional cardiology come from the cases that challenge us the most.
Mortality Meet offers a confidential, non-judgmental academic platform where complications, mortality, and unexpected outcomes can be discussed openly and respectfully — helping improve future patient care.
Some of the most important lessons in cardiology come from the cases that challenge us the most.
At CRISP 2026, under the theme “The Unorthodox”, we invite you to share your most complex, thought-provoking, unexpected, and difficult cases — the ones that sparked discussion, demanded judgement, or changed the way you practise.
This is not just about success stories.
It is about decisions, dilemmas, complications, recovery, and learning.
Selected cases may be featured for discussion during CRISP 2026 and may also become part of pre-conference academic interactions and discussions.
If you have a case worth discussing, we encourage you to submit it early.
CRISP Night Sessions are designed for cases that spark debate, showcase innovation, and push the boundaries of interventional cardiology.
Whether it’s a technically demanding PCI, a bailout strategy, a novel technique, or an unconventional solution to a complex problem, this is your opportunity to share it with peers and experts.
Submit cases featuring:
• Complex Coronary Interventions
• CTOs and Calcified Lesions
• High-Risk PCI
• Imaging-Guided Interventions
• Innovative Techniques and Strategies
• Challenging Bailout Scenarios
Bring your most engaging cases to the stage and become part of the conversation.
Some of the most important lessons in cardiovascular medicine come from cases with unexpected outcomes, complications, and mortality. CRISP Mortality Meets provides a safe, non-judgmental platform for honest, evidence-based discussions focused on learning, reflection, and improving future patient care.
Cases may be submitted anonymously, ensuring confidentiality for patients, operators, and institutions while allowing the learning to take centre stage.
Share cases that challenged your thinking, changed your practice, or offered valuable lessons for the wider cardiovascular community.
Submit cases involving:
• Procedural complications
• High-risk interventions
• Complex clinical decision-making
• Unexpected outcomes and mortality cases
• Cases with significant learning points
• Opportunities to improve future patient care
Because the cases we discuss openly today may help save lives tomorrow.
Structural heart therapies continue to redefine cardiovascular care. CRISP invites submissions that highlight innovation, technical expertise, and clinical decision-making in structural interventions.
Present cases that demonstrate procedural excellence, multidisciplinary planning, and meaningful patient outcomes.
Submit cases involving:
• TAVI / TAVR
• Mitral Valve Interventions (TEER / MitraClip)
• Tricuspid Valve Therapies
• ASD & PFO Closure
• Left Atrial Appendage Closure
• Complex Structural Heart Procedures
Share your experience and contribute to the evolving science of structural heart disease management.
Max 10 Slides | Max File Size 100MB
Use the official PPTX template. Videos must be embedded.
Mandatory Submission via Website Only
Selection not guaranteed – Final discretion with academic committee
Selected cases may be featured with full credit
We are especially interested in challenging cases, difficult decisions, complications, bailout strategies, and learnings that changed practice.
Error: Contact form not found.
+@[^\s@]+\.[^\s@]+$/.test(email)) { return; } fetch('/wp-admin/admin-ajax.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, body: new URLSearchParams({ action: 'get_registration_by_email', email: email }) }) .then(response => response.json()) .then(data => { if (data.success) { const user = data.data.data; document.querySelector('[name="title"]').value = user.title || ''; document.querySelector('[name="first_name"]').value = user.first_name || ''; document.querySelector('[name="last_name"]').value = user.last_name || ''; document.querySelector('[name="phone"]').value = user.phone || ''; document.querySelector('[name="address"]').value = user.address || ''; document.querySelector('[name="current_designation"]').value = user.current_designation || ''; document.querySelector('[name="institution_name"]').value = user.institution_name || ''; document.querySelector('[name="experience"]').value = user.experience || ''; document.querySelector('[name="highest_qualification"]').value = user.highest_qualification || ''; const country = user.country; const state = user.state; const city = user.city; const countryField = document.querySelector('[name="country"]'); const stateField = document.querySelector('[name="state"]'); const cityField = document.querySelector('[name="city"]'); if (countryField && country) { countryField.value = country; countryField.dispatchEvent(new Event('change', { bubbles: true })); // Wait for states to load setTimeout(() => { stateField.value = state; stateField.dispatchEvent(new Event('change', { bubbles: true })); // Wait for cities to load setTimeout(() => { cityField.value = city; cityField.dispatchEvent(new Event('change', { bubbles: true })); }, 1500); }, 1500); } } }) .catch(error => { console.error('AJAX Error:', error); }); }); });