computing-ecqms

仓库创建 2025年10月4日最近提交 6 天前SkillHot 收录 6 天前
▸ 精选理由

将文本证据转为可计算事实,提升度量的覆盖率与准确性。

▸ 风险提示

eCQM 输出依赖数据映射与质量,需在生产前进行验证与校准。

这个 Skill 做什么

使用 CQL 基于结构化数据和 OpenMed 抽取事实计算电子临床质量度量(eCQM)。

把结构化病历和笔记里能找到的事实拼起来算出电子临床质量度量(eCQM),用 CQL/QDM 的逻辑跑出 IPP/分母/分子/排除等项。特别适合在要评估 CMS/ECQI 指标、写或调试 CQL 逻辑、或弥补结构化编码漏记时使用。会把 OpenMed 从自由文本里抽出来的分子/排除事实映射到 QDM 数据元,补充 EHR 里缺的证据,但并不替代认证的测量引擎。

▸ 展开 SKILL.md 英文原文

Compute electronic clinical quality measures (eCQMs) over structured data using CQL/QDM logic, lifting note-derived numerator and exclusion facts from OpenMed to improve measure capture. Use when the user wants to compute an eCQM, evaluate a CMS/ECQI quality measure, improve numerator capture from clinical notes, build CQL/QDM measure logic, or close documentation gaps that structured codes miss. Covers eCQM structure (IPP/denominator/numerator/exclusions), CQL v1.5 and QDM v5.6, MADiE authoring, and mapping OpenMed entities to QDM data elements. Consumes OpenMed analyze_text facts (coded via the linking skills) to supplement structured EHR data; does not replace certified measure engines.

垂直行业质量度量CQL临床指标通用
4.7k
Stars
581
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/maziyarpanahi/openmed/master/skills/computing-ecqms/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/maziyarpanahi/openmed/master/skills/computing-ecqms/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Computing eCQMs

Electronic Clinical Quality Measures (eCQMs) are computed over structured data
using **CQL** (Clinical Quality Language) logic against the **QDM** (Quality
Data Model). Much of what a measure needs — a counseling note, a reason a
service wasn't done, a symptom — lives only in **free text**. This skill uses
OpenMed to lift those facts out of notes (on-device) and feed them into measure
computation so numerators and valid exclusions aren't undercounted.

## When to use this skill

When structured codes under-capture a measure population and the evidence is in
notes: documented exclusions ("patient declined screening"), numerator-relevant
findings, or symptoms gating a measur
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有