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

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Caring for someone who takes anticoagulants | CoaguChek{% endblock %}
  3. {% block description %}Feel confident helping your loved one test their INR levels at home with CoaguChek®.{% 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-5 px-0 order-2 order-lg-1">
  9.                     <div class="container">
  10.                         <h1>Caring for someone who takes anticoagulants</h1>
  11.                         <p class="mb-0">Feel confident helping your loved one test their coagulation levels at home with CoaguChek<sup>®</sup>.</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/05-CareGivers/000-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/05-CareGivers/000-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/05-CareGivers/000-Heroimage_2x.png') }} 2x" alt="A daughter hugging her mother" 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">How to manage anticoagulation medication</h2>
  23.             <p>There are four main types of anticoagulation medication:</p>
  24.             <div class="row d-flex align-items-center mb-3 pt-4">
  25.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  26.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="vitamin">
  27.                 </div>
  28.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  29.                     <div>
  30.                         <h3 class="text-patient mb-0">Vitamin K antagonists,</h3>
  31.                         <p class="mb-0">also known as Coumadin (or warfarin)</p>
  32.                     </div>
  33.                 </div>
  34.             </div>
  35.             <div class="row d-flex align-items-center mb-3 pt-4">
  36.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  37.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="vitamin">
  38.                 </div>
  39.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  40.                     <div>
  41.                         <h3 class="text-patient mb-0">Heparin</h3>
  42.                     </div>
  43.                 </div>
  44.             </div>
  45.             <div class="row d-flex align-items-center mb-3 pt-4">
  46.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  47.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="vitamin">
  48.                 </div>
  49.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  50.                     <div>
  51.                         <h3 class="text-patient mb-0">Thrombocyte aggregation inhibitors</h3>
  52.                     </div>
  53.                 </div>
  54.             </div>
  55.             <div class="row d-flex align-items-center mb-3 pt-4">
  56.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  57.                     <img src="{{ asset('build/images/patient/02-Anticoagulation/Icon_Vitamin.svg') }}" alt="vitamin">
  58.                 </div>
  59.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  60.                     <div>
  61.                         <h3 class="text-patient mb-0">DOACs/NOACs</h3>
  62.                         <p class="mb-0">(also known as thrombin and factor Xa inhibitors)</p>
  63.                     </div>
  64.                 </div>
  65.             </div>
  66.             <div class="card mb-3 border-soft cc-radius">
  67.                 <div class="card-body bg-soft p-4 p-lg-5 cc-radius">
  68.                     <p>While each of these medications acts in a different way in the body, their goal is the same: to thin the user’s blood to prevent it from forming blood clots (thrombosis). </p>
  69.                     <p>For long-term or ongoing anticoagulant therapy, vitamin K antagonists or DOACs can be used. Both are taken as tablets, and your loved one’s doctor or pharmacist will explain how the tablets need to be taken (with or without food, at certain times of day, etc.). It is important to follow these instructions closely to ensure the medication works the way it is intended.</p>
  70.                     <p>Vitamin K antagonists are the most common anticoagulant, and a major advantage of using them is that your loved one can test their coagulation (INR levels) at home. If you are helping your loved one manage their anticoagulant medication, you may find it especially reassuring to be able to verify that they are in the therapeutic range without needing to visit a clinic or pharmacy for a test.</p>
  71.                     <div class="d-flex justify-content-center justify-content-lg-start">
  72.                         <a class="btn btn-patient text-white" href="{{ path('patient-anticoagulation') }}">Learn more about anticoagulation</a>
  73.                     </div>                            
  74.                 </div>
  75.             </div>
  76.             <p><small>DOAC: direct oral anticoagulant; NOAC: new oral anticoagulant</small></p>
  77.         </div>
  78.     </section>
  79.     <section class="roche-section__medium bg-soft">
  80.         <div class="container">
  81.             <h2 class="mb-5 text-patient">How INR testing at home works</h2>
  82.             <div class="row d-flex align-items-center mb-3">
  83.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  84.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_Blood.svg') }}" alt="Blood icon">
  85.                 </div>
  86.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  87.                     <p class="mb-0">Monitoring anticoagulation levels at home requires taking a small drop of blood from a fingertip. This blood is then placed on a test strip, which is fed into a coagulometer, such as the CoaguChek<sup>®</sup> XS or CoaguChek<sup>®</sup> INRange. The coagulometer will display the coagulation as an INR level.</p>
  88.                 </div>
  89.             </div>
  90.             <div class="row d-flex align-items-center mb-3 pt-4">
  91.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  92.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_INR.svg') }}" alt="INR icon">
  93.                 </div>
  94.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  95.                     <p class="mb-0"><strong>INR stands for international normalized ratio.</strong> It is the most common method of measuring to what extent 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>
  96.                 </div>
  97.             </div>
  98.             <div class="d-flex justify-content-center justify-content-lg-start">                
  99.                 <a class="btn btn-patient text-white" href="{{ path('patient-self-testing') }}">Learn more about self-testing</a>
  100.             </div>        
  101.         </div>
  102.     </section>
  103.     <section class="roche-section__medium ">
  104.         <div class="container">
  105.             <h2 class="mb-5 text-patient">How to discuss self-testing with your loved one</h2>
  106.             <p >If your loved one has never considered self-testing before, it may take time for them to feel confident taking on the responsibility. But, for many people taking anticoagulants, the many benefits of self-testing and the ease of using the CoaguChek<sup>®</sup> system quickly ease any concerns.</p>
  107.             <p class="mb-5">Here are some ways to help guide the conversation:</p>
  108.             <div class="row d-flex align-items-center mb-3">
  109.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  110.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_Start.svg') }}" alt="Start">
  111.                 </div>
  112.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  113.                     <p class="mb-0">Start by offering your support to ensure they are comfortable with the machine and the process of testing. Help them schedule time to self-test each week so they can see how convenient it will be to self-test their INR levels.</p>
  114.                 </div>
  115.             </div>
  116.             <div class="row d-flex align-items-center mb-3 pt-4">
  117.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  118.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_Discuss.svg') }}" alt="Discuss">
  119.                 </div>
  120.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  121.                     <p class="mb-0">Discuss the impact on their lifestyle of going to the pharmacy or their doctor’s office on a regular basis. This may make it difficult for them to make or keep plans, or they may be concerned about possible exposure to viruses in the clinic. Self-testing allows them to test from the comfort of their home.</p>
  122.                 </div>
  123.             </div>
  124.             <div class="row d-flex align-items-center mb-3 pt-4">
  125.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  126.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_Travel.svg') }}" alt="Self-testing">
  127.                 </div>
  128.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  129.                     <p class="mb-0">Self-testing also allows them to test while on the go. If travel has felt like an impossible dream for your loved one, self-testing may help them get back out there.</p>
  130.                 </div>
  131.             </div>
  132.             <div class="row d-flex align-items-center mb-3 pt-4">
  133.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  134.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_Safe.svg') }}" alt="Travel icon">
  135.                 </div>
  136.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  137.                     <p class="mb-0">Reassure them that self-testing is reliable and safe. If ever they have questions, their doctor will still be available to answer them.</p>
  138.                 </div>
  139.             </div>        
  140.         </div>
  141.     </section>
  142.     <section class="roche-section__medium bg-soft">
  143.         <div class="container">
  144.             <div class="row align-items-center">    
  145.                 <div class="col-12 col-lg-7 order-2 order-lg-1">
  146.                     <div class="roche-image roche-image__left">
  147.                         <img class="img-fluid" src="{{ asset('build/images/patient/05-CareGivers/01-GettingStarted_1x.png') }}" srcset="{{ asset('build/images/patient/05-CareGivers/01-GettingStarted_1x.png') }} 1x, {{ asset('build/images/patient/05-CareGivers/01-GettingStarted_2x.png') }} 2x" alt="A seated female patient talking to her doctor">
  148.                     </div>
  149.                 </div>                            
  150.                 <div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
  151.                     <h2 class="text-patient">Getting started</h2>
  152.                     <p>Before your loved one starts self-testing, or testing at home with your help, they will need to have a discussion with their doctor.</p>
  153.                     <a class="btn btn-patient text-white" href="{{ path('patient-self-testing') }}">Learn more</a>
  154.                 </div>
  155.             </div>
  156.         </div>
  157.     </section>
  158.     <section class="roche-section__medium ">
  159.         <div class="container">
  160.             <h2 class="mb-5 text-patient">Test at home with confidence</h2>
  161.             <div class="row d-flex align-items-center mb-3">
  162.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  163.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_Studies.svg') }}" alt="Studies">
  164.                 </div>
  165.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  166.                     <p class="mb-0">Studies show that people who take Coumadin/warfarin and who self-test tend to be more satisfied with their anticoagulation care and feel more empowered toward their health, which can translate to better adherence to medication regimens. The more frequent INR tests afforded by self-testing also result in increased time in range, which leads to fewer life-threatening events.<sup>1–3</sup></p>
  167.                 </div>
  168.             </div>    
  169.             <div class="row d-flex align-items-center mb-3 pt-4">
  170.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  171.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_FeelConfident.svg') }}" alt="Trust icon">
  172.                 </div>
  173.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  174.                     <p class="mb-0">You can feel confident in the INR values obtained using the CoaguChek<sup>®</sup> XS or CoaguChek<sup>®</sup> INRange system. CoaguChek<sup>®</sup> systems are designed to automatically measure the functioning of each test strip after it has been inserted in order to avoid faulty test results. If, for instance, a test strip has been positioned incorrectly, the device will show an error message.</p>
  175.                 </div>
  176.             </div>        
  177.             <div class="row d-flex align-items-center mb-3 pt-4">
  178.                 <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  179.                     <img src="{{ asset('build/images/patient/05-CareGivers/Icon_ExerciseRgime.svg') }}" alt="Exercise Regimen icon">
  180.                 </div>
  181.                 <div class="col-12 col-lg-11 text-center text-lg-start">
  182.                     <p class="mb-0">Additionally, if your loved one goes through a change in diet or exercise regimes, or takes advantage of new travel opportunities, they can always self-test more frequently to better understand how these changes to their routine affect their coagulation levels. This kind of access to their own body can be empowering and help them feel more in control of their health and well-being.</p>
  183.                 </div>
  184.             </div>        
  185.         </div>
  186.     </section>
  187. {% endblock %}