# Dechallenge computation

In the section “Time-to-onset, dechallenge, rechallenge and causality of suspect and\
interacting drugs”, the information about dechallenge is computed from different data\
elements to get a quick overview. The action taken with the drug together with the reaction\
outcome are translated into *Dechallenge performed (Yes/No/Unknown) and Reaction*\
*resolved/resolving* (Yes/No/Unknown)

#### *Dechallenge performed is set to*

* **yes**, if the action taken with the drug is “Drug withdrawn” or “Dose reduced”
* **no**, if the action taken with the drug is “Dose increased” or “Dose not changed”
* **unknown**, if the action taken with the drug is “Unknown”
* blank, if the action taken with the drug is “Not applicable”

#### *Reaction resolved/resolving is set to*

* **yes**, if the outcome of the reaction is “recovered/resolved”, “recovering/resolving” or  \
  “recovered/resolved with sequelae”
* **no**, if the outcome of the reaction is “not recovered/not resolved” or “fatal”
* **unknown**, if the outcome of the reaction is “Unknown”

Reaction resolved/resolving is only set if there is a reported value for action taken with the\
drug.

If none of the above is true, then free text from the data element drug additional is used. This\
is mainly to capture dechallenge information from case reports where we know this is not\
reported within the structured fields but rather as specific text strings.

* When drug additional is “DECHALL POS” then *Dechallenge performed* is set to **yes** and *Reaction resolved/resolving* is set to **yes**
* When drug additional is “DECHALL NEG” then *Dechallenge performed* is set to **yes** and *Reaction resolved/resolving* is set to **no**
* When drug additional is “DECHALL RESULT UNK” then *Dechallenge performed* is set to **yes** and *Reaction resolved/resolving* is set to **unknown**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.who-umc.org/vigilyze/algorithms-used-in-vigilyze/dechallenge-computation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
