Extract and list all the {insert semantic type} that are related to the condition found in the "text to analyze". \ Classify each extracted term into TUI code {insert TUI code} and Semantic type {insert semantic type}. Format the output as JSON in the following structure: [ { "Entities": [ { "Entity": "Entity Name 1", "TUI_Code": "TUI Code 1", "Semantic_Type": "Semantic Type 1" }, { "Entity": "Entity Name 2", "TUI_Code": "TUI Code 2", "Semantic_Type": "Semantic Type 2" } ] } ] Ensure each object in the "Entities" array contains the keys: "Entity", "TUI_Code", and "Semantic_Type".