Extract insurance certificate information from the following document.
insured_name must be the PERSON name of the physician/medic (beneficiary), NOT the institution or practice name.
Markdown content:
**==> picture [595 x 144] intentionally omitted <==**
## **CERTIFICATE OF COVERAGE**
**Coverage through December 31, 2026**
**Member:** Anh T. Luong, MD **Address:** 555 E. Tachevah Drive, 2W-103 Palm Springs, CA 92262
This certificate confirms that, on the date below, the above-named physician is a member of the Cooperative of American Physicians, Inc. (CAP) and a participant in the Mutual Protection Trust (MPT). MPT is an unincorporated interindemnity arrangement organized under California Insurance Code section 1280.7. This certificate confers no rights upon the member and does not amend, extend or alter the coverage afforded under the terms, conditions and exclusions of the MPT Agreement.
**==> picture [471 x 183] intentionally omitted <==**
**----- Start of picture text -----**<br>
Membership Number Medical Specialty Coverage Date Retroactive Coverage Date<br> 43246 Family Medicine, With Minor July 1, 2023 None<br>Surgery<br>Subspecialty<br>Coverage (Claims made and paid) Current Limits of Liability<br>$1,000,000 for all Claims based<br>Medical Professional Liability Coverage upon an Occurrence<br>$3,000,000 each calendar year<br>aggregate<br>**----- End of picture text -----**<br>
The member must remain a Member in good standing or arrange for Tail Coverage for any open or potential Claim that may arise during the Coverage Period. Neither CAP nor MPT undertake any obligation to advise any party, other than the named member, of any changes to or termination of this coverage.
## **Cooperative of American Physicians, Inc.**
**==> picture [124 x 30] intentionally omitted <==**
November 17, 2025
______________________________________ Date
______________________________________ Alfred De Leon Vice President, Membership Services Mutual Protection Trust
Pre-extracted NER entities:
- COVERAGE_AMOUNT: $1,000,000, $3,000,000
- COVERAGE_TYPE: Professional Liability
Return ONLY a valid JSON object with: insured_name, insurance_company, policy_number, coverages (array of {coverage_type, limit_per_occurrence, limit_per_occurrence_units, aggregate_limit, aggregate_limit_units}), effective_date, expiration_date, is_signed (boolean). For limits: extract BOTH - limit_per_occurrence (per claim) AND aggregate_limit (look for "Aggregate", "Each Calendar Year Aggregate" - amount often in same table row). Units: ONLY short words (million, thousand, dollars, M, K) or null - no explanations. Use EXACT numbers. No scientific notation. No other text or markdown.