insurance-coverage-summary — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited insurance-coverage-summary (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Pull Coverage and Organization resources to produce a consolidated insurance summary. Identify primary and secondary coverage, extract plan details, policy and group numbers, coverage periods, and payor organizations. Flag expired coverage, missing authorization data, coverage gaps, and coordination of benefits issues. Output a structured summary suitable for front-desk verification, prior authorization workflows, or care coordination.
| Resource | Purpose | Search Parameters |
|---|---|---|
| Coverage | Insurance plan details | patient, status |
| Organization | Payor/insurer details | Direct read by reference |
| Patient | Subscriber info, managing org | Direct read by ID |
| RelatedPerson | Subscriber if not self | Direct read by reference |
Tool: fhir_search
resourceType: "Coverage"
queryParams: "patient=[patient-id]"Retrieve all Coverage resources regardless of status to capture full history. For each entry extract:
status: active, cancelled, draft, entered-in-errortype: Coverage type from type.coding (system http://terminology.hl7.org/CodeSystem/v3-ActCode)policyHolder: Reference to the policyholder (may be Patient, RelatedPerson, or Organization)subscriber: Reference to the subscribersubscriberId: Subscriber ID / Member IDbeneficiary: Reference to the patientdependent: Dependent numberrelationship: Subscriber-to-beneficiary relationship (self, spouse, child, other)period: Coverage effective period (start and end dates)payor: Reference to the insurance Organizationclass[]: Coverage classification array, each with:type.coding.code: "group", "subgroup", "plan", "subplan", "class", "subclass", "sequence", "rxbin", "rxpcn", "rxid", "rxgroup"value: The identifier valuename: Human-readable nameorder: Coverage order (1 = primary, 2 = secondary, 3 = tertiary)network: Network name or identifiercostToBeneficiary[]: Copay and coinsurance informationtype.coding.code: "copay", "coinsurance", "deductible"valueMoney or valueQuantityFor each Coverage resource, resolve the payor reference:
Tool: fhir_read
resourceType: "Organization"
id: "[payor-reference-id]"Extract from the Organization:
name: Insurance company nametelecom: Phone number, websiteaddress: Mailing addressidentifier: NPI, Tax ID, payer IDtype: Insurance company type classificationEstablish primary vs secondary coverage:
Coverage.order field if populated (1 = primary, 2 = secondary)order is absent, apply coordination of benefits rules:For each Coverage resource, check:
Active Coverage Validation:
status = "active"period.start <= todayperiod.end is null OR period.end >= todaysubscriberId is populatedpayor reference resolves to a valid OrganizationFlag: Expired Coverage
period.end < today but status still = "active"Flag: Missing Subscriber ID
subscriberId is null or emptyFlag: Missing Group Number
class entry with type = "group"Flag: No Primary Coverage
order = 1 or no active coverage at allFlag: Dual Coverage Without Coordination
order field not set on anyCheck for cost-to-beneficiary information:
Note: Most FHIR servers do not populate costToBeneficiary in Coverage resources. If absent, note: "Benefit details not available in FHIR record. Verify with payor or eligibility check system."
Tool: fhir_search
resourceType: "Claim"
queryParams: "patient=[patient-id]&status=active&_count=5&_sort=-created"If Claim resources are available, check for:
insurance[].coverage: References to Coverage resourcesinsurance[].preAuthRef: Prior authorization numbersinsurance[].focal: Which coverage is primary for this claimIf no Claim resources, skip this step.
INSURANCE COVERAGE SUMMARY
============================
Patient: [name] ([patient-id])
Reviewed: [timestamp]
Total Coverage Records: [count] ([active count] active)
PRIMARY COVERAGE
================
Plan: [plan name from class]
Insurer: [Organization name]
Insurer Phone: [telecom]
Member ID: [subscriberId]
Group: [group class value] / [group class name]
Subscriber: [subscriber relationship] - [subscriber name if not self]
Network: [network]
Effective: [period.start] - [period.end or "Ongoing"]
Status: Active
Benefit Details (if available):
Copay: $[amount] per [visit type]
Coinsurance: [percentage]%
Deductible: $[amount] (Individual) / $[amount] (Family)
Out-of-Pocket Max: $[amount]
SECONDARY COVERAGE
==================
Plan: [plan name]
Insurer: [Organization name]
Member ID: [subscriberId]
Group: [group class value]
Effective: [period.start] - [period.end or "Ongoing"]
Status: Active
EXPIRED / INACTIVE COVERAGE
============================
1. [Plan name] - Expired: [period.end] - Status: [status]
(Retained for historical reference)
FLAGS
=====
[!] [Any flagged issues from Step 4]
COORDINATION OF BENEFITS
=========================
Primary: [plan name] (Order: 1)
Secondary: [plan name] (Order: 2)
Determination method: [Coverage.order field / Birthday Rule / Medicare rules]User says: "What insurance does patient 22334 have?"
Actions:
fhir_search Coverage?patient=22334 -- returns 2 active Coverage resourcesfhir_read Organization/[payor-id-1] -- Blue Cross Blue Shieldfhir_read Organization/[payor-id-2] -- MedicareResult:
INSURANCE COVERAGE SUMMARY
============================
Patient: Margaret Thompson (22334)
Reviewed: 2026-02-07T09:00:00Z
Total Coverage Records: 2 (2 active)
PRIMARY COVERAGE
================
Plan: Blue Cross Blue Shield PPO
Insurer: Blue Cross Blue Shield of Texas
Insurer Phone: (800) 521-2227
Member ID: XYZ123456789
Group: GRP-88901 / Acme Corporation Employee Plan
Subscriber: Self
Network: PPO National
Effective: 2025-01-01 - 2025-12-31
Status: Active
SECONDARY COVERAGE
==================
Plan: Medicare Part B
Insurer: Centers for Medicare & Medicaid Services
Member ID: 1EG4-TE5-MK72
Group: N/A
Subscriber: Self
Effective: 2023-08-01 - Ongoing
Status: Active
COORDINATION OF BENEFITS
=========================
Primary: Blue Cross Blue Shield PPO (Order: 1)
Reason: Patient has active employer group health plan (EGHP).
Medicare is secondary when EGHP coverage exists.
Secondary: Medicare Part B (Order: 2)User says: "Check insurance for patient 55667"
Actions:
fhir_search Coverage?patient=55667 -- returns 3 Coverage resources (1 active, 1 expired still marked active, 1 cancelled)fhir_read Organization/[payor-id] -- AetnaResult:
INSURANCE COVERAGE SUMMARY
============================
Patient: Kevin Nguyen (55667)
Reviewed: 2026-02-07T09:15:00Z
Total Coverage Records: 3 (1 truly active)
PRIMARY COVERAGE
================
Plan: Aetna HMO
Insurer: Aetna Inc.
Insurer Phone: (800) 872-3862
Member ID: W123456789
Group: 0012345 / State University Health Plan
Subscriber: Self
Network: HMO Open Access
Effective: 2025-09-01 - 2026-08-31
Status: Active
EXPIRED / INACTIVE COVERAGE
============================
1. United Healthcare PPO - Status shows "active" but period ended 2025-08-31
-> DATA QUALITY ISSUE: Status not updated to reflect termination
2. Medicaid - Status: Cancelled - Ended: 2025-08-31
FLAGS
=====
[!] EXPIRED COVERAGE NOT UPDATED: United Healthcare PPO (Coverage/cov-002) has
period.end = 2025-08-31 but status remains "active". Update to "cancelled".
[!] SINGLE COVERAGE ONLY: No secondary insurance identified.
[!] MISSING BENEFIT DETAILS: No copay, coinsurance, or deductible data in
FHIR record. Contact Aetna for benefit verification.
RECOMMENDATION
==============
Update Coverage/cov-002 status to reflect expiration:
Tool: fhir_update
resourceType: "Coverage"
id: "cov-002"
resource: { "status": "cancelled", ... }User says: "Does patient 99888 have insurance?"
Actions:
fhir_search Coverage?patient=99888 -- returns 0 entriesResult:
INSURANCE COVERAGE SUMMARY
============================
Patient: Carlos Mendez (99888)
Reviewed: 2026-02-07T09:30:00Z
Total Coverage Records: 0
FLAGS
=====
[!] NO INSURANCE COVERAGE ON FILE
No Coverage resources found for this patient. This may indicate:
- Self-pay / uninsured patient
- Coverage data not yet entered
- Coverage stored in a different system not connected to this FHIR server
RECOMMENDATION
==============
1. Verify insurance status with patient
2. Check if coverage is documented in the practice management system
3. Screen for Medicaid/marketplace eligibility if uninsured
4. Document self-pay status if confirmed uninsuredclass array may be empty.type field for coverage type (HMO, PPO, Medicare, Medicaid).payor Organization reference -- the organization name may be the only plan identifier available.class elements.period overlap. The most recent non-expired Coverage is the current one.period.start.order field.patient-demographics-summary -- for complete demographics including insurance at a high levelclinical-summary-generator -- for full clinical summary (does not include insurance details)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.