Medication list reconciliation

Compares two medication lists and classifies every discrepancy for pharmacist review.

49|11|Updated Jul 31, 2026
One-click install
npx skills add https://github.com/vstorm-co/agenticos --skill medication-list-reconciliation-vstorm-co
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Medication list reconciliation
Source: https://github.com/vstorm-co/agenticos/tree/main/backend/app/core/catalog/skill_gallery/healthcare/medication-list-reconciliation
Command: npx skills add https://github.com/vstorm-co/agenticos --skill medication-list-reconciliation-vstorm-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a patient moves between care settings, their medication lists from different sources rarely match, and manually spotting every difference is slow and error-prone. This Skill lines up both lists and surfaces every discrepancy so a pharmacist can resolve them. ## Core Features & Use Cases - Discrepancy Classification: Buckets every difference into only-in-A, only-in-B, dose/route/frequency mismatch, or generic-versus-brand naming conflicts. - Prioritized Table Output: Presents one row per discrepancy sorted with dose differences first, since those carry the highest risk of harm. - Proactive Safety Flags: Adds duplicate drug-class pairs and documented-allergy conflicts without being asked. - Use Case: During hospital admission, compare the patient's home medication list against the pharmacy record and hand the pharmacist a complete, sorted discrepancy table. ## Quick Start Compare these two medication lists and produce a discrepancy table for pharmacist review.

Frequently Asked Questions about Medication list reconciliation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reconcile two medication lists from different sources?▼

Line up both lists and classify every difference into four buckets: only in source A, only in source B, different dose/route/frequency, or same drug under a different name. Present the result as a table sorted with dose differences first for pharmacist review.

What types of medication discrepancies should be flagged during reconciliation?▼

Flag medications present in only one source, mismatches in dose, route, or frequency, and generic-versus-brand naming conflicts where both names are stated. Also flag duplicate drug-class pairs and any medication conflicting with a documented allergy.

Can medication reconciliation decide which list is correct?▼

No. Reconciliation only surfaces differences; it never decides which list is correct, suggests a dose, or drops a discrepancy that looks like a typing error. Every difference goes to the pharmacist for resolution.

Why are dose differences prioritized in medication reconciliation?▼

Dose, route, and frequency mismatches are sorted first because they are the discrepancies most likely to cause patient harm. Other differences like naming conflicts or one-sided entries follow in the table.

What are the limitations of automated medication list comparison?▼

Automated comparison cannot resolve discrepancies, judge clinical correctness, or recommend doses. It also cannot assume a difference is a transcription error, so a pharmacist must review every flagged item.