Skip to main content
POST
Accept a CDSS alert

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Path Parameters

alert_id
string
required

The alert id returned by the medical record documents endpoint.

Required string length: 1 - 512
Pattern: ^[A-Za-z0-9_-]+$
Example:

"cfa_bXJkLWFiYy0xMjMfSUJVUFJPRkVO"

Response

Successful Response

The decision recorded for a CDSS alert.

A 200 means the decision is recorded. An accepted alert is applied to the medical record by a background task, so the record itself may still show its previous content immediately afterwards.

id
string
required

The alert identifier the decision was recorded for.

Example:

"cfa_bXJkLWFiYy0xMjMfSUJVUFJPRkVO"

elementId
string
required

Clinical element key the alert refers to.

Example:

"IBUPROFEN"

status
string
required

The recorded decision: accepted or rejected.

Example:

"accepted"