ZeqPharmacovigilance
Adverse event signal detection. Disproportionality analysis (PRR/ROR), Bayesian signal detection, causality assessment with Zeqond-timestamped reporting.
| Endpoint | POST /api/pharma/vigilance |
| Auth | api-key |
| Rate limit | 10/min |
| Category | pharma |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
reports | array | Yes | [{ drug, event, outcome, time }] |
method | string | No | 'prr', 'ror', 'bcpnn', 'gps'. |
Returns
{ signals, prr, ror, confidenceInterval, causalityScore, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"reports": [],
"method": "prr"
}' \
"https://zeqsdk.com/api/pharma/vigilance"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-pharmacovigilance.