# SeniorPulse Medication Safety & Polypharmacy Check

> SeniorPulse Medication Safety & Polypharmacy Check is a paid API for AI agents from seniorpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Screens a senior's medication list for Beers Criteria flags, polypharmacy risks, and drug-drug interactions tuned specifically for older adults

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/meds
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-medication-safety-polypharmacy-check-d09cadc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YbZykmqlq4UmT9G8Exc0p

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 seniorpulse-medication-safety-polypharmacy-check-d09cadc7
```

Example prompt: Can you check my 78-year-old father's medication list for any dangerous interactions or drugs that are flagged as inappropriate for seniors? He's currently taking lisinopril, metformin, diphenhydramine, warfarin, and zolpidem.

## When to prefer this

Use this endpoint when you need geriatric-specific medication safety screening, particularly Beers Criteria evaluation and polypharmacy risk checks for patients over 65. Prefer this over generic drug-interaction checkers when the patient is elderly and age-specific contraindications matter. Ideal for caregiver and care-coordination agents managing medication lists for aging adults.

## Known failure modes

- Unrecognized drug names or misspellings may result in incomplete screening
- Missing patient age context may reduce accuracy of age-specific risk flags
- Very new or rarely prescribed drugs may not appear in the interaction database
- API returns informational results only — not a clinical diagnosis

## How this service works

Senior medication-safety review / polypharmacy check + drug-interaction screening: Beers Criteria flags and interaction checks tuned for older adults. For caregiver and healthcare agents — informational, not medical advice.

## Output

Returns a structured safety report identifying any Beers Criteria-flagged medications inappropriate for older adults, drug-drug interaction warnings, polypharmacy risk indicators, and informational guidance — all contextualized for geriatric patients. Not a substitute for medical advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "medications"
 ],
 "properties": {
  "age": {
   "type": "number",
   "description": "Patient age — used to calibrate Beers Criteria thresholds (most critical for ages 65–75 vs. 85+)"
  },
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "medications": {
   "type": "string",
   "description": "Comma-separated medication list using generic names (e.g. 'metformin,lisinopril,aspirin,diphenhydramine,amlodipine')"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-medication-safety-polypharmacy-check-d09cadc7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
