A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
一款轻量级、可扩展的、跨平台的、专为医疗信息化设计的电子病历编辑器内核,为EMR(电子病历系统)提供专业的结构化病历编辑与AI接入解决方案。
集成AI、满足信创、开源的医疗电子病历编辑器
HmEditor 是一款专为医疗行业设计的智能电子病历编辑器插件,结合 CKEditor4 文本编辑功能与自研 AI 技术,为医院信息科和 EMR 厂商提供高效、灵活、智能化的病历编辑解决方案。支持多种病历模板创建与编辑,具备强大的数据绑定能力,并可与医疗信息系统无缝对接。
# 安装 docker 和 docker-compose
# 下载 docker-compose.yml
# 启动服务
$ docker-compose -f /path/to/docker-compose.prod.yml up -d
# 下载 hm_editor、hm_editor.service、hm_editor.admin.client
# 进入 hm_editor 目录
npm install # 安装依赖
grunt release # 编译
nodemon index.js # 启动
只需 15 行核心代码即可集成:
<script src="https://editor.huimei.com/hmEditor/iframe/HmEditorIfame.js"></script>
<div id="editorContainer" style="width:850px;height:500px;"></div>
<script>
HMEditorLoader.createEditorAsync({
container: "#editorContainer",
sdkHost: "https://editor.huimei.com/hmEditor"
}).then(function(editor) {
editor.setDocContent({
code: 'doc001',
docTplName: '测试病历名称',
docContent: '...'
});
});
</script>
更多 API 及用法详见 官方文档
本项目遵循 LGPLv2.1 协议,允许自由使用、修改和分发。

© 2025-2026 惠每云 HMCLOUD. 保留所有权利。
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots