# FHIR MedicationRequest List

> FHIR MedicationRequest 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).

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

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/fhir-medication-request-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-medicationrequest-list-3fce9db1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EIxC26T7kDg1bYi8u2f_h

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-medicationrequest-list-3fce9db1 -d '<json body>'
```

Example prompt: Can you pull me a page of MedicationRequest records from the public HL7 FHIR R4 test server for the query 'metformin'?

## When to prefer this

Use this endpoint when you need to retrieve FHIR R4 MedicationRequest resources from a public HL7 test server for healthcare development, testing, or data exploration purposes. Prefer this over manual FHIR server queries when you need a simple, pay-per-call interface to paginated prescription data without managing server credentials.

## Known failure modes

- Missing or empty q parameter may return empty results or an error
- Invalid query string may return no matching resources
- Public FHIR test server unavailability may cause timeout or 5xx error
- Malformed FHIR query syntax may result in error response
- Rate limiting or payment failure may block access

## How this service works

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

## Output

A JSON response containing a page of FHIR R4 MedicationRequest resources matching the query, including prescription details such as medication codes, patient references, dosage instructions, status, and prescriber information, returned in standard HL7 FHIR bundle format.

## More

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