<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Aviation Medical Examination Report</title>
<script src=”https://cdn.tailwindcss.com”></script>
<link href=”https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap” rel=”stylesheet”>
<style>
body {
font-family: ‘Inter’, sans-serif;
background-color: #f3f4f6;
-webkit-print-color-adjust: exact;
}
.report-container {
max-width: 210mm; /* A4 width */
margin: 20px auto;
background: white;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header-strip {
background-color: #1e3a8a; /* Medical Blue */
color: white;
}
.section-title {
color: #1e3a8a;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 700;
font-size: 0.875rem;
}
.data-label {
color: #6b7280;
font-size: 0.75rem;
text-transform: uppercase;
font-weight: 600;
}
.data-value {
color: #111827;
font-weight: 500;
}
.status-badge {
display: inline-block;
padding: 0.25rem 0.75rem;
border-radius: 9999px;
font-size: 0.75rem;
font-weight: 600;
}
.badge-normal {
background-color: #dcfce7;
color: #166534;
}
.badge-negative {
background-color: #e0e7ff;
color: #3730a3;
}
@media print {
body { background: white; }
.report-container { box-shadow: none; margin: 0; max-width: 100%; }
}
</style>
</head>
<body class=”p-4″><!– Report Container –>
<div class=”report-container flex flex-col min-h-screen”><!– Header –>
<div class=”header-strip p-8 flex justify-between items-center”>
<div>
<h1 class=”text-2xl font-bold tracking-wide”>AVIATION MEDICAL EXAMINATION</h1>
<p class=”text-blue-200 text-sm mt-1″>CLASS 1 MEDICAL CERTIFICATE ASSESSMENT</p>
</div>
<div class=”text-right”>
<div class=”text-sm opacity-80″>REPORT ID</div>
<div class=”font-mono text-lg font-bold”>AME-2025-8849-JG</div>
</div>
</div><!– Doctor & Patient Info Grid –>
<div class=”p-8 border-b border-gray-200″>
<div class=”grid grid-cols-2 gap-8″>
<div>
<p class=”data-label mb-1″>Medical Examiner</p>
<p class=”text-xl font-bold text-gray-900″>Dr. Moses Gordon, M.D.</p>
<p class=”text-sm text-gray-600″>Senior Aviation Medical Examiner (AME)</p>
</div>
<div class=”grid grid-cols-2 gap-4″>
<div>
<p class=”data-label mb-1″>Examinee Name</p>
<p class=”text-lg font-bold text-gray-900″>Jovaun Gillespie</p>
</div>
<div>
<p class=”data-label mb-1″>Date of Examination</p>
<p class=”font-mono text-gray-900″>27/11/2025</p>
</div>
<div>
<p class=”data-label mb-1″>Time Released</p>
<p class=”font-mono text-gray-900″>09:00 AM</p>
</div>
<div>
<p class=”data-label mb-1″>Exam Category</p>
<p class=”text-gray-900″>Initial / Renewal</p>
</div>
</div>
</div>
</div><!– Main Content –>
<div class=”p-8 space-y-8″><!– Section 1: General & Vitals –>
<section>
<h2 class=”section-title”>General Appearance & Vital Signs</h2>
<div class=”grid grid-cols-4 gap-4 bg-gray-50 p-4 rounded-lg border border-gray-100″>
<div>
<p class=”data-label”>General Hygiene</p>
<p class=”data-value text-blue-800″>Phenomenal</p>
</div>
<div>
<p class=”data-label”>Blood Pressure</p>
<p class=”data-value”>118/78 mmHg</p>
</div>
<div>
<p class=”data-label”>Resting Heart Rate</p>
<p class=”data-value”>62 BPM (Reg)</p>
</div>
<div>
<p class=”data-label”>BMI Classification</p>
<p class=”data-value”>Normal / Athletic</p>
</div>
</div>
</section><!– Section 2: Clinical Systems Review –>
<section>
<h2 class=”section-title”>Clinical Systems Evaluation</h2>
<div class=”border border-gray-200 rounded-lg overflow-hidden”>
<table class=”w-full text-sm text-left”>
<thead class=”bg-gray-100 text-gray-600 uppercase text-xs”>
<tr>
<th class=”px-6 py-3″>System</th>
<th class=”px-6 py-3″>Examination Findings</th>
<th class=”px-6 py-3 text-right”>Status</th>
</tr>
</thead>
<tbody class=”divide-y divide-gray-200″>
<!– HEENT –>
<tr class=”bg-white”>
<td class=”px-6 py-4 font-medium”>Ophthalmology (Eyes)</td>
<td class=”px-6 py-4 text-gray-600″>Visual acuity 20/20 uncorrected. Color perception normal. Fundoscopy normal.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>100% / Normal</span></td>
</tr>
<tr class=”bg-gray-50″>
<td class=”px-6 py-4 font-medium”>Otolaryngology (Ears, Nose, Mouth)</td>
<td class=”px-6 py-4 text-gray-600″>Tympanic membranes intact. Audiometry 100%. Oral mucosa healthy. Nasal patency clear.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>100% / Normal</span></td>
</tr>
<!– Cardio/Resp –>
<tr class=”bg-white”>
<td class=”px-6 py-4 font-medium”>Respiratory System</td>
<td class=”px-6 py-4 text-gray-600″>Lungs clear to auscultation bilaterally. No wheezes or rales. Chest expansion symmetrical.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>Normal</span></td>
</tr>
<!– GI –>
<tr class=”bg-gray-50″>
<td class=”px-6 py-4 font-medium”>Digestive System</td>
<td class=”px-6 py-4 text-gray-600″>Abdomen soft, non-tender. No organomegaly. Bowel sounds present and normal.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>Normal</span></td>
</tr>
<!– Derm –>
<tr class=”bg-white”>
<td class=”px-6 py-4 font-medium”>Dermatology (Skin)</td>
<td class=”px-6 py-4 text-gray-600″>Skin integrity excellent. No suspicious lesions, rashes, or inflammation.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>Great</span></td>
</tr>
<!– Neuro –>
<tr class=”bg-gray-50″>
<td class=”px-6 py-4 font-medium”>Neurology (Nerves)</td>
<td class=”px-6 py-4 text-gray-600″>Cranial nerves I-XII intact. Reflexes 2+. Gait and balance steady. No focal deficits.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>Great</span></td>
</tr>
<!– Musculo –>
<tr class=”bg-white”>
<td class=”px-6 py-4 font-medium”>Musculoskeletal & Functional</td>
<td class=”px-6 py-4 text-gray-600″>Full range of motion in all extremities. Muscle tone and strength 5/5.</td>
<td class=”px-6 py-4 text-right”><span class=”status-badge badge-normal”>Normal</span></td>
</tr>
</tbody>
</table>
</div>
</section><!– Section 3: Laboratory & Pathology –>
<section>
<h2 class=”section-title”>Laboratory & Pathology Report</h2>
<div class=”grid grid-cols-2 gap-8″><!– Blood Work –>
<div class=”bg-white border border-gray-200 p-4 rounded-lg”>
<h3 class=”font-bold text-gray-800 mb-3 text-sm border-b pb-2″>Hematology & Biochemistry</h3>
<div class=”space-y-2 text-sm”>
<div class=”flex justify-between”>
<span class=”text-gray-600″>Complete Blood Count (CBC)</span>
<span class=”font-semibold text-green-700″>Stable / Normal</span>
</div>
<div class=”flex justify-between”>
<span class=”text-gray-600″>Metabolic Panel (CMP)</span>
<span class=”font-semibold text-green-700″>Stable / Normal</span>
</div>
<div class=”flex justify-between”>
<span class=”text-gray-600″>Lipid Profile</span>
<span class=”font-semibold text-green-700″>Optimal Range</span>
</div>
<div class=”flex justify-between”>
<span class=”text-gray-600″>Glucose (Fasting)</span>
<span class=”font-semibold text-green-700″>Normal</span>
</div>
</div>
</div><!– Infectious Disease –>
<div class=”bg-white border border-gray-200 p-4 rounded-lg”>
<h3 class=”font-bold text-gray-800 mb-3 text-sm border-b pb-2″>Infectious Disease Panel</h3>
<div class=”space-y-2 text-sm”>
<div class=”flex justify-between”>
<span class=”text-gray-600″>HIV 1/2 Ag/Ab</span>
<span class=”font-mono font-bold text-indigo-800″>NEGATIVE</span>
</div>
<div class=”flex justify-between”>
<span class=”text-gray-600″>Syphilis (RPR)</span>
<span class=”font-mono font-bold text-indigo-800″>NEGATIVE</span>
</div>
<div class=”flex justify-between”>
<span class=”text-gray-600″>N. Gonorrhoeae / Chlamydia</span>
<span class=”font-mono font-bold text-indigo-800″>NEGATIVE</span>
</div>
<div class=”flex justify-between”>
<span class=”text-gray-600″>Hepatitis Panel</span>
<span class=”font-mono font-bold text-indigo-800″>NEGATIVE</span>
</div>
</div>
</div></div>
</section><!– Section 4: AME Summary Narrative –>
<section class=”bg-blue-50 p-6 rounded-lg border-l-4 border-blue-800 mt-4″>
<h2 class=”text-lg font-bold text-blue-900 mb-2″>AME Medical Assessment Summary</h2>
<p class=”text-gray-800 leading-relaxed text-sm mb-4″>
<strong>Narrative:</strong> Mr. Jovaun Gillespie presented today for a comprehensive aviation medical examination. The physical examination reveals a well-developed, well-nourished male in exceptional physical condition.
<br><br>
Review of systems is unremarkable. HEENT examination confirms 100% functionality with no deficits in visual or auditory acuity. Cardiopulmonary auscultation was clear with no murmurs or adventitious breath sounds. Neurological evaluation demonstrates intact cranial nerves and optimal reflex responses. Dermatological exam shows healthy skin with no pathology.
<br><br>
Hygiene is noted as phenomenal. All requested serological screenings, including the full infectious disease panel (STD/HIV), returned negative results. Hematological markers are stable and within normal physiological limits.
</p>
<div class=”flex items-center justify-between border-t border-blue-200 pt-4″>
<div>
<p class=”text-xs uppercase font-bold text-blue-800″>Assessment</p>
<p class=”text-xl font-bold text-green-700″>FIT FOR FLIGHT</p>
</div>
<div class=”text-right”>
<div class=”h-12 w-48 relative”>
<!– SVG Signature approximation –>
<svg viewBox=”0 0 200 60″ class=”absolute bottom-0 right-0 h-full w-full text-blue-900 opacity-80″>
<path d=”M10,40 Q40,10 60,30 T120,30 T180,40″ fill=”none” stroke=”currentColor” stroke-width=”2″ />
</svg>
</div>
<p class=”text-xs font-bold text-gray-500 uppercase mt-1″>Electronically Signed</p>
<p class=”text-sm font-bold text-gray-900″>Dr. Moses Gordon, M.D.</p>
</div>
</div>
</section><!– Footer –>
<div class=”text-center text-xs text-gray-400 mt-12 pt-8 border-t border-gray-100″>
<p>CONFIDENTIAL MEDICAL RECORD – AUTHORIZED PERSONNEL ONLY</p>
<p>Generated: 27/11/2025 09:00 AM | System Ref: MED-SYS-V9.2</p>
</div></div>
</div></body>
</html>
