insurance-underwriting-health-verification

Verify health disclosures and score underwriting risk from OCR and ASR inputs.

580|66|Updated Apr 21, 2025
One-click install
npx skills add https://github.com/aliyun/qwen-dianjin --skill insurance-underwriting-health-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insurance-underwriting-health-verification
Source: https://github.com/aliyun/qwen-dianjin/tree/main/DianJin-SKILLS/underwriting-expert/health-verification
Command: npx skills add https://github.com/aliyun/qwen-dianjin --skill insurance-underwriting-health-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires dashscope>=1.14.0, agentscope>=0.1.0, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps underwriting teams systematically verify insurance application health information, including interpreting customer-provided statements (text or voice), standardizing medical terminology, checking for contradictions, and producing a structured risk-scored underwriting recommendation.

Core Features & Use Cases

  • Health disclosure item-by-item review: Ensures every health disclosure question is audited and risk-labeled, with explicit inconsistency detection.
  • Multi-source evidence extraction & parsing: Uses OCR for document scans and ASR for audio-to-text to extract health-related facts and build a health timeline.
  • Risk scoring & underwriting-matrix matching: Scores risks across health/financial/family dimensions, then maps conditions to underwriting outcomes (standard, rating, exclusion, deferment, or rejection).

Use Cases: Trigger when reviewing a new application, performing pre-underwriting risk screening for agents, auditing health disclosure answers, generating a customer risk profile, or deciding whether an applicant is suitable for underwriting.

Quick Start

Use the insurance-underwriting-health-verification skill to audit a health insurance application by asking the user for missing applicant details and then producing a structured underwriting pre-screen report with risk level and recommended next steps.

Frequently Asked Questions about insurance-underwriting-health-verification

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

FAQPage Schema
How do I automate health disclosure verification for insurance underwriting?

Automate health disclosure verification by extracting facts from applicant statements using OCR and ASR, normalizing medical terminology, and checking for contradictions. This process applies disease-rule matrix matching to generate a structured risk score and underwriting recommendation.

How does risk scoring work for insurance pre-screening?

Risk scoring for insurance pre-screening evaluates health, financial, and family risk dimensions extracted from application evidence. It maps applicant conditions against an underwriting matrix to output decisions like standard acceptance, rating, exclusion, deferment, or rejection.

Can I use ASR and OCR to extract medical facts from audio and scanned documents?

Yes, you can use ASR for audio-to-text transcription and OCR for scanned documents to extract health-related facts. These extracted facts are compiled into a health timeline to support underwriting pre-screening and contradiction checks.

Do I need YAML to define inputs for the insurance underwriting process?

Yes, YAML is required to define the inputs, rule evaluation logic, and risk parameters for the underwriting process. The system uses these YAML definitions to query underwriting rules and apply conditional guidance for final decisions.

What happens to underwriting checks if MCP tools are unavailable?

If MCP tools are unavailable, the underwriting checks perform safe degradation by relying on the provided YAML inputs and internal logic. The process continues to normalize medical terminology and score risks without external customer profile or document queries.

How do I detect inconsistencies in health insurance applications?

Detect inconsistencies in health insurance applications by cross-referencing multi-source evidence like ASR transcriptions and OCR document scans. The system performs explicit contradiction checks on health disclosure answers to label risks and flag inconsistencies.