Retrieves and analyzes insurance coverage from FHIR Coverage and Organization resources including coordination of benefits, coverage gaps, and eligibility details. Use when asked about insurance info, coverage details, benefits check, coordination of benefits, coverage verification, or payer information.
Use when a clinician or administrative staff needs detailed insurance coverage information including primary/secondary coordination, coverage periods, subscriber details, and payer contacts.
fhir_search to retrieve all Coverage resources for the patient (active and inactive)fhir_read to retrieve referenced Organization resources (payers) for contact detailsfhir_search(resourceType="Coverage", queryParams="patient=[patient-id]")
fhir_search(resourceType="Coverage", queryParams="patient=[patient-id]&status=active")
fhir_read(resourceType="Organization", id="[payer-organization-id]")