templates/en/patient-anticoagulation.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Understanding anticoagulation | CoaguChek{% endblock %}
  3. {% block description %}What you need to know about anticoagulation, anticoagulant medications, and how they work in your body.{% endblock %}
  4. {% block main %}
  5.     <section class="bg-patient text-white position-relative roche-header">
  6.         <div class="container-fluid">
  7.             <div class="row align-items-center">
  8.                 <div class="col-lg-4 offset-lg-2 py-50 px-0 order-2 order-lg-1">
  9.                     <div class="container">
  10.                         <h1>Understanding anticoagulation</h1>
  11.                         <p class="mb-0">What you need to know about anticoagulant&nbsp;medications.</p>
  12.                     </div>
  13.                 </div>
  14.                 <div class="col-lg-6 pe-0 order-1 order-lg-2">
  15.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/000-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/02-Anticoagulation/000-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/02-Anticoagulation/000-Heroimage_2x.png') }} 2x" alt="A man and his grandson holding their hands up" class="w-100" />
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </section>
  20.     <section class="roche-section__medium">
  21.         <div class="container">
  22.             <h2 class="text-patient">Anticoagulant medication is a common part of treatment for some&nbsp;conditions</h2>
  23.             <div class="roche-collapse py-3">
  24.                 <div class="accordion">
  25.                     <div class="accordion-item mb-4 rounded-4">
  26.                         <h2 class="accordion-header" id="patient-anticoagulation-collapse-1">
  27.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#patient-anticoagulation-panel-collapse-1" aria-expanded="false" aria-controls="patient-anticoagulation-collapse-1">
  28.                                 Atrial fibrillation (AF): when the heart gets out of rhythm
  29.                             </button>
  30.                         </h2>
  31.                         <div id="patient-anticoagulation-panel-collapse-1" class="accordion-collapse collapse" aria-labelledby="patient-anticoagulation-collapse-1">
  32.                             <div class="accordion-body">
  33.                                 <p>Atrial fibrillation (AF) is a disorder of the heart rhythm. </p>
  34.                                 <p>In the heart of a person with AF, the heart quivers, or fibrillates, rapidly and irregularly rather than beating effectively. This leads to symptoms such as palpitations and shortness of breath. It also means that blood flow within the heart itself can become sluggish and there is a risk of clot formation on the walls lining the heart, especially within the chamber known as the atrium. This can lead to a heart attack.</p>
  35.                                 <p>Anticoagulants lengthen the time it takes for blood to clot, and therefore reduce the risk of a clot developing.</p>
  36.                             </div>
  37.                         </div>
  38.                     </div>
  39.                     <div class="accordion-item mb-4 rounded-4 border-top">
  40.                         <h2 class="accordion-header" id="patient-anticoagulation-collapse-2">
  41.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#patient-anticoagulation-panel-collapse-2" aria-expanded="false" aria-controls="patient-anticoagulation-collapse-2">
  42.                                 Deep vein thrombosis and pulmonary embolism: when clots become dangerous
  43.                             </button>
  44.                         </h2>
  45.                         <div id="patient-anticoagulation-panel-collapse-2" class="accordion-collapse collapse" aria-labelledby="patient-anticoagulation-collapse-2">
  46.                             <div class="accordion-body">
  47.                                 <p>Deep vein thrombosis (DVT) occurs when a blood clot forms in a vein. It usually develops in the calf muscle, less frequently in the thigh, and sometimes in other deep-lying veins in the body.</p>
  48.                                 <p>Some of the common symptoms of a DVT are:</p>
  49.                                 <ul>
  50.                                 <li>Tenderness in the leg</li>
  51.                                 <li>Redness</li>
  52.                                 <li>Swelling and a feeling of tightness&mdash;the skin may feel “stretched”</li>
  53.                                 <li>Pain</li>
  54.                                 </ul>
  55.                                 <p>However, some DVTs have no symptoms at all.</p>
  56.                                 <p>There may be increased risk of DVT under conditions of:</p>
  57.                                 <ul>
  58.                                 <li>Prolonged immobility (e.g., long journeys where you sit still without being able to stretch your legs or move about)</li>
  59.                                 <li>A medical condition that restricts normal movement or activity</li>
  60.                                 <li>Surgery, such as orthopaedic surgery or illness, that requires treatment such as chemotherapy</li>
  61.                                 <li>Genetic or inherited conditions</li>
  62.                                 <li>Existing vein damage from a previous DVT</li>
  63.                                 <li>The contraceptive pill and hormone replacement therapy</li>
  64.                                 <li>Pregnancy</li>
  65.                                 </ul>
  66.                                 <p>Some people may only realize they have a DVT when they experience a pulmonary embolism.</p>
  67.                                 <p>A pulmonary embolism (PE) is a blood clot in the lung that usually originates from smaller blood vessels in the leg. A clot from a DVT travels to the lungs and through the vessels of the lung until it reaches smaller vessels where it becomes lodged. The clot then prevents any further blood from travelling to that section of the lung, which can eventually lead to stroke.</p>
  68.                                 <p>Common symptoms of PE may include:</p>
  69.                                 <ul>
  70.                                 <li>Chest pain that is sharp and is worse when taking a deep breath</li>
  71.                                 <li>Shortness of breath</li>
  72.                                 <li>Low blood pressure</li>
  73.                                 <li>Sweating</li>
  74.                                 <li>Anxiety</li>
  75.                                 </ul>
  76.                                 <p>All the above can also be symptoms of other conditions; however, a PE can be life threatening, so if you are concerned, seek the advice of a doctor or go to your nearest emergency department.</p>
  77.                                 <p>People who experience a PE may be in hospital for several days until their anticoagulant medication is introduced and stabilized. They may remain on anticoagulation therapy for six months or longer.</p>
  78.                             </div>
  79.                         </div>
  80.                     </div>
  81.                     <div class="accordion-item mb-4 rounded-4 border-top">
  82.                         <h2 class="accordion-header" id="patient-anticoagulation-collapse-3">
  83.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#patient-anticoagulation-panel-collapse-3" aria-expanded="false" aria-controls="patient-anticoagulation-collapse-3">
  84.                                 Mechanical heart valve replacement
  85.                             </button>
  86.                         </h2>
  87.                         <div id="patient-anticoagulation-panel-collapse-3" class="accordion-collapse collapse" aria-labelledby="patient-anticoagulation-collapse-3">
  88.                             <div class="accordion-body ">
  89.                                 <p>Modern heart surgery has transformed the lives of many people who were either were born with damaged heart valves or developed them as they grew older. When heart valves are damaged, the problem is either that the valve is narrow or that it no longer fully closes.</p>
  90.                                 <p>They can now be replaced with either a biological valve (e.g., a pig heart valve treated for use in humans) or a mechanical valve made out of synthetic material. Mechanical heart valves are more durable; however, there is an increased risk of clot formation. To reduce the risk of clotting, your doctor may prescribe an oral anticoagulant.</p>
  91.                             </div>
  92.                         </div>
  93.                     </div>
  94.                 </div>
  95.             </div>
  96.         </div>
  97.     </section>
  98.     <section class="roche-section__medium bg-soft">
  99.         <div class="container">
  100.             
  101.             <h2 class="text-patient">There are different kinds of anticoagulant medications</h2>
  102.             <p>There are a number of types of anticoagulant medications, also known as blood thinners. The medical term for these is <strong>oral anticoagulants</strong>. </p>
  103.             <p>When they are ingested, the natural clotting of the blood is reduced and it takes longer for it to clot. There are four main types of anticoagulants:</p>
  104.             <div class="row d-flex align-items-center mb-3 pt-4">
  105.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  106.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="Vitamin icon">
  107.                 </div>
  108.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  109.                     <div>
  110.                         <h3 class="text-patient mb-0">Vitamin K antagonists,</h3>
  111.                         <p class="mb-0">also known as Coumadin (or warfarin)</p>
  112.                     </div>
  113.                 </div>
  114.             </div>
  115.             <div class="row d-flex align-items-center mb-3 pt-4">
  116.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  117.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="Vitamin icon">
  118.                 </div>
  119.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  120.                     <div>
  121.                         <h3 class="text-patient mb-0">Heparin</h3>
  122.                     </div>
  123.                 </div>
  124.             </div>
  125.             <div class="row d-flex align-items-center mb-3 pt-4">
  126.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  127.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="Vitamin icon">
  128.                 </div>
  129.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  130.                     <div>
  131.                         <h3 class="text-patient mb-0">Thrombocyte aggregation inhibitors</h3>
  132.                     </div>
  133.                 </div>
  134.             </div>
  135.             <div class="row d-flex align-items-center mb-3 pt-4">
  136.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  137.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="Vitamin icon">
  138.                 </div>
  139.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  140.                     <div>
  141.                         <h3 class="text-patient mb-0">DOACs/NOACs</h3>
  142.                         <p class="mb-0">(also known as thrombin and factor Xa inhibitors)</p>
  143.                     </div>
  144.                 </div>
  145.             </div>
  146.             <div class="card">
  147.                 <div class="card-body p-md-5">
  148.                     <p>For long-term or ongoing anticoagulant therapy, vitamin K antagonists or DOACs can be used. Both are taken as tablets. Vitamin K antagonists are the most common because they have been used for over 60 years, and doctors are familiar with their effects and safety profile. </p>
  149.                     <p class="mb-0">A major advantage of using vitamin K antagonists is <strong>patient self-testing</strong> of coagulation (INR levels). Self-testing of coagulation levels is not possible with DOACs   (direct oral anticoagulants). For some patients, regular self-testing of their INR levels may be of great benefit.</p>                
  150.                 </div>
  151.             </div>
  152.         </div>
  153.     </section>
  154.     <section class="roche-section__medium">
  155.         <div class="container">
  156.             <div class="row align-items-center">
  157.                 <div class="col-12 col-lg-7 order-2 order-lg-1">
  158.                     <div class="roche-image roche-image__left">
  159.                         <img class="img-fluid" src="{{ asset('build/images/patient/02-Anticoagulation/01-How_1x.png') }}" srcset="{{ asset('build/images/patient/02-Anticoagulation/01-How_1x.png') }} 1x, {{ asset('build/images/patient/02-Anticoagulation/01-How_2x.png') }} 2x" alt="Two women meditating">
  160.                     </div>
  161.                 </div>            
  162.                 <div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
  163.                     <h2 class="text-patient">How anticoagulants work in the body</h2>
  164.                     <p>There are a number of different groups of anticoagulant medications, though vitamin K antagonists (VKAs) are often used. Their name derives from their mode of action, since they are counterparts of vitamin K, which is absorbed from food and is formed by our intestinal bacteria. Vitamin K is very important for blood coagulation. If vitamin K inhibitors are taken, the blood clots more slowly and the risk of thrombosis is reduced (this is where we get the term “blood thinner” from).</p> 
  165.                 </div>
  166.             </div>
  167.         </div>
  168.     </section>
  169.     <section class="roche-section__medium bg-patient text-white">
  170.         <div class="container">
  171.             <h2 class="mb-5">How you measure the level of anticoagulation</h2>
  172.             <div class="row d-flex align-items-center mb-3">
  173.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  174.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Blood.svg') }}" alt="Blood icon">
  175.                 </div>
  176.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  177.                     <p class="mb-0">In order to monitor anticoagulant therapy with vitamin K antagonists, blood is taken from the vein or fingertip. The time it takes for the blood to clot can be measured in the lab with a <em>coagulometer</em>. However, the coagulation level can also be measured directly by the patient very reliably with a small, mobile measuring device. Patients can even check their coagulation level at home at any time. The result is displayed as the <em>INR level</em>.</p>
  178.                 </div>
  179.             </div>    
  180.             <div class="row d-flex align-items-center mb-3 pt-4">
  181.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  182.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_INR.svg') }}" alt="INR icon">
  183.                 </div>
  184.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  185.                     <p class="mb-0">INR stands for international normalized ratio. It is the most common method of measuring to what extent the blood clotting is slowed. For instance, in a patient with an INR of 2.0, it takes twice as long for the blood to clot compared with a person who is not taking an anticoagulant (and has an INR of 1.0). </p>
  186.                 </div>
  187.             </div>
  188.             <div class="row d-flex align-items-center mb-5 pt-4">
  189.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  190.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Pharmacy.svg') }}" alt="Pharmacy icon">
  191.                 </div>
  192.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  193.                     <p class="mb-0">INR monitoring can be done in your doctor’s office or in pharmacies at regular intervals, as your healthcare provider   sees best. With self-testing, weekly monitoring is recommended. Studies have shown that patient self-testing is associated with significantly more values within the therapeutic range than is testing carried out in the doctor’s office.</p>
  194.                 </div>
  195.             </div>
  196.             <div class="d-flex justify-content-center justify-content-lg-start">
  197.                 <a class="btn btn-white text-patient" href="{{ path('patient-self-testing') }}">Learn more about self-testing</a>
  198.             </div>        
  199.         </div>
  200.     </section>
  201.     <section class="roche-section__medium">
  202.         <div class="container">
  203.             <div class="row align-items-center">
  204.                 <div class="col-12 col-lg-7 order-2 order-lg-1">
  205.                     <div class="roche-image roche-image__left">
  206.                         <img class="img-fluid" src="{{ asset('build/images/patient/02-Anticoagulation/02-Why_1x.png') }}" srcset="{{ asset('build/images/patient/02-Anticoagulation/02-Why_1x.png') }} 1x, {{ asset('build/images/patient/02-Anticoagulation/02-Why_2x.png') }} 2x" alt="A nurse and a patient smiling">
  207.                     </div>
  208.                 </div>            
  209.                 <div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
  210.                     <h2 class="text-patient">Why it is important to measure anticoagulation levels</h2>
  211.                     <p>When taking vitamin K antagonists, such as warfarin, the coagulation level needs to be monitored regularly in order to check whether the optimal dose is being used. If the dose is too low, a clot may form. If it is too high, there is a risk of bleeding. It is important to balance these two risks. To do this, your healthcare provider determines the therapeutic range in which your coagulation level should be.</p>
  212.                     <p>Based on the reason you have been prescribed anticoagulants, your healthcare provider will determine an individualized therapeutic INR range. This is the target range: your INR should not be higher or lower, as this may increase the risk of bleeding or a clot.</p>
  213.                 </div>
  214.             </div>
  215.         </div>
  216.     </section>
  217.     <section class="roche-section__medium bg-soft">
  218.         <div class="container">
  219.             <div class="row align-items-center">
  220.     
  221.                 <div class="col-12 col-lg-6">
  222.                     <h2 class="text-patient">Do you have other questions about anticoagulation medications?</h2>
  223.                     <p>Visit our FAQ page for answers.</p>
  224.                     <a class="btn btn-patient text-white" href="{{ path('patient-faq') }}">FAQs</a>
  225.                 </div>
  226.                 <div class="col-12 col-lg-6">
  227.                     <div class="roche-image roche-image__right">
  228.                         <img class="img-fluid" src="{{ asset('build/images/patient/02-Anticoagulation/03-Questions_1x.png') }}" srcset="{{ asset('build/images/patient/02-Anticoagulation/03-Questions_1x.png') }} 1x, {{ asset('build/images/patient/02-Anticoagulation/03-Questions_2x.png') }} 2x" alt="A nurse and a patient smiling">
  229.                     </div>
  230.                 </div>        
  231.             </div>
  232.         </div>
  233.     </section>
  234. {% endblock %}