# FHIR Condition (Diagnosis) List – HL7 R4 Test Server

> FHIR Condition (Diagnosis) List – HL7 R4 Test Server 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-15).

Returns a paginated list of FHIR R4 Condition (diagnosis) resources from the public HL7 FHIR test server, filtered by a query parameter.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/fhir-condition-list
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fhir-condition-diagnosis-list-hl7-r4-test-server-4e484d86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-QDBHzWyvh3nItkpNcRCs

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-condition-diagnosis-list-hl7-r4-test-server-4e484d86 -d '<json body>'
```

Example prompt: Pull me a page of 10 FHIR Condition resources from the public HL7 R4 test server so I can check what diagnosis records look like in FHIR JSON format.

## When to prefer this

Use this endpoint when you need sample or real FHIR R4 Condition resources for healthcare app development, integration testing, or exploring HL7 FHIR diagnosis data structures — especially when you want paginated JSON results from the canonical public HL7 test server without setting up your own FHIR server.

## Known failure modes

- Missing or empty q parameter may return no results or a default page
- Upstream HL7 public test server downtime causes request failure
- Invalid q value returns empty bundle or error JSON
- Network timeout if test server is slow to respond

## How this service works

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

## Output

A JSON array of FHIR R4 Condition resources including fields such as resourceType, id, clinicalStatus, verificationStatus, code (diagnosis code/display), subject (patient reference), and onset details — sourced from the public HL7 FHIR test server.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fhir-condition-diagnosis-list-hl7-r4-test-server-4e484d86/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)
