# FHIR Medication Statement List

> FHIR Medication Statement 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-15).

Lists MedicationStatement resources from a public HL7 FHIR R4 test server, returning a configurable number of entries as a FHIR Bundle in JSON format.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/fhir-medication-statement-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-medication-statement-list-58c48423
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_414daF7IeRKe-45Tztdka

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-medication-statement-list-58c48423 -d '<json body>'
```

Example prompt: Can you pull the first 10 medication statements from the FHIR R4 test server and show them to me as a bundle?

## When to prefer this

Use this endpoint when you need to retrieve a list of HL7 FHIR R4 MedicationStatement resources from a public test server, particularly for FHIR integration testing, healthcare app prototyping, or exploring FHIR medication data structures without setting up your own FHIR server.

## Known failure modes

- Invalid or missing q parameter returns empty or error bundle
- q value too large may time out or return partial results
- FHIR test server unavailability results in a connection error
- Non-integer q value may return a 400 bad request error
- Payment not processed results in 402 response

## How this service works

List medication statements (MedicationStatement 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 MedicationStatement resources, each representing a medication record with details such as medication reference, status, subject, and dosage information as defined by the HL7 FHIR R4 specification.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fhir-medication-statement-list-58c48423/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)
