What is the standard of care treatment for immune / acquired thrombotic thrombocytopenic purpura (TTP)?
Therapeutic plasma exchange and immunosuppression
Treatment of TTP requires emergent initiation of therapeutic plasma exchange (TPE) and immunosuppressive medications (such as rituximab).
Why is high volume plasma transfusion not recommended for TTP?
It may lead to fluid overload
The high volume of plasma needed for TTP remission can cause fluid overload.
In TTP, why is platelet transfusion contraindicated?
It is contraindicated except in severe bleeding
Platelet transfusion can worsen the condition in TTP.
What are the characteristic microscopic peripheral blood findings in an acute episode of immune / acquired thrombotic thrombocytopenic purpura (TTP)?
TTP is a type of thrombotic microangiopathy characterized by microangiopathic hemolytic anemia and thrombocytopenia.
What does schistocytosis indicate in the context of TTP?
Microangiopathic hemolytic anemia
Schistocytosis is a peripheral blood finding substantiating anemia from intravascular hemolysis.
What type of mutations are involved in hereditary persistence of fetal hemoglobin (HPFH)?
These mutations increase γ globin expression and HbF production.
A 48 year old man undergoing routine screening is found to have HbF 35%, HbA1 63.5% and HbA2 1.5% on hemoglobin electrophoresis. His red cell indices are normal and he has no evidence of anemia. What is the most likely underlying genetic mechanism?
hereditary persistence of fetal hemoglobin (HPFH): Large deletions involving the β globin locus or point mutations in γ gene promoters
What is the structure of HbF (Fetal)?
𝛼2 𝛾2 (Alpha/Gamma)
HbF is primarily found in fetuses and newborns.
What is the structure of HbA1 (Adult)?
𝛼2 𝛽2 (Alpha/Beta)
HbA1 is the main type of hemoglobin in adults.
What is the structure of HbA2 (Minor Adult)?
𝛼2 𝛿2 (Alpha/Delta)
HbA2 is present in small amounts in adult blood.
What is the normal adult level of HbF?
< 1%
HbF levels are typically very low in adults.
What is the normal adult level of HbA1?
95% - 98%
HbA1 constitutes the majority of hemoglobin in adults.
What is the normal adult level of HbA2?
2% - 3%
HbA2 is present in small quantities in adult blood.
What does high levels of HbF in adults indicate?
Hereditary persistence (HPFH) or thalassemia
Elevated HbF levels in adults can suggest specific genetic conditions.
What condition is indicated by elevated HbA2?
β-thalassemia trait
Increased HbA2 levels can be a marker for this genetic condition.
When do you start treatment with statins?
10 year CVD risk is ≥ 10%
Which of the following drugs is eliminated from the body following a nonlinear (exponential) kinetic elimination process?
* Aspirin
* Ethanol
* Heparin
* Phenytoin
* Propranolol
* Warfarin
Propranolol (and > 95% of available drugs) follow first order elimination kinetics (i.e. constant fraction per unit time). The remaining < 5% of drugs follow zero order elimination kinetics (i.e. constant amount per unit time).
Define Zero-Order Kinetics
Zero-Order (Constant Amount Each Time)
✅ What happens:
You lose the same amount every time
It does NOT depend on how much you have left
🍬 Example:
Start with 100 candies, eat 10 every hour:
1 hr → 90
2 hr → 80
3 hr → 70
👉 Always losing 10 each hour
(👉 Half-life is NOT constant)
Define First Order Kinetics
First-Order (Percentage Each Time)
Exponential
✅ What happens:
You lose a percentage of what’s left
It depends on how much you have
🍬 Example:
Start with 100 candies, eat 50% every hour:
1 hr → 50
2 hr → 25
3 hr → 12.5
👉 Big drop at first, then slower
(Half-life is CONSTANT)
Prevalence and Significance of First vs Zero Order Kinetics for Drugs
🔹 First-Order (Most Drugs)
Most drugs leave your body in a first-order way.
✅ What that means:
Your body removes a percentage of the drug each time
Example:
100 mg → 50 mg → 25 mg → 12.5 mg
💡 Why this happens:
Your liver and kidneys work proportionally
More drug → faster removal
Less drug → slower removal
⭐ Key point:
Constant half-life (very useful for doctors!)
🔹 Zero-Order (Less Common, Special Cases)
Only a few drugs follow zero-order kinetics.
✅ What that means:
Body removes a fixed amount, no matter how much is there
⚠️ Why this happens:
The body’s enzymes get overloaded (saturated)
They can’t go any faster
🔹 Common Zero-Order Examples (Important!)
You should remember these:
Ethanol (alcohol)
Phenytoin (seizure medicine)
Aspirin (at high doses)
👉 These are often taught as:
“Zero-order = rare but dangerous”
🔹 Why First-Order Is Safer
Predictable
Easy dosing
Less risk of sudden buildup
🔹 Why Zero-Order Can Be Risky
Drug can build up quickly
Small extra dose → big increase in level
Higher risk of toxicity
The level of which lab is inversely related to the risk of cardiovascular disease?
High density lipoprotein (HDL)
HDL cholesterol is called the good cholesterol because it
Transports cholesterol from tissues to liver for excretion
Which type of urinary cast has serrated edges and is an indicator of end stage renal disease?
Waxy cast is seen in the setting of prolonged low urine flow.
Which machine learning method was inspired by the way our visual cortex processes images through receptive fields, whereby retinal neurons receive stimuli from different regions of the visual field and information from multiple retinal neurons are relayed to neurons further down the chain?
Convolutional neural network (CNN) CNN has a feed forward neural network architecture composed of convolution and pooling (downsampling) layers, followed by 1 or more fully connected layers. Convolution or pooling operations are carried out on information from 1 layer and the results are passed on to a deeper layer of the network. CNN has been used on digital slides to aid in identifying histological structures, such as mitosis, nuclei and regions with cancer metastasis.
A convolutional neural network (CNN) is a type of computer model that looks at images and learns to recognize patterns in them.
It works step by step, passing information forward through different layers.
First, it uses convolution layers to scan the image and find important features (like edges, shapes, or textures).
Then, pooling layers shrink the image a bit, keeping only the most important information.
At the end, fully connected layers use all that information to make a final decision (like “this is cancer” or “this is normal tissue”).
Each layer takes the output from the previous one and processes it further, getting more detailed understanding as it goes deeper.
CNNs are often used in medical imaging—for example, they can analyze microscope images (digital slides) to help find things like:
dividing cells (mitosis), cell centers (nuclei), or areas where cancer has spread.
In short: a CNN is a system that looks at images, breaks them down into important features, and uses those features to identify what’s in the image.