pa-decision-automation

Parses X12 278 and FHIR PAS transactions into actionable clinical features for adjudication and denial analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, scikit-learn, xgboost, shap.

What problem does it solve?

This skill addresses the operational bottleneck of prior authorization (PA) by automating the parsing of complex EDI and FHIR transactions, applying clinical adjudication logic, and identifying systemic denial patterns.

Core Features & Use Cases

  • Automated Parsing: Converts X12 278 EDI and FHIR PAS bundles into structured clinical data.
  • Adjudication Engine: Implements rules-based decision logic and ML-driven classification for PA requests.
  • Denial Analysis: Identifies systemic documentation gaps and provides SHAP-based explainability for model outcomes.

Quick Start

Use the pa-decision-automation skill to parse the provided FHIR PAS bundle and run the adjudication engine against the current clinical policy.

Frequently Asked Questions about pa-decision-automation

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

FAQPage Schema
How do I automate prior authorization workflows for FHIR PAS transactions?

You can automate prior authorization by parsing FHIR PAS and X12 278 transactions into structured clinical features. The skill applies rules-based adjudication logic and ML classifiers to evaluate requests, streamlining the end-to-end authorization workflow.

What is the best way to analyze prior authorization denial patterns using machine learning?

Analyze prior authorization denial patterns by deploying gradient-boosted ML classifiers to identify systemic documentation gaps. The skill uses SHAP-based explainability to provide auditable insights into the model outcomes driving denials.

Can I use scikit-learn and xgboost to classify prior authorization requests?

Yes, you can use scikit-learn and xgboost to build gradient-boosted ML classifiers for prior authorization requests. The skill leverages these dependencies to optimize decision-making and maintain regulatory-compliant adjudication workflows.

How do I parse X12 278 EDI files for healthcare adjudication processing?

Parse X12 278 EDI files for healthcare adjudication by converting the complex transactions into structured clinical data. This skill automates the parsing process to feed rules-based adjudication engines and ML classifiers for prior authorization.

Does prior authorization automation support explainable ML models for compliance?

Yes, prior authorization automation supports explainable ML models by using SHAP-based explainability for model outcomes. This ensures regulatory-compliant and auditable authorization workflows while maintaining transparency in denial pattern mining.