门诊管理之费用分析 \* { 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; }
门诊管理之费用分析
原创 Hi您好 恒健知行 2025-11-13 00:00 安徽
1.数据简介
我们对门诊患者经常会分类型进行统计,尤其是医保患者,我们需要统计哪类医保患者的就诊人次多?费用多?均次费多?药占比情况怎么样?如下表所示,下表中,对病人进行分类统计、不同分类还有子类。
病人类型
统计项目
就诊人次
总金额
药费金额
均次费
均次药费
药品比例
农合
农合普通
46
5447.89
3218.14
118.43
69.96
59.07
农合
居保留观
7
1016.53
753.25
145.22
107.61
74.1
农合
农合合计
53
6464.42
3971.39
121.97
74.93
61.43
少儿
少儿普通
16
1874.96
950.7
117.19
59.42
50.71
少儿
少儿留观
3
2000
690
666.67
230
34.5
少儿
少儿合计
16
1874.96
950.7
117.19
59.42
50.71
医保
医保普通
1042
172839.88
98839.18
165.87
94.86
57.19
医保
医保留观
69
11231.45
7256.2
162.77
105.16
64.61
医保
医保合计
1111
184071.33
106095.38
165.68
95.5
57.64
自费
自费普通
292
41758.87
19473.62
143.01
66.69
46.63
自费
自费留观
32
3445.44
2611.39
107.67
81.61
75.79
自费
自费合计
324
45204.31
22085.01
139.52
68.16
48.86
2.病人类型分析
针对上表,我们还有一些可视化分析的方式进行直观展示数据的情况。如就病人类型维度,我们可以看农合、医保、少儿、自费等维度下的就诊人次、总费用、均次费、药占比情况。也可以查看不同类型患者的药品费情况。
3.普通患者VS留观患者比较
同样,我们可以比较普通患者和留观患者。模拟的数据有一些有意思的现象:可以发现少儿留观患者的均次费很高,但药占比确不大。自费患者留观的均次费较少,但药占比却很多等现象。真实世界是否存在类似的情况?
4.病人类型矩阵分布
我们以均次费为X轴,药占比和均次药费作为Y轴,绘气泡图,我们可以发现很明显的矩阵分布规律:
(1)医保患者:均次费、均次药费、药占比都很高
(2)自费患者:均次费中等、药占比最低;均次药费中下
(3)农合患者:均次费较低,药次药费较高,药占比最高
(4)少儿情况:均次费最低,均次药费由此子弟,药占比中下。
5.整体视角看病人类型
总体来看,我们医保患者最多,自费患者次之,农合患者再次之,最后是少儿患者,各指标表现都最低。这反应某医院患者分布情况。
附系列文章:
巧用雷达图进行科室间的指标比较分析(雷达图)
恒健知行
 阅读 赞  分享 ’%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) 留言