claims-analytics

Parse X12 837/835 claims into DataFrames and detect billing anomalies.

13|5|Updated May 4, 2026
One-click install
npx skills add https://github.com/awslabs/hcls-agent-skills --skill claims-analytics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claims-analytics
Source: https://github.com/awslabs/hcls-agent-skills/tree/main/skills/claims-analytics
Command: npx skills add https://github.com/awslabs/hcls-agent-skills --skill claims-analytics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, scipy, pyx12.

What problem does it solve?

This skill addresses the complexity of processing healthcare claims data by providing deterministic, audit-ready code for parsing, profiling, and validating billing information.

Core Features & Use Cases

  • X12 Parsing: Convert raw X12 837/835 claim files into structured Python DataFrames.
  • Provider Profiling: Identify billing anomalies and potential upcoding using statistical z-score analysis.
  • Compliance Validation: Programmatically check claims against NCCI edits and detect duplicate submissions to ensure billing accuracy.

Quick Start

Use the claims-analytics skill to parse the provided X12 837 file and generate a summary of provider billing patterns.

Frequently Asked Questions about claims-analytics

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

FAQPage Schema
How do I parse X12 837 healthcare claims files into a structured format?

You can parse X12 837 healthcare claims files into structured Python pandas DataFrames using the pyx12 dependency. This skill automates the extraction of billing information to prepare data for downstream statistical analysis.

What is the best way to detect billing anomalies and upcoding in healthcare claims?

Detecting billing anomalies and upcoding is best achieved through provider profiling with statistical z-score analysis. This skill compares provider billing patterns against specialty benchmarks to identify outliers and potential compliance violations.

How do I programmatically validate healthcare claims against NCCI edits?

You can programmatically validate healthcare claims against NCCI edits to ensure billing accuracy and compliance. This skill checks claims data for duplicate submissions and compliance violations automatically during the analysis workflow.

Does this claims analytics skill require specific Python libraries to process X12 files?

Yes, processing X12 files and performing statistical analysis requires pandas, numpy, scipy, and pyx12. These dependencies support data manipulation, statistical testing workflows, and X12 837/835 healthcare claim file parsing.

Can I process X12 835 remittance advice files for billing analysis?

Yes, you can process X12 835 remittance advice files alongside X12 837 claims. This skill supports both formats, converting raw X12 835 data into structured Python DataFrames for billing analysis and compliance validation.