Symptom clarification

{
    "conversation": {
        "id": "910080a6-ef4d-413d-97b3-0171754979a4",
        "scenario": "consultation_routine",
        "phase": "symptom_check",
        "available_commands": [
            "STOP_CONVERSATION"
        ]
    },
    "question": {
        "type": "generic",
        "messages": [
            {
                "type": "generic",
                "value_type": "TEXT",
                "value": "Sorry you're unwell, John.",
                "meta": {}
            },
            {
                "type": "generic",
                "value_type": "TEXT",
                "value": "Just to check, are these your symptoms?",
                "meta": {}
            },
            {
                "type": "generic",
                "value_type": "TEXT",
                "value": "Please choose all the ones you have. (If something's missing, you can add it later.)",
                "meta": {}
            }
        ],
        "mandatory": true,
        "multiple": true,
        "choices": [
            {
                "type": "generic",
                "id": "clarify_CM001658",
                "label": "Shaking"
            }
        ]
    },
    "user": {
        "name": "John",
        "gender": "m",
        "age": 33,
        "year_of_birth": 1990,
        "other": false,
        "initial_symptom": "shaking"
    }
}