+
{summary.overall}
+
+ {summary.positives?.length > 0 && (
+
+
+
+ Positives
+
+
+ {summary.positives.map((p, i) => (
+ -
+ •{p}
+
+ ))}
+
+
+ )}
+
+ {summary.concerns?.length > 0 && (
+
+
+
+ {summary.concerns.map((c, i) => (
+ -
+ •{c}
+
+ ))}
+
+
+ )}
+
+ {summary.followUp?.length > 0 && (
+
+
+
+ Follow-up
+
+
+ {summary.followUp.map((f, i) => (
+ -
+ •{f}
+
+ ))}
+
+
+ )}
+
+
+
+ )}
+