templates/en/patient-remaining-independent-nutrition.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Nutrition for people taking VKA anticoagulants | CoaguChek{% endblock %}
  3. {% block description %}Learn how what you eat and drink can affect your coagulation levels and discover some heart-healthy recipes to help you enjoy a balanced diet.{% 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.                         <div class="h1">Maintain your independence</div>
  11.                         <p class="mb-0">See how self-testing gives you the freedom and confidence to live the life you want.</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/04-RemainingIndependant/000-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/04-RemainingIndependant/000-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/04-RemainingIndependant/000-Heroimage_2x.png') }} 2x" alt="A person sitting at a table with a potted plant" class="w-100" />
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </section>
  20.     <section class="roche-section__medium mb-0 pb-0 mt-5 pt-3 roche-tab lb-tab-menu roche-tab__patient">
  21.         <div class="container lb-tab-container">
  22.             <div class="nav d-flex rounded-4 shadow py-3 justify-content-around">
  23.                 <a href="{{ path('patient-remaining-independent-freedom') }}" data-tab-id="freedom" id="tab-toggle-freedom" class="lb-tab-link nav-link ">Freedom</a>
  24.                 <a href="#" data-tab-id="nutrition" id="tab-toggle-nutrition" class="lb-tab-link nav-link active">Nutrition</a>
  25.                 <a href="{{ path('patient-remaining-independent-exercise') }}" data-tab-id="exercise" id="tab-toggle-exercise" class="lb-tab-link nav-link">Exercise</a>
  26.             </div>
  27.         </div>
  28.     </section>
  29.     <div class="lb-tab lb-tab__active" id="nutrition">
  30.         <span id="nutrition-top"></span>
  31.         <section class="my-5 text-center roche-section__medium">
  32.             <div class="container">
  33.                 <h1 class="h2 text-patient">The connection between nutrition and coagulation</h1>
  34.                 <p>Vitamin K is involved in the coagulation process, which is why vitamin K antagonist (blocker) medications are used as anticoagulants. For people taking this kind of anticoagulant, it’s important to be aware of their dietary sources of vitamin K, since consuming too much of these foods risks decreasing the effect of their anticoagulant&nbsp;medication.</p>
  35.             </div>
  36.         </section>
  37.         <section class="roche-section__medium bg-soft text-center">
  38.             <div class="container">
  39.                 <h2 class="text-patient mb-5">Dietary sources of vitamin K</h2>
  40.                 <div class="row ">
  41.                     <div class="col-12 col-lg-4">
  42.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_HighLevel.svg') }}" alt="Chat Sheet icon"></p>
  43.                         <p class="mb-5"><span class="text-patient">High level</span> of vitamin K: Lettuce, broccoli, spinach, kale, asparagus, green tea, onions</p>
  44.                     </div>
  45.                     <div class="col-12 col-lg-4">
  46.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_MediumLevel.svg') }}" alt="Medium Level icon"></p>
  47.                         <p class="mb-5"><span class="text-patient">Medium level </span>of vitamin K: Cucumbers, potatoes, cheese, meat</p>
  48.                     </div>
  49.                     <div class="col-12 col-lg-4">
  50.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_LowLevel.svg') }}" alt="Low Level icon"></p>
  51.                         <p class="mb-5"><span class="text-patient">Low level</span> of vitamin K: Fruit, zucchini, whole wheat bread, trout</p>
  52.                     </div>
  53.                 </div>
  54.                 <p>Although it isn’t necessary to avoid vitamin K altogether, experts generally advise a balanced diet with limited exposure to foods high in vitamin K.</p>
  55.             </div>
  56.         </section>
  57.         <section class="py-5">
  58.             <div class="container">
  59.                 <h2 class="text-patient mb-5">A note about alcohol and tobacco consumption</h2>
  60.                 <div class="row d-flex align-items-center mb-3">
  61.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  62.                         <img class="me-3" src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Alcoohol.svg') }}" alt="Alcohol icon">
  63.                     </div>
  64.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  65.                         <div class="mb-0">
  66.                             <p>Alcohol can “thin” your blood by decreasing the number of platelets and by making those platelets less sticky. It can also change the way your body breaks down your anticoagulant medication: </p>
  67.                             <ul class="mb-3 text-start">
  68.                                 <li>Drinking too much at one time may slow down the way your body metabolizes your medication, which increases your bleeding risk.</li>
  69.                                 <li>Regularly drinking too much alcohol can increase the way your body metabolizes your medication, which can increase your risk of clotting. Although moderate alcohol consumption may be safe, it’s always best to check with your doctor about the amount of alcohol that is safe for you to consume. </li>
  70.                             </ul>
  71.                             <p class="mb-0">If in doubt, self-test your INR levels to double-check.</p>        
  72.                         </div>
  73.                     </div>
  74.                 </div>
  75.                 <div class="row d-flex align-items-center mb-3 pt-5">
  76.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  77.                         <img class="me-3" src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Smooking.svg') }}" alt="Smoking icon">
  78.                     </div>
  79.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  80.                         <div class="mb-0">
  81.                             <p class="mb-0">Smoking can increase the risk of thrombosis (blood clots) and should be completely avoided. It is also greatly damaging to the cardiovascular system, which may be particularly dangerous for cardiac patients. If, for instance, a second cardiac illness (e.g., coronary heart disease or a heart attack) should occur after a successful valve replacement, the risks of complications are greatly increased. If you smoke, and need help quitting, talk to your doctor.</p>
  82.                         </div>
  83.                     </div>
  84.                 </div>         
  85.             </div>
  86.         </section>    
  87.         <section class="roche-section__medium bg-patient text-white">
  88.             <div class="container">
  89.                 <div class="row align-items-center">                
  90.                     <div class="col-12 col-lg-6 order-2 order-lg-1">
  91.                         <h2>The security of self-testing</h2>
  92.                         <p>Every person reacts differently to what they eat. As a self-tester, you will be able to keep a close eye on your coagulation levels by testing regularly as well as any time you are curious. This will give you more insight into your body and coagulation management. With this insight, you can have more flexibility and creativity with your diet, with added security.</p>
  93.                         <a class="btn btn-white text-patient" href="{{ path('patient-self-testing') }}">Learn more about self-testing</a>
  94.                     </div>
  95.                     <div class="col-12 col-lg-6 order-1 order-lg-2 pb-5 p-lg-0">
  96.                         <img class="img-fluid" src="{{ asset('build/images/patient/04-RemainingIndependant/04_Security_1x.png') }}" srcset="{{ asset('build/images/patient/04-RemainingIndependant/04_Security_1x.png') }} 1x, {{ asset('build/images/patient/04-RemainingIndependant/04_Security_2x.png') }} 2x" alt="A family eating around a table">
  97.                     </div>    
  98.                 </div>
  99.             </div>                    
  100.         </section>    
  101.         <section class="roche-section__medium text-center">
  102.             <div class="container">
  103.                 <h2 class="text-patient">Eating a heart-healthy diet</h2>
  104.                 <p>Eating a healthy, balanced diet is one of the most important things you can do to protect your health. According to the Heart & Stroke Foundation of Canada, up to 80% of premature heart disease and stroke can be prevented through lifestyle choices, including following a healthy diet and exercising regularly.</p>
  105.                 <p class="mb-5">A heart-healthy diet is made up mostly of whole or natural foods (not processed). At the “heart” of it is balance, which includes:</p>
  106.                 <div class="row text-patient">
  107.                     <div class="col-6 col-lg-4">
  108.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Vegetable.svg') }}" alt="vegetables"></p>
  109.                         <p class="mb-5">Eating lots of vegetables</p>
  110.                     </div>
  111.                     <div class="col-6 col-lg-4">
  112.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Fruits.svg') }}" alt="fruit"></p>
  113.                         <p class="mb-5">Eating lots of fruit</p>
  114.                     </div>
  115.                     <div class="col-6 col-lg-4">
  116.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_WholeGrain.svg') }}" alt="Whole Grain icon"></p>
  117.                         <p class="mb-5">Choosing whole grains more often</p>
  118.                     </div>
  119.                     <div class="col-6 col-lg-4">
  120.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Protein.svg') }}" alt="protein icon"></p>
  121.                         <p class="mb-5">Eating a variety of foods that give you protein</p>
  122.                     </div>
  123.                     <div class="col-6 col-lg-4">
  124.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_BadFood.svg') }}" alt="Bad Food icon"></p>
  125.                         <p class="mb-5">Avoiding highly processed (or “ultra-processed”) foods</p>
  126.                     </div>
  127.                     <div class="col-6 col-lg-4">
  128.                         <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_SugardDrink.svg') }}" alt="Sugar Drink icon"></p>
  129.                         <p class="mb-5">Avoiding sugary drinks</p>
  130.                     </div>
  131.                 </div>
  132.             </div>
  133.         </section>
  134.         <section class="roche-section__medium bg-soft" data-controller="carousel modal">
  135.             <div class="container" >
  136.                 <h2 class="text-patient mb-5">Recipes to help you eat a VKA-friendly diet</h2>
  137.                 <div id="recipes-carousel" class="carousel slide" data-bs-ride="carousel">
  138.                     <div class="carousel-inner">
  139.                         <div class="carousel-item active">
  140.                             <div class="row">
  141.                                 <div class="col-12 col-lg-4">
  142.                                     <div class="card h-100 br-32">
  143.                                         <img class="card-img-top" src="{{asset('build/images/patient/04-RemainingIndependant/07-Chickend_1x.png')}}" srcset="{{asset('build/images/patient/04-RemainingIndependant/07-Chickend_1x.png')}} 1x, {{asset('build/images/patient/04-RemainingIndependant/07-Chickend_2x.png')}} 2x" alt="A plate of chicken and lemons">
  144.                                         <div class="card-body d-flex flex-column justify-content-between">
  145.                                             <h6 class="text-patient text-center">Delicately fried chicken breasts with sea salt with rosemary</h6>
  146.                                             <div class="d-flex justify-content-center">
  147.                                                 <a href="#recipe-1" data-bs-toggle="modal" class="btn btn-patient text-white mt-3">View recipe</a>
  148.                                             </div>                                            
  149.                                         </div>
  150.                                     </div>
  151.                                 </div>
  152.                                 <div class="col-12 col-lg-4 pt-5 pt-lg-0">
  153.                                     <div class="card h-100 br-32">
  154.                                         <img class="card-img-top" src="{{asset('build/images/patient/04-RemainingIndependant/05-Vegetarian_1x.png')}}" srcset="{{asset('build/images/patient/04-RemainingIndependant/05-Vegetarian_1x.png')}} 1x, {{asset('build/images/patient/04-RemainingIndependant/05-Vegetarian_2x.png')}} 2x" alt="A plate of vegetarian cottage pie">
  155.                                         <div class="card-body d-flex flex-column justify-content-between">
  156.                                             <h6 class="text-patient text-center">Vegetarian cottage pie<sup>1</sup></h6>
  157.                                             <div class="d-flex justify-content-center">
  158.                                                 <a href="#recipe-2" data-bs-toggle="modal" class="btn btn-patient text-white mt-3">View recipe</a>
  159.                                             </div>
  160.                                         </div>
  161.                                     </div>
  162.                                 </div>
  163.                                 <div class="col-12 col-lg-4 pt-5 pt-lg-0">
  164.                                     <div class="card h-100 br-32">
  165.                                         <img class="card-img-top" src="{{asset('build/images/patient/04-RemainingIndependant/06-Haddock_1x.png')}}" srcset="{{asset('build/images/patient/04-RemainingIndependant/06-Haddock_1x.png')}} 1x, {{asset('build/images/patient/04-RemainingIndependant/06-Haddock_2x.png')}} 2x" alt="A bowl of chowder with a spoon">
  166.                                         <div class="card-body d-flex flex-column justify-content-between">
  167.                                             <h6 class="text-patient text-center">Smoked haddock chowder<sup>2</sup></h6>
  168.                                             <div class="d-flex justify-content-center">
  169.                                                 <a href="#recipe-3" data-bs-toggle="modal" class="btn btn-patient text-white mt-3">View recipe</a>
  170.                                             </div>                                            
  171.                                         </div>
  172.                                     </div>
  173.                                 </div>                                        
  174.                             </div>
  175.                         </div>
  176.                     </div>
  177.                 </div>                        
  178.             </div>
  179.             <div class="my-5">
  180.                 <div class="container">
  181.                     <p><small>1. Harrison, K. Get in shape for Christmas: the best vegetarian cottage pie. Available from: https://www.dailymail.co.uk/home/you/article-2481611/Get-shape-Christmas-The-best-vegetarian-cottage-pie.html. Accessed: August 26, 2022.</small></p>
  182.                     <p><small>2. Prince, T. Smoked haddock chowder. Available from: https://www.bbcgoodfood.com/recipes/smoked-haddock-chowder. Accessed: August 26, 2022.</small></p>
  183.                 </div>                    
  184.             </div>
  185.             <div id="recipe-1" class="modal" tabindex="-1">
  186.                     <div class="modal-dialog modal-xl modal-dialog-centered">
  187.                     <div class="modal-content card">
  188.                         <div class="row g-0">
  189.                             <div class="col-12 col-lg-6">
  190.                                 <div class="h-100 rounded-start" style="background-image: url({{asset('build/images/patient/04-RemainingIndependant/07-Chickend_2x.png')}}); background-repeat: no-repeat; background-size: cover; background-position: center;"></div>
  191.                             </div>
  192.                             <div class="col-12 col-lg-6">
  193.                                 <div class="card-body">
  194.                                     <div class="text-end">
  195.                                         <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  196.                                     </div>
  197.                                     <div class="px-5 overflow-scroll" style="max-height: 70vh">
  198.                                         <h5 class="text-patient">Delicately fried chicken breasts with sea salt with rosemary</h5>
  199.                                         <p class="text-patient"><strong>Ingredients:</strong></p>
  200.                                         <ul>
  201.                                             <li>4 x 150 g chicken breast (organic quality)</li>
  202.                                             <li>Oil for frying</li>
  203.                                             <li>Salt and pepper</li>
  204.                                             <li>Sea salt with rosemary </li>
  205.                                         </ul>
  206.                                         <p class="text-patient"><strong>Preparation:</strong></p>
  207.                                         <p>Rinse the chicken breast briefly and dab dry with paper towel. Lightly salt and fry on both sides in a frying pan on medium heat for about <span class="text-nowrap">3&ndash;4 minutes</span> until it is golden brown. Bake in a pre-heated convection oven at 180&nbsp;°C for another 5&nbsp;minutes. Sprinkle with the sea salt with rosemary before serving.</p>
  208.                                         <p class="text-patient"><strong>Tip:</strong></p>
  209.                                         <p>The chicken breasts can be added to the rosemary potatoes in the last 5 minutes. This way the chicken and the potatoes will be ready at the same time.</p>                                                    
  210.                                     </div>                       
  211.                                 </div>
  212.                             </div>
  213.                         </div>
  214.                     </div>
  215.                     </div>
  216.             </div>
  217.             <div id="recipe-2" class="modal" tabindex="-1">
  218.                 <div class="modal-dialog modal-xl modal-dialog-centered">
  219.                 <div class="modal-content card">
  220.                     <div class="row g-0" >
  221.                         <div class="col-12 col-lg-6" >
  222.                             <div class="h-100 rounded-start" style="background-image: url({{asset('build/images/patient/04-RemainingIndependant/05-Vegetarian_2x.png')}}); background-repeat: no-repeat; background-size: cover; background-position: center;"></div>
  223.                         </div>
  224.                         <div class="col-12 col-lg-6" >
  225.                             <div class="card-body ">
  226.                                 <div class="text-end">
  227.                                     <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  228.                                 </div>
  229.                                 <div class="px-5 overflow-scroll" style="max-height: 70vh;">
  230.                                     <h5 class="text-patient">Vegetarian cottage pie<sup>1</sup></h5>
  231.                                     <p class="text-patient"><strong>Ingredients:</strong></p>
  232.                                     <ul>
  233.                                         <li>Cooking spray</li>
  234.                                         <li>1 medium onion, peeled and finely chopped</li>
  235.                                         <li>2 medium carrots, peeled and finely chopped</li>
  236.                                         <li>2 celery sticks, finely chopped</li>
  237.                                         <li>Salt and pepper</li>
  238.                                         <li>2 garlic cloves, minced</li>
  239.                                         <li>200 g brown button mushrooms, sliced</li>
  240.                                         <li>3 sprigs of fresh thyme, just the leaves</li>
  241.                                         <li>2 fresh bay leaves</li>
  242.                                         <li>300 g canned or pre-cooked green or Puy lentils</li>
  243.                                         <li>200 mL vegetable stock</li>
  244.                                         <li>2 tsp mushroom ketchup</li>
  245.                                     </ul>
  246.                                     <p><strong>For the topping:</strong></p>
  247.                                     <ul>
  248.                                         <li>650 g floury potatoes, peeled, chopped into evenly sized pieces</li>
  249.                                         <li>2 tbsp half-fat crème fraîche</li>
  250.                                         <li>1 tbsp Dijon mustard</li>
  251.                                         <li>2 tbsp semi-skimmed milk</li>
  252.                                         <li>1 medium leek, finely sliced</li>
  253.                                     </ul>
  254.                                     <p class="text-patient"><strong>Preparation:</strong></p>
  255.                                     <ul>
  256.                                         <li>Spray a large non-stick saucepan with 1-cal cooking spray. Add the onion, carrots, and celery, season with salt and pepper, and fry over a medium heat for 5 minutes. Add a splash of water to help them steam.</li>
  257.                                         <li>Stir in the garlic and mushrooms, turn up the heat, and cook for about 4 minutes.</li>
  258.                                         <li>Add the thyme, bay leaves, lentils, and stock and simmer for 3&ndash;4 minutes. Stir in the mushroom ketchup.</li>
  259.                                         <li>While the lentils are cooking, tip the potatoes for the topping into a pan of salted water and boil for about 15 minutes until tender. Drain well, then mash with the crème fraîche, mustard, and milk, and season well.</li>
  260.                                         <li>Steam the leek over a pan of boiling water for 3&ndash;4 minutes until tender and then stir into the mash.</li>
  261.                                         <li>Preheat the oven to 200&nbsp;°C/400&nbsp;°F/gas mark 6. To assemble the pie, spoon the lentil mixture into a 1-litre ovenproof dish and top with the mash. Bake for 30 minutes, until piping hot throughout and the topping is golden brown.</li>
  262.                                     </ul>                                            
  263.                                 </div>
  264.                             </div>
  265.                         </div>
  266.                     </div>
  267.                 </div>
  268.                 </div>
  269.             </div>
  270.             <div id="recipe-3" class="modal" tabindex="-1">
  271.                 <div class="modal-dialog modal-xl modal-dialog-centered">
  272.                 <div class="modal-content card">
  273.                     <div class="row g-0">
  274.                         <div class="col-12 col-lg-6">
  275.                             <div class="h-100 rounded-start" style="background-image: url({{asset('build/images/patient/04-RemainingIndependant/06-Haddock_2x.png')}}); background-repeat: no-repeat; background-size: cover; background-position: center;"></div>
  276.                         </div>
  277.                         <div class="col-12 col-lg-6">
  278.                             <div class="card-body ">
  279.                                 <div class="text-end">
  280.                                     <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
  281.                                 </div>
  282.                                 <div class="px-5 overflow-scroll" style="max-height: 70vh;">
  283.                                     <h5 class="text-patient">Smoked haddock chowder<sup>2</sup></h5>
  284.                                     <p class="text-patient"><strong>Ingredients:</strong></p>
  285.                                     <ul>
  286.                                         <li>450 g smoked cod or smocked haddock (undyed)</li>
  287.                                         <li>Bay leaf</li>
  288.                                         <li>2 tbsp light olive oil</li>
  289.                                         <li>50 g butter</li>
  290.                                         <li>Onions</li>
  291.                                         <li>2 leeks, halved lengthwise and thinly sliced</li>
  292.                                         <li>3 celery sticks, thinly sliced</li>
  293.                                         <li>140 g sweetcorn kernels, frozen or fresh (approx. 1 cob of corn)</li>
  294.                                         <li>900 g potatoes, peeled and diced</li>
  295.                                         <li>3 garlic cloves</li>
  296.                                         <li>2 tsp chopped fresh thyme (or ½ tsp dried thyme)</li>
  297.                                         <li>300 mL milk</li>
  298.                                         <li>Chopped fresh parsley for sprinkling*</li>
  299.                                     </ul>
  300.                                     <p class="text-patient"><strong>Method:</strong></p>
  301.                                     <ol>
  302.                                         <li>Put the fish in a deep frying pan with the bay leaf and 600 mL boiling water. Cover and simmer for 2 minutes. Turn off the heat and leave to stand, covered, for a further 5 minutes. Drain, reserving the liquid, then flake the fish.</li>
  303.                                         <li>Heat the oil and butter in a deep saucepan. Add the vegetables and garlic and fry over high heat until starting to soften. Stir in the thyme and the reserved cooking liquid and bring to the boil. Reduce the heat and simmer for 10 minutes until the vegetables have softened.</li>
  304.                                         <li>Pour half the soup into a bowl and mash with a potato masher or fork. Return to the pan with the milk and fish. Simmer for 3 minutes, taste, and season if needed. Sprinkle with chopped parsley to serve.*</li>
  305.                                     </ol>
  306.                                     <p><small>*Note: 1 tbsp of chopped parlsey = 21.92 mcg of vitamin K</small></p>                    
  307.                                 </div>
  308.                             </div>
  309.                         </div>
  310.                     </div>
  311.                 </div>
  312.                 </div>
  313.             </div>
  314.         </section>
  315.         <section id="heike" class="roche-section__medium">
  316.             <div class="container">
  317.                 <div class="row d-flex align-items-center mb-3">
  318.                     <div class="col-12 col-lg-2 d-flex justify-content-center mb-3 mb-lg-0">
  319.                         <img class="me-3" src="{{ asset('build/images/patient/03-Self-Testing/07-Heiki_1x.png') }}" srcset="{{ asset('build/images/patient/03-Self-Testing/07-Heiki_1x.png') }} 1x, {{ asset('build/images/patient/03-Self-Testing/07-Heiki_2x.png') }} 2x" alt="A patient named Heike">
  320.                     </div>
  321.                     <div class="col-12 col-lg-10 mb-0 mb-0 d-flex align-items-end">
  322.                         <h2 class="text-patient">“Now I know what affects my coagulation level”:
  323.                         <br>
  324.                         <small class="fs-6">Heike Sichmann on the joys of cooking</small>
  325.                         </h2>
  326.                     </div>
  327.                 </div>
  328.                 <p>The dough has only been in the oven for 10 minutes and already there is this wonderful nutty aroma all over the kitchen. When I bake cantuccini, I only use almonds from Pisa and an old recipe from a landlady whom I met there on a trip. </p>
  329.                 <p>Talk about Tuscany—not just beautiful scenery but also a very special cuisine. It’s rural, but with sophisticated combinations. Black rice, yellow olive oil and the earthy sweetness of chestnuts—wonderful. No question, apart from sculpting, cooking is my great passion. And I think that the two have quite a lot in common. </p>
  330.                 <p>When I work with stone, I create something lasting, and whereas good food disappears again very quickly, something is left behind as well. It is just different. It could be the memory of a lovely evening with friends or a birthday party with the family. What cooking and sculpting have in common is that I am able to relax completely. It is also a type of therapy.</p>
  331.                 <p>I was only two years old when I was diagnosed with a heart defect by my doctor. I can still remember my father saying: “The heart is a muscle which can be trained.” This is what I did, until it no longer worked. </p>
  332.                 <p>When I was 22, I received an artificial heart valve, and from then on, I had to take anticoagulant medications. I was constantly worried whether the dosage was right. If it is too high, there is a risk of bleeding. If it is too low, one can develop dangerous blood clots. This often made me very insecure. </p>
  333.                 <p>Since I am able to monitor my coagulation myself, I feel much more secure. Self-testing gave me back my <em>joie de vivre</em>. Whenever I get the feeling that something might be affecting my coagulation, I simply test my coagulation level. All it needs is a small prick in my finger.</p>
  334.                 <p>Talking about affecting my coagulation: with self-testing, I got to know my body much better. Now I know what affects my coagulation level.</p>                            
  335.             </div>            
  336.         </section>
  337.         <section class="roche-section__medium bg-soft text-center">
  338.             <div class="container">
  339.                 <h2 class="text-patient">Meet other patients like Heike who have regained independence thanks to self-testing with CoaguChek<sup>®</sup>.</h2>
  340.                 <a class="btn btn-patient text-white" href="{{ path('patient-self-testing') }}#patient-experiences">Hear their stories</a>
  341.             </div>
  342.         </section>
  343.     </div>
  344. {% endblock %}