Skip to content

Instantly share code, notes, and snippets.

@sourcevault
Created September 20, 2021 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sourcevault/7707faf41b13c263bba589c484a4ae4d to your computer and use it in GitHub Desktop.
Save sourcevault/7707faf41b13c263bba589c484a4ae4d to your computer and use it in GitHub Desktop.
medical_fitness_certificate ( Latex )
\documentclass[a4paper]{article}
\pagenumbering{gobble}
\usepackage{concrete}
\usepackage{setspace}
\usepackage{graphicx}% delete the demo option in your actual code
\usepackage{multirow}
\usepackage{color}
\usepackage[table]{xcolor}
\usepackage[export]{adjustbox}
\renewcommand\fbox{\fcolorbox{black}{yellow}}
% \usepackage{showframe} %% just to show the frame
\renewcommand{\familydefault}{\sfdefault}
\usepackage[top=5cm,left=1.4cm,bottom=0.5cm]{geometry}
\usepackage{array}
\renewcommand{\arraystretch}{1}
\begin{document}
\noindent
\setstretch{2.2}
\begin{tabular}{|p{3cm}|p{8cm}|p{5cm}|}
\hline
\multicolumn{3}{|c|}{\cellcolor{gray!30} \rule{0pt}{1cm} \bf{\Large Medical Certificate of Fitness}} \\ [0.3cm]
\hline
% \multicolumn{2}{|c|}{\hfill} & \multirow{3}{*}{\includegraphics[height=.24\textheight]{recent_passport_photo.jpg}} \ \\
\multicolumn{2}{|c|}{\hfill} & \multirow{3}{*}{} \ \\
\multicolumn{2}{|c|}{\hfill} & \hfill \ \\
% \multicolumn{2}{|c|}{\hfill} & \hfill \ \\
\cline{1-2}
\cellcolor{gray!25} Patient Name & \hfill & \hfill \ \\
\cline{2-2}
\cellcolor{gray!25} Date of Birth & \hfill & \ \\
\cline{2-2}
\cellcolor{gray!25} Passport Number & \hfill & \ \\
\cline{2-2}
\cellcolor{gray!25} Date of Exam & \hfill & \ \\
\hline
\end{tabular}
\setstretch{1.3}
\setlength\tabcolsep{0.8cm}
\begin{tabular}{|p{15.69cm}|}
\vspace{0.3cm}
\textbf{I} the undersigned \textbf{<< Doctor's Name >>}, \textit{after having performed the following general physical examination and labatory tests to confirm that the patient} :
\begin{enumerate}
\item is \textbf{free} from any physical disabilities and is emotionally stable.
\item is \textbf{normotensive} and \textbf{non-diabetic}.
\item is \textbf{free} from active pulmonary \textbf{tuberculosis} (\textbf{X-Ray:} Normal Chest Skiagram).
\item is serologically \textbf{non-reactive} from \textbf{VDRL}, \textbf{Hepatitis B} and \textbf{HIV 1} and \textbf{2}.
\item has no sugar / albumin in urine.
\item has \textbf{blood group} and \textbf{RH factor}: .
\item is considered \textbf{medically fit} to pursue their furthur studies outside of << Country Name >>.
\item Remarks ( if any ):
{\small Patient is free from any infectious diseases or any non-communicable diseases which may affect any other person(s) or public interest at the time of examination including including HIV/AIDs.}
\end{enumerate}
\ \\
\hline
\end{tabular}
\begin{tabular}{p{7.04cm} p{7.04cm} }
\vspace{1cm}
\hline
\normal \textbf{<< Doctor's Name >>}
\small \textbf{Examining Physician}
<< Doctor's Registry Code >>
Tel: << Doctor's Telephone address >>
E-mail : << Doctor's Email >>
& \vspace{3cm} \textbf{Date of Issue: << Date of Issue >>} \par\noindent\rule{7cm}{0.4pt} \ \\
% \hline
\end{tabular}
\end{document}
@sourcevault
Copy link
Author

sourcevault commented Sep 20, 2021

compile using pdflatex -interaction=nonstopmode main.tex

If you are getting it issued by a doctor living in third world country, do not pay more than 20 USD for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment