Extract and list the terms found in the “text to analyze” that are phenotypic manifestations of {condition_name}. Classify each extracted term according to its corresponding TUI code and 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".