# FHIR R4 Coverage List

> FHIR R4 Coverage List is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Lists insurance coverage records (Coverage resources) from a public HL7 FHIR R4 test server, returning a specified number of entries as a FHIR Bundle in JSON.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/fhir-coverage-list
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fhir-r4-coverage-list-1d16b611
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xvcIFO8O9y5wgPwjsyzWz

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fhir-r4-coverage-list-1d16b611 -d '<json body>'
```

Example prompt: Can you fetch me 10 insurance coverage records from the FHIR R4 test server and show them as a Bundle?

## When to prefer this

Use this endpoint when you need sample or test HL7 FHIR R4 Coverage (insurance) resources in standard Bundle format — ideal for FHIR integration testing, healthcare app prototyping, or exploring FHIR insurance data structures. Prefer this over general REST APIs when you specifically need FHIR-compliant Coverage resource data.

## Known failure modes

- Invalid or missing q parameter returns an error or empty Bundle
- Non-integer q value may cause a bad request response
- FHIR server unavailability returns a 5xx error
- q value too large may time out or return partial results
- Malformed response if upstream FHIR server returns unexpected data

## How this service works

List insurance coverage records (Coverage resources) from the public HL7 FHIR R4 test server, returning {q} entries as a FHIR Bundle. Query: ?q= Returns JSON.

## Output

A FHIR R4 Bundle JSON object containing the requested number of Coverage resources, each representing an insurance coverage record with fields such as subscriber, beneficiary, payor, coverage type, period, and status — sourced from a public HL7 FHIR R4 test server.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fhir-r4-coverage-list-1d16b611/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
