AgentStack
SKILL verified Apache-2.0 Self-run

Clinical Coding Icd

skill-elisaterumi-ai-clinical-agent-skills-coding-icd · by elisaterumi-ai

Maps clinical text to standardized diagnosis codes (e.g., ICD-10) based on explicitly mentioned conditions. Use when extracting or assigning diagnostic codes from medical records, clinical notes, or patient summaries.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-elisaterumi-ai-clinical-agent-skills-coding-icd

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Clinical Coding Icd? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

When mapping clinical text to ICD codes, follow these steps:

1. Identify codable conditions

Extract only diagnoses or conditions that are:

  • Explicitly stated in the text
  • Clinically meaningful and codable

Do not infer diagnoses from symptoms alone.

2. Normalize the diagnosis

  • Interpret the clinical term as written
  • Map it to the closest standard diagnostic concept
  • Preserve specificity when possible (e.g., type, location, severity)

3. Assign ICD code

  • Map each diagnosis to the most appropriate ICD code
  • Prefer the most specific code available
  • If specificity is insufficient, use a more general code

Do not fabricate or guess codes.

4. Handle multiple diagnoses

  • Extract and code each diagnosis independently
  • Avoid duplication
  • Maintain clear mapping between diagnosis and code

5. Output format

Return the result as JSON:

{
  "codes": [
    {
      "diagnosis": "...",
      "icd_code": "...",
      "description": "..."
    }
  ]
}

6. Constraints

  • Only code explicitly mentioned diagnoses
  • Do not infer diagnoses from symptoms
  • Do not hallucinate ICD codes
  • If uncertain, prefer a higher-level (less specific) code
  • Do not include explanations outside the JSON output

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.