An open letter – Every NHS COVID-19 vaccination gives us hope, helping loved ones

A paragraph is a self-contained unit of a discourse in writing dealing with a particular point or idea. Paragraphs are usually an expected part of formal writing, used to organize longer prose.
AERGHAERHAERYEYE

Vaccines are the best way to protect ourselves and our loved ones from COVID-19, everyone should get their vaccination when asked.

Are you eligible for a vaccine? Have you accepted the offer of one? Have you kept to your second dose appointment?  Maybe you have missed the offer because you were unwell when called?

The offer of a vaccine remains on the table for those eligible, so if you are in these groups and haven’t taken it up yet, there is still time and our teams are waiting to vaccinate you and get you protected.

  • Doctors and nurses have decided to get the COVID-19 vaccine. They recommend that you do too.
  • Now we have the chance to return to the people and places we love. Let’s get our lives back again.
  • The COVID-19 vaccination is the best protection against COVID-19. More than 460,000 people in Dorset have now received their first COVID-19 vaccine dose, with 647,677 doses delivered in Dorset and rising, and 33 million people nationally. When it’s your turn, you can feel confident that it is safe and effective.

To check that you are eligible and to book an appointment, go to nhs.uk/covid-vaccination or call 119.

If you are eligible but are not able to book through the national booking service, you can speak to your GP.

If you know a loved one, friend or colleague who is eligible, but has yet to accept the offer of a vaccine, please can we ask for your help in sharing this message with them today.

And make sure you come back for your second dose. A second vaccine is needed to boost immunity to the level needed for best protection against COVID-19.

Please remember, whether you have had your vaccine or not, please continue to follow all the guidance in place to control the virus and save lives.

Finally, we’d like to say thank to everyone involved in the COVID-19 vaccine programme in Dorset.

Thank you.

 

Dr Karen Kirkham
GP and Assistant Clinical Chair, NHS Dorset CCG

Sam Crowe
Director of Public Health for Dorset Council and Bournemouth, Christchurch and Poole Council

 

Published on:

26/05/2021, 16:39

Related articles

Back Changes to locations of community testing site

An error occurred while processing the template.
The following has evaluated to null or missing:
==> Headline  [in template "35001#35028#487401" at line 4, column 48]

----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${Headline.getData()}  [in template "35001#35028#487401" at line 4, column 46]
----
1<#if (Image.getData())?? && Image.getData() != ""> 
2    <img class="card-img-top" alt="${Image.getAttribute("alt")}" data-fileentryid="${Image.getAttribute("fileEntryId")}" src="${Image.getData()}" /> 
3</#if> 
4<h3 class="card-title mt-3 p-3 text-primary">${Headline.getData()}</h3> 
5<p class="card-text p-3">${Summary.getData()}</p> 
6<p class="card-text p-3"> 
7    <#assign PublishDate_Data = getterUtil.getString(PublishDate.getData())> 
8    <#if validator.isNotNull(PublishDate_Data)> 
9        <#assign PublishDate_DateObj = dateUtil.parseDate("yyyy-MM-dd", PublishDate_Data, locale)> 
10        ${dateUtil.getDate(PublishDate_DateObj, "dd MMM yyyy - HH:mm:ss", locale)} 
11    </#if> 
12</p>