\documentclass[landscape, 12pt]{article}
\usepackage[table, svgnames, dvipsnames]{xcolor}
\usepackage{longtable}
\usepackage[a4paper, landscape, margin=1cm,]{geometry}
\usepackage{makecell, cellspace, caption}
\setlength\cellspacetoplimit{3pt}
\setlength\cellspacebottomlimit{3pt}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\begin{document}
\begin{longtable}{| c | L{4cm} | L{5cm} | L{5cm} | L{4cm} | L{4cm} |}
\hline
\rowcolor{Gainsboro!60}
\makecell{Consumers \\ Priority} & \makecell{Identified \\ Goals/Issues} & \makecell{The consumer’s strengths \\ to address these issues.} & \makecell{Consumer and Nursing \\ Interventions} & \makecell{Person/s \\ Responsible} & \makecell{Timeframe}\\
\hline
\endhead
1 & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. \\
\hline
1 & help & alpha & echo & charlie & bravo \\
\hline
1 & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. \\
\hline
1 & help & alpha & echo & charlie & bravo \\
\hline
1 & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. \\
\hline
1 & help & alpha & echo & charlie & bravo \\
\hline
1 & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. \\
\hline
1 & help & alpha & echo & charlie & bravo \\
\hline
1 & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. \\
\hline
1 & help & alpha & echo & charlie & bravo \\
\hline
1 & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. & These kind of issues are mostly related to the PDF viewer, they will not appear in a print version of the document. \\
\hline
1 & help & alpha & echo & charlie & bravo \\
\hline
\end{longtable}
%\end{landscape}
\end{document}