Create structured medical SOAP notes by writing comprehensive content to a file in one iteration
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-soap-note-creation-b354d8-adc7d510a768 ,按照其中的说明把「soap-note-creation-b354d8」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
This skill provides a reusable pattern for creating structured medical documentation (SOAP notes) by writing all required sections comprehensively in a single file write operation.
Write the complete SOAP note directly to a file in one iteration rather than building it incrementally. Include all four standard sections with comprehensive content.
Document patient-reported information:
Document observable, measurable findings:
Document clinical reasoning:
Document management strategy:
# SOAP Note - [Patient Name/ID]
**Date:** [Date of Visit]
**Provider:** [Provider Name]
## Subjective
### Chief Complaint
[Patient's stated reason for visit]
### History of Present Illness
[Detailed narrative of symptoms using OLDCARTS or similar framework]
### Past Medical History
[List of relevant conditions]
### Medications
[List with dosages]
### Allergies
[List with reactions]
### Family History
[Relevant family medical conditions]
### Social History
[Occupation, habits, lifestyle factors]
## Objective
### Vital Signs
- BP: [value]
- HR: [value]
- RR: [value]
- Temp: [value]
- SpO2: [value]
- Height: [value]
- Weight: [value]
- BMI: [value]
### Physical Examination
**General:** [Appearance, distress level]
**HEENT:** [Findings]
**Cardiovascular:** [Findings]
**Respiratory:** [Findings]
**Gastrointestinal:** [Findings]
**Neurological:** [Findings]
**Musculoskeletal:** [Findings]
**Skin:** [Findings]
### Diagnostic Results
[List any available lab/imaging results]
## Assessment
1. **[Primary Diagnosis]** - [ICD-10 code if applicable]
- [Brief justification]
2. **[Differential Diagnosis]** - [Why less likely]
### Problem List
1. [Active problem 1]
2. [Active problem 2]
## Plan
### Treatment
- [Medication/dosage/frequency]
- [Non-pharmacologic interventions]
### Follow-up
- [Timeline and purpose]
### Patient Education
- [Topics discussed]
- [Instructions provided]
### Orders/Referrals
- [Labs/imaging ordered]
- [Specialist referrals]
When tasked with creating a SOAP note:
write_file operation