Claude-skill-registry coverage
Generate Coverage and insurance resources with payer diversity including Medicare, Medicaid, commercial, Tricare, VA, and self-pay. Use when user mentions coverage, insurance, payer, Medicare, Medicaid, benefits, or coordination of benefits. For claims and EOB see the claims-eob skill.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/other/other/coverage-alvinhenrick-fhir-synth" ~/.claude/skills/majiayu000-claude-skill-registry-coverage && rm -rf "$T"
manifest:
skills/other/other/coverage-alvinhenrick-fhir-synth/SKILL.mdsource content
Coverage and Insurance
Model payer diversity:
- Coverage resource: Include subscriber, beneficiary, payor references.
- Payer types: Medicare (Part A, B, C, D), Medicaid, Commercial (BCBS, Aetna, UHC, Cigna), Tricare, VA, Self-pay/uninsured, Workers' Comp.
- Class: group, plan, subplan, class, subclass, sequence.
- Include Coverage.type codes from http://terminology.hl7.org/CodeSystem/v3-ActCode: EHCPOL (employee healthcare), PUBLICPOL (public policy), SUBSIDIZ, MANDPOL.
- Period: coverage start/end dates, with some patients having gaps in coverage.
- Include patients with multiple coverages (primary/secondary coordination).