# FHIR Location List Search

> FHIR Location List Search 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 Location resources from the public HL7 FHIR test server, filtered by a search query.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/fhir-location-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-location-list-search-d1fbf1c5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HzH7yOtCZK_x-dCkCd2GM

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-location-list-search-d1fbf1c5 -d '<json body>'
```

Example prompt: Can you pull me a page of FHIR Location resources from the HL7 test server for hospitals in Boston?

## When to prefer this

Use this endpoint when you need to retrieve FHIR-compliant Location resource data from the standard HL7 FHIR R4 test server in JSON format, particularly for healthcare interoperability testing, HL7 integration work, or when you need paginated location records in the FHIR resource schema rather than raw address lookups.

## Known failure modes

- Empty result set if no FHIR Locations match the query string
- Invalid or missing q parameter may return an error or default empty page
- Public test server downtime may cause 503 or connection errors
- Malformed query strings may result in 400 Bad Request
- Rate limiting or payment failure may block access (402 Payment Required)

## How this service works

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

## Output

A JSON array or Bundle of FHIR R4 Location resources matching the query, including fields such as resource ID, name, status, address, telecom, managing organization, and geographic position coordinates, sourced from the public HL7 FHIR R4 test server.

## More

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