20251211病种倍率分布情况是病种盈亏的关键因素 \* { margin: 0; padding: 0; outline: 0; } body { font-family: "PingFang SC", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif; line-height: 1.6; } .\_\_page\_content\_\_ { max-width: 667px; margin: 0 auto; padding: 20px; text-size-adjust: 100%; color: rgba(0, 0, 0, 0.9); padding-bottom: 64px; } .title { user-select: text; font-size: 22px; line-height: 1.4; margin-bottom: 14px; font-weight: 500; } .\_\_meta\_\_ { color: rgba(0, 0, 0, 0.3); font-size: 15px; line-height: 20px; hyphens: auto; word-break: break-word; margin-bottom: 50px; } .\_\_meta\_\_ .nick\_name { color: #576B95; } .\_\_meta\_\_ .copyright { color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.05); padding: 0 4px; margin: 0 10px 10px 0; } blockquote.source { padding: 10px; margin: 30px 0; border-left: 5px solid #ccc; color: #333; font-style: italic; word-wrap: break-word; } blockquote.source a { cursor: pointer; text-decoration: underline; } .item\_show\_type\_0 > section { margin-top: 0; margin-bottom: 24px; } a { color: #576B95; text-decoration: none; cursor: default; } .text\_content { margin-bottom: 50px; user-select: text; font-size: 17px; white-space: pre-wrap; word-wrap: break-word; line-height: 28px; hyphens: auto; } .picture\_content .picture\_item { margin-bottom: 30px; } .picture\_content .picture\_item .picture\_item\_label { text-align: center; } img { max-width: 100%; } .pay\_subscribe\_notice { margin: 30px 0; padding: 20px; background: #fffbe6; border: 1px solid #ffe58f; border-radius: 8px; } .pay\_subscribe\_badge { display: inline-block; padding: 4px 12px; background: #faad14; color: #fff; border-radius: 4px; font-size: 14px; font-weight: 500; margin-bottom: 12px; } .pay\_subscribe\_desc { font-size: 15px; line-height: 1.8; color: rgba(0, 0, 0, 0.7); margin-bottom: 12px; } .pay\_subscribe\_hint { font-size: 13px; color: rgba(0, 0, 0, 0.4); } .\_\_bottom-bar\_\_ { display: flex; justify-content: space-between; align-items: center; position: fixed; bottom: 0; left: 0; right: 0; height: 64px; padding: 8px 20px; background: white; box-sizing: border-box; border-top: 1px solid rgba(0, 0, 0, 0.2); } .\_\_bottom-bar\_\_ .left { display: flex; align-items: center; font-size: 15px; white-space: nowrap; } .\_\_bottom-bar\_\_ .right { display: flex; } .\_\_bottom-bar\_\_ .sns\_opr\_btn { display: flex; align-items: center; user-select: none; background: transparent; border: 0; color: rgba(0, 0, 0, 0.9); font-size: 14px; } .\_\_bottom-bar\_\_ .sns\_opr\_btn:not(:last-child) { margin-right: 16px; } .\_\_bottom-bar\_\_ .sns\_opr\_btn > img { margin-right: 4px; }
20251211病种倍率分布情况是病种盈亏的关键因素
原创 Hi您好 恒健知行 2025-12-12 00:00 安徽
1、问题介绍
之前笔者尝试用机器学习方法探索病种盈亏的影响情况,无论是回归模型、还是决策树回归,得到的模型R²在20%多,这意味着70%多的影响病种盈亏的因素可能被忽略了。样本数据中还有一些潜在变量未被纳入之前的模型,如倍率情况。
2.病种倍率
按病种分值付费(DIP)背景下,DIP不同倍率的病种的结算方式不同。
l高倍率组:当住院患者当次住院总费用数值高于或等于该医疗机构所对应病种分值 2.5 倍以上的
l低倍率组:当住院患者当次住院总费用数值低于或等于该医疗机构所对应病种分值 0.4倍以下的,按照低倍率组算法计算
l正常组:当住院患者当次住院总费用数值高于该医疗机构所对应病种分值 0.4倍以上,但低于该医疗机构所对应病种分值2.5 倍以下的,按照正常组算法计算。
l病例最终分值=(病例初始分值+病例初始分值× 支持系数)×DIP考核系数
由此来看,不同倍率的患者医保报销和实际支付存在差距,或许决定了该患者是否导致医院亏损。
3.模型验证
这里我们采用LightGBM模型(LightGBM作为一个梯度提升框架,因其在速度和效率上的显著优势,广泛应用于各类机器学习任务。该框架基于决策树算法,它通过构建多棵决策树来提升模型的准确性)。
3.1因素重要性排序
通过该算法可以得出倍率情况对盈亏的作用最大,其次是总费用、病案分值等等。前7个因素可以占据所有因素影响的80%。
上述因素得到的模型结果的R2等于0.77,即模型可以解释盈亏77%的可能性。
3.2预测结果
下图是对测试集中真实值、预测值绘制的一个散点图。模型可以将大部分数值真实的预测到对应的区间。
3.3模型残差
模型残差基本服从正态分布,模型相对来说较之前的决策树结果要好。
4.小结
通过LightGBM算法对病种影响因素分析,发现对亏损起到重要作用的因素依次是倍率分布、总费用、CMI、医疗付费方式(基本医疗统筹、自负金额)和病案分值等。
其中最重要的就是高(低)倍率情况,假设DIP付费按照倍率有不同的结算方式,比如低于0.5倍的按照实际发生费用结算,0.5-2倍之间的按照正常结算,2-3倍的按照高倍率重新计算分值,超过3倍的称为极高倍率,允许3%-5%的比例单议。从理论上讲,DIP费用只有大于0.5小于1之间的才会有医保结余,小于0.5或单一按照项目付费的持平,大于1-3之间的都会导致医保亏损。
进一步深挖业务流程,倍率分布也好、CMI数值也好、病案分值也好,都和病案编码等相关,因此病案质控、编码管理必须得到重视,确保正确的疾病得到正确的编码,落入准确的分组中。再就是关于年龄、离院方式、住院天数等其他因素。
系列文章
恒健知行
 阅读 赞  分享 ’%3E %3Cg transform=‘translate(0 -2.349)’%3E %3Cpath d=‘M0 2.349h24v24H0z’/%3E %3Cpath fill=’%23576B95’ d=‘M16.45 7.68c-.954 0-1.94.362-2.77 1.113l-1.676 1.676-1.853-1.838a3.787 3.787 0 0 0-2.63-.971 3.785 3.785 0 0 0-2.596 1.112 3.786 3.786 0 0 0-1.113 2.687c0 .97.368 1.938 1.105 2.679l7.082 6.527 7.226-6.678a3.787 3.787 0 0 0 .962-2.618 3.785 3.785 0 0 0-1.112-2.597A3.687 3.687 0 0 0 16.45 7.68zm3.473.243a4.985 4.985 0 0 1 1.464 3.418 4.98 4.98 0 0 1-1.29 3.47l-.017.02-7.47 6.903a.9.9 0 0 1-1.22 0l-7.305-6.73-.008-.01a4.986 4.986 0 0 1-1.465-3.535c0-1.279.488-2.56 1.465-3.536A4.985 4.985 0 0 1 7.494 6.46c1.24-.029 2.49.4 3.472 1.29l.01.01L12 8.774l.851-.85.01-.01c1.046-.951 2.322-1.434 3.59-1.434 1.273 0 2.52.49 3.472 1.442z’/%3E %3C/g%3E %3C/g%3E %3C/g%3E%3C/svg%3E) 推荐 ’ fill=’%23000’ fill-opacity=’.9’/%3E%3C/svg%3E) 留言