get
https://vitalsapi.luscii.com/v1/alerts
Returns a paginated list of alerts in the organization.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Accessible by HC_ADMIN and HC_VIEW_ALL.
The alert object
| Field | Type | Description |
|---|---|---|
id | UUID | Alert's identifier |
userId | UUID | Identifier of the patient who triggered the alert |
groupId | UUID | Identifier of the group the alert belongs to |
protocolId | UUID | null | Protocol associated with the alert, if any |
programId | UUID | null | Program associated with the alert, if any |
measurementId | UUID | null | Measurement that triggered the alert, if any |
instrumentId | UUID | null | Instrument associated with the alert, if any |
type | string | What triggered the alert. One of mea (measurement threshold exceeded), rem (patient remark), ovd (overdue measurement), combination (combination of thresholds) |
flag | string | Severity of the alert. One of red, orange, gray |
status | string | Current status of the alert. One of open, processed, escalated |
processedAt | ISO 8601 | null | Date and time the alert was processed |
processedBy | UUID | null | Identifier of the user who processed the alert |
escalatedAt | ISO 8601 | null | Date and time the alert was escalated |
escalatedBy | UUID | null | Identifier of the user who escalated the alert |
createdAt | ISO 8601 | Date and time the alert was created |
updatedAt | ISO 8601 | Date and time the alert was last updated |
422Unprocessable entity, i.e. Validation error
500Internal error