ICIV (Intensive Care Information & Visualization) is an open-source platform designed to empower ICU teams with accessible, extensible, and reliable tools for safer care and smarter decisions.
👉 Live Demo: https://Brritany.github.io/ICIV/
- Interactive drug compatibility visualization
- Data-driven from
data/CompatibilityMatrix.csv - Grouped drug categories (Sedation, Inotropic, Others)
- Dropdown selection with cross-highlighting
- Hover crosshair effect
- Color-coded compatibility:
- Y Compatible
- N Incompatible
- ! Variable Results
- ? No Data
- - Same Drug
- Metadata (last updated, sources)
- JSON-driven drug reference from
data/DrugInfo.json - Dynamic tabs for each drug
- Displays:
- Generic and brand names
- Mechanism of action
- Indications
- Dosing
- Adverse effects
- Monitoring
- Contraindications & cautions
- Sources
- Color-coded categorization:
- Vasopressors (🔴 red)
- Sedatives (🔵 blue)
- Opioids (🟢 green)
- Neuromuscular Blockers (🟣 purple)
- Reversal Agents (🟠 orange)
- Vasodilators (🟦 teal)
- Anticoagulants (⚫ gray)
- Markdown-driven surgical knowledge base
- Specialty tabs (Hepatobiliary, Pancreatic, Colorectal, Thoracic, Urologic, etc.)
- Includes pre-op evaluation, intra-op techniques, post-op care, and complications
- Rich illustrations and diagrams
- Interactive references for common ICU and surgical drains
- Includes indication, management, troubleshooting, and removal criteria
- Reference sheets for common ICU monitoring and support technologies
- Covers mechanical ventilation, hemodynamic monitoring, CRRT, ECMO, and more
- Quick reference for ICU-relevant lab panels
- Normal ranges, interpretation, and clinical caveats
- Markdown-driven and expandable
- Interactive guide to common surgical complications:
- Atelectasis
- Acute bleeding
- Sepsis / Septic shock
- Acute myocardial infarction (AMI)
- Pulmonary embolism
- Linked to management guidelines and references
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Markdown rendering: Marked.js + GitHub Markdown CSS
- Data parsing: PapaParse
- Hosting: GitHub Pages
This project follows a dual license model:
- Source Code → MIT License (open-source, commercial use allowed)
- Medical Content → CC BY-NC 4.0 (educational, non-commercial use, attribution required)
- Proprietary Databases (e.g., Micromedex®, UpToDate, OpenEvidence) → Not licensed, users must obtain their own access rights.
👉 See NOTICE.md for a clear license summary.
- ICU nurses, pharmacists, and physicians for domain expertise
- Micromedex® IV Compatibility (Merative™)
- UpToDate for medical references
- OpenEvidence for clinical decision support
- Open-source contributors and community reviewers
⭐ If you find ICIV helpful, please consider giving it a star on GitHub!