Italian Medicines Agency Agenzia Italiana del Farmaco

EMA recommends approval of Comirnaty and Spikevax COVID-19 vaccines for children from 6 months of age - EMA recommends approval of Comirnaty and Spikevax COVID-19 vaccines for children from 6 months of age

Asset Publisher

Asset Publisher

EMA recommends approval of Comirnaty and Spikevax COVID-19 vaccines for children from 6 months of age

EMA’s human medicines committee (CHMP) has recommended extending the use of Comirnaty and Spikevax targeting the original strain of SARS-CoV-2. The Committee recommended including the use in children aged 6 months to 4 years for Comirnaty and use in children aged 6 months to 5 years for Spikevax. Comirnaty and Spikevax are already approved in both adults and children aged from 5 and 6 years, respectively.

Compared to the doses for already authorised age groups,  the doses of both vaccines in these new younger age groups will be lower. In children from 6 months to 4 years of age, Comirnaty can be given as primary vaccination consisting of three doses (of 3 micrograms each); the first two doses are given three weeks apart, followed by a third dose given at least 8 weeks after the second dose. In children from 6 months to 5 years of age, Spikevax can be given as primary vaccination consisting of two doses (of 25 micrograms each), four weeks apart. For children within these age groups, both vaccines are given as injections in the muscles of the upper arm or the thigh.

For Comirnaty, a main study in children from 6 months to 4 years of age showed that the immune response to the lower dose of Comirnaty (3 micrograms) was comparable to that seen with the higher dose (30 micrograms) in 16- to 25-year-olds. For Spikevax, a main study in children from 6 months to 5 years of age showed that the immune response to the lower dose of Spikevax (25 micrograms) was comparable to that seen with the higher dose (100 micrograms) in 18- to 25-year-olds. Both studies evaluated the immune response triggered by the vaccines by measuring the level of antibodies against SARS-CoV-2.

The most common side effects for both vaccines, in children aged from 6 months to 4 or 5 years, were comparable to those seen in older age groups. Irritability, sleepiness, loss of appetite, rash and tenderness at the injection site were also common side effects in children aged 6 to 23 months with Comirnaty, while irritability, crying, loss of appetite and sleepiness were common side effects in children aged 6 to 36 months with Spikevax. For both vaccines, these effects were usually mild or moderate and improved within a few days of vaccination.

The CHMP therefore concluded that the benefits of Comirnaty and Spikevax in children aged from 6 months to 4 and 5 years, respectively, outweigh the risks.

The safety and efficacy of both vaccines, in children and adults, will continue to be monitored closely as they are used in vaccination campaigns in EU Member States through the EU pharmacovigilance system and ongoing and additional studies conducted by the company and coordinated by European authorities.

The originally authorised vaccines, Comirnaty and Spikevax, are both effective at preventing severe disease, hospitalisation and death associated with COVID-19 and continue to be used within vaccination campaigns in the EU, in particular for primary vaccinations. National authorities in the EU Member States will determine who is recommended to be vaccinated and when, taking into account factors such as infection and hospitalisation rates, the risk to vulnerable populations, vaccination coverage and vaccine availability.

The CHMP recommendations will now be sent to the European Commission, which will issue final decisions applicable in all EU Member States.

How the vaccines work

Both vaccines work by preparing the body to defend itself against COVID-19. Each vaccine contains a molecule called messenger RNA (mRNA) which has instructions for making the spike protein. This is a protein on the surface of the SARS-CoV-2 virus which the virus needs to enter the body’s cells.

When a person is given the vaccine, some of their cells will read the mRNA instructions and temporarily produce the spike protein. The person’s immune system will then recognise this protein as foreign and produce antibodies and activate T-cells (white blood cells) to attack it.

If, later on, the person comes into contact with the SARS-CoV-2 virus, their immune system will recognise it and be ready to defend the body against it.

The mRNA from the vaccine does not stay in the body but is broken down after vaccination.

Where to find more information

The product information approved by the CHMP for Comirnaty and Spikevax contains prescribing information for healthcare professionals and a package leaflet for members of the public.

Assessment reports, with details of EMA’s evaluations of the use of Comirnaty and Spikevax in children from 6 months of age, will be published on the EMA website.

The studies in children were carried out in accordance with the paediatric investigation plan (PIP) for each vaccine, which was agreed by EMA's Paediatric Committee (PDCO). Clinical trial data submitted by the companies in their applications for the paediatric extensions of indication will be published on the Agency’s clinical data website in due course.

More information is available in the overviews of the vaccines in lay language, including a description of the vaccine’s benefits and risks and why EMA recommended their authorisation in the EU.

Monitoring the safety

In line with the EU’s safety monitoring plan for COVID-19 vaccines, Comirnaty and Spikevax are closely monitored and subject to several activities that apply specifically to COVID-19 vaccines. Independent studies of COVID-19 vaccines coordinated by EU authorities will give more information on the vaccines’ long-term safety and benefits in the general population.

These measures allow regulators to swiftly assess data emerging from a range of different sources and take appropriate regulatory action to protect public health if needed.


Published on: 20 October 2022

Asset Publisher

An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleId  [in template "20115#20151#1665546" at line 121, column 44]

----
Tip: If the failing expression is known to be 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: ${articleId}  [in template "20115#20151#1665546" at line 121, column 42]
----
1<#attempt> 
2<#assign templateUtilService = serviceLocator.findService('it.gov.aifa.template.util.service.TemplateUtilService') />  
3 
4<#assign splitter = themeDisplay.getURLCurrent()?split("/-/")> 
5<#assign titleJournalDirty = (splitter?last)> 
6<#assign titleJournal = titleJournalDirty> 
7 
8<#if titleJournal?contains("/-/")> 
9	<#assign titleJournal = titleJournalDirty?substring(0,titleJournalDirty?index_of("/-/"))> 
10</#if> 
11	 
12    <#assign article = templateUtilService.fetchArticleByUrlTitle(groupId,titleJournal)> 
13 
14	<#if article?has_content> 
15		 
16		<#assign docXml = saxReaderUtil.read(article.getContentByLocale(locale)) /> 
17		<#assign rootElement = docXml.document.getRootElement() > 
18	    <#assign listadocumenti = docXml.getRootElement().selectNodes("//dynamic-element[@name='TitoloDocumentoCorrelato']") /> 
19         <#assign articleId = article.getArticleId() >	 
20	 
21		<#assign count = 0 />	 
22        <#list listadocumenti as doc> 
23			<#assign docItem = doc.valueOf("dynamic-content/text()")!""/> 
24			<#assign docItem = docItem?trim/> 
25			 
26			<#if docItem?has_content && docItem?length gt 0> 
27				<#assign count = count + 1 /> 
28			</#if> 
29		</#list> 
30		 
31		<#if count gt 0> 
32			<div class="underline_title istituzionale">  
33				<h2 class="portlet-content portlet-title-text-model portlet-title-text"><@liferay_ui['message'] key='label.templates.documenti.correlati' /></h2> 
34				 
35                        <div class="it-list-wrapper"> 
36		                    <ul class="it-list"> 
37							 
38							    <#list listadocumenti as doc> 
39 
40									<li> 
41										<#assign docTitle = doc.valueOf("dynamic-content/text()") /> 
42										<#assign docItem = doc.valueOf("dynamic-element[@name='DocumentiCorrelati']/dynamic-content/text()") /> 
43 
44										<#assign jsonDocument=jsonFactoryUtil.createJSONObject(docItem)> 
45			 
46												 
47										<#if docItem?has_content && docItem?length gt 0> 
48											<#assign groupId=jsonDocument.getLong("groupId")> 
49											<#assign uuId=jsonDocument.getString("uuid")> 
50											<#assign docName=jsonDocument.getString("title")> 
51											<#assign docItem = "/documents/"+groupId+"/"+0+"/"+docName+"/"+uuId />	 
52											<#assign jsonFile=templateUtilService.buildFileEntryByUrlDocument(themeDisplay.getScopeGroupId(),docItem) /> 
53 
54 
55											<#if ((jsonFile.length())>0)> 
56 
57												<#assign tipoDocumento = jsonFile.extension?upper_case/> 
58											  
59												<#if (tipoDocumento == "PDF")> 
60								 
61													<div class="it-right-zone"> 
62														<a title="${docTitle}" aria-label="<@liferay_ui['message'] key='aria.label.templates.download.file' /> ${docTitle} " href="${jsonFile.url}"> 
63															<span class="text">${docTitle} [${(jsonFile.size?number/(1024*1024))?string["0.##"]} Mb] [${jsonFile.extension}] ></span> 
64														</a> 
65														<span class="it-multiple"> 
66															<a title="<@liferay_ui['message'] key='title.label.preview' />" aria-label="<@liferay_ui['message'] key='aria.label.templates.view.file' /> ${docTitle}" onclick="buildModale('${docItem}');" > 
67																<i class="u-color-blu fas fa-search"></i> 
68															</a> 
69															<a title="<@liferay_ui['message'] key='title.label.download' />" aria-label="<@liferay_ui['message'] key='aria.label.templates.download.file' /> ${docTitle} " href="${jsonFile.url}"> 
70																<i class="fas fa-download"></i> 
71															</a> 
72														</span> 
73													</div> 
74							 
75												<#else> 
76							   
77													<a class="active" title="<@liferay_ui['message'] key='title.label.download' />" aria-label="<@liferay_ui['message'] key='aria.label.templates.download.file' /> ${docTitle} " href="${jsonFile.url}"> 
78														<div class="it-right-zone"> 
79															<span class="text">${docTitle} [${(jsonFile.size?number/(1024*1024))?string["0.##"]} Mb] [${jsonFile.extension}] ></span> 
80															<i class="fas fa-download"></i> 
81														</div> 
82													</a> 
83							   
84												</#if> 
85											</#if> 
86										</#if> 
87									</li>									 
88								</#list> 
89								<div class="yui3-skin-sam" data-toggle="modal"> 
90                                   
91                              <div id="modal-${articleId}" class="container preview-document"> 
92                              </div> 
93                              </div> 
94	                        </ul>		 
95                        </div> 
96            </div> 
97		</#if>	 
98	</#if> 
99				 
100<#recover> 
101</#attempt> 
102 
103<script> 
104 
105function buildModale(urlDocument){ 
106	var modal; 
107	 
108	YUI().use('aui-modal', function(Y) { 
109        var StdMod = Y.WidgetStdMod; 
110 
111		 modal = new Y.Modal({ 
112			bodyContent : '<object style="width:33rem; height:25rem;" data="'+urlDocument+'" type="application/pdf"></object>', 
113			centered : true, 
114            draggable: false, 
115            resizeble: false, 
116			visible : true, 
117			destroyOnHide : true, 
118			headerContent : 'Dettaglio documento', 
119			modal : true, 
120            focused:true, 
121			render : '#modal-${articleId}' 
122		}); 
123	}); 
124    
125    
126
127</script> 

Site Map

Galleria

Cookie Bar

cookie management module

Descrizione cookieBar

Questo sito utilizza cookie tecnici e analytics, necessari al suo funzionamento, per i quali non è richiesto il consenso. Per alcuni servizi aggiuntivi, le terze parti fornitrici, dettagliatamente sotto individuate, possono utilizzare cookies tecnici, analytics e di profilazione. Per saperne di più consulta la PRIVACY POLICY. Per proseguire nella navigazione devi effettuare la scelta sui cookie di terze parti dei quali eventualmente accetti l’utilizzo. Chiudendo il banner attraverso la X in alto a destra rifiuti tutti i cookie di terze parti. Puoi rivedere e modificare le tue scelte in qualsiasi momento attraverso il link "Gestione cookie" presente nel footer.

Social networks
go to beginning of content