Health background

{
    "conversation": {
        "id": "51feddd4-8daa-4b2a-9579-7bd666587a8a",
        "scenario": "consultation_routine",
        "phase": "health_background",
        "available_commands": [
            "STOP_CONVERSATION"
        ],
        "symptoms_summary": {
            "selected": [
                {
                    "cui": "C0040822",
                    "name": "Tremor or trembling"
                }
            ],
            "excluded": [
                {
                    "cui": "C0036572",
                    "name": "Fits/seizure"
                },
                {
                    "cui": "C0036973",
                    "name": "Shivering or chills"
                }
            ]
        }
    },
    "question": {
        "type": "health_background",
        "messages": [
            {
                "type": "text",
                "text": "Have you ever been diagnosed or suffer with any of the following:"
            },
            {
                "type": "small_text",
                "text": "Select all that apply."
            }
        ],
        "choices": [
            {
                "type": "health_background",
                "id": "C0020538",
                "name": "High BP",
                "long_name": "High blood pressure"
            },
            {
                "type": "health_background",
                "id": "C0011849",
                "name": "Diabetes",
                "long_name": "Diabetes"
            },
            {
                "type": "health_background",
                "id": "C0004096",
                "name": "Asthma",
                "long_name": "Asthma"
            },
            {
                "type": "health_background",
                "id": "C0010054",
                "name": "CHD",
                "long_name": "Heart disease"
            },
            {
                "type": "health_background",
                "id": "C0403447",
                "name": "CKD",
                "long_name": "Chronic kidney disease"
            },
            {
                "type": "health_background",
                "id": "C0024117",
                "name": "COPD",
                "long_name": "Chronic obstructive lung disease"
            },
            {
                "type": "health_background",
                "id": "C0038454",
                "name": "Stroke",
                "long_name": "Previous stroke(s)"
            }
        ]
    },
    "user": {
        "name": "John",
        "gender": "m",
        "age": 33,
        "year_of_birth": 1990,
        "other": false,
        "initial_symptom": "shaking"
    }
}