‹ 首页

create-soap-note

@hkuds · 收录于 5 天前 · 上游提交 1 周前

Generate structured medical SOAP notes with all required sections in a single comprehensive file write.

适合你,如果你是医护人员需要快速生成标准SOAP格式的病历记录。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add hkuds/openspace/create-soap-note
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- hkuds/openspace/create-soap-note
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify hkuds/openspace/create-soap-note
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
6920GitHub stars
~644上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 2c5cc40 · 表述以原文为准
它做什么

这个技能让 Claude 能一次性生成完整的 SOAP 医疗笔记文件,包含主观、客观、评估和计划四个标准部分,并写入单个文件。

什么时候触发

当你提供患者信息(年龄、性别等)、就诊详情和临床数据,要求创建 SOAP 笔记时触发。

装好后可以这样说
Claude 会写入包含所有必需部分的完整文件。
Claude 会根据提供的数据填充各节内容。
Claude 会一次性完成所有内容写入。
技能原文 SKILL.md作者撰写 · MIT · 2c5cc40

Create SOAP Note

This skill defines the workflow for creating structured medical documentation (SOAP notes) by writing comprehensive content directly to a file. It ensures all standard sections are included and properly formatted.

Objective

Produce a complete medical visit record containing Subjective, Objective, Assessment, and Plan sections without fragmenting the output across multiple files or incomplete drafts.

Prerequisites
  • Patient demographic information (age, gender, ID).
  • Visit details (date, provider, reason for visit).
  • Clinical data (vitals, symptoms, exam findings, history).
Workflow Steps
1. Prepare Content Structure

Organize the note into the four standard SOAP sections. Do not omit any section even if data is sparse (note "not applicable" or "deferred" where appropriate).

2. Draft Comprehensive Content

Write the full content for each section in one continuous operation. Avoid placeholders like [insert here] unless data is genuinely missing and must be flagged for follow-up.

  • Subjective (S):
  • Chief Complaint (CC)
  • History of Present Illness (HPI)
  • Past Medical History (PMH)
  • Family/Social History (FH/SH)
  • Review of Systems (ROS)
  • Objective (O):
  • Vitals (BP, HR, Temp, Resp, O2 Sat, Weight/Height)
  • Physical Exam (by system)
  • Diagnostic Results (Labs, Imaging)
  • Assessment (A):
  • Primary Diagnosis
  • Differential Diagnoses
  • Problem List
  • Plan (P):
  • Management/Treatment
  • Medications
  • Follow-up Instructions
  • Patient Education
3. Write to File

Save the complete note to a single file (e.g., soap_note_<patient_id>_<date>.md or .txt). Ensure the file is saved in one write operation to maintain consistency.

4. Review for Completeness

Verify that all four headers exist and contain substantive content.

Template Example
# SOAP Note - [Patient Name] - [Date]

## Subjective
**Chief Complaint:** [Reason for visit]
**HPI:** [Detailed history]
**PMH:** [Conditions, surgeries]
**Social/Family History:** [Relevant details]

## Objective
**Vitals:** [List values]
**Physical Exam:** [Findings by system]
**Labs/Imaging:** [Results]

## Assessment
**Diagnoses:**
1. [Primary Diagnosis]
2. [Differential]

## Plan
**Management:** [Steps taken]
**Medications:** [Prescriptions]
**Follow-up:** [Timeline]
**Education:** [Instructions given]
Best Practices
  • Privacy: Ensure no real PHI (Protected Health Information) is exposed in public logs if not authorized.
  • Clarity: Use medical terminology appropriately but keep patient instructions clear.
  • Efficiency: Aim to generate the full document in one iteration to reduce overhead.
Troubleshooting
  • Missing Data: If specific clinical data is missing, explicitly state "Information not provided" in the relevant section rather than skipping the section.
  • File Size: If the note is exceptionally long, ensure the file write command supports the content length.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。