# FHIR DiagnosticReport List

> FHIR DiagnosticReport 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-14).

Retrieves a paginated list of FHIR R4 DiagnosticReport resources from the public HL7 FHIR test server

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/fhir-diagnostic-report-list
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fhir-diagnosticreport-list-78f9787f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_irAaIV8_XBCpxs_ikEOdg

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-diagnosticreport-list-78f9787f -d '<json body>'
```

Example prompt: Can you pull a page of FHIR DiagnosticReport records from the HL7 R4 test server — search for reports related to 'blood panel'?

## When to prefer this

Use this endpoint when you need to retrieve or browse FHIR R4 DiagnosticReport resources from the public HL7 test server, particularly for testing FHIR integrations, exploring clinical diagnostic data structures, or building healthcare applications that need sample diagnostic report data in standard HL7 format.

## Known failure modes

- Empty result set if the query term matches no DiagnosticReports on the public test server
- Malformed or missing query parameter may return an error or unfiltered results
- Public test server downtime or rate limiting may cause 503 or timeout responses
- FHIR server may return an OperationOutcome resource instead of a Bundle if query is invalid

## How this service works

Return a page of {q} FHIR DiagnosticReport resources from the public HL7 FHIR R4 test server. Query: ?q= Returns JSON.

## Output

A paginated JSON response containing FHIR R4 DiagnosticReport resources matching the search query, including report metadata, status, subject references, and diagnostic findings as structured HL7 FHIR objects.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fhir-diagnosticreport-list-78f9787f/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)
