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

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Frequently asked questions for patients | CoaguChek{% endblock %}
  3. {% block description %}Click to find answers to your questions about anticoagulation, INR self-testing, and CoaguChek®.{% endblock %}
  4. {% block main %}
  5.     <div >
  6.         <section class="bg-patient text-white position-relative roche-header">
  7.             <div class="container-fluid">
  8.                 <div class="row align-items-center">
  9.                     <div class="col-lg-4 offset-lg-2 py-5 px-0 order-2 order-lg-1">
  10.                         <div class="container">
  11.                             <h1>Frequently asked questions</h1>
  12.                             <p class="mb-0">Find answers to your questions about anticoagulation, self-testing, and CoaguChek<sup>®</sup>.</p>
  13.                         </div>                        
  14.                     </div>
  15.                     <div class="col-lg-6 pe-0 order-1 order-lg-2">
  16.                         <img src="{{ asset('build/images/patient/07-FAQ/000-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/07-FAQ/000-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/07-FAQ/000-Heroimage_2x.png') }} 2x" alt="A nurse and a patient smiling" class="w-100" />
  17.                     </div>
  18.                 </div>
  19.             </div>
  20.         </section>
  21.         <section class="roche-section__medium">
  22.             <div class="container">
  23.                 <h2 class="text-patient">
  24.                     Anticoagulation
  25.                 </h2>
  26.                 <div class="accordion" id="ac-accordion">
  27.                     <div class="accordion-item mb-4 rounded-4">
  28.                         <h3 class="accordion-header" id="ach01">
  29.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb01" aria-expanded="false" aria-controls="acb01">
  30.                                 How does blood coagulation work?
  31.                             </button>
  32.                         </h3>
  33.                         <div id="acb01" class="accordion-collapse collapse" aria-labelledby="ach01" data-bs-parent="#ac-accordion">
  34.                             <div class="accordion-body">
  35.                                 <p>Blood coagulation is vital, because without it you would not stop bleeding after an injury. The thickening and clotting of blood is a complex process involving numerous substances produced by the body (e.g., clotting factors and platelets).</p> 
  36.                                 <p>Coagulation involves three important steps:</p>
  37.                                 <ul>
  38.                                     <li>The vascular walls at the place of the injury contract.</li>
  39.                                     <li>The blood platelets stick together and form a blood clot that seals the place of the injury.</li>
  40.                                     <li>Coagulation factors are formed in the liver that ensure that the blood clot solidifies and does not dissolve.</li>
  41.                                 </ul>
  42.                                 <p>In healthy people, coagulation works reliably and potentially dangerous clots are not formed. In other words: the system is in balance.</p>                        
  43.                             </div>
  44.                         </div>
  45.                     </div>
  46.                     <div class="accordion-item mb-4 rounded-4 border-top">
  47.                         <h3 class="accordion-header" id="ach02">
  48.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb02" aria-expanded="false" aria-controls="acb02">
  49.                             What types of anticoagulants are available?
  50.                             </button>
  51.                         </h3>
  52.                         <div id="acb02" class="accordion-collapse collapse" aria-labelledby="ach02" data-bs-parent="#ac-accordion">
  53.                             <div class="accordion-body">
  54.                                 <p>There are a number of types of anticoagulant medications, also known as blood thinners. The medical term for these is oral anticoagulants. When they are ingested, the natural clotting of the blood is reduced and it takes longer for it to clot.</p> 
  55.                                 <p>The following are the main types of anticoagulants:</p>
  56.                                 <ul>
  57.                                     <li>Vitamin K antagonists, also known as Coumadin (or warfarin)</li>
  58.                                     <li>Heparin</li>
  59.                                     <li>Thrombocyte aggregation inhibitors</li>
  60.                                     <li>DOACs (also known as thrombin and factor Xa inhibitors)</li>
  61.                                 </ul>
  62.                                 <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>
  63.                                 <p>A major advantage of using vitamin K antagonists is patient self-testing of coagulation (INR levels). Self-testing of coagulation levels is not possible with DOACs. For some patients, regular self-testing of their INR levels may be of great benefit.</p>
  64.                             </div>
  65.                         </div>
  66.                     </div>
  67.                     <div class="accordion-item mb-4 rounded-4 border-top">
  68.                         <h3 class="accordion-header" id="ach03">
  69.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb03" aria-expanded="false" aria-controls="acb02">
  70.                             Why do coagulation levels need to be measured?
  71.                             </button>
  72.                         </h3>
  73.                         <div id="acb03" class="accordion-collapse collapse" aria-labelledby="ach03" data-bs-parent="#ac-accordion">
  74.                             <div class="accordion-body">
  75.                                 <p>When taking vitamin K antagonists, 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 doctor determines the <strong>therapeutic range</strong> in which your coagulation level should be.</p>
  76.                             </div>
  77.                         </div>
  78.                     </div>
  79.                     <div class="accordion-item mb-4 rounded-4 border-top">
  80.                         <h3 class="accordion-header" id="ach04">
  81.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb04" aria-expanded="false" aria-controls="acb02">
  82.                             What is a therapeutic range?
  83.                             </button>
  84.                         </h3>
  85.                         <div id="acb04" class="accordion-collapse collapse" aria-labelledby="ach04" data-bs-parent="#ac-accordion">
  86.                             <div class="accordion-body">
  87.                                 <p>Based on what you’re being prescribed anticoagulants for, your doctor 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> 
  88.                                 <p>Recommended ranges:</p>
  89.                                 <ul>
  90.                                     <li>Atrial fibrillation: INR of 2.0–3.0. </li>
  91.                                     <li>Heart valve replacement: INR of 2.0–3.5. <em>This depends on the type of heart valve used and whether the heart rhythm is regular.</em> </li>
  92.                                     <li>Thrombosis or lung embolism: INR of 2.0–3.0.</li>
  93.                                 </ul>
  94.                                 <p>These are recommended ranges only. Your doctor will determine what your target INR range is.</p>
  95.                             </div>
  96.                         </div>
  97.                     </div>
  98.                     <div class="accordion-item mb-4 rounded-4 border-top">
  99.                         <h3 class="accordion-header" id="ach05">
  100.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb05" aria-expanded="false" aria-controls="acb02">
  101.                             What do “INR value” and “Quick value” mean?
  102.                             </button>
  103.                         </h3>
  104.                         <div id="acb05" class="accordion-collapse collapse" aria-labelledby="ach05" data-bs-parent="#ac-accordion">
  105.                             <div class="accordion-body">
  106.                                 <p><strong>INR stands for international normalized ratio.</strong> 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>
  107.                                 <p>The <strong>Quick value</strong> is also a commonly used unit but has become less popular than INR because it can fluctuate greatly. The Quick value is stated as a percentage (normal range: 70–130%) and is opposite to the INR in that a high percentage is equivalent to a low INR, and vice versa.</p>
  108.                             </div>
  109.                         </div>
  110.                     </div>
  111.                     <div class="accordion-item mb-4 rounded-4 border-top">
  112.                         <h3 class="accordion-header" id="ach06">
  113.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb06" aria-expanded="false" aria-controls="acb02">
  114.                             How often does INR need to be measured?
  115.                             </button>
  116.                         </h3>
  117.                         <div id="acb06" class="accordion-collapse collapse" aria-labelledby="ach06" data-bs-parent="#ac-accordion">
  118.                             <div class="accordion-body">
  119.                                 <p>INR monitoring is done in your doctor’s office at regular intervals, as your doctor 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>
  120.                                 <p><a class="btn btn-patient text-white" href="{{ path('patient-self-testing') }}">Learn more about self-testing</a></p>
  121.                             </div>
  122.                         </div>
  123.                     </div>
  124.                     <div class="accordion-item mb-4 rounded-4 border-top">
  125.                         <h3 class="accordion-header" id="ach07">
  126.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#acb07" aria-expanded="false" aria-controls="acb02">
  127.                             What should I watch out for?
  128.                             </button>
  129.                         </h3>
  130.                         <div id="acb07" class="accordion-collapse collapse" aria-labelledby="ach07" data-bs-parent="#ac-accordion">
  131.                             <div class="accordion-body">
  132.                                 <p>If you are receiving ongoing anticoagulant therapy with vitamin K antagonists, there are a few things you should watch out for. For instance, do your best to avoid injuries and cuts because this could lead to increased bleeding. There are also some nutritional and travel considerations to keep in mind—but not to the point where it should interfere with your enjoyment of daily life.</p>
  133.                                 <p><a class="btn btn-patient text-white" href="{{ path('patient-remaining-independent-nutrition') }}">Learn more about anticoagulation and nutrition</a></p>
  134.                             </div>
  135.                         </div>
  136.                     </div>                                                
  137.                 </div>
  138.             </div>        
  139.         </section>
  140.         <section class="roche-section__medium bg-soft">
  141.             <div class="container">
  142.                 <h2 class="text-patient">Self-testing</h2>
  143.                 <div class="accordion accordion-flush" id="st-accordion">
  144.                     <div class="accordion-item mb-4 rounded-4 border-top">
  145.                         <h3 class="accordion-header" id="sth01">
  146.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb01" aria-expanded="false" aria-controls="stb01">
  147.                             Where do I learn what to do?
  148.                             </button>
  149.                         </h3>
  150.                         <div id="stb01" class="accordion-collapse collapse" aria-labelledby="sth01" data-bs-parent="#st-accordion">
  151.                             <div class="accordion-body">
  152.                                 <p>Visit our <a class="text-patient" href="{{ path('patient-resources-self-testing') }}">Resources</a> section to access how-to videos and other informational brochures. You can also refer to step-by-step photos and instructions in our <a href="{{ path('patient-self-testing') }}" class="text-patient">Self-testing</a> section.</p>
  153.                                 <p>If you have any questions, please contact our CoaguChek<sup>®</sup>&nbsp;Roche Care Centre Monday to Friday from 8 a.m. to 5 p.m. (EST) toll-free at <a href="tel:18774262482" class="text-patient">1-877-426-2482</a>. We will be happy to walk you through all the various steps of self-testing.</p>
  154.                                 <p>You can also <a class="text-patient" href="{{ path('patient-contact') }}">contact us</a> online.</p>
  155.                             </div>
  156.                         </div>
  157.                     </div>
  158.                     <div class="accordion-item mb-4 rounded-4 border-top">
  159.                         <h3 class="accordion-header" id="sth02">
  160.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb02" aria-expanded="false" aria-controls="stb01">
  161.                             How reliable are my results?
  162.                             </button>
  163.                         </h3>
  164.                         <div id="stb02" class="accordion-collapse collapse" aria-labelledby="sth02" data-bs-parent="#st-accordion">
  165.                             <div class="accordion-body">
  166.                                 <p>The values obtained from using the CoaguChek<sup>®</sup>&nbsp;INRange or CoaguChek<sup>®</sup>&nbsp;XS system are reliable. The system is 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. See below for a list of all possible error messages and what to do.</p>
  167.                                 <p>If you get an error message, you may also contact our CoaguChek<sup>®</sup>&nbsp;Roche Care Centre toll-free at <a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>, Monday to Friday between 8 a.m. and 5 p.m. (EST).</p>
  168.                             </div>
  169.                         </div>
  170.                     </div>    
  171.                     <div class="accordion-item mb-4 rounded-4 border-top">
  172.                         <h3 class="accordion-header" id="sth03">
  173.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb03" aria-expanded="false" aria-controls="stb01">
  174.                             I keep getting error messages. What should I do?
  175.                             </button>
  176.                         </h3>
  177.                         <div id="stb03" class="accordion-collapse collapse" aria-labelledby="sth03" data-bs-parent="#st-accordion">
  178.                             <div class="accordion-body">
  179.                                 <p>Please call the CoaguChek<sup>®</sup>&nbsp;Roche Care Centre right away, toll-free at <a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>, for any error messages to prevent wasting your strips.</p>
  180.                             </div>
  181.                         </div>
  182.                     </div>    
  183.                     <div class="accordion-item mb-4 rounded-4 border-top">
  184.                         <h3 class="accordion-header" id="sth04">
  185.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb04" aria-expanded="false" aria-controls="stb01">
  186.                             I am having issues with my meter. Is it possible to have my instrument repaired?
  187.                             </button>
  188.                         </h3>
  189.                         <div id="stb04" class="accordion-collapse collapse" aria-labelledby="sth04" data-bs-parent="#st-accordion">
  190.                             <div class="accordion-body">
  191.                                 <p>The CoaguChek<sup>®</sup>&nbsp;instrument has a 2-year warranty, please make sure to fill out the form upon purchase of the instrument. The meter is not repairable, but for any issues, please call the CoaguChek<sup>®</sup>&nbsp;Info-Line (<a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>) to confirm whether the meter will need to be replaced. Some of these issues can be solved with the help of the CoaguChek<sup>®</sup>&nbsp;Roche Care Centre.</p>
  192.                                 <p>To validate your 2-year warranty, you can fill in the formulary <a href="{{ path('patient-resources-warranty-formulary') }}" class="text-patient">here</a>.</p>
  193.                             </div>
  194.                         </div>
  195.                     </div>    
  196.                     <div class="accordion-item mb-4 rounded-4 border-top">
  197.                         <h3 class="accordion-header" id="sth05">
  198.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb05" aria-expanded="false" aria-controls="stb01">
  199.                             I get an error message and can't use my meter anymore after inserting the code chip from the control solution. What should I do?
  200.                             </button>
  201.                         </h3>
  202.                         <div id="stb05" class="accordion-collapse collapse" aria-labelledby="sth05" data-bs-parent="#st-accordion">
  203.                             <div class="accordion-body">
  204.                                 <p>When performing a control test with the CoaguChek<sup>®</sup>&nbsp;XS PT control solution, leave the code chip of the test strip in the meter. The code chip from the control solution box must NOT be used. The code chip that comes with the control solution is meant to be used with another professional meter.</p>
  205.                             </div>
  206.                         </div>
  207.                     </div>    
  208.                     <div class="accordion-item mb-4 rounded-4 border-top">
  209.                         <h3 class="accordion-header" id="sth06">
  210.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb06" aria-expanded="false" aria-controls="stb01">
  211.                             Are the device and lancets reimbursed?
  212.                             </button>
  213.                         </h3>
  214.                         <div id="stb06" class="accordion-collapse collapse" aria-labelledby="sth06" data-bs-parent="#st-accordion">
  215.                             <div class="accordion-body">
  216.                                 <p>Many pharmacies and clinics offer point-of-care INR testing and can also follow patients who self-test INR with CoaguChek<sup>®</sup>.</p>
  217.                                 <p>Great news! In Quebec, since February 2017, the general drug insurance plan reimburses CoaguChek<sup>®</sup>&nbsp;strips for every patient.</p>
  218.                                 <p>In addition to refunding the strips, some private insurance plans also reimburse the meter. Contact your insurance company for more information. Get detailed information on coverage and reimbursement <a href="{{ path('patient-resources-reimbursement') }}" class="text-patient">here</a>.</p>
  219.                             </div>
  220.                         </div>
  221.                     </div>    
  222.                     <div class="accordion-item mb-4 rounded-4 border-top">
  223.                         <h3 class="accordion-header" id="sth07">
  224.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb07" aria-expanded="false" aria-controls="stb01">
  225.                             <span>Where can I get the CoaguChek<sup>®</sup>&nbsp;device and the test strips?</span>
  226.                             </button>
  227.                         </h3>
  228.                         <div id="stb07" class="accordion-collapse collapse" aria-labelledby="sth07" data-bs-parent="#st-accordion">
  229.                             <div class="accordion-body">
  230.                                 <p>You can purchase a CoaguChek<sup>®</sup>&nbsp;XS meter from your local pharmacy. Please contact your local pharmacy ahead of time, so that they can order the meter and strips from their wholesaler/distributor.</p>
  231.                             </div>
  232.                         </div>
  233.                     </div>    
  234.                     <div class="accordion-item mb-4 rounded-4 border-top">
  235.                         <h3 class="accordion-header" id="sth08">
  236.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb08" aria-expanded="false" aria-controls="stb01">
  237.                             <span>Does the CoaguChek<sup>®</sup>&nbsp;device require maintenance?</span>
  238.                             </button>
  239.                         </h3>
  240.                         <div id="stb08" class="accordion-collapse collapse" aria-labelledby="sth08" data-bs-parent="#st-accordion">
  241.                             <div class="accordion-body">
  242.                                 <p>Our measuring devices are maintenance-free. When the CoaguChek<sup>®</sup>&nbsp;INRange or CoaguChek<sup>®</sup>&nbsp;XS is switched on, the system runs through several internal function checks. You do not need to carry out or arrange for any other maintenance.</p>
  243.                                 <p>To avoid malfunction of the meter, follow the procedures indicated in the Operator Manual to clean and disinfect the meter and the lancing device.</p>
  244.                             </div>
  245.                         </div>
  246.                     </div>    
  247.                     <div class="accordion-item mb-4 rounded-4 border-top">
  248.                         <h3 class="accordion-header" id="sth09">
  249.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#stb09" aria-expanded="false" aria-controls="stb01">
  250.                             <span>Can I calibrate the CoaguChek<sup>®</sup>&nbsp;device?</span>
  251.                             </button>
  252.                         </h3>
  253.                         <div id="stb09" class="accordion-collapse collapse" aria-labelledby="sth09" data-bs-parent="#st-accordion">
  254.                             <div class="accordion-body">
  255.                                 <p>There is no calibration task that needs to be performed by the user. The system (instrument and test strips) autocalibrates with the test strip corresponding code chip lot number inserted in the instrument.</p>
  256.                                 <p>If your system needs to be verified for its performance, please ask your pharmacist if they can perform the CoaguChek<sup>®</sup>&nbsp;XS PT Control test for you, or call the CoaguChek<sup>®</sup>&nbsp;Info-Line/Coagulation Info-Line (<a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>) for assistance.</p>
  257.                             </div>
  258.                         </div>
  259.                     </div>        
  260.                 </div>
  261.             </div>
  262.         </section>
  263.         <section class="roche-section__medium">
  264.             <div class="container">
  265.                 <h2 class="text-patient">Common CoaguChek<sup>®</sup>&nbsp;INRange error messages</h2>
  266.                 <p>There are four icons that may appear with an error message: </p>
  267.                 <div class="row d-flex align-items-start">
  268.                     <div class="nav flex-column col-12 col-lg-6 nav-pills roche-pill__patient" role="tablist" aria-orientation="vertical">
  269.                         <button class="nav-link active d-flex justify-content-between align-items-center p-3 mb-4 border rounded-4" id="m-warning-tab" data-bs-toggle="pill" data-bs-target="#m-warning" type="button" role="tab" aria-controls="m-warning" aria-selected="true">
  270.                             <div>
  271.                                 <img width="40" src="{{ asset('build/images/patient/07-FAQ/Icon_Warning.svg') }}" alt="Warning icon"> 
  272.                                 <span class="ms-1">Warning message</span>
  273.                             </div>
  274.                             <img src="{{ asset('build/images/patient/07-FAQ/Icon_Arrow.svg') }}" alt="arrow" style="transform: rotate(270deg);"> 
  275.                         </button>
  276.                         <button class="nav-link d-flex justify-content-between align-items-center p-3 mb-4 border rounded-4" id="m-error-tab" data-bs-toggle="pill" data-bs-target="#m-error" type="button" role="tab" aria-controls="m-error" aria-selected="false">
  277.                             <div>
  278.                                 <img width="40" src="{{ asset('build/images/patient/07-FAQ/Icon_Error.svg') }}" alt="error"> 
  279.                                 <span class="ms-1">Error message</span>
  280.                             </div>
  281.                             <img src="{{ asset('build/images/patient/07-FAQ/Icon_Arrow.svg') }}" alt="arrow" style="transform: rotate(270deg);"> 
  282.                         </button>
  283.                         <button class="nav-link d-flex justify-content-between align-items-center p-3 mb-4 border rounded-4" id="m-maintenance-tab" data-bs-toggle="pill" data-bs-target="#m-maintenance" type="button" role="tab" aria-controls="m-maintenance" aria-selected="false">
  284.                             <div>
  285.                                 <img width="40" src="{{ asset('build/images/patient/07-FAQ/Icon_Maintenance.svg') }}" alt="maintenance"> 
  286.                                 <span class="ms-1">Maintenance message</span>
  287.                             </div>
  288.                             <img src="{{ asset('build/images/patient/07-FAQ/Icon_Arrow.svg') }}" alt="arrow" style="transform: rotate(270deg);"> 
  289.                         </button>
  290.                         <button class="nav-link d-flex justify-content-between align-items-center p-3 border rounded-4" id="m-information-tab" data-bs-toggle="pill" data-bs-target="#m-information" type="button" role="tab" aria-controls="m-information" aria-selected="false">
  291.                             <div>
  292.                                 <img width="40" src="{{ asset('build/images/patient/07-FAQ/Icon_Info.svg') }}" alt="information"> 
  293.                                 <span class="ms-1">Information message</span>
  294.                             </div>
  295.                             <img src="{{ asset('build/images/patient/07-FAQ/Icon_Arrow.svg') }}" alt="arrow" style="transform: rotate(270deg);"> 
  296.                         </button>
  297.                     </div>
  298.                     <div class="tab-content col-12 col-lg-6 pt-5 pt-lg-0">
  299.                         <div class="tab-pane fade show active" id="m-warning" role="tabpanel" aria-labelledby="m-warning-tab" tabindex="0">
  300.                             <div class="h-100 text-center border border-patient rounded-4">
  301.                                 <img src="{{ asset('build/images/patient/07-FAQ/01-MessageWarning_1x.png') }}" srcset="{{ asset('build/images/patient/07-FAQ/01-MessageWarning_1x.png') }} 1x, {{ asset('build/images/patient/07-FAQ/01-MessageWarning_2x.png') }} 2x" alt="warning message" class="img-fluid" />
  302.                             </div>
  303.                         </div>
  304.                         <div class="tab-pane fade" id="m-error" role="tabpanel" aria-labelledby="m-error-tab" tabindex="0">
  305.                             <div class="h-100 text-center border border-patient rounded-4">
  306.                                 <img src="{{ asset('build/images/patient/07-FAQ/01-MessageError_1x.png') }}" srcset="{{ asset('build/images/patient/07-FAQ/01-MessageError_1x.png') }} 1x, {{ asset('build/images/patient/07-FAQ/01-MessageError_2x.png') }} 2x" alt="warning message" class="img-fluid" />
  307.                             </div>
  308.                         </div>
  309.                         <div class="tab-pane fade" id="m-maintenance" role="tabpanel" aria-labelledby="m-maintenance-tab" tabindex="0">
  310.                             <div class="h-100 text-center border border-patient rounded-4">
  311.                                 <img src="{{ asset('build/images/patient/07-FAQ/01-MessageMaintenance_1x.png') }}" srcset="{{ asset('build/images/patient/07-FAQ/01-MessageMaintenance_1x.png') }} 1x, {{ asset('build/images/patient/07-FAQ/01-MessageMaintenance_2x.png') }} 2x" alt="warning message" class="img-fluid" />
  312.                             </div>
  313.                         </div>
  314.                         <div class="tab-pane fade" id="m-information" role="tabpanel" aria-labelledby="m-information-tab" tabindex="0">
  315.                             <div class="h-100 text-center border border-patient rounded-4">
  316.                                 <img src="{{ asset('build/images/patient/07-FAQ/01-MessageBattery_1x.png') }}" srcset="{{ asset('build/images/patient/07-FAQ/01-MessageBattery_1x.png') }} 1x, {{ asset('build/images/patient/07-FAQ/01-MessageBattery_2x.png') }} 2x" alt="warning message" class="img-fluid" />
  317.                             </div>
  318.                         </div>
  319.                     </div>
  320.                 </div>
  321.                 <p class="mt-4">In all cases, the text next to the icon will explain the problem and provide instructions about what do to next. Once you have read the message, press the "Enter" button to confirm the message and then proceed with the current task.</p>
  322.             </div>
  323.         </section>
  324.         <section class="roche-section__medium bg-soft">
  325.             <div class="container">
  326.                 <h2 class="text-patient">Common CoaguChek<sup>®</sup>&nbsp;XS error messages</h2>
  327.                 <div class="accordion" id="xs-accordion">
  328.                     <div class="accordion-item mb-4 rounded-4">
  329.                         <h3 class="accordion-header" id="xsh01">
  330.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb01" aria-expanded="false" aria-controls="xsb01">
  331.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_TestTrip.svg') }}" alt="Test strip symbol flashing "> </div>
  332.                                 <span>Test strip symbol flashing</span> 
  333.                             </button>
  334.                         </h3>
  335.                         <div id="xsb01" class="container text-center accordion-collapse collapse" aria-labelledby="xsh01" data-bs-parent="#xs-accordion">
  336.                             <div class="accordion-body p-0">
  337.                                 <div class="row">
  338.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  339.                                         Symbol
  340.                                     </div>
  341.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  342.                                         Brief description
  343.                                     </div>
  344.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  345.                                         What to do
  346.                                     </div>
  347.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  348.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_TestTrip.svg') }}" alt="Test strip symbol flashing ">
  349.                                     </div>
  350.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  351.                                         <span>
  352.                                             Test strip in meter <br>
  353.                                             <em>or</em> <br>
  354.                                             Test strip unusuable or not a CoaguChek<sup>®</sup>&nbsp;XS PT test strip
  355.                                         </span>                                        
  356.                                     </div>
  357.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  358.                                         <span>
  359.                                             Remove the test strip. The error message disappears, the meter is ready. <br>
  360.                                             <em>or</em><br>
  361.                                             Remove the test strip and repeat the test with a new or correct test strip
  362.                                         </span>                                        
  363.                                     </div>                                    
  364.                                 </div>            
  365.                             </div>
  366.                         </div>
  367.                     </div>
  368.                     <div class="accordion-item mb-4 rounded-4 border-top">
  369.                         <h3 class="accordion-header" id="xsh02">
  370.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb02" aria-expanded="false" aria-controls="xsb02">
  371.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_Temperature.svg') }}" alt="Temperature symbol flashing"></div>
  372.                                 <span>Temperature symbol flashing </span>
  373.                             </button>
  374.                         </h3>
  375.                         <div id="xsb02" class="container text-center accordion-collapse collapse" aria-labelledby="xsh02" data-bs-parent="#xs-accordion">
  376.                             <div class="accordion-body p-0">
  377.                                 <div class="row text-center">
  378.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  379.                                         Symbol
  380.                                     </div>
  381.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  382.                                         Brief description
  383.                                     </div>
  384.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  385.                                         What to do
  386.                                     </div>
  387.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  388.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_Temperature.svg') }}" alt="Temperature symbol flashing">
  389.                                     </div>
  390.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  391.                                         Meter too warm or too cold    
  392.                                     </div>
  393.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  394.                                         <span>
  395.                                             Turn the meter off and allow it to stand for about 30 minutes at room temperature (15–30 °C).
  396.                                         </span>                                        
  397.                                     </div>                                    
  398.                                 </div>                
  399.                             </div>
  400.                         </div>
  401.                     </div>    
  402.                     <div class="accordion-item mb-4 rounded-4 border-top">
  403.                         <h3 class="accordion-header" id="xsh03">
  404.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb03" aria-expanded="false" aria-controls="xsb03">
  405.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_Battery.svg') }}" alt="Battery symbol flashing"></div>
  406.                                 <span>Battery symbol flashing </span>
  407.                             </button>
  408.                         </h3>
  409.                         <div id="xsb03" class="container text-center accordion-collapse collapse" aria-labelledby="xsh03" data-bs-parent="#xs-accordion">
  410.                             <div class="accordion-body p-0">
  411.                             <div class="row">
  412.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  413.                                         Symbol
  414.                                     </div>
  415.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  416.                                         Brief description
  417.                                     </div>
  418.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  419.                                         What to do
  420.                                     </div>
  421.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  422.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_Battery.svg') }}" alt="Battery symbol flashing">
  423.                                     </div>
  424.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">                            
  425.                                         Battery level too low
  426.                                     </div>
  427.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  428.                                         Insert a new battery.                                    
  429.                                     </div>                                    
  430.                                 </div>                
  431.                             </div>
  432.                         </div>
  433.                     </div>    
  434.                     <div class="accordion-item mb-4 rounded-4 border-top">
  435.                         <h3 class="accordion-header" id="xsh04">
  436.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb04" aria-expanded="false" aria-controls="xsb04">
  437.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_Cover.svg') }}" alt="Cover symbol flashing"></div>
  438.                                 <span>Cover symbol flashing</span>
  439.                             </button>
  440.                         </h3>
  441.                         <div id="xsb04" class="container text-center accordion-collapse collapse" aria-labelledby="xsh04" data-bs-parent="#xs-accordion">
  442.                             <div class="accordion-body p-0">
  443.                                 <div class="row">
  444.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  445.                                         Symbol
  446.                                     </div>
  447.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  448.                                         Brief description
  449.                                     </div>
  450.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  451.                                         What to do
  452.                                     </div>
  453.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  454.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_Cover.svg') }}" alt="Cover symbol flashing">
  455.                                     </div>
  456.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  457.                                         Test strip guide cover open                                    
  458.                                     </div>
  459.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  460.                                         Close the test strip guide cover. The error message disappears, the meter is ready.                                
  461.                                     </div>                                    
  462.                                 </div>            
  463.                             </div>
  464.                         </div>
  465.                     </div>    
  466.                     <div class="accordion-item mb-4 rounded-4 border-top">
  467.                         <h3 class="accordion-header" id="xsh05">
  468.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb05" aria-expanded="false" aria-controls="xsb05">
  469.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_IRsymbol.svg') }}" alt="IR symbol flashing"></div>
  470.                                 <span>IR symbol flashing</span>
  471.                             </button>
  472.                         </h3>
  473.                         <div id="xsb05" class="container text-center accordion-collapse collapse" aria-labelledby="xsh05" data-bs-parent="#xs-accordion">
  474.                             <div class="accordion-body p-0">
  475.                                 <div class="row">
  476.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  477.                                         Symbol
  478.                                     </div>
  479.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  480.                                         Brief description
  481.                                     </div>
  482.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  483.                                         What to do
  484.                                     </div>
  485.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  486.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_IRsymbol.svg') }}" alt="IR symbol flashing">
  487.                                     </div>
  488.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  489.                                         Infrared download error                                
  490.                                     </div>
  491.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  492.                                                                     
  493.                                     </div>                                    
  494.                                 </div>                    
  495.                             </div>
  496.                         </div>
  497.                     </div>
  498.                     <div class="accordion-item mb-4 rounded-4 border-top">
  499.                         <h3 class="accordion-header" id="xsh06">
  500.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb06" aria-expanded="false" aria-controls="xsb06">
  501.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_QC.svg') }}" alt="QC symbol flashing"></div>
  502.                                 <span>QC symbol flashing</span>
  503.                             </button>
  504.                         </h3>
  505.                         <div id="xsb06" class="container text-center accordion-collapse collapse" aria-labelledby="xsh06" data-bs-parent="#xs-accordion">
  506.                             <div class="accordion-body p-0">
  507.                                 <div class="row">
  508.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  509.                                         Symbol
  510.                                     </div>
  511.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  512.                                         Brief description
  513.                                     </div>
  514.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  515.                                         What to do
  516.                                     </div>
  517.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  518.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_QC.svg') }}" alt="QC symbol flashing">
  519.                                     </div>
  520.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  521.                                         Quality control: test strip unusable                
  522.                                     </div>
  523.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  524.                                         <span>
  525.                                             Turn the meter off and remove the test strip. Repeat the test with a new test strip. In case the error occurs again contact the CoaguChek<sup>®</sup>&nbsp;Roche Care Centre, toll-free at <a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>.
  526.                                         </span>                    
  527.                                     </div>                                    
  528.                                 </div>            
  529.                             </div>
  530.                         </div>
  531.                     </div>    
  532.                     <div class="accordion-item mb-4 rounded-4 border-top">
  533.                         <h3 class="accordion-header" id="xsh07">
  534.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb07" aria-expanded="false" aria-controls="xsb07">
  535.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_code.svg') }}" alt="Code symbol flashing"></div>
  536.                                 <span>Code symbol flashing</span>
  537.                             </button>
  538.                         </h3>
  539.                         <div id="xsb07" class="container text-center accordion-collapse collapse" aria-labelledby="xsh07" data-bs-parent="#xs-accordion">
  540.                             <div class="accordion-body p-0">
  541.                                 <div class="row">
  542.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  543.                                         Symbol
  544.                                     </div>
  545.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  546.                                         Brief description
  547.                                     </div>
  548.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  549.                                         What to do
  550.                                     </div>
  551.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  552.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_code.svg') }}" alt="Code symbol flashing">
  553.                                     </div>
  554.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  555.                                         Code chip error                
  556.                                     </div>
  557.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  558.                                         Insert the code chip, or remove it and re-insert it.                
  559.                                     </div>                                    
  560.                                 </div>                    
  561.                             </div>
  562.                         </div>
  563.                     </div>    
  564.                     <div class="accordion-item mb-4 rounded-4 border-top">
  565.                         <h3 class="accordion-header" id="xsh08">
  566.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb08" aria-expanded="false" aria-controls="xsb08">
  567.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_Error000.svg') }}" alt="Error number: 000"></div>
  568.                                 <span>Error number: 000</span>
  569.                             </button>
  570.                         </h3>
  571.                         <div id="xsb08" class="container text-center accordion-collapse collapse" aria-labelledby="xsh08" data-bs-parent="#xs-accordion">
  572.                             <div class="accordion-body p-0">
  573.                                 <div class="row">
  574.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  575.                                         Symbol
  576.                                     </div>
  577.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  578.                                         Brief description
  579.                                     </div>
  580.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  581.                                         What to do
  582.                                     </div>
  583.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  584.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_Error000.svg') }}" alt="Error number: 000">
  585.                                     </div>
  586.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  587.                                         Allowed time for blood application exceeded        
  588.                                     </div>
  589.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  590.                                         Turn the meter off, remove the test strip and start a new test using the same test strip.            
  591.                                     </div>                                    
  592.                                 </div>                        
  593.                             </div>
  594.                         </div>
  595.                     </div>
  596.                     <div class="accordion-item mb-4 rounded-4 border-top">
  597.                         <h3 class="accordion-header" id="xsh09">
  598.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb09" aria-expanded="false" aria-controls="xsb09">
  599.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_3.svg') }}" alt="Error number: 3"></div>
  600.                                 <span>Error number: 3</span>
  601.                             </button>
  602.                         </h3>
  603.                         <div id="xsb09" class="container text-center accordion-collapse collapse" aria-labelledby="xsh09" data-bs-parent="#xs-accordion">
  604.                             <div class="accordion-body p-0">
  605.                                 <div class="row">
  606.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  607.                                         Symbol
  608.                                     </div>
  609.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  610.                                         Brief description
  611.                                     </div>
  612.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  613.                                         What to do
  614.                                     </div>
  615.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  616.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_3.svg') }}" alt="Error number: 3">
  617.                                     </div>
  618.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  619.                                         Beyond expiry date    
  620.                                     </div>
  621.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  622.                                         <span>
  623.                                             <p>First check whether the date setting is correct in the meter. If it is not, set the correct date.</p>
  624.                                             <p class="mb-0">If the date is correct: turn the meter off, remove the code chip and test strip. Use a test strip from a new lot of test strips and insert the code chip that came with the new lot</p>
  625.                                         </span>            
  626.                                     </div>                                    
  627.                                 </div>                        
  628.                             </div>
  629.                         </div>
  630.                     </div>    
  631.                     <div class="accordion-item mb-4 rounded-4 border-top">
  632.                         <h3 class="accordion-header" id="xsh10">
  633.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb10" aria-expanded="false" aria-controls="xsb10">
  634.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_4.svg') }}" alt="Error number: 4"></div>
  635.                                 <span>Error number: 4</span>
  636.                             </button>
  637.                         </h3>
  638.                         <div id="xsb10" class="container text-center accordion-collapse collapse" aria-labelledby="xsh10" data-bs-parent="#xs-accordion">
  639.                             <div class="accordion-body p-0">
  640.                                 <div class="row">
  641.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  642.                                         Symbol
  643.                                     </div>
  644.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  645.                                         Brief description
  646.                                     </div>
  647.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  648.                                         What to do
  649.                                     </div>
  650.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  651.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_4.svg') }}" alt="Error number: 4">
  652.                                     </div>
  653.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  654.                                         Test strip unusable or internal error
  655.                                     </div>
  656.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  657.                                         <span>
  658.                                             <p>Turn the meter off, remove the test strip and re-insert it. If the error message appears again, discard the unusable test strip and use a new one.</p>
  659.                                             <p class="mb-0">If you still get the error message after you have inserted a new test strip, turn the meter off again. Wait two minutes before turning the meter on. If the error message still appears, the meter might be defective. Contact the CoaguChek<sup>®</sup>&nbsp;Roche Care Centre, toll-free at <a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>.</p>
  660.                                         </span>            
  661.                                     </div>                                    
  662.                                 </div>                
  663.                             </div>
  664.                         </div>
  665.                     </div>    
  666.                     <div class="accordion-item mb-4 rounded-4 border-top">
  667.                         <h3 class="accordion-header" id="xsh11">
  668.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb11" aria-expanded="false" aria-controls="xsb11">
  669.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_5.svg') }}" alt="Error number: 5"></div>
  670.                                 <span>Error number: 5</span>
  671.                             </button>
  672.                         </h3>
  673.                         <div id="xsb11" class="container text-center accordion-collapse collapse" aria-labelledby="xsh11" data-bs-parent="#xs-accordion">
  674.                             <div class="accordion-body p-0">
  675.                                 <div class="row">
  676.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  677.                                         Symbol
  678.                                     </div>
  679.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  680.                                         Brief description
  681.                                     </div>
  682.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  683.                                         What to do
  684.                                     </div>
  685.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  686.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_5.svg') }}" alt="Error number: 5">
  687.                                     </div>
  688.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  689.                                         Blood application error
  690.                                     </div>
  691.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  692.                                         <span>
  693.                                             Turn the meter off and remove the test strip. Re-read the instructions about applying blood and repeat the test with a new test strip.
  694.                                         </span>            
  695.                                     </div>                                    
  696.                                 </div>                    
  697.                             </div>
  698.                         </div>
  699.                     </div>
  700.                     <div class="accordion-item mb-4 rounded-4 border-top">
  701.                         <h3 class="accordion-header" id="xsh12">
  702.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb12" aria-expanded="false" aria-controls="xsb12">
  703.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_6.svg') }}" alt="Error number: 6"></div>
  704.                                 <span>Error number: 6</span>
  705.                             </button>
  706.                         </h3>
  707.                         <div id="xsb12" class="container text-center accordion-collapse collapse" aria-labelledby="xsh12" data-bs-parent="#xs-accordion">
  708.                             <div class="accordion-body p-0">
  709.                                 <div class="row">
  710.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  711.                                         Symbol
  712.                                     </div>
  713.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  714.                                         Brief description
  715.                                     </div>
  716.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  717.                                         What to do
  718.                                     </div>
  719.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  720.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_6.svg') }}" alt="Error number: 6">
  721.                                     </div>
  722.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  723.                                         Measurement error
  724.                                     </div>
  725.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  726.                                         <span>
  727.                                             Turn the meter off and remove the test strip. Repeat the test with a new test strip. Do not touch or remove the test strip when a test is in progress.
  728.                                         </span>            
  729.                                     </div>                                    
  730.                                 </div>                    
  731.                             </div>
  732.                         </div>
  733.                     </div>    
  734.                     <div class="accordion-item mb-4 rounded-4 border-top">
  735.                         <h3 class="accordion-header" id="xsh13">
  736.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb13" aria-expanded="false" aria-controls="xsb13">
  737.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_7.svg') }}" alt="Error number: 7"></div>
  738.                                 <span>Error number: 7</span>
  739.                             </button>
  740.                         </h3>
  741.                         <div id="xsb13" class="accordion-collapse collapse" aria-labelledby="xsh13" data-bs-parent="#xs-accordion">
  742.                             <div class="accordion-body p-0">
  743.                                 <div class="row">
  744.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  745.                                         Symbol
  746.                                     </div>
  747.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  748.                                         Brief description
  749.                                     </div>
  750.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  751.                                         What to do
  752.                                     </div>
  753.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  754.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_7.svg') }}" alt="Error number: 7">
  755.                                     </div>
  756.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  757.                                         Measurement error
  758.                                     </div>
  759.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  760.                                         <span>
  761.                                             <p>Turn the meter off and remove the test strip. Repeat the measurement using a new test strip and blood taken from a new puncture site at the tip of another finger. Do not touch or remove the test strip when a test is in progress.</p>
  762.                                             <p class="mb-0">This error message (7) can occur in rare cases, i.e. in patients with long coagulation times (> 8 INR, < 5% Quick). If this error message appears again when you repeat the test, your results must be checked using another method. Please contact the doctor treating you immediately.</p>
  763.                                         </span>            
  764.                                     </div>                                    
  765.                                 </div>                        
  766.                             </div>
  767.                         </div>
  768.                     </div>    
  769.                     <div class="accordion-item mb-4 rounded-4 border-top">
  770.                         <h3 class="accordion-header" id="xsh14">
  771.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb14" aria-expanded="false" aria-controls="xsb14">
  772.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_8.svg') }}" alt="Error number: 8"></div>
  773.                                 <span>Error number: 8</span>
  774.                             </button>
  775.                         </h3>
  776.                         <div id="xsb14" class="container text-center accordion-collapse collapse" aria-labelledby="xsh14" data-bs-parent="#xs-accordion">
  777.                             <div class="accordion-body text-center">
  778.                                 <div class="row">
  779.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  780.                                         Symbol
  781.                                     </div>
  782.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  783.                                         Brief description
  784.                                     </div>
  785.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  786.                                         What to do
  787.                                     </div>
  788.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  789.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_8.svg') }}" alt="Error number: 8">
  790.                                     </div>
  791.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  792.                                         Internal error
  793.                                     </div>
  794.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  795.                                         <span>
  796.                                             <p>Turn the meter off and remove the batteries. Wait at least one minute before re-inserting the batteries in the battery compartment, and then set the date and time.</p>
  797.                                             <p class="mb-0">Repeat the test. If the error message persists, the meter has a fault. Please contact the CoaguChek<sup>®</sup>&nbsp;Roche Care Centre, toll-free at <a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>.</p>
  798.                                         </span>            
  799.                                     </div>                                    
  800.                                 </div>                
  801.                             </div>
  802.                         </div>
  803.                     </div>
  804.                     <div class="accordion-item mb-4 rounded-4 border-top">
  805.                         <h3 class="accordion-header" id="xsh15">
  806.                             <button class="accordion-button collapsed rounded-4" type="button" data-bs-toggle="collapse" data-bs-target="#xsb15" aria-expanded="false" aria-controls="xsb15">
  807.                                 <div><img src="{{ asset('build/images/patient/07-FAQ/Icon_9.svg') }}" alt="Error number: 9"></div>
  808.                                 <span>Error number: 9</span>
  809.                             </button>
  810.                         </h3>
  811.                         <div id="xsb15" class="container text-center accordion-collapse collapse" aria-labelledby="xsh15" data-bs-parent="#xs-accordion">
  812.                             <div class="accordion-body p-0">
  813.                                 <div class="row">
  814.                                     <div class="col-12 col-lg-4 order-1 order-lg-1 p-4 text-center bg-patient text-white">
  815.                                         Symbol
  816.                                     </div>
  817.                                     <div class="col-12 col-lg-4 order-3 order-lg-2 p-4 text-center bg-patient text-white">
  818.                                         Brief description
  819.                                     </div>
  820.                                     <div class="col-12 col-lg-4 order-5 order-lg-3 p-4 text-center bg-patient text-white">
  821.                                         What to do
  822.                                     </div>
  823.                                     <div class="col-12 col-lg-4 order-2 order-lg-4 p-4 d-flex align-items-center justify-content-center">
  824.                                         <img src="{{ asset('build/images/patient/07-FAQ/Icon_9.svg') }}" alt="Error number: 9">
  825.                                     </div>
  826.                                     <div class="col-12 col-lg-4 order-4 order-lg-5 p-4 d-flex align-items-center justify-content-center text-center">
  827.                                         Internal error
  828.                                     </div>
  829.                                     <div class="col-12 col-lg-4 order-last p-4 d-flex align-items-center justify-content-center text-center">
  830.                                         <span>
  831.                                             <p>Turn the meter off and wait for at least 2 minutes. Ensure that when you perform a test the ambient temperature is stable.</p>
  832.                                             <p class="mb-0">Repeat the test. If the error message persists or re-appears in the future, the meter has a fault. This error indicates possible damage to the heater plate contacts. Contact the CoaguChek<sup>®</sup>&nbsp;Roche Care Centre, toll-free at <a class="text-patient text-nowrap" href="tel:18774262482">1-877-426-2482</a>.</p>
  833.                                         </span>            
  834.                                     </div>                                    
  835.                                 </div>                    
  836.                             </div>
  837.                         </div>
  838.                     </div>                                                                                                                            
  839.                 </div>    
  840.             </div>
  841.             
  842.         </section>
  843.     </div>
  844.   
  845. {% endblock %}