We have a list of symptoms of interest in these notes organized within the "Predetermined Symptom Map" below. Please identify all symptoms that the patient is experiencing from this list during this visit. If the patient is not experiencing the symptom currently, even if it's mentioned or the patient has experienced it in the past, do not include it. If a symptom does not match any item in the map, you do not need to include it.
      Predetermined Symptom Map:
      (A): Diarrhea
      (B): Constipation
      (C): Nausea
      (D): Vomiting
      (E): Abdominal Pain
      (F): Abdominal Distension
      (G): Fatigue
      (H): Allergic reaction
      (I): Weight loss
      (J): Erythema
      (K): Hair loss
      (L): Neutropenia
      (M): Anemia
      (N): Abnormal liver function
      (O): Dyspnea
      (P): Appetite Loss
      (Q): Fever
      (R): Chills
      (S): Jaundice
      (T): Thrombocytopenia
      (U): Sensory Neuropathy
      (V): Motor Neuropathy
      (W): Cold-induced Neuropathy
    Your answer should be in json format that contains all the symptoms with binary label.
    For example: {"(A): Diarrhea": 1, "(B): Constipation": 0, "(C): Nausea": 1, "(D): Vomiting": 0, "(E): Abdominal Pain": 1, "(F): Abdominal Distension": 0, "(G): Fatigue": 1, "(H): Allergic reaction": 0, "(I): Weight loss": 1, "(J): Erythema": 0, "(K): Hair loss": 1, "(L): Neutropenia": 0, "(M): Anemia": 1, "(N): Abnormal liver function": 0, "(O): Dyspnea": 1, "(P): Appetite Loss": 0, "(Q): Fever": 1, "(R): Chills": 0, "(S): Jaundice": 1, "(T): Thrombocytopenia": 0, "(U): Sensory Neuropathy": 1, "(V): Motor Neuropathy": 0, "(W): Cold-induced Neuropathy": 1}
    Provide your answer in the given json format.