cups-lookup

Validate CUPS procedure codes against the 2026 catalog and output JSON.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/arkangelai/skills --skill cups-lookup
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: cups-lookup
Source: https://github.com/arkangelai/skills/tree/main/medical/cups-lookup
Command: npx skills add https://github.com/arkangelai/skills --skill cups-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This CLI validates CUPS procedure codes against the 2026 catalog, retrieves descriptions, and enables targeted searches to support medical audits and billing tasks.

Core Features & Use Cases

  • Validate codes to confirm existence and description.
  • Lookup exact code details including group and category.
  • Search by clinical keywords to discover codes for procedures and sections.

Quick Start

Run the CLI with a CUPS code to validate, for example: node cups-lookup.js validate 90.1.0.01.

Frequently Asked Questions about cups-lookup

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

FAQPage Schema
How do I validate CUPS procedure codes against the 2026 catalog?β–Ό

Validate CUPS procedure codes by running the CLI with a code argument to confirm its existence and retrieve the official description from the 2026 catalog. It outputs JSON containing code details and hierarchical category information for billing verification.

Can I search for CUPS codes by clinical keyword for medical auditing?β–Ό

You can search for CUPS codes by clinical keyword to discover relevant procedures and sections. The CLI returns matching codes with descriptions and categories, enabling targeted searches that support medical audits and clinical note reconciliation.

What Node version is required to run CUPS code lookups?β–Ό

Running CUPS code lookups requires Node 18 or higher. The skill includes a bundled CSV of the 2026 catalog and operates without external dependencies, outputting JSON for downstream automation.

Does the CUPS validation tool return hierarchical category information?β–Ό

Yes, the CUPS validation tool returns hierarchical category information. When you lookup an exact code, the output JSON includes the procedure's group and category alongside its description to support billing verification.

Why use a CUPS code lookup tool for billing verification in Colombia?β–Ό

A CUPS code lookup tool ensures billing verification accuracy by validating procedure codes against the 2026 Minsalud catalog. It confirms code existence and retrieves descriptions to prevent claim errors during medical auditing.

What is the output format when validating CUPS procedure codes?β–Ό

The output format when validating CUPS procedure codes is JSON. This structured output includes code existence status, descriptions, and hierarchical category information to enable downstream automation and clinical note reconciliation.