Clinical Pharmacy
Therapeutic Review
Department of Clinical Pharmacy
Therapeutic
Decision-Making
TDM Style Case Questions
Collected and Prepared By
Dr Hamza Abu Nawara
Clinical Pharmacy Practice
For Educational Purposes Only
First Edition 2025
300+ Clinical Cases
These more than 300 cases are based on prior clinical notes and previous exam scenarios.
In current MCQ formats, some questions may have more than one correct answer and may
require selecting multiple options. All appropriate answers should be chosen based on
the clinical context.
1
Each question presents a clinical scenario followed by multiple
options. Read the stem carefully before selecting your answer.
2
Some questions require selecting more than one answer.
These are clearly indicated with a red notice specifying the number
of correct answers to select.
3
Questions are presented without answers in the main section.
All correct answers with detailed clinical reasoning are provided in the
Answer Key section at the end of the book.
4
This collection covers multiple therapeutic areas including neurology,
cardiology, pulmonology, dermatology, anticoagulation, and more.
5
Always verify clinical decisions with current guidelines
and evidence-based references. This material is intended for educational
purposes and exam preparation only.
{% set ns = namespace(page_count=2) %}
{% set per_page = 3 %}
{% set total_pages = ((questions | length) / per_page) | round(0, 'ceil') | int %}
{% for p in range(total_pages) %}
TDM Case Questions
Dr Hamza Abu Nawara
{% if p == 0 %}
Section One
Clinical Case Questions
{% endif %}
{% set start = p * per_page %}
{% set end = start + per_page %}
{% for q in questions[start:end] %}
{% if q.answer | length > 1 %}
SELECT {{ q.answer | length }} CORRECT ANSWERS
{% endif %}
{% for opt in q.choices %}
-
{{ opt.letter }}.
{{ opt.text }}
{% endfor %}
{% endfor %}
{% set ns.page_count = ns.page_count + 1 %}
{{ ns.page_count }}
{% endfor %}
{% set ak_per_page = 3 %}
{% set ak_total = ((questions | length) / ak_per_page) | round(0, 'ceil') | int %}
{% for p in range(ak_total) %}
Answer Key
Dr Hamza Abu Nawara
{% if p == 0 %}
Section Two
Answers and Clinical Reasoning
{% endif %}
{% set start = p * ak_per_page %}
{% set end = start + ak_per_page %}
{% for q in questions[start:end] %}
{{ q.question_number }}
Answer{{ 's' if q.answer | length > 1 else '' }}:
{% for a in q.answer %}
{{ a }}
{% endfor %}
{{ q.reason }}
{% endfor %}
{% set ns.page_count = ns.page_count + 1 %}
{{ ns.page_count }}
{% endfor %}
These case-based questions are designed to strengthen your
clinical reasoning and therapeutic decision-making skills.
Continue reviewing, practicing, and always verify with
current clinical guidelines and evidence-based resources.
Dr Hamza Abu Nawara
Clinical Pharmacy Practice
Therapeutic Decision-Making Collection
First Edition 2025
FOR EDUCATIONAL PURPOSES ONLY
ALWAYS CONSULT CURRENT CLINICAL GUIDELINES
300+ CLINICAL CASE-BASED QUESTIONS