templates/en/hcp-resources-reimbursement.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Reimbursement resources | CoaguChek{% endblock %}
  3. {% block description %}In addition to refunding CoaguChek® test strips, some private insurance plans also reimburse the CoaguChek® InRange meter for patient self-testing. Learn more.{% endblock %}
  4. {% block main %}
  5.     <section class="bg-hcp 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.                         <div class="h1">CoaguChek<sup>®</sup> resources</div>
  11.                         <p class="mb-0">Find information about training, reimbursement/insurance coverage, and CoaguChek<sup>®</sup>&nbsp;system manuals, and access clinical studies.</p>
  12.                     </div>
  13.                 </div>
  14.                 <div class="col-lg-6 pe-0 order-1 order-lg-2">
  15.                     <img src="{{ asset('build/images/hcp/06-RESOURCES-Training/000-Heroimage_1x.png') }}" srcset="{{ asset('build/images/hcp/06-RESOURCES-Training/000-Heroimage_1x.png') }} 1x, {{ asset('build/images/hcp/06-RESOURCES-Training/000-Heroimage_2x.png') }} 2x" alt="A middle-aged female looking at her cellphone" class="w-100" />
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </section>
  20.     <div data-controller="tab">
  21.         <section class="position-relative roche-section__medium pt-3 lb-tab-menu mb-0 pb-0">
  22.             <div class="container lb-tab-container">
  23.                 <div class="nav d-flex rounded-5 shadow mt-5 py-3 justify-content-around roche-tab roche-tab__hcp">
  24.                     <a href="{{ path('hcp-resources-training') }}" class="nav-link">Training</a>
  25.                     <a href="{{ path('hcp-resources-reimbursement') }}"  class="nav-link active">Reimbursement</a>
  26.                     <a href="{{ path('hcp-resources-device-manuals') }}"  class="nav-link">Device manuals</a>
  27.                     <a href="{{ path('hcp-resources-studies') }}" class="nav-link">Studies</a>
  28.                 </div>
  29.             </div>
  30.         </section>
  31.         <div class="tab-content">
  32.             <div class="tab-pane fade show active" id="reimbursement">
  33.                 <section class="roche-section__medium bg-white">
  34.                     <div class="container">
  35.                         <div class="row">
  36.                             <div class="col">
  37.                                 <h1 class="h2 text-hcp mb-4">Provincial coverage for CoaguChek<sup>®</sup></h1>
  38.                                 <p class="text-hcp mb-0 fw-bold">Québec</p>
  39.                                 <p>Many pharmacies and clinics offer point-of-care INR testing and can follow patients who self-test INR with CoaguChek<sup>®</sup>.</p>
  40.                                 <p>Great news! In Québec, since February 2017, the general drug insurance plan reimburses CoaguChek<sup>®</sup>&nbsp;strips for every patient.</p>
  41.                                 <p class="mb-4">In addition to refunding the strips, some private insurance plans also reimburse the CoaguChek<sup>®</sup>&nbsp;INRange meter for patient self-testing. Contact your insurance company for more information.</p>
  42.                                 <p class="text-hcp mb-0 fw-bold">Rest of Canada</p>
  43.                                 <p>There is currently no provincial coverage for CoaguChek<sup>®</sup>&nbsp;test strips, with the exception of Québec.</p>
  44.                                 <p class="text-hcp mb-0 fw-bold">Why is there not more provincial reimbursement for PT/INR testing?</p>
  45.                                 <p>As the name implies, provincial drug plans were created to cover drugs and not medical devices, with the exception of blood glucose monitoring test strips. Most of the provincial payers have resisted adding any other medical devices to their drug plans. However, the province of Québec has recognized the value of point-of-care PT/INR (prothrombin time/international normalized ratio) testing in the community setting (outside hospital-based clinics) by adding the CoaguChek<sup>®</sup>&nbsp;system to the provincial drug program. While other provinces have reviewed the value of PT/INR testing in a community setting, they have yet to approve CoaguChek<sup>®</sup>&nbsp;system as a benefit.</p>    
  46.                                 <p class="mb-4">Given the growing body of clinical data supporting the positive impact that patient self-monitoring and well-managed warfarin therapy have on patient outcomes and long-term health economics, we sincerely hope that the reimbursement situation will soon change.</p>
  47.                                     
  48.                                 <p class="text-hcp mb-0 fw-bold">What is Roche doing with regards to provincial reimbursement for PT/INR testing?</p>
  49.                                 <p class="mb-4">Roche Diagnostics Canada is actively working with the provincial bodies on the CoaguChek<sup>®</sup>&nbsp;test strips reimbursement request by demonstrating through different initiatives the positive impact it presents to the healthcare system so that adoption is accelerated.</p>
  50.                                 <p class="text-hcp mb-0 fw-bold">What can I do to help?</p>
  51.                                 <p class="mb-4">We encourage you to talk about the benefits of the CoaguChek<sup>®</sup>&nbsp;system and INR point-of-care (meter) testing with your provincial government representative, colleagues, friends, and family. Awareness will go a long way in bringing this important topic to the forefront of healthcare decision making. Furthermore, you can seek out the assistance of your local healthcare organizations to support initiatives related to the availability of PT/INR point-of-care testing meters for anticoagulation clinics and/or patient self-testing.</p>
  52.                                 <p class="text-hcp mb-0 fw-bold">What are my alternatives?</p>
  53.                                 <p>If INR self-monitoring is right for your patients but not accessible for financial reasons, your patients may wish to inquire through their local hospital or community healthcare program about whether a foundation-sponsored INR patient self-monitoring program is available.</p>
  54.                                 <p>More and more hospital outpatient anticoagulation clinics and community pharmacies offer CoaguChek<sup>®</sup>&nbsp;meter INR testing as a valued service to the community. These services can provide patients with faster test-to-dosage turnaround times and less waiting for appointments.</p>
  55.                                 
  56.                             </div>
  57.                         </div>
  58.                     </div>
  59.                 </section>    
  60.                 <section class="roche-section__medium bg-hcp" style="--bs-bg-opacity: .1;">
  61.                     <div class="container">
  62.                         <div class="row align-items-center">
  63.                             <div class="col-12 col-lg-7 py-5 order-2 order-lg-1">
  64.                                 <div class="roche-image roche-image__left">
  65.                                     <img class="img-fluid" src="{{ asset('build/images/hcp/06-RESOURCES-Training/02-PrivateInsurance_1x.png') }}" srcset="{{ asset('build/images/hcp/06-RESOURCES-Training/02-PrivateInsurance_1x.png') }} 1x, {{ asset('build/images/hcp/06-RESOURCES-Training/02-PrivateInsurance_2x.png') }} 2x" alt="A male healthcare professional standing and looking at his phone">
  66.                                 </div>
  67.                             </div>
  68.                             <div class="col-12 col-lg-5 order-1 order-lg-2">
  69.                                 <h2 class="text-hcp">Private insurance coverage</h2>
  70.                                 <p>If your patients have private insurance, tell them to check with their insurance carrier to see if they already have full or partial coverage for a PT/INR testing meter and/or strips.</p>
  71.                             </div>
  72.                         </div>
  73.                     </div>
  74.                 </section>                
  75.             </div>
  76.         </div>
  77.     </div>
  78. {% endblock %}