返回顶部
m

medication-reconciliation

Compare patient pre-admission medication lists with inpatient orders to automatically identify omitted or duplicated medications and improve medication safety.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
87
下载量
0
收藏
概述
安装方式
版本历史

medication-reconciliation

# Medication Reconciliation Compare patient pre-admission medication lists with inpatient orders to automatically identify omitted or duplicated medications and improve medication safety. > **Medical Disclaimer:** This tool is for reference only. Final medication decisions must be confirmed by qualified medical staff. All patient data must comply with applicable data protection regulations (e.g., HIPAA). ## Quick Check ```bash python -m py_compile scripts/main.py python scripts/main.py --help ``` ## When to Use - Use this skill when comparing pre-admission medication lists against inpatient orders to detect omissions or duplicates. - Use this skill when generating structured reconciliation reports for clinical handover or pharmacy review. - Do not use this skill as a substitute for pharmacist or physician review of medication orders. ## Workflow 1. **PHI Check:** Before processing, prompt the user to confirm data has been de-identified: "Please confirm that the input files have been de-identified or that you have authorization to process this patient data under applicable regulations (e.g., HIPAA) before proceeding." 2. Confirm patient ID, pre-admission medication list, and inpatient orders are available. 3. Validate that both input files are well-formed and patient IDs match. 4. Run the reconciliation script or apply the manual comparison path. 5. Return a structured report separating continued, discontinued, new, and duplicate medications. 6. **Dose-change detection:** When a drug appears in both lists with different dose strings, flag it as `dose_changed` with a warning: "Dose change detected — verify with prescribing physician before proceeding." 7. Flag warnings for critical drug classes (anticoagulants, hypoglycemics, antihypertensives, antiepileptics). 8. If inputs are incomplete, state exactly which fields are missing and request only the minimum additional information. ## Usage ```text # Basic usage python scripts/main.py --pre-admission pre_meds.json --inpatient orders.json --output report.json # Use example data python scripts/main.py --example # Verbose output python scripts/main.py --pre-admission pre_meds.json --inpatient orders.json --verbose ``` ## Parameters | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `--pre-admission` | file path | Yes | JSON file of pre-admission medications | | `--inpatient` | file path | Yes | JSON file of inpatient orders | | `--output` | file path | No | Output report path (default: stdout) | | `--example` | flag | No | Run with built-in example data | | `--verbose` | flag | No | Include detailed matching rationale | ## Output Format The reconciliation report separates results into: - `continued` — medications present in both lists (same drug, same dose) - `dose_changed` — same drug present in both lists but with different dose strings (⚠️ requires physician verification) - `discontinued` — pre-admission medications absent from inpatient orders - `new_medications` — inpatient orders not in pre-admission list - `duplicates` — same drug appearing multiple times - `warnings` — critical drug class alerts **Dose-change example:** ```json { "dose_changed": [ { "drug": "Metformin", "pre_admission_dose": "500mg", "inpatient_dose": "1000mg", "warning": "Dose change detected — verify with prescribing physician before proceeding." } ] } ``` ## Scope Boundaries - This skill compares structured medication data; it does not interpret clinical appropriateness. - This skill does not access live pharmacy systems or EHR databases. - This skill does not replace pharmacist verification or physician sign-off. ## Stress-Case Rules For complex multi-constraint requests, always include these explicit blocks: 1. Assumptions 2. Inputs Used 3. Reconciliation Result 4. Warnings and Critical Flags 5. Risks and Manual Checks ## Error Handling - If required inputs are missing, state exactly which fields are missing and request only the minimum additional information. - If the task goes outside the documented scope, stop instead of guessing or silently widening the assignment. - If `scripts/main.py` fails, report the failure point, summarize what still can be completed safely, and provide a manual fallback. - Do not fabricate medication data, citations, or execution outcomes. ## Input Validation This skill accepts: pre-admission medication lists and inpatient order files (JSON format) for a single patient encounter. If the request does not involve medication list comparison — for example, asking to prescribe medications, interpret drug interactions clinically, or access live EHR systems — do not proceed with the workflow. Instead respond: > "medication-reconciliation is designed to compare pre-admission and inpatient medication lists to flag omissions and duplicates. Your request appears to be outside this scope. Please provide structured medication input files, or use a more appropriate clinical tool." ## Response Template Use the following fixed structure for non-trivial requests: 1. Objective 2. Inputs Received 3. Assumptions 4. Workflow 5. Deliverable 6. Risks and Limits 7. Next Checks If the request is simple, you may compress the structure, but still keep assumptions and limits explicit when they affect correctness.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 medication-reconciliation-1775995345 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 medication-reconciliation-1775995345 技能

通过命令行安装

skillhub install medication-reconciliation-1775995345

下载 Zip 包

⬇ 下载 medication-reconciliation v1.0.0

文件大小: 12.25 KB | 发布时间: 2026-4-13 10:59

v1.0.0 最新 2026-4-13 10:59
Initial release of the medication-reconciliation skill.

- Automates comparison of pre-admission medication lists with inpatient orders to identify omissions and duplications.
- Flags dose changes and highlights key warnings for critical drug classes (e.g., anticoagulants).
- Generates structured reconciliation reports with separate sections for continued, discontinued, new, duplicate, and dose-changed medications.
- Strictly scoped to input validation and error handling; does not interpret clinical appropriateness or interact with live systems.
- Includes safety notices, scope limitations, and detailed workflow guidance for clinical users.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部