Skip to main content
POST
Reject a CDSS alert

Autorizações

Authorization
string
header
obrigatório

Chave de API enviada como token Bearer

Parâmetros de caminho

alert_id
string
obrigatório

The alert id returned by the medical record documents endpoint.

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

"cfa_bXJkLWFiYy0xMjMfSUJVUFJPRkVO"

Resposta

Resposta bem-sucedida

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
obrigatório

The alert identifier the decision was recorded for.

Exemplo:

"cfa_bXJkLWFiYy0xMjMfSUJVUFJPRkVO"

elementId
string
obrigatório

Clinical element key the alert refers to.

Exemplo:

"IBUPROFEN"

status
string
obrigatório

The recorded decision: accepted or rejected.

Exemplo:

"accepted"