<?xml version="1.0" ?>
<document>
	<page number="1">
		<text>THE UNIVERSITY OF
WESTERN
AUSTRALIA
DENT 3005:Introduction to
Pharmacology
**Haematology**
Dr Thuy Linh Truong
thuy.truong@uwa.edu.au</text>
		<formatted_text># **DENT 3005: Introduction to Pharmacology**
## **Haematology**
**Dr Thuy Linh Truong**
thuy.truong@uwa.edu.au</formatted_text>
	</page>
	<page number="2">
		<text>&amp;lt;img src=&amp;quot;An abstract black and white artwork with the text &amp;apos;The University of Western Australia&amp;apos; logo, &amp;apos;Acknowledgement of country&amp;apos; and a statement acknowledging the Noongar land and people.&amp;quot;&amp;gt; &amp;lt;/img&amp;gt;</text>
		<formatted_text/>
	</page>
	<page number="3">
		<text>**Learning Outcomes**

**Learning objectives**
1) Understand the classes and mechanisms of
haematological drugs
2) Identify common classes of haematological
drugs: anticoagulants, antiplatelets,
fibrinolytics, haemostatic agents, drugs used
in blood disorders
3) Understand how these drugs impact
coagulation and bleeding risks
4) Recognise risks for bleeding in relation to
dental treatments and adjust management
accordingly
5) Recognise when INR monitoring is necessary
6) Understand local haemostatic measures
7) Know the implications of haematological
drugs and interactions in the dental setting

&amp;lt;img src=&amp;quot;description_of_image&amp;quot; alt=&amp;quot;An illustration of a doctor with a magnifying glass examining blood samples in test tubes, with red blood cells and medical symbols in the background.&amp;quot; /&amp;gt;</text>
		<formatted_text># **Learning Outcomes**

## **Learning objectives**
1) Understand the classes and mechanisms of haematological drugs
2) Identify common classes of haematological drugs: anticoagulants, antiplatelets, fibrinolytics, haemostatic agents, drugs used in blood disorders
3) Understand how these drugs impact coagulation and bleeding risks
4) Recognise risks for bleeding in relation to dental treatments and adjust management accordingly
5) Recognise when INR monitoring is necessary
6) Understand local haemostatic measures
7) Know the implications of haematological drugs and interactions in the dental setting</formatted_text>
	</page>
	<page number="4">
		<text>## Normal Coagulation

* Haemostasis: to stop bleeding
* Primary haemostasis: forms an unstable platelet plug at site of injury
* Secondary haemostasis: activation of coagulation cascade to stabilize the plug
* Intrinsic &amp;amp; extrinsic pathway converge at the common pathway
    * Activation of factor X $\rightarrow$ Xa $\rightarrow$ fibrin clot
* Plasmin from plasminogen breaks down the clot after repair process is completed

```mermaid
flowchart TD
    subgraph Intrinsic Pathway
        A[Platelets cling and their surfaces provide sites for mobilisation of factors]
        A --&amp;gt; B(XII)
        A --&amp;gt; C(XI)
        A --&amp;gt; D(IX)
        A --&amp;gt; E(VIII)
        B --&amp;gt; B1(Activated XII (XIIa))
        C --&amp;gt; C1(Activated XI (XIa))
        D --&amp;gt; D1(Activated IX (IXa))
        E --&amp;gt; E1(Activated VIII (VIIIa))
        F[Platelet phospholipids released]
        B1 --&amp;gt; F
        C1 --&amp;gt; F
        D1 --&amp;gt; F
        F --&amp;gt; E1
    end
    
    subgraph Extrinsic Pathway
        G(VII) --&amp;gt; G1(Activated VII (VIIa)-TF complex)
    end
    
    subgraph Common Pathway
        D1 &amp;amp; E1 --&amp;gt; H(Activated X (Xa))
        G1 --&amp;gt; H
        H --&amp;gt; I[Prothrombin activator]
        I --&amp;gt; J(Thrombin)
        J --&amp;gt; K(Fibrinogen (I))
        J --&amp;gt; L(XIII)
        K --&amp;gt; M(Fibrin)
        L --&amp;gt; M1(Activated XIII (XIIIa))
        M --&amp;gt; M2[Cross-linked fibrin polymer]
        M1 --&amp;gt; M2
    end
    
    Plasminogen --&amp;gt; P(Plasmin)
    P --&amp;gt; Q[dissolves]
    Q --&amp;gt; M2
    
    style B fill:#F0F0F0,stroke:#333
    style C fill:#F0F0F0,stroke:#333
    style D fill:#F0F0F0,stroke:#333
    style E fill:#F0F0F0,stroke:#333
    style G fill:#F0F0F0,stroke:#333
    style L fill:#F0F0F0,stroke:#333
    
    style B1 fill:#F0F0F0,stroke:#333
    style C1 fill:#F0F0F0,stroke:#333
    style D1 fill:#F0F0F0,stroke:#333
    style E1 fill:#F0F0F0,stroke:#333
    style G1 fill:#F0F0F0,stroke:#333
    style H fill:#F0F0F0,stroke:#333
    style M1 fill:#F0F0F0,stroke:#333
    
    style J fill:#F0F0F0,stroke:#333
    style K fill:#F0F0F0,stroke:#333
    
    style I fill:#F0F0F0,stroke:#333
    
    subgraph Anticoagulants
        Warfarin1&amp;gt;**Warfarin** --&amp;gt; D
        Warfarin2&amp;gt;**Warfarin** --&amp;gt; H
        Warfarin3&amp;gt;**Warfarin** --&amp;gt; J
        H &amp;lt;-- LMWH[LMWH]
        H &amp;lt;-- Heparin1[Heparin]
        H &amp;lt;-- Fondaparinux[Fondaparinux]
        J &amp;lt;-- Heparin2[Heparin]
        J &amp;lt;-- ThrombinInhibitors[Thrombin inhibitors]
    end
    
    D --&amp;gt; Warfarin1
    H --&amp;gt; Warfarin2
    J --&amp;gt; Warfarin3
```</text>
		<formatted_text># **Normal Coagulation**

- Haemostasis: to stop bleeding
- Primary haemostasis: forms an unstable platelet plug at site of injury
- Secondary haemostasis: activation of coagulation cascade to stabilize the plug
- Intrinsic &amp;amp; extrinsic pathway converge at the common pathway
  - Activation of factor X $\rightarrow$ Xa $\rightarrow$ fibrin clot
- Plasmin from plasminogen breaks down the clot after repair process is completed

```mermaid
flowchart TD
    subgraph Intrinsic Pathway
        A[Platelets cling and their surfaces provide sites for mobilisation of factors]
        A --&amp;gt; B(XII)
        A --&amp;gt; C(XI)
        A --&amp;gt; D(IX)
        A --&amp;gt; E(VIII)
        B --&amp;gt; B1(Activated XII (XIIa))
        C --&amp;gt; C1(Activated XI (XIa))
        D --&amp;gt; D1(Activated IX (IXa))
        E --&amp;gt; E1(Activated VIII (VIIIa))
        F[Platelet phospholipids released]
        B1 --&amp;gt; F
        C1 --&amp;gt; F
        D1 --&amp;gt; F
        F --&amp;gt; E1
    end
    
    subgraph Extrinsic Pathway
        G(VII) --&amp;gt; G1(Activated VII (VIIa)-TF complex)
    end
    
    subgraph Common Pathway
        D1 &amp;amp; E1 --&amp;gt; H(Activated X (Xa))
        G1 --&amp;gt; H
        H --&amp;gt; I[Prothrombin activator]
        I --&amp;gt; J(Thrombin)
        J --&amp;gt; K(Fibrinogen (I))
        J --&amp;gt; L(XIII)
        K --&amp;gt; M(Fibrin)
        L --&amp;gt; M1(Activated XIII (XIIIa))
        M --&amp;gt; M2[Cross-linked fibrin polymer]
        M1 --&amp;gt; M2
    end
    
    Plasminogen --&amp;gt; P(Plasmin)
    P --&amp;gt; Q[dissolves]
    Q --&amp;gt; M2
    
    style B fill:#F0F0F0,stroke:#333
    style C fill:#F0F0F0,stroke:#333
    style D fill:#F0F0F0,stroke:#333
    style E fill:#F0F0F0,stroke:#333
    style G fill:#F0F0F0,stroke:#333
    style L fill:#F0F0F0,stroke:#333
    
    style B1 fill:#F0F0F0,stroke:#333
    style C1 fill:#F0F0F0,stroke:#333
    style D1 fill:#F0F0F0,stroke:#333
    style E1 fill:#F0F0F0,stroke:#333
    style G1 fill:#F0F0F0,stroke:#333
    style H fill:#F0F0F0,stroke:#333
    style M1 fill:#F0F0F0,stroke:#333
    
    style J fill:#F0F0F0,stroke:#333
    style K fill:#F0F0F0,stroke:#333
    
    style I fill:#F0F0F0,stroke:#333
    
    subgraph Anticoagulants
        Warfarin1&amp;gt;**Warfarin** --&amp;gt; D
        Warfarin2&amp;gt;**Warfarin** --&amp;gt; H
        Warfarin3&amp;gt;**Warfarin** --&amp;gt; J
        H &amp;lt;-- LMWH[LMWH]
        H &amp;lt;-- Heparin1[Heparin]
        H &amp;lt;-- Fondaparinux[Fondaparinux]
        J &amp;lt;-- Heparin2[Heparin]
        J &amp;lt;-- ThrombinInhibitors[Thrombin inhibitors]
    end
    
    D --&amp;gt; Warfarin1
    H --&amp;gt; Warfarin2
    J --&amp;gt; Warfarin3
```</formatted_text>
	</page>
	<page number="5">
		<text>| Anticoagulants | Antiplatelets |
| :--- | :--- |
| - &amp;apos;Blood thinners&amp;apos; | - Blood platelets are inactive until injury $\rightarrow$ clump &amp;amp; form thrombus |
| - Delay clotting of blood | - Inhibit platelet aggregating |
| - Interfere w/ coagulation cascade | - **Indications** |
| - Reduce fibrin formation $\rightarrow$ prevent clot forming &amp;amp; growing | - Px &amp;amp; tx of ACS, ischaemic stroke &amp;amp; TIA |
| - **Indication** | |
| - Px &amp;amp; tx of venous thromboembolism | |
| - Ischaemic stroke &amp;amp; TIA | |
| - ACS | |</text>
		<formatted_text># **Overview of Antithrombotic Agents**

| Anticoagulants | Antiplatelets |
| :--- | :--- |
| - &amp;apos;Blood thinners&amp;apos; | - Blood platelets are inactive until injury $\rightarrow$ clump &amp;amp; form thrombus |
| - Delay clotting of blood | - Inhibit platelet aggregating |
| - Interfere w/ coagulation cascade | - **Indications** |
| - Reduce fibrin formation $\rightarrow$ prevent clot forming &amp;amp; growing | - Px &amp;amp; tx of ACS, ischaemic stroke &amp;amp; TIA |
| - **Indication** | |
| - Px &amp;amp; tx of venous thromboembolism | |
| - Ischaemic stroke &amp;amp; TIA | |
| - ACS | |</formatted_text>
	</page>
	<page number="6">
		<text>## Anticoagulants

*   **Heparins**
    *   Binds ATIII → inactivate clotting factors IIa (thrombin) &amp;amp; Xa
*   **Direct Thrombin inH**
    *   Reversibly inhibit both free and fibrin-bound thrombin
*   **Factor Xa inH**
    *   Selectively inhibit factor Xa, blocking thrombin production
*   **Warfarin**
    *   Vit K antagonist
    *   Inhibits synthesis of vitamin K-dependent clotting factors (II, VII, IX, X)

| **Generic name** | **Brand Name** |
| :--- | :--- |
| **Heparins** | |
| Dalteparin | Fragmin inj |
| Danaparoid | Orgaran inj |
| Enoxaparin | Clexane inj |
| Heparin | Heparin inj |
| **Direct thrombin inhibitors** | |
| Bivalirudin | Bivalirudin inj |
| Dabigatran | Pradaxa |
| **Factor Xa inhibitor** | |
| Apixaban | Eliquis |
| Fondaparinux | Arixtra inj |
| Rivaroxaban | Xarelto |
| **Warfarin** | Coumadin |
| | Marevan |</text>
		<formatted_text># **Anticoagulants**

- **Heparins**
  - Binds ATIII → inactivate clotting factors IIa (thrombin) &amp;amp; Xa
- **Direct Thrombin inH**
  - Reversibly inhibit both free and fibrin-bound thrombin
- **Factor Xa inH**
  - Selectively inhibit factor Xa, blocking thrombin production
- **Warfarin**
  - Vit K antagonist
  - Inhibits synthesis of vitamin K-dependent clotting factors (II, VII, IX, X)

| **Generic name** | **Brand Name** |
| :--- | :--- |
| **Heparins** | |
| Dalteparin | Fragmin inj |
| Danaparoid | Orgaran inj |
| Enoxaparin | Clexane inj |
| Heparin | Heparin inj |
| **Direct thrombin inhibitors** | |
| Bivalirudin | Bivalirudin inj |
| Dabigatran | Pradaxa |
| **Factor Xa inhibitor** | |
| Apixaban | Eliquis |
| Fondaparinux | Arixtra inj |
| Rivaroxaban | Xarelto |
| **Warfarin** | Coumadin |
| | Marevan |</formatted_text>
	</page>
	<page number="7">
		<text># Warfarin

* **MOA: competitively inhibits the vitamin K epoxide reductase complex subunit 1 (VKORC1)**
* **Drug interactions (many)**
    * Aspirin, azoles, dicloxacillin, flucloxacillin, macrolides, metronidazole, NSAIDs, paracetamol, tetracyclines, tramadol
* **Dental implications: invasive procedures!**
    * Interruption only if advised by MGP
    * CHECK INR
        * Before procedure &amp;amp; recheck w/i 24hrs
        * INR &amp;lt; 3.5: perform procedure
        * INR &amp;gt;3.5: defer &amp;amp; refer
```mermaid
graph TD
    subgraph Vitamin K Cycle
        A[Inactive Clotting Factors] --&amp;gt;|gamma-glutamyl carboxylase| B[Active Clotting Factors];
        B --&amp;gt; C[Vitamin KO];
        C --&amp;gt; D[Vitamin KH2];
        D --&amp;gt; A;
        D --&amp;gt;|NAD+| E[Vitamin K Oxide Reductase];
        E --&amp;gt;|NADH| C;
        subgraph Warfarin Metabolism
            F[Warfarin] --&amp;gt; G[S-warfarin];
            F --&amp;gt; H[R-warfarin];
            G --&amp;gt;|CYP2C9| I[7-OH-warfarin];
            H --&amp;gt;|CYP 1A1, 1A2 and 3A4| J[6-OH, 8-OH and 10-OH warfarin];
        end
    end
    E -.- G;
    E -.- H;
```</text>
		<formatted_text># **Warfarin**

- **MOA:** competitively inhibits the vitamin K epoxide reductase complex subunit 1 (VKORC1)
- **Drug interactions (many)**
  - Aspirin, azoles, dicloxacillin, flucloxacillin, macrolides, metronidazole, NSAIDs, paracetamol, tetracyclines, tramadol
- **Dental implications: invasive procedures!**
  - Interruption only if advised by MGP
  - CHECK INR
    - Before procedure &amp;amp; recheck w/i 24hrs
    - INR &amp;lt; 3.5: perform procedure
    - INR &amp;gt;3.5: defer &amp;amp; refer

```mermaid
graph TD
    subgraph Vitamin K Cycle
        A[Inactive Clotting Factors] --&amp;gt;|gamma-glutamyl carboxylase| B[Active Clotting Factors];
        B --&amp;gt; C[Vitamin KO];
        C --&amp;gt; D[Vitamin KH2];
        D --&amp;gt; A;
        D --&amp;gt;|NAD+| E[Vitamin K Oxide Reductase];
        E --&amp;gt;|NADH| C;
        subgraph Warfarin Metabolism
            F[Warfarin] --&amp;gt; G[S-warfarin];
            F --&amp;gt; H[R-warfarin];
            G --&amp;gt;|CYP2C9| I[7-OH-warfarin];
            H --&amp;gt;|CYP 1A1, 1A2 and 3A4| J[6-OH, 8-OH and 10-OH warfarin];
        end
    end
    E -.- G;
    E -.- H;
```</formatted_text>
	</page>
	<page number="8">
		<text>**Antiplatalets**

* Glycoprotein IIb/IIIa inH
    * Occupy glycoprotein IIb/IIIa receptor
    * Prevent binding of fibrinogen to platelet
    * Block platelet aggregation
* P2Y$_{12}$ antagonists
    * Binds to the platelet P2Y$_{12}$ receptor
    * Inhibits platelet aggregation
* Aspirin
    * Irreversibly inhibiting cyclo-oxygenase
    * Inhibits platelet aggregation
    * Reducing the synthesis of thromboxane A$_2$
* Dipyridamole
    * Inhibiting phosphodiesterase → increase platelet cAMP → inH platelet function

|Generic name|Brand Name|
|---|---|
|**Glycoprotein IIb/IIIa inhibitors**|**Only through SAS**|
|Eptifibatide|Aggrastat inj|
|Tirofiban|Aggrastat inj|
|**P2Y$_{12}$ antagonists**|**Clovix, Plavix**|
|Clopidogrel|Presugrel|
|Prasugrel|Brilinta|
|Ticagrelor|Brilinta|
|**NSAID**|**Aspirin, Solprin**|
|Aspirin|Aspirin, Solprin|
|**PDE inH**|**Persantin inj**|
|Dipyridamole|Persantin inj|</text>
		<formatted_text># **Antiplatelets**

- **Glycoprotein IIb/IIIa inH**
  - Occupy glycoprotein IIb/IIIa receptor
  - Prevent binding of fibrinogen to platelet
  - Block platelet aggregation
- **P2Y$_{12}$ antagonists**
  - Binds to the platelet P2Y$_{12}$ receptor
  - Inhibits platelet aggregation
- **Aspirin**
  - Irreversibly inhibiting cyclo-oxygenase
  - Inhibits platelet aggregation
  - Reducing the synthesis of thromboxane A$_2$
- **Dipyridamole**
  - Inhibiting phosphodiesterase → increase platelet cAMP → inH platelet function

|Generic name|Brand Name|
|---|---|
|**Glycoprotein IIb/IIIa inhibitors**|**Only through SAS**|
|Eptifibatide|Aggrastat inj|
|Tirofiban|Aggrastat inj|
|**P2Y$_{12}$ antagonists**|**Clovix, Plavix**|
|Clopidogrel|Presugrel|
|Prasugrel|Brilinta|
|Ticagrelor|Brilinta|
|**NSAID**|**Aspirin, Solprin**|
|Aspirin|Aspirin, Solprin|
|**PDE inH**|**Persantin inj**|
|Dipyridamole|Persantin inj|</formatted_text>
	</page>
	<page number="9">
		<text>Thrombolytics
* **Alteplase &amp;amp; Tenecteplase**
    * Converts plasminogen $\rightarrow$ plasmin
    * Catalyses breakdown of fibrin
* **Indications**
    * Acute STEMI
    * Acute ischaemic stroke
    * Acute massive VTE in patients who are hemodynamically unstable

| Generic name | Brand Name |
| :--- | :--- |
| Alteplase | Actilyse inj |
| Tenecteplase | Metalyse inj |</text>
		<formatted_text># **Thrombolytics**

- **Alteplase &amp;amp; Tenecteplase**
  - Converts plasminogen $\rightarrow$ plasmin
  - Catalyses breakdown of fibrin
- **Indications**
  - Acute STEMI
  - Acute ischaemic stroke
  - Acute massive VTE in patients who are hemodynamically unstable

| Generic name | Brand Name |
| :--- | :--- |
| Alteplase | Actilyse inj |
| Tenecteplase | Metalyse inj |</formatted_text>
	</page>
	<page number="10">
		<text># Other

* **Other drugs affecting haemostasis**
    * **Tranexamic acid:** Blocks binding of plasminogen and plasmin to fibrin
    * **Vitamin K:** reverses effect of vitamin K antagonists
        * Essential cofactor in the synthesis of blood clotting factors II, VII, IX and X, and proteins C and S
* **Drugs for reversing anticoagulation**
    * **Vitamin K**
    * **Andexanet alfa:** Binds to apixaban or rivaroxaban $\rightarrow$ reduce their action
    * **Idarucizumab:** Binds w/ dabigatran and its metabolites $\rightarrow$ stable inactive complex
    * **Protamine :** Combines w/ heparin to $\rightarrow$ stable inactive complex

&amp;lt;table&amp;gt;
  &amp;lt;thead&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;th&amp;gt;&amp;lt;p&amp;gt;Generic name&amp;lt;/p&amp;gt;&amp;lt;/th&amp;gt;
      &amp;lt;th&amp;gt;&amp;lt;p&amp;gt;Brand Name&amp;lt;/p&amp;gt;&amp;lt;/th&amp;gt;
    &amp;lt;/tr&amp;gt;
  &amp;lt;/thead&amp;gt;
  &amp;lt;tbody&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Drugs affecting hemostasis&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Tranexamic acid&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Cyklokapron&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Vitamin K&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Konakion inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Reversing anticoagulation&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Andexanet alfa&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Andexxa inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Idarucizumab&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Praxbind inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Protamine&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Protamine inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
  &amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;</text>
		<formatted_text># **Other Haematological Agents**

- **Other drugs affecting haemostasis**
  - **Tranexamic acid:** Blocks binding of plasminogen and plasmin to fibrin
  - **Vitamin K:** reverses effect of vitamin K antagonists
    - Essential cofactor in the synthesis of blood clotting factors II, VII, IX and X, and proteins C and S
- **Drugs for reversing anticoagulation**
  - **Vitamin K**
  - **Andexanet alfa:** Binds to apixaban or rivaroxaban $\rightarrow$ reduce their action
  - **Idarucizumab:** Binds w/ dabigatran and its metabolites $\rightarrow$ stable inactive complex
  - **Protamine :** Combines w/ heparin to $\rightarrow$ stable inactive complex

&amp;lt;table&amp;gt;
  &amp;lt;thead&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;th&amp;gt;&amp;lt;p&amp;gt;Generic name&amp;lt;/p&amp;gt;&amp;lt;/th&amp;gt;
      &amp;lt;th&amp;gt;&amp;lt;p&amp;gt;Brand Name&amp;lt;/p&amp;gt;&amp;lt;/th&amp;gt;
    &amp;lt;/tr&amp;gt;
  &amp;lt;/thead&amp;gt;
  &amp;lt;tbody&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Drugs affecting hemostasis&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Tranexamic acid&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Cyklokapron&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Vitamin K&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Konakion inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;b&amp;gt;Reversing anticoagulation&amp;lt;/b&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Andexanet alfa&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Andexxa inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Idarucizumab&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Praxbind inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Protamine&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Protamine inj&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
  &amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;</formatted_text>
	</page>
	<page number="11">
		<text># Drugs for anemia

* **Erythropoietin agonists**
    * Recombinant glycoproteins that bind to erythropoietin receptors on erythroid progenitor cells
    $\to$ stimulate erythropoiesis
* **Folic acid**
    * Required for synthesis of purine and pyrimidine bases (DNA) and for amino acid metabolism and normal erythropoiesis
* **Iron**
    * Essential element required for the formation of haemoglobin and myoglobin.
* **Vitamin B**$_{**12**}$
    * Essential for nerve development, nucleic acid synthesis and normal erythropoiesis.

| Generic name | Brand Name |
| :--- | :--- |
| **Erythropoietin agonists** | |
| Darbepoetin alfa | Aranesp inj |
| Epoetin Alfa | Eprex inj |
| Epoetin beta | NeoRecormon inj |
| Methoxy pegepoetin beta | Mircera inj |
| **Other** | |
| Folic acid | |
| Iron | |
| Vitamin B12 | |</text>
		<formatted_text># **Drugs for Anemia**

- **Erythropoietin agonists**
  - Recombinant glycoproteins that bind to erythropoietin receptors on erythroid progenitor cells $\to$ stimulate erythropoiesis
- **Folic acid**
  - Required for synthesis of purine and pyrimidine bases (DNA) and for amino acid metabolism and normal erythropoiesis
- **Iron**
  - Essential element required for the formation of haemoglobin and myoglobin.
- **Vitamin B**$_{**12**}$
  - Essential for nerve development, nucleic acid synthesis and normal erythropoiesis.

| Generic name | Brand Name |
| :--- | :--- |
| **Erythropoietin agonists** | |
| Darbepoetin alfa | Aranesp inj |
| Epoetin Alfa | Eprex inj |
| Epoetin beta | NeoRecormon inj |
| Methoxy pegepoetin beta | Mircera inj |
| **Other** | |
| Folic acid | |
| Iron | |
| Vitamin B12 | |</formatted_text>
	</page>
	<page number="12">
		<text>**Hematology**
**Dental**
**implications**

Oral manifestations of hematopoietic disorders
* Pale oral mucosa (anaemia)
* Glossitis (inflamed, smooth tongue)
* Angular cheilitis (cracked mouth corners)
* Oral mucositis (painful sores, erythema, swelling)

Management of oral complications
* Oral mucositis: good oral hygiene, antiseptic rinses,
topical anaesthetics
* Viral outbreaks: antiviral medications, self-care
* Fungal infections (candidiasis): antifungal agents
* Bacterial infections (periodontal disease): scaling,
root planning, antibiotics

Role of dental professionals
* Early recognition of oral signs
* Multidisciplinary management approach
* Awareness of pharmacological implications</text>
		<formatted_text># **Dental Implications of Hematology**

## **Oral manifestations of hematopoietic disorders**
- Pale oral mucosa (anaemia)
- Glossitis (inflamed, smooth tongue)
- Angular cheilitis (cracked mouth corners)
- Oral mucositis (painful sores, erythema, swelling)

## **Management of oral complications**
- Oral mucositis: good oral hygiene, antiseptic rinses, topical anaesthetics
- Viral outbreaks: antiviral medications, self-care
- Fungal infections (candidiasis): antifungal agents
- Bacterial infections (periodontal disease): scaling, root planning, antibiotics

## **Role of dental professionals**
- Early recognition of oral signs
- Multidisciplinary management approach
- Awareness of pharmacological implications</formatted_text>
	</page>
	<page number="13">
		<text>**&amp;lt;span style=&amp;quot;background-color: #5abedc; color: white; padding: 20px; display: block;&amp;quot;&amp;gt;Hematology drugs-drug interactions&amp;lt;/span&amp;gt;**

Direct thrombin &amp;amp; factor xa inhibitors
* Dabigatran, apixaban, rivaroxaban → PGP substrates
* Macrolides (clarithromycin, erythromycin), azole antifungals (ketoconazole, itraconazole) → increase bleeding risk

Warfarin interactions
* High interaction potential with:
    * Antibiotics: macrolides, tetracyclines, metronidazole
    * Antifungals: azoles (fluconazole)
    * NSAIDs, aspirin, paracetamol, tramadol
* Monitor INR levels, consult with physician

P2Y12 antagonists &amp;amp; opioids
* Prasugrel, ticagrelor → metabolized by CYP3A4
* Clarithromycin, erythromycin, azole antifungals → increase bleeding risk
* Opioids: delay platelet inhibition → consider delaying if pain is manageable

Key considerations for dental practice
* Review medication history for interactions
* Be cautious with antibiotics and antifungals
* Monitor bleeding during/after procedures
* Coordinate with medical providers for safe management</text>
		<formatted_text># **Hematology Drugs-Drug Interactions**

## **Direct thrombin &amp;amp; factor xa inhibitors**
- Dabigatran, apixaban, rivaroxaban → PGP substrates
- Macrolides (clarithromycin, erythromycin), azole antifungals (ketoconazole, itraconazole) → increase bleeding risk

## **Warfarin interactions**
- High interaction potential with:
  - Antibiotics: macrolides, tetracyclines, metronidazole
  - Antifungals: azoles (fluconazole)
  - NSAIDs, aspirin, paracetamol, tramadol
- Monitor INR levels, consult with physician

## **P2Y12 antagonists &amp;amp; opioids**
- Prasugrel, ticagrelor → metabolized by CYP3A4
- Clarithromycin, erythromycin, azole antifungals → increase bleeding risk
- Opioids: delay platelet inhibition → consider delaying if pain is manageable

## **Key considerations for dental practice**
- Review medication history for interactions
- Be cautious with antibiotics and antifungals
- Monitor bleeding during/after procedures
- Coordinate with medical providers for safe management</formatted_text>
	</page>
	<page number="14">
		<text>**Antithrombrotic drugs: considerations for oral &amp;amp; dental procedures**

* Recap
    * *Antithrombotic drugs: oral anticoagulants, injectable anticoagulants, antiplatelets*
* Risk Assessment: Balance bleeding vs. thromboembolic risks
* Specialist Referral: Consider for high bleeding risk or complex procedures
* Patient Guidance: Seek help for persistent/restarting/concerned bleeding
* NSAIDs: Avoid; increase bleeding risk—use **paracetamol** instead
* Conclusion: Ensure safe management through clear communication and careful risk balancing</text>
		<formatted_text># **Antithrombotic drugs: considerations for oral &amp;amp; dental procedures**

- **Recap**
  - *Antithrombotic drugs: oral anticoagulants, injectable anticoagulants, antiplatelets*
- **Risk Assessment:** Balance bleeding vs. thromboembolic risks
- **Specialist Referral:** Consider for high bleeding risk or complex procedures
- **Patient Guidance:** Seek help for persistent/restarting/concerned bleeding
- **NSAIDs:** Avoid; increase bleeding risk—use **paracetamol** instead
- **Conclusion:** Ensure safe management through clear communication and careful risk balancing</formatted_text>
	</page>
	<page number="15">
		<text>**Figure 13.30 Important patient-related factors that increase the risk of prolonged bleeding from an oral or dental procedure in patients taking antithrombotic drugs**
Patients with multiple risk factors have an additive risk of prolonged bleeding. Risk factors include:

* elevated blood pressure
* abnormal kidney or liver function
* prior stroke
* history of bleeding (particularly if this occurred with a similar procedure)
* pre-existing bleeding disorder
* poor anticoagulant control (eg labile INR)
* older age or frailty
* other drugs that predispose to bleeding [NB1], including NSAIDs (eg nonprescribed NSAIDs, low-dose aspirin)
* hazardous alcohol consumption.

| **INR** = international normalised ratio; **NSAIDs** = nonsteroidal anti-inflammatory drugs |
| :--- |
| **NB1:** Many other prescription, over-the-counter and complementary medicines can affect haemostasis, either directly or through drug interactions. |</text>
		<formatted_text># **Figure 13.30 Important patient-related factors that increase the risk of prolonged bleeding from an oral or dental procedure in patients taking antithrombotic drugs**
Patients with multiple risk factors have an additive risk of prolonged bleeding. Risk factors include:

- elevated blood pressure
- abnormal kidney or liver function
- prior stroke
- history of bleeding (particularly if this occurred with a similar procedure)
- pre-existing bleeding disorder
- poor anticoagulant control (eg labile INR)
- older age or frailty
- other drugs that predispose to bleeding [NB1], including NSAIDs (eg nonprescribed NSAIDs, low-dose aspirin)
- hazardous alcohol consumption.

| **INR** = international normalised ratio; **NSAIDs** = nonsteroidal anti-inflammatory drugs |
| :--- |
| **NB1:** Many other prescription, over-the-counter and complementary medicines can affect haemostasis, either directly or through drug interactions. |</formatted_text>
	</page>
	<page number="16">
		<text>| **Oral and dental procedures that are unlikely to cause prolonged bleeding** | |
| :--- | :--- |
| examination and diagnostic procedures (eg periodontal examination, impressions) | |
| restorative treatments (eg restorations, root canal therapy) | |
| orthodontic treatment | |
| **Oral and dental procedures that are likely to cause prolonged bleeding** | |
| **Lower risk of prolonged bleeding** | **Higher risk of prolonged bleeding [NB2]** |
| extraction of a small number of teeth (eg 1 to 3 teeth) that are not adjacent | extraction of a large number of teeth (eg 4 or more teeth) or extraction of adjacent teeth that creates a large wound|
| periodontal procedures (eg subgingival debridement) | any procedure where a mucoperiosteal flap is used (eg surgical extractions, implant placement, periapical surgery, periodontal surgery) |
| incision and drainage of swellings | extensive soft tissue biopsies |
| limited or small soft tissue biopsies | hard tissue biopsies |

NB1: The bleeding risk associated with these procedures is based on the consensus opinion of the Oral and Dental Expert Group. Risk assessment requires clinical judgment of the individual procedure, patient- and drug-related risks of bleeding, and the practitioner&amp;apos;s competency to manage prolonged bleeding, should it occur.

NB2: Consider specialist referral for procedures with a higher risk of prolonged bleeding in patients taking antithrombotic drugs.</text>
		<formatted_text># **Bleeding Risk by Oral and Dental Procedure Type**

## **Oral and dental procedures that are unlikely to cause prolonged bleeding**
- examination and diagnostic procedures (eg periodontal examination, impressions)
- restorative treatments (eg restorations, root canal therapy)
- orthodontic treatment

## **Oral and dental procedures that are likely to cause prolonged bleeding**

| **Lower risk of prolonged bleeding** | **Higher risk of prolonged bleeding [NB2]** |
| :--- | :--- |
| extraction of a small number of teeth (eg 1 to 3 teeth) that are not adjacent | extraction of a large number of teeth (eg 4 or more teeth) or extraction of adjacent teeth that creates a large wound|
| periodontal procedures (eg subgingival debridement) | any procedure where a mucoperiosteal flap is used (eg surgical extractions, implant placement, periapical surgery, periodontal surgery) |
| incision and drainage of swellings | extensive soft tissue biopsies |
| limited or small soft tissue biopsies | hard tissue biopsies |

**NB1:** The bleeding risk associated with these procedures is based on the consensus opinion of the Oral and Dental Expert Group. Risk assessment requires clinical judgment of the individual procedure, patient- and drug-related risks of bleeding, and the practitioner&amp;apos;s competency to manage prolonged bleeding, should it occur.

**NB2:** Consider specialist referral for procedures with a higher risk of prolonged bleeding in patients taking antithrombotic drugs.</formatted_text>
	</page>
	<page number="17">
		<text>**Figure 13.31 Local haemostatic measures for oral and dental procedures in patients taking antithrombotic drugs**

* Apply pressure to the wounds—pressure is the most important factor in achieving haemostasis.

* Minimise tissue trauma.

* Place cellulose and collagen, if indicated.

* Place sutures to ensure closure of the wounds, if indicated.

* Consider using tranexamic acid 4.8% mouthwash as an adjunctive measure for patients taking warfarin—tranexamic acid mouthwash can stabilise a blood clot in patients taking warfarin. There is no evidence on the use of tranexamic acid mouthwash in patients taking DOACs. Apply tranexamic acid mouthwash topically just before surgery. After the procedure, give the patient tranexamic acid 4.8% mouthwash with instructions for use (10 mL rinsed in mouth for 2 minutes then spat out, 4 times daily for 2 days) [NB1].

DOACs = direct-acting oral anticoagulants

NB1: Tranexamic acid 4.8% mouthwash can be compounded by a pharmacy. If it is not available, a suitable alternative solution can be made by crushing a 500 mg tablet and dispersing it in 10 mL of water immediately before administration.</text>
		<formatted_text># **Figure 13.31 Local haemostatic measures for oral and dental procedures in patients taking antithrombotic drugs**

- Apply pressure to the wounds—pressure is the most important factor in achieving haemostasis.
- Minimise tissue trauma.
- Place cellulose and collagen, if indicated.
- Place sutures to ensure closure of the wounds, if indicated.
- Consider using tranexamic acid 4.8% mouthwash as an adjunctive measure for patients taking warfarin—tranexamic acid mouthwash can stabilise a blood clot in patients taking warfarin. There is no evidence on the use of tranexamic acid mouthwash in patients taking DOACs. Apply tranexamic acid mouthwash topically just before surgery. After the procedure, give the patient tranexamic acid 4.8% mouthwash with instructions for use (10 mL rinsed in mouth for 2 minutes then spat out, 4 times daily for 2 days) [NB1].

**DOACs** = direct-acting oral anticoagulants

**NB1:** Tranexamic acid 4.8% mouthwash can be compounded by a pharmacy. If it is not available, a suitable alternative solution can be made by crushing a 500 mg tablet and dispersing it in 10 mL of water immediately before administration.</formatted_text>
	</page>
	<page number="18">
		<text>**References**
* Ritter JM, Flower RJ, Henderson G, Loke YK, MacEwan D, Robinson E, editors. *Rang &amp;amp; Dale&amp;apos;s pharmacology*. 10th ed. Edinburgh: Elsevier; 2023
* Australian Medicines Handbook Online [Internet]. Adelaide (AU): Australian Medicines Handbook Pty Ltd;2000. Blood and Electrolytes; [updated 2025; cited 2025]. Available from: UWA Onesearch
* Pharmaceutical Society of Australia. Australian Pharmaceutical Formulary and Handbook: A Guide to Best Practice. 25th ed. Canberra: Pharmaceutical Society of Australia; 2021
* Ali K. Clinical dental pharmacology. 1st ed. Oxford: Wiley-Blackwell; 2023
* Bullock S, Manias E. *Fundamentals of pharmacology*. 8th ed. Frenchs Forest, NSW: Pearson Australia; 2017
* MIMS Australia. *eMIMSelite*: *Consumer medicine information, specific clinical monograph* [Internet]. Sydney: MIMS Australia; [updated 2025; cited 2025 Apr 17]. Available from: UWA Onesearch</text>
		<images>
			<img>A woman blowing her nose with scattered pills and flowers.</img>
			<img>Prescription bottles with pills scattered around them.</img>
			<img>A woman blowing her nose with scattered pills and flowers.</img>
		</images>
		<formatted_text># **References**
- Ritter JM, Flower RJ, Henderson G, Loke YK, MacEwan D, Robinson E, editors. *Rang &amp;amp; Dale&amp;apos;s pharmacology*. 10th ed. Edinburgh: Elsevier; 2023
- Australian Medicines Handbook Online [Internet]. Adelaide (AU): Australian Medicines Handbook Pty Ltd;2000. Blood and Electrolytes; [updated 2025; cited 2025]. Available from: UWA Onesearch
- Pharmaceutical Society of Australia. Australian Pharmaceutical Formulary and Handbook: A Guide to Best Practice. 25th ed. Canberra: Pharmaceutical Society of Australia; 2021
- Ali K. Clinical dental pharmacology. 1st ed. Oxford: Wiley-Blackwell; 2023
- Bullock S, Manias E. *Fundamentals of pharmacology*. 8th ed. Frenchs Forest, NSW: Pearson Australia; 2017
- MIMS Australia. *eMIMSelite*: *Consumer medicine information, specific clinical monograph* [Internet]. Sydney: MIMS Australia; [updated 2025; cited 2025 Apr 17]. Available from: UWA Onesearch</formatted_text>
	</page>
	<footnotes>
		<footnote label="[^1]:">[[L21 Haematology 2025.pdf#page=1|L21 Haematology 2025, p.1]]</footnote>
		<footnote label="[^2]:">[[L21 Haematology 2025.pdf#page=2|L21 Haematology 2025, p.2]]</footnote>
		<footnote label="[^3]:">[[L21 Haematology 2025.pdf#page=3|L21 Haematology 2025, p.3]]</footnote>
		<footnote label="[^4]:">[[L21 Haematology 2025.pdf#page=4|L21 Haematology 2025, p.4]]</footnote>
		<footnote label="[^5]:">[[L21 Haematology 2025.pdf#page=5|L21 Haematology 2025, p.5]]</footnote>
		<footnote label="[^6]:">[[L21 Haematology 2025.pdf#page=6|L21 Haematology 2025, p.6]]</footnote>
		<footnote label="[^7]:">[[L21 Haematology 2025.pdf#page=7|L21 Haematology 2025, p.7]]</footnote>
		<footnote label="[^8]:">[[L21 Haematology 2025.pdf#page=8|L21 Haematology 2025, p.8]]</footnote>
		<footnote label="[^9]:">[[L21 Haematology 2025.pdf#page=9|L21 Haematology 2025, p.9]]</footnote>
		<footnote label="[^10]:">[[L21 Haematology 2025.pdf#page=10|L21 Haematology 2025, p.10]]</footnote>
		<footnote label="[^11]:">[[L21 Haematology 2025.pdf#page=11|L21 Haematology 2025, p.11]]</footnote>
		<footnote label="[^12]:">[[L21 Haematology 2025.pdf#page=12|L21 Haematology 2025, p.12]]</footnote>
		<footnote label="[^13]:">[[L21 Haematology 2025.pdf#page=13|L21 Haematology 2025, p.13]]</footnote>
		<footnote label="[^14]:">[[L21 Haematology 2025.pdf#page=14|L21 Haematology 2025, p.14]]</footnote>
		<footnote label="[^15]:">[[L21 Haematology 2025.pdf#page=15|L21 Haematology 2025, p.15]]</footnote>
		<footnote label="[^16]:">[[L21 Haematology 2025.pdf#page=16|L21 Haematology 2025, p.16]]</footnote>
		<footnote label="[^17]:">[[L21 Haematology 2025.pdf#page=17|L21 Haematology 2025, p.17]]</footnote>
		<footnote label="[^18]:">[[L21 Haematology 2025.pdf#page=18|L21 Haematology 2025, p.18]]</footnote>
	</footnotes>
</document>
