Saltar al contenido principal

Anamnesis

The anamnesisGeneral field captures the structured patient history collected before the image is submitted for analysis. It rides at the top level of the data payload alongside bodySite and pathology.

The questionnaire that drives the questions, and whether it runs at all, is set per tenant in the iframe configuration. When no anamnesis questionnaire is configured, the field is returned as an empty array [].

anamnesisGeneral

The anamnesisGeneral field is an array of questions and their corresponding answers. These questions are asked to the patient before the image is submitted for analysis and their objective is to gather information about the patient's medical history:

"anamnesisGeneral": [
{
"question": "What is the reason for the consultation? How did the problem start? Describe the origin.",
"answer": "I have acne on my face and neck. It started 2 months ago."
},
...
]