Extract and list all the phenotypic manifestations of the condition found in the “text to analyze”. 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".