{"id":3446,"date":"2026-08-06T13:18:24","date_gmt":"2026-08-06T13:18:24","guid":{"rendered":"http:\/\/localhost:8081\/?page_id=3446"},"modified":"2026-08-06T13:21:55","modified_gmt":"2026-08-06T13:21:55","slug":"sepsis-dart-impact-calculator","status":"publish","type":"page","link":"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/","title":{"rendered":"Sepsis DART Impact Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3446\" class=\"elementor elementor-3446\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d84489c e-con e-atomic-element e-flexbox-base e-d560c07 \" data-id=\"d84489c\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"d84489c\" data-e-type=\"e-flexbox\" data-id=\"d84489c\">\n    \t\t<div class=\"elementor-element elementor-element-14e34e0 elementor-widget elementor-widget-html\" data-id=\"14e34e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&family=DM+Serif+Display&display=swap');\r\n\r\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\r\n\r\n  :root {\r\n    --navy: #1A2F5E;\r\n    --navy-mid: #243F7A;\r\n    --navy-lt: #EEF2FA;\r\n    --teal: #1A7F8E;\r\n    --teal-lt: #E6F4F6;\r\n    --white: #FFFFFF;\r\n    --off-white: #F7F9FC;\r\n    --gray-lt: #E8ECF2;\r\n    --gray: #6B7A96;\r\n    --dark: #0F1D3A;\r\n    --text: #1C2B45;\r\n  }\r\n\r\n  body {\r\n    font-family: 'Inter', sans-serif;\r\n    color: var(--text);\r\n    background: var(--off-white);\r\n    line-height: 1.6;\r\n  }\r\n\r\n  .calc-wrap {\r\n    max-width: 640px;\r\n    margin: 0 auto;\r\n    background: var(--white);\r\n    border: 1px solid var(--gray-lt);\r\n    border-radius: 10px;\r\n    overflow: hidden;\r\n    box-shadow: 0 12px 40px rgba(26,47,94,0.08);\r\n  }\r\n\r\n  .calc-header {\r\n    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);\r\n    padding: 28px 32px;\r\n    color: var(--white);\r\n  }\r\n\r\n  .calc-eyebrow {\r\n    font-size: 11px;\r\n    font-weight: 600;\r\n    letter-spacing: 0.1em;\r\n    text-transform: uppercase;\r\n    color: rgba(255,255,255,0.65);\r\n    margin-bottom: 8px;\r\n  }\r\n\r\n  .calc-header h1 {\r\n    font-family: 'DM Serif Display', serif;\r\n    font-size: 23px;\r\n    font-weight: 400;\r\n    line-height: 1.3;\r\n  }\r\n\r\n  .calc-header p {\r\n    font-size: 14px;\r\n    color: rgba(255,255,255,0.75);\r\n    margin-top: 8px;\r\n    max-width: 460px;\r\n  }\r\n\r\n  .calc-body {\r\n    padding: 32px;\r\n  }\r\n\r\n  .slider-row {\r\n    margin-bottom: 28px;\r\n  }\r\n\r\n  .slider-label {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: baseline;\r\n    margin-bottom: 12px;\r\n  }\r\n\r\n  .slider-label label {\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    color: var(--navy);\r\n  }\r\n\r\n  .slider-value {\r\n    font-family: 'DM Serif Display', serif;\r\n    font-size: 22px;\r\n    color: var(--teal);\r\n  }\r\n\r\n  input[type=\"range\"] {\r\n    -webkit-appearance: none;\r\n    width: 100%;\r\n    height: 6px;\r\n    border-radius: 3px;\r\n    background: var(--gray-lt);\r\n    outline: none;\r\n  }\r\n  input[type=\"range\"]::-webkit-slider-thumb {\r\n    -webkit-appearance: none;\r\n    width: 20px;\r\n    height: 20px;\r\n    border-radius: 50%;\r\n    background: var(--teal);\r\n    cursor: pointer;\r\n    border: 3px solid var(--white);\r\n    box-shadow: 0 1px 4px rgba(0,0,0,0.25);\r\n  }\r\n  input[type=\"range\"]::-moz-range-thumb {\r\n    width: 20px;\r\n    height: 20px;\r\n    border-radius: 50%;\r\n    background: var(--teal);\r\n    cursor: pointer;\r\n    border: 3px solid var(--white);\r\n    box-shadow: 0 1px 4px rgba(0,0,0,0.25);\r\n  }\r\n\r\n  .slider-scale {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    font-size: 11px;\r\n    color: var(--gray);\r\n    margin-top: 6px;\r\n  }\r\n\r\n  .results-grid {\r\n    display: grid;\r\n    grid-template-columns: 1fr 1fr;\r\n    gap: 16px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .result-card {\r\n    background: var(--navy-lt);\r\n    border-radius: 8px;\r\n    padding: 20px;\r\n    border-left: 3px solid var(--teal);\r\n  }\r\n\r\n  .result-label {\r\n    font-size: 12px;\r\n    font-weight: 600;\r\n    color: var(--gray);\r\n    text-transform: uppercase;\r\n    letter-spacing: 0.04em;\r\n    margin-bottom: 8px;\r\n  }\r\n\r\n  .result-num {\r\n    font-family: 'DM Serif Display', serif;\r\n    font-size: 28px;\r\n    color: var(--navy);\r\n    line-height: 1;\r\n  }\r\n\r\n  .result-sub {\r\n    font-size: 12px;\r\n    color: var(--gray);\r\n    margin-top: 6px;\r\n    line-height: 1.5;\r\n  }\r\n\r\n  .context-card {\r\n    background: var(--teal-lt);\r\n    border-radius: 8px;\r\n    padding: 16px 20px;\r\n    margin-bottom: 24px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 16px;\r\n  }\r\n\r\n  .context-num {\r\n    font-family: 'DM Serif Display', serif;\r\n    font-size: 26px;\r\n    color: var(--teal);\r\n    white-space: nowrap;\r\n  }\r\n\r\n  .context-text {\r\n    font-size: 13px;\r\n    color: var(--text);\r\n    line-height: 1.5;\r\n  }\r\n\r\n  .footnote {\r\n    font-size: 11.5px;\r\n    color: var(--gray);\r\n    line-height: 1.6;\r\n    border-top: 1px solid var(--gray-lt);\r\n    padding-top: 16px;\r\n  }\r\n\r\n  .footnote strong {\r\n    color: var(--text);\r\n  }\r\n\r\n  .cta-row {\r\n    margin-top: 24px;\r\n    text-align: center;\r\n  }\r\n\r\n  .btn-primary {\r\n    display: inline-block;\r\n    background: var(--teal);\r\n    color: var(--white);\r\n    padding: 13px 28px;\r\n    border-radius: 4px;\r\n    font-size: 14px;\r\n    font-weight: 600;\r\n    text-decoration: none;\r\n  }\r\n\r\n  @media (max-width: 480px) {\r\n    .results-grid { grid-template-columns: 1fr; }\r\n    .context-card { flex-direction: column; align-items: flex-start; gap: 8px; }\r\n    .calc-header, .calc-body { padding: 24px 20px; }\r\n  }\r\n<\/style>\r\n<div class=\"calc-wrap\">\r\n  <div class=\"calc-header\">\r\n    <div class=\"calc-eyebrow\">Sepsis DART&trade; Impact Estimator<\/div>\r\n    <h1>See What SEP-1 Performance Means for Your Medicare Reimbursement<\/h1>\r\n    <p>Enter your hospital's bed count to see estimated revenue and Medicare exposure under CMS Value-Based Purchasing.<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"calc-body\">\r\n    <div class=\"slider-row\">\r\n      <div class=\"slider-label\">\r\n        <label for=\"beds\">Hospital bed count<\/label>\r\n        <span class=\"slider-value\" id=\"beds-value\">450<\/span>\r\n      <\/div>\r\n      <input type=\"range\" id=\"beds\" min=\"100\" max=\"900\" step=\"10\" value=\"450\">\r\n      <div class=\"slider-scale\">\r\n        <span>100<\/span>\r\n        <span>900<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"results-grid\" style=\"grid-template-columns: 1fr;\">\r\n      <div class=\"result-card\">\r\n        <div class=\"result-label\">Estimated Net Patient Revenue<\/div>\r\n        <div class=\"result-num\" id=\"revenue-out\">$270.0M<\/div>\r\n        <div class=\"result-sub\">Modeled estimate: bed count &times; $600K per staffed bed (national benchmark, see methodology).<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"results-grid\">\r\n      <div class=\"result-card\">\r\n        <div class=\"result-label\">Estimated Medicare Revenue<\/div>\r\n        <div class=\"result-num\" id=\"medicare-out\">$41.9M<\/div>\r\n        <div class=\"result-sub\">Based on the national average Medicare share of hospital net patient revenue (15.5%).<\/div>\r\n      <\/div>\r\n      <div class=\"result-card\">\r\n        <div class=\"result-label\">Reimbursement at Risk (VBP)<\/div>\r\n        <div class=\"result-num\" id=\"vbp-out\">$0.84M<\/div>\r\n        <div class=\"result-sub\">Up to 2% of Medicare revenue can be withheld under CMS Value-Based Purchasing.<\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"context-card\">\r\n      <div class=\"context-num\">16%+<\/div>\r\n      <div class=\"context-text\">Demonstrated SEP-1 bundle compliance improvement within 90 days of Sepsis DART deployment.<\/div>\r\n    <\/div>\r\n\r\n    <div class=\"cta-row\">\r\n      <a href=\"https:\/\/ambientclinical.com\/contact\/\" class=\"btn-primary\">Schedule a Demo to Discuss Your Numbers<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"footnote\" style=\"margin-top:24px;\">\r\n      <strong>Methodology:<\/strong> Net patient revenue is modeled at $600,000 per staffed bed annually, a national benchmark derived from American Hospital Association and Kaiser Family Foundation cost-per-bed data. This is the softest figure in this estimate: published hospital revenue varies widely by region, case mix, and hospital size, and actual per-bed revenue can run higher, particularly at larger academic and specialty centers. Medicare revenue is then estimated using the national average Medicare share of hospital net patient revenue, 15.5% in 2023 (Definitive Healthcare analysis of Medicare Cost Report data). Reimbursement at risk reflects the maximum 2% withhold under the CMS Hospital Value-Based Purchasing Program for hospitals falling short of SEP-1 and related quality thresholds. SEP-1 compliance improvement is based on published clinical research (TJU study). This is a national-average model, not a hospital-specific projection. Schedule a demo for an assessment specific to your hospital.\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  const beds = document.getElementById('beds');\r\n  const bedsValue = document.getElementById('beds-value');\r\n  const revenueOut = document.getElementById('revenue-out');\r\n  const medicareOut = document.getElementById('medicare-out');\r\n  const vbpOut = document.getElementById('vbp-out');\r\n\r\n  const REVENUE_PER_BED = 600000;\r\n  const MEDICARE_SHARE = 0.155;\r\n  const VBP_MAX_WITHHOLD = 0.02;\r\n\r\n  function formatM(n) {\r\n    return '$' + (n \/ 1000000).toLocaleString('en-US', { minimumFractionDigits: 1, maximumFractionDigits: 1 }) + 'M';\r\n  }\r\n\r\n  function update() {\r\n    const bedCount = parseInt(beds.value, 10);\r\n    bedsValue.textContent = bedCount;\r\n    const revenue = bedCount * REVENUE_PER_BED;\r\n    const medicareRevenue = revenue * MEDICARE_SHARE;\r\n    const vbpAtRisk = medicareRevenue * VBP_MAX_WITHHOLD;\r\n    revenueOut.textContent = formatM(revenue);\r\n    medicareOut.textContent = formatM(medicareRevenue);\r\n    vbpOut.textContent = formatM(vbpAtRisk);\r\n  }\r\n\r\n  beds.addEventListener('input', update);\r\n  update();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sepsis DART&trade; Impact Estimator See What SEP-1 Performance Means for Your Medicare&#8230;<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","_exactmetrics_skip_tracking":false,"footnotes":""},"class_list":["post-3446","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sepsis DART Impact Calculator - Ambient<\/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:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sepsis DART Impact Calculator - Ambient\" \/>\n<meta property=\"og:description\" content=\"Sepsis DART&trade; Impact Estimator See What SEP-1 Performance Means for Your Medicare...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Ambient\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T13:21:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/sepsis-dart-impact-calculator\\\/\",\"url\":\"https:\\\/\\\/ambientclinical.com\\\/sepsis-dart-impact-calculator\\\/\",\"name\":\"Sepsis DART Impact Calculator - Ambient\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/#website\"},\"datePublished\":\"2026-08-06T13:18:24+00:00\",\"dateModified\":\"2026-08-06T13:21:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/sepsis-dart-impact-calculator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ambientclinical.com\\\/sepsis-dart-impact-calculator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/sepsis-dart-impact-calculator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ambientclinical.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sepsis DART Impact Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/#website\",\"url\":\"https:\\\/\\\/ambientclinical.com\\\/\",\"name\":\"Ambient\",\"description\":\"Clinical Analytics for Healthcare Organizations\",\"publisher\":{\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ambientclinical.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/#organization\",\"name\":\"Ambient\",\"url\":\"https:\\\/\\\/ambientclinical.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ambientclinical.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/white-logo-ambient.png\",\"contentUrl\":\"https:\\\/\\\/ambientclinical.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/white-logo-ambient.png\",\"width\":1074,\"height\":407,\"caption\":\"Ambient\"},\"image\":{\"@id\":\"https:\\\/\\\/ambientclinical.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sepsis DART Impact Calculator - Ambient","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:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/","og_locale":"en_US","og_type":"article","og_title":"Sepsis DART Impact Calculator - Ambient","og_description":"Sepsis DART&trade; Impact Estimator See What SEP-1 Performance Means for Your Medicare...","og_url":"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/","og_site_name":"Ambient","article_modified_time":"2026-08-06T13:21:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/","url":"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/","name":"Sepsis DART Impact Calculator - Ambient","isPartOf":{"@id":"https:\/\/ambientclinical.com\/#website"},"datePublished":"2026-08-06T13:18:24+00:00","dateModified":"2026-08-06T13:21:55+00:00","breadcrumb":{"@id":"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ambientclinical.com\/sepsis-dart-impact-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ambientclinical.com\/"},{"@type":"ListItem","position":2,"name":"Sepsis DART Impact Calculator"}]},{"@type":"WebSite","@id":"https:\/\/ambientclinical.com\/#website","url":"https:\/\/ambientclinical.com\/","name":"Ambient","description":"Clinical Analytics for Healthcare Organizations","publisher":{"@id":"https:\/\/ambientclinical.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ambientclinical.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ambientclinical.com\/#organization","name":"Ambient","url":"https:\/\/ambientclinical.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ambientclinical.com\/#\/schema\/logo\/image\/","url":"https:\/\/ambientclinical.com\/wp-content\/uploads\/2026\/08\/white-logo-ambient.png","contentUrl":"https:\/\/ambientclinical.com\/wp-content\/uploads\/2026\/08\/white-logo-ambient.png","width":1074,"height":407,"caption":"Ambient"},"image":{"@id":"https:\/\/ambientclinical.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/ambientclinical.com\/index.php?rest_route=\/wp\/v2\/pages\/3446","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ambientclinical.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ambientclinical.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ambientclinical.com\/index.php?rest_route=\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/ambientclinical.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3446"}],"version-history":[{"count":0,"href":"https:\/\/ambientclinical.com\/index.php?rest_route=\/wp\/v2\/pages\/3446\/revisions"}],"wp:attachment":[{"href":"https:\/\/ambientclinical.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}