Italian Medicines Agency Agenzia Italiana del Farmaco

AIFA establishes the Scientific Committee for monitoring COVID-19 vaccines - AIFA establishes the Scientific Committee for monitoring COVID-19 vaccines

Asset Publisher

AIFA establishes the Scientific Committee for monitoring COVID-19 vaccines

The Scientific Committee for Post-Marketing Monitoring of COVID-19 Vaccines (CSV-Covid19), set up on 14 December 2020 by the Italian Medicines Agency (AIFA) in agreement with the Ministry of Health and the Extraordinary Commissioner for the Covid-19 Emergency, held its kick-off meeting on 15 December 2020.

CSV-Covid19, which belongs to AIFA’s Directorate General, will remain in office for two years and its mandate may be renewed based on the evolution of the pandemic and the progress of the COVID-19 vaccination campaign.

According to Nicola Magrini, AIFA’s Director General, CSV-Covid19 is crucial for the National Health Service to ensure the active monitoring of the safety of all COVID-19 vaccines that will arrive in Italy.

Comprising high-profile experts of proven scientific independence, the Scientific Committee will ensure a transparent opinion on the safety of all new vaccines and full compliance with the protocols followed in the vaccination campaign. CSV-Covid19 will help strengthen Italy’s role as an authoritative member of the global research community.

Goals

CSV-Covid19 aims at coordinating pharmacovigilance activities and contributing to the COVID-19-related vaccination campaign, by providing strategic scientific support to AIFA, the Ministry of Health and the National Health Service.

Tasks

  • analyse objectives and methods used in (ordinary and extraordinary) pharmacovigilance projects supported by AIFA in order to ensure consistency and quality of results, also providing guidance and monitoring to identify possible criticalities and suggest appropriate solutions;
  • make recommendations to AIFA, based on available evidence, on strategic guidelines to ensure safety and effectiveness of vaccination in Italy;
  • drawing on analysis and monitoring activities, indicate the need for conducting specific in-depth analyses and make proposals for carrying out supplementary studies or redirecting those that are ongoing;
  • suggest objectives and possible formulas of training and information initiatives on COVID-19 vaccination, and contribute to defining a specific national communication plan to support the COVID-19 vaccination campaign;
  • promote participation in and synergy with the activities of other support groups that carry out similar tasks at European and international level;
  • cooperate with the Technical-Scientific Committee in assessing the overall comparability of the different vaccines.

CSV-Covid19 consists of independent experts in the fields of epidemiology, vaccination monitoring, territorial organisation of vaccinations, regulatory aspects of vaccines, immune responses to vaccinations, vaccine pharmacovigilance, vaccine clinical trials, training of health professionals and communication to the public about vaccination.

The appointed independent experts are:

- Vittorio Demicheli, epidemiologist, Milan – President

- Nicola Magrini, pharmacologist, AIFA Director General, Rome – Vice-president

- Maurizio Bonati, epidemiologist/paediatrician, Milan

- Donato Greco, epidemiologist, Rome

- Stefania Salmaso, epidemiologist, Rome

- Rodolfo Saracci, epidemiologist, Lyon (France)

- Guido Forni, immunologist, Turin

- Angela Santoni, immunologist, Rome

- Giovanna Zanoni, clinical immunologist, Verona

- Giorgio Palù, virologist, AIFA President, Rome

- Carlo Pini, biologist, Rome

- Francesco Salvo, pharmacoepidemiologist, Bordeaux (France)

- Miriam Sturkenboom, pharmacoepidemiologist, Utrecht (The Netherlands)

- Eva Benelli, science journalist, Rome

Observers, appointed by national and regional institutions involved in the planning and management of the vaccination campaign, will participate in the activities of CSV-Covid19. Such observers are tasked with ensuring that the information is timely and complete.

The appointed observers are:

Giuseppe Ippolito – “Lazzaro Spallanzani” National Institute of Infectious Diseases, Rome

Franco Locatelli – National Health Council (Consiglio Superiore di Sanità), Rome

Patrizia Popoli – National Health Institute (Istituto Superiore di Sanità) and AIFA Technical-Scientific Committee, Rome

Giovanni Rezza – Ministry of Health, Rome

Silvia Mancini - Médecins Sans Frontières/Doctors Without Borders

Antonio Gaudioso – Cittadinanzattiva

The Health Committee of the State-Regions Conference will appoint an observer with a subsequent own decision.


Published on: 15 December 2020

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

Asset Publisher

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