mohitagw15856/pm-claude-skills

discharge-summary

Turn a hospital stay into a complete, well-structured discharge summary. Use when asked to write a discharge summary, a hospital discharge note, or to document a patient's admission-to-discharge course for handoff. Produces a standard discharge summary — admission reason, hospital course, diagnoses, procedures, discharge medications, condition, and follow-up/return precautions — from the provided details.

First seen Jun 29, 2026

Installation

$ npx skills add mohitagw15856/pm-claude-skills --skill discharge-summary

Summary

discharge-summary Installation Command Prompt $ npx skills add https://github.com/mohitagw15856/pm-claude-skills --skill discharge-summary

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mohitagw15856/pm-claude-skills · top by installs.

npx skills add mohitagw15856/pm-claude-skills

Browse all from mohitagw15856/pm-claude-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.3K
License LICENSE
Default branch main
Open issues 7
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,063 B
  • docs SUMMARY.md 437 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Discharge Summary Skill

The discharge summary is the handoff that the next clinician (and the patient) actually relies on: why they were admitted, what happened, what changed, and what to do next. This skill structures the stay into a complete, scannable summary so nothing critical — a new medication, a pending result, a follow-up — falls through the gap.

Clinical-safety note: this is a documentation-formatting aid, not medical advice. It organises
information a qualified clinician provides; the treating clinician must review and verify every detail
(especially the medication list and follow-up) before it is finalised. Do not invent diagnoses, medications,
doses, or results.

Working from a brief

Given the admission notes and course, produce the full summary anyway — organise what's provided into every standard section. Where a section's detail wasn't given, mark it clearly (e.g. "Pending results: none reported") rather than inventing it. Never fabricate medications, doses, or diagnoses.

Required Inputs

Ask for these only if they aren't already provided (else mark as not documented):

  • Admission — reason for admission, date, and presenting problem.
  • Hospital course — what happened during the stay: diagnoses, key events, procedures, consults, results.
  • Discharge medications — the reconciled med list (new, changed, stopped, continued).
  • Discharge status & disposition — condition at discharge and where they're going (home, facility).
  • Follow-up — appointments, pending results, and return/escalation precautions.

Output Format

Discharge Summary

  • Patient & dates — identifiers as provided; admission and discharge dates.
  • Admission diagnosis / reason for admission.
  • Discharge diagnoses — principal and secondary.
  • Hospital course — a concise narrative of the stay: presentation → workup → treatment → response, by problem.
  • Procedures / significant events — with dates.
  • Discharge medications — reconciled list, flagging new / changed / discontinued explicitly.
  • Condition at discharge & disposition.
  • Follow-up plan — appointments (who/when), pending results to chase, and clear return precautions (when to seek care).
  • Patient instructions — in plain language for the patient/carer.

Close with fields not documented and a clinician-review reminder.

Quality Checks

  • Medication reconciliation is explicit — new / changed / stopped / continued are distinguished
  • Follow-up names who, when, and any pending results to chase — nothing left dangling
  • Clear return/escalation precautions are included for the patient
  • The hospital course is organised by problem, not a raw chronological dump
  • No diagnosis, medication, dose, or result is invented — gaps are marked
  • A patient-facing plain-language instruction set is included alongside the clinical summary

Anti-Patterns

  • Do not invent medications, doses, diagnoses, or results to complete a section
  • Do not present this as medical advice — it formats clinician-provided information for handoff
  • Do not leave the medication list ambiguous about what changed during the stay
  • Do not omit pending results or follow-up ownership — that's where handoffs fail
  • Do not write patient instructions in clinical jargon the patient can't act on

Based On

Clinical handoff/documentation practice — structured discharge summaries with medication reconciliation, explicit follow-up, and return precautions.