Generate complete medical SOAP notes with all four sections in a single comprehensive file write operation
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-create-soap-note-merged-31f5f72401d1 ,按照其中的说明把「comprehensive-soap-note」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
This skill defines the workflow for creating structured medical documentation (SOAP notes) by writing all required sections to a file in one comprehensive operation. This ensures completeness, consistency, and efficiency in clinical documentation.
Use this skill when you need to create:
that follow the standard SOAP (Subjective, Objective, Assessment, Plan) format.
Produce a complete medical visit record containing all four SOAP sections without fragmenting the output across multiple files or incomplete drafts. The entire note should be written in a single operation to maintain consistency.
Before creating the SOAP note, gather:
Write the entire SOAP note in one comprehensive file write rather than building it incrementally. This ensures:
Every SOAP note must include these four components:
Patient-reported information including:
Clinician-observed and measured data:
Clinical synthesis and diagnosis:
Actionable next steps:
1. Gather all patient information and clinical data
2. Structure content into the four SOAP sections (do not skip any section)
3. Write the complete note to file in ONE operation
4. Verify all four sections are present and contain substantive content
# SOAP Note - [Patient Name/ID]
## Date: [Visit Date]
## Provider: [Provider Name]
## SUBJECTIVE
### Chief Complaint
[Patient's reason for visit in their own words]
### History of Present Illness
[Detailed symptom narrative using OLDCARTS framework]
### Past Medical History
[Relevant conditions, surgeries, medications, allergies]
### Family History
[Relevant family medical history]
### Social History
[Occupation, lifestyle, habits, social context]
## OBJECTIVE
### Vital Signs
- BP: [value] mmHg
- HR: [value] bpm
- RR: [value] breaths/min
- Temp: [value] °F/°C
- SpO2: [value]%
- Weight: [value] kg/lbs
- Height: [value] cm/ft
### Physical Examination
- **HEENT**: [findings]
- **Cardiovascular**: [findings]
- **Respiratory**: [findings]
- **Abdomen**: [findings]
- **Neurological**: [findings]
- **Musculoskeletal**: [findings]
- **Skin**: [findings]
### Diagnostic Data
[Labs, imaging, other test results with dates and values]
## ASSESSMENT
### Primary Diagnosis
[Diagnosis with ICD code if applicable]
### Differential Diagnoses
1. [Alternative diagnosis 1]
2. [Alternative diagnosis 2]
### Clinical Reasoning
[Brief explanation linking findings to diagnosis]
## PLAN
### Management
- [Medications with dose/frequency/duration]
- [Procedures/interventions]
- [Referrals if needed]
### Follow-up
[Timeline and conditions for return visit]
### Patient Education
[Instructions, lifestyle modifications, warning signs to watch]
Save the complete note using a consistent naming convention:
soap_note_<patient_id>_<date>.md orsoap_note_<patient_id>_<date>.txt[insert here]If specific clinical data is missing, explicitly state "Information not provided" or "Deferred" in the relevant section rather than skipping the section entirely.
Comprehensive SOAP notes typically range 3,000-10,000+ characters depending on complexity. If the note is exceptionally long:
After writing, verify all four headers (Subjective, Objective, Assessment, Plan) exist and contain substantive content. If any section is incomplete, rewrite the entire note in one operation.
Before considering the SOAP note complete, verify:
[insert here] unless genuinely unavailable