Skip to main content
POST
Reject a CDSS alert

Autorizaciones

Authorization
string
header
requerido

Clave API enviada como token Bearer

Parámetros de ruta

alert_id
string
requerido

The alert id returned by the medical record documents endpoint.

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

"cfa_bXJkLWFiYy0xMjMfSUJVUFJPRkVO"

Respuesta

Respuesta exitosa

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
requerido

The alert identifier the decision was recorded for.

Ejemplo:

"cfa_bXJkLWFiYy0xMjMfSUJVUFJPRkVO"

elementId
string
requerido

Clinical element key the alert refers to.

Ejemplo:

"IBUPROFEN"

status
string
requerido

The recorded decision: accepted or rejected.

Ejemplo:

"accepted"