26 lines (25 with data), 625 Bytes
digraph {
graph [margin=0 overlap=false rankdir=TB size="4.25,2.2!"]
node [fontname="Liberation Sans" fontsize=9 margin="0.15,0.07" penwidth=0.1 shape=box style=filled]
A [label="PubMed (n=39)
Google Scholar (n=409)
arXiv (n=105)" fillcolor=gray95]
B [label="Articles identified
through database
searching
(n=553)" fillcolor=gray98]
C [label="Articles after content
screening and
duplicate removal
(n=105) " fillcolor=gray98]
D [label="Articles included in
the analysis
(n=154)" fillcolor=gray98]
E [label="Additional articles
identified through
bibliography search
(n=49)" fillcolor=gray98]
B -> C
C -> D
E -> D
}