let's answer
ls "/tmp/workspace/attachments/5eba3352-9574-4987-9143-a6a66e87f053/"
python3 -c " from docx import Document doc = Document('/tmp/workspace/attachments/5eba3352-9574-4987-9143-a6a66e87f053/Y3_Neuro_non-infectious_student1 (1).docx') for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') "
python3 -c " from docx import Document doc = Document('/tmp/workspace/attachments/5eba3352-9574-4987-9143-a6a66e87f053/Y3_Neuro_non-infectious_student1 (1).docx') for i, table in enumerate(doc.tables): print(f'=== TABLE {i+1} ===') for row in table.rows: cells = [cell.text.strip() for cell in row.cells] print(' | '.join(cells)) print() "
| # | Diagnosis | Reasoning |
|---|---|---|
| 1 | Acute ischemic stroke (left MCA territory) - most likely | Sudden-onset expressive aphasia with right arm/leg weakness (3/5) and left facial droop. She is right-handed, so the LEFT hemisphere is language-dominant. The left MCA supplies Broca's area (inferior frontal gyrus). Hypertension (12 years) plus an irregular heart rhythm (likely AF) are major risk factors. |
| 2 | Intracerebral hemorrhage (ICH) | Also causes sudden focal neurological deficits. Long-standing hypertension is the classic risk factor for hypertensive bleeds (typically basal ganglia, thalamus). Cannot be excluded without non-contrast CT. |
| 3 | Embolic stroke from atrial fibrillation | The heart is described as "irregular" - highly suspicious for atrial fibrillation. AF allows thrombus formation in the left atrial appendage; emboli travel preferentially into the MCA territory because it receives the largest proportion of carotid flow. This may overlap with diagnosis #1 (the mechanism behind the ischemic stroke). |
Key point: CT head without contrast is the first-line imaging - it rules out hemorrhage immediately. If negative, the diagnosis shifts to ischemic stroke and time-to-treatment (tPA window) becomes urgent.
| Feature | Intracerebral Hemorrhage | Ischemic - Thrombotic | Ischemic - Embolic |
|---|---|---|---|
| Basic mechanism | Rupture of a cerebral blood vessel; blood accumulates within brain tissue | Thrombus forms over an atherosclerotic plaque within a cerebral artery, causing progressive occlusion | Embolus forms elsewhere (heart, aorta, carotid) and lodges in a distal cerebral artery |
| Typical onset | Sudden; often worsens over minutes-hours as hematoma expands | May be gradual or "stuttering" - symptoms can fluctuate or build over hours | Abrupt, often maximal at onset (the embolus arrives all at once) |
| Headache | Common and often severe ("worst headache") | Usually absent or mild | Usually absent |
| Vomiting | More common (raised ICP) | Less common | Less common |
| Level of consciousness | More likely impaired, especially with large hemorrhage or intraventricular extension | Usually preserved unless massive infarction | Usually preserved initially |
| Neurological deficits | Focal + mass effect; hemiparesis, aphasia, visual deficits; often severe | Focal deficits matching the vascular territory | Focal cortical deficits (aphasia, visual field cut, neglect) matching the artery |
| Major risk factors | Chronic hypertension, cerebral amyloid angiopathy, anticoagulation, AVM | Atherosclerosis, hypertension, diabetes, hyperlipidemia, smoking, older age | Atrial fibrillation, recent MI, valvular disease (mitral stenosis), ventricular thrombus |
| Typical locations | Basal ganglia, thalamus, pons, cerebellum (hypertensive); lobar (amyloid angiopathy) | Large cerebral arteries (MCA, ACA); can cause lacunar infarcts in small penetrating vessels | MCA most common (receives ~80% of ICA flow); any artery possible |
| CT imaging | Hyperdense (bright white) blood immediately visible | Normal initially; may show subtle early ischemic signs (loss of gray-white differentiation, dense MCA sign) | Normal initially; infarction appears as hypodensity after 6-24 hours |
| Classic example | Hypertensive patient with sudden headache, vomiting, hemiparesis, declining consciousness | Patient with known carotid stenosis develops gradually worsening unilateral limb weakness | Patient with known AF suddenly develops aphasia and hemiplegia - as in this case |
| Presentation | Risk factors | Associated conditions | |
|---|---|---|---|
| Intracerebral hemorrhage | Sudden severe headache, nausea/vomiting, focal deficits, decreased consciousness; may worsen rapidly | Hypertension (most common), anticoagulant use, amyloid angiopathy, AVM, cocaine/stimulants | Hypertension, coagulopathy, cerebral amyloid angiopathy (elderly), AVMs |
| Ischemic (thrombotic) | Focal deficits in a vascular territory; may be preceded by TIA; onset can be stuttering; often on waking | Atherosclerosis, hypertension, diabetes mellitus, dyslipidemia, smoking, older age | Carotid artery disease, coronary artery disease, peripheral vascular disease, metabolic syndrome |
| Ischemic (embolic) | Abrupt onset, often maximal at onset; cortical signs prominent (aphasia, neglect, hemianopia); may have sudden improvement (lysis) | Atrial fibrillation, valvular disease, recent MI, dilated cardiomyopathy, endocarditis | Atrial fibrillation, structural heart disease, deep vein thrombosis (paradoxical embolism via PFO) |
| Finding on Exam | Stroke (UMN) | Bell's Palsy (LMN) |
|---|---|---|
| Forehead wrinkle (raise eyebrow) | Preserved on affected side | Absent - cannot wrinkle forehead |
| Eye closure | Mild weakness; can usually close eye | Incomplete eye closure (lagophthalmos) |
| Lower face droop | Present (contralateral to lesion) | Present (ipsilateral to nerve lesion) |
| Tongue deviation | May be present (CN XII involvement) | Not affected |
| Other neurological signs | Often present: arm/leg weakness, aphasia, sensory loss | Absent (pure facial nerve lesion) |
| Hyperacusis | Absent | May be present (stapedius weakness) |
| Taste loss (anterior 2/3 tongue) | Absent | May be present (chorda tympani) |
| Ear pain (retroauricular) | Absent | Common early symptom |


| Symptoms | Artery | Side of Occlusion |
|---|---|---|
| Behavior changes + left lower leg weakness | Anterior Cerebral Artery (ACA) | Right ACA |
| Vision loss | Posterior Cerebral Artery (PCA) | Contralateral to the visual field deficit |
| Headache + nystagmus + slurred speech | Basilar Artery | N/A (midline/bilateral brainstem) |
| Right facial droop + right arm weakness | Middle Cerebral Artery (MCA) | Left MCA |