clinical-note-structuring

Structure clinical notes into SOAP format with ICD-10-CM and CPT coding.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GoldenZero/skills --skill clinical-note-structuring-goldenzero
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinical-note-structuring
Source: https://github.com/GoldenZero/skills/tree/main/skills/clinical-note-structuring
Command: npx skills add https://github.com/GoldenZero/skills --skill clinical-note-structuring-goldenzero

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

This Skill transforms unstructured clinical notes into a standardized SOAP format, making them easier to analyze, code, and use for quality reporting.

Core Features & Use Cases

  • SOAP Structuring: Organizes free-text notes into Subjective, Objective, Assessment, and Plan sections.
  • Entity Extraction & Coding: Identifies and maps diagnoses to ICD-10-CM and procedures to CPT codes.
  • Documentation Quality: Assesses note completeness and identifies gaps for improvement.
  • Use Case: When you receive a physician's dictated note, use this Skill to automatically parse it into a structured SOAP note with coded diagnoses and identify any missing documentation elements required for billing.

Quick Start

Structure the provided clinical note into SOAP format, extracting diagnoses and procedures.

Frequently Asked Questions about clinical-note-structuring

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

FAQPage Schema
How do I convert unstructured clinical notes into SOAP format?

Convert unstructured clinical notes into SOAP format by using NLP to segment free-text into Subjective, Objective, Assessment, and Plan sections. This automatically structures dictated physician notes for billing and quality reporting.

How does clinical note structuring extract ICD-10-CM and CPT codes?

Clinical note structuring extracts ICD-10-CM and CPT codes by utilizing NLP entity extraction to identify diagnoses and procedures within the text. It then maps these clinical findings to standardized medical codes for billing.

Can I use clinical note structuring to identify missing E/M documentation?

You can identify missing E/M documentation by assessing clinical note completeness against E/M documentation guidelines. This process evaluates the structured SOAP note to pinpoint gaps required for accurate billing.

What is the best way to parse dictated physician notes for clinical decision support?

The best way to parse dictated physician notes for clinical decision support is applying NLP segmentation to generate structured SOAP output. This standardizes free-text EHR data for analysis and quality reporting.

Does clinical note structuring support EHR data for quality reporting?

Clinical note structuring supports EHR data by transforming unstructured notes into standardized SOAP formats with coded diagnoses. This generates structured output directly usable for quality reporting and billing.

Why does medical coding require structured SOAP notes?

Medical coding requires structured SOAP notes because NLP entity extraction isolates diagnoses and procedures for accurate ICD-10-CM and CPT mapping. Structuring ensures documentation completeness for compliant billing.