%------------------------------------------------------------------ % Author: Karsten Hilbert % License: GPL v2 or later %------------------------------------------------------------------ \documentclass[english]{article} \usepackage[T1]{fontenc} \usepackage[utf8x]{inputenc} \usepackage{hyperref} \usepackage{ragged2e} \usepackage{tabularx} %\usepackage{ucs} %\usepackage{lmodern} %\usepackage{times} %\usepackage{amsmath} \usepackage[a4paper]{geometry} \geometry{verbose,lmargin=2.54cm} \pagestyle{empty} \setlength{\parskip}{\medskipamount} \setlength{\parindent}{0pt} \makeatletter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands. %% Because html converters don't know tabularnewline \providecommand{\tabularnewline}{\\} \makeatother \usepackage{babel} \begin{document} \footnotetext {\tiny \href{http://www.gnumed.org}{GNUmed} GIT HEAD -- \href{http://www.gnumed.org}{www.gnumed.org}} \footnotetext {\tiny Template: Current medication list (GNUmed default) v17.0} \noindent \begin{center} {\LARGE Current Medication List}% \par\end{center} \noindent \begin{center} {\large Printed: 2012 November 28} \par\end{center}{\large \par} \noindent \begin{center} {\large Provider: Dr. L. McCoy} \par\end{center}{\large \par} \noindent Patient: Kirk, James Tiberius \noindent Birthdate: 1931 März 21 {\footnotesize \\ } \vspace*{\medskipamount} %------------------------------------------------------------------ \noindent Medikamentenliste {\tiny (nach Handelsnamen geordnet)\par} \noindent \begin{tabularx}{\textwidth}{|>{\RaggedRight}X|>{\RaggedRight}X|} \hline Medikament & Einnahme / Hinweis \tabularnewline \hline \hline IbuStrong Starship Enterprises tablet & 1- \textbackslash. - 1 \tabularnewline {\tiny Ibuprofen-Starship 800mg\par} & {\scriptsize \par} \tabularnewline \hline MetoPharm comp. tablets & 1-0-0-0 \tabularnewline {\tiny HCT 12.5mg / Metoprolol 100mg\par} & {\scriptsize report increased nightly bladder activity\par} \tabularnewline & {\scriptsize report pulse < 60\par} \tabularnewline \hline \end{tabularx} \noindent Zusätzliche Angaben \noindent \begin{tabularx}{\textwidth}{|>{\RaggedRight}X|l|>{\RaggedRight}X|p{7.5cm}|} \hline Stoff {\scriptsize (Handelsname)} & Stärke & Ziel \tabularnewline \hline Ibuprofen-Starship ({\small tablet}: {\tiny IbuStrong Starship Enterprises}) & 800mg & \tabularnewline \hline HCT ({\small tablets}: {\tiny MetoPharm comp.}) & 12.5mg & {\scriptsize lower CV risk via RR} \tabularnewline \hline Metoprolol ({\small tablets}: {\tiny MetoPharm comp.}) & 100mg & {\scriptsize lower CV risk via RR} \tabularnewline \hline \end{tabularx} %------------------------------------------------------------------ test %------------------------------------------------------------------ % uncomment, if and as needed, the next lines to append text below the table %{\footnotesize % start smaller font % %} % end smaller font %------------------------------------------------------------------ \vfill{} %------------------------------------------------------------------ \noindent Allergies: \noindent *hat* Allergien (2012 Juni 13) \noindent \begin{tabularx}{\textwidth}{|l|l|X|} \hline Agent & Type & Reaction\tabularnewline \hline \hline Penicillin & Allergie & {\footnotesize developed urticaria/dyspnoe this morning, eg. 12h after first tablet} \tabularnewline \hline \end{tabularx} %------------------------------------------------------------------ \medskip{} \noindent \begin{flushright} \texttt{\textsl{\footnotesize Practice Stamp / Physician Signature}} \par\end{flushright} \end{document} %------------------------------------------------------------------