updating data for batch codes

This commit is contained in:
FK
2024-04-23 21:58:09 +00:00
parent 0e805d7114
commit 0cfa694100
9545 changed files with 9728 additions and 19261 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,41 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
<script>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>Batch Codes of Coronavirus 2019 Vaccines</title>
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-ERHYDH4P64"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ERHYDH4P64');
</script>
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css" />
<link href="batchCodeTable.css" rel="stylesheet" type="text/css" />
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css" />
<script crossorigin="anonymous"
integrity="sha512-T5Bneq9hePRO8JR0S/0lQ7gdW+ceLThvC80UjwkMRz+8q+4DARVZ4dqKoyENC7FcYresjfJ6ubaOgIE35irf4w=="
referrerpolicy="no-referrer"
src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.min.js"></script>
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.css"
integrity="sha512-MKxcSu/LDtbIYHBNAWUQwfB3iVoG9xeMCm32QV5hZ/9lFaQZJVaXfz9aFa0IZExWzCpm7OWvp9zq9gVip/nLMg=="
referrerpolicy="no-referrer" rel="stylesheet" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script charset="utf8" src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js"
type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.2.0/dist/chart.umd.min.js"></script>
<script src="./Utils.js"></script>
<script src="./UIUtils.js"></script>
<script src="./DataTablesFilter.js"></script>
<script src="./ColumnSearch.js"></script>
<script src="./BatchCodeTableInitializer.js"></script>
<script src="./BatchcodeByCountryBarChartView.js"></script>
<script src="./BatchcodeByCountryBarChart.js"></script>
<script>
<link href="https://cdn.datatables.net/1.13.1/css/jquery.dataTables.css" rel="stylesheet" type="text/css"/>
<link href="batchCodeTable.css" rel="stylesheet" type="text/css"/>
<link href="forkMeOnGitHub.css" rel="stylesheet" type="text/css"/>
<script crossorigin="anonymous" integrity="sha512-T5Bneq9hePRO8JR0S/0lQ7gdW+ceLThvC80UjwkMRz+8q+4DARVZ4dqKoyENC7FcYresjfJ6ubaOgIE35irf4w==" referrerpolicy="no-referrer" src="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.min.js"></script>
<link crossorigin="anonymous" href="https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/15.5.1/nouislider.css" integrity="sha512-MKxcSu/LDtbIYHBNAWUQwfB3iVoG9xeMCm32QV5hZ/9lFaQZJVaXfz9aFa0IZExWzCpm7OWvp9zq9gVip/nLMg==" referrerpolicy="no-referrer" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script charset="utf8" src="https://cdn.datatables.net/1.13.1/js/jquery.dataTables.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.2.0/dist/chart.umd.min.js"></script>
<script src="./Utils.js"></script>
<script src="./UIUtils.js"></script>
<script src="./DataTablesFilter.js"></script>
<script src="./ColumnSearch.js"></script>
<script src="./BatchCodeTableInitializer.js"></script>
<script src="./BatchcodeByCountryBarChartView.js"></script>
<script src="./BatchcodeByCountryBarChart.js"></script>
<script>
$(document).ready(function () {
const urlSearchParams = new URLSearchParams(window.location.search);
new BatchCodeTableInitializer().initialize(
@@ -47,51 +40,49 @@
});
</script>
</head>
<body>
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
<table class="display" id="batchCodeTable">
<thead>
<tr>
<th>Batch</th>
<th>Adverse Reaction Reports</th>
<th>Deaths</th>
<th>Disabilities</th>
<th>Life-Threatening Illnesses</th>
<th>Hospitalizations</th>
<th>Company</th>
<th>Severe reports</th>
<th>Lethality</th>
<th>Countries</th>
</tr>
</thead>
</table>
<footer>
<dl>
<dt>Data Source:</dt>
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
<h1>Batch Codes of Coronavirus 2019 Vaccines</h1>
<table class="display" id="batchCodeTable">
<thead>
<tr>
<th>Batch</th>
<th>Adverse Reaction Reports</th>
<th>Deaths</th>
<th>Disabilities</th>
<th>Life-Threatening Illnesses</th>
<th>Hospitalizations</th>
<th>Company</th>
<th>Severe reports</th>
<th>Lethality</th>
<th>Countries</th>
</tr>
</thead>
</table>
<footer>
<dl>
<dt>Data Source:</dt>
<dd><a href="https://vaers.hhs.gov/data/datasets.html" target="_blank">Vaccine Adverse Event Reporting System
(VAERS)</a></dd>
<dt>Last updated:</dt>
<dd id="last_updated">April 05, 2024</dd>
</dl>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on
<dt>Last updated:</dt>
<dd id="last_updated">April 05, 2024</dd>
</dl>
<span id="forkongithub"><a href="https://github.com/KnollFrank/HowBadIsMyBatch" target="_blank">Fork me on
GitHub</a></span>
<div class="clearfix"></div>
</footer>
<template id="template-canvas">
<canvas></canvas>
</template>
<template id="template-chartWithSlider">
<div class="chartWithSlider">
<div class="chartContainer">
<canvas class="canvas"></canvas>
</div>
<!-- FK-TODO: remove sliderContainer and slider -->
<div class="sliderContainer">
<div class="slider"></div>
</div>
</div>
</template>
<div class="clearfix"></div>
</footer>
<template id="template-canvas">
<canvas></canvas>
</template>
<template id="template-chartWithSlider">
<div class="chartWithSlider">
<div class="chartContainer">
<canvas class="canvas"></canvas>
</div>
<!-- FK-TODO: remove sliderContainer and slider -->
<div class="sliderContainer">
<div class="slider"></div>
</div>
</div>
</template>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"batchcode": "#003B21A", "histogram": {"Rash pruritic": 2, "Erythema": 1, "Injection site erythema": 1, "Injection site pain": 1, "Injection site reaction": 1, "Injection site swelling": 1, "Rash erythematous": 1, "Swelling": 1, "Vaccination site rash": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#003B21A", "histogram": {"Rash pruritic": 2, "Erythema": 1, "Injection site erythema": 1, "Injection site pain": 1, "Injection site reaction": 1, "Injection site swelling": 1, "Rash erythematous": 1, "Swelling": 1, "Vaccination site rash": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#004M20A", "histogram": {"No adverse event": 2, "Chills": 1, "Musculoskeletal stiffness": 1, "Pain": 1, "Pain in extremity": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#004M20A", "histogram": {"No adverse event": 2, "Chills": 1, "Musculoskeletal stiffness": 1, "Pain": 1, "Pain in extremity": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#006B21A", "histogram": {"Chills": 2, "Pyrexia": 2, "Abdominal discomfort": 1, "Asthenia": 1, "Cough": 1, "Decreased appetite": 1, "Diarrhoea": 1, "Headache": 1, "Impaired work ability": 1, "Injection site pain": 1, "Nausea": 1, "Pain in extremity": 1, "Rib fracture": 1, "Wheezing": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#006B21A", "histogram": {"Chills": 2, "Pyrexia": 2, "Abdominal discomfort": 1, "Asthenia": 1, "Cough": 1, "Decreased appetite": 1, "Diarrhoea": 1, "Headache": 1, "Impaired work ability": 1, "Injection site pain": 1, "Nausea": 1, "Pain in extremity": 1, "Rib fracture": 1, "Wheezing": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#011A21A", "histogram": {"Arthralgia": 1, "Asthenia": 1, "Chills": 1, "Deafness": 1, "Dizziness": 1, "Fatigue": 1, "Head discomfort": 1, "Headache": 1, "Hyperacusis": 1, "Hypoaesthesia": 1, "Myalgia": 1, "Nausea": 1, "Tinnitus": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#011A21A", "histogram": {"Arthralgia": 1, "Asthenia": 1, "Chills": 1, "Deafness": 1, "Dizziness": 1, "Fatigue": 1, "Head discomfort": 1, "Headache": 1, "Hyperacusis": 1, "Hypoaesthesia": 1, "Myalgia": 1, "Nausea": 1, "Tinnitus": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#011M20A", "histogram": {"Skin warm": 3, "Fatigue": 2, "Nasal congestion": 2, "Rash erythematous": 2, "Rash pruritic": 2, "Throat irritation": 2, "Blood test": 1, "Chest X-ray": 1, "Dyspepsia": 1, "Erythema": 1, "Fear": 1, "Feeling abnormal": 1, "Hypersensitivity": 1, "Insomnia": 1, "Malaise": 1, "Pain": 1, "Pain in extremity": 1, "Peripheral swelling": 1, "Respiratory arrest": 1, "Vaccination site pain": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#011M20A", "histogram": {"Skin warm": 3, "Fatigue": 2, "Nasal congestion": 2, "Rash erythematous": 2, "Rash pruritic": 2, "Throat irritation": 2, "Blood test": 1, "Chest X-ray": 1, "Dyspepsia": 1, "Erythema": 1, "Fear": 1, "Feeling abnormal": 1, "Hypersensitivity": 1, "Insomnia": 1, "Malaise": 1, "Pain": 1, "Pain in extremity": 1, "Peripheral swelling": 1, "Respiratory arrest": 1, "Vaccination site pain": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#012A21A", "histogram": {"Abdominal discomfort": 1, "Arthralgia": 1, "Burning sensation": 1, "Chills": 1, "Decreased appetite": 1, "Diarrhoea": 1, "Dyspepsia": 1, "Fatigue": 1, "Flatulence": 1, "Headache": 1, "Injection site erythema": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Insomnia": 1, "Limb discomfort": 1, "Lymphadenopathy": 1, "Nausea": 1, "Oropharyngeal pain": 1, "Pain": 1, "Tenderness": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#012A21A", "histogram": {"Abdominal discomfort": 1, "Arthralgia": 1, "Burning sensation": 1, "Chills": 1, "Decreased appetite": 1, "Diarrhoea": 1, "Dyspepsia": 1, "Fatigue": 1, "Flatulence": 1, "Headache": 1, "Injection site erythema": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Insomnia": 1, "Limb discomfort": 1, "Lymphadenopathy": 1, "Nausea": 1, "Oropharyngeal pain": 1, "Pain": 1, "Tenderness": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#012M20A", "histogram": {"Hypersensitivity": 1, "Injection site mass": 1, "Injection site pruritus": 1, "Injection site rash": 1, "Injection site swelling": 1, "Oedema peripheral": 1, "Pain": 1, "Pruritus": 1, "Rash macular": 1, "Skin warm": 1, "Tenderness": 1, "Urticaria": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#012M20A", "histogram": {"Hypersensitivity": 1, "Injection site mass": 1, "Injection site pruritus": 1, "Injection site rash": 1, "Injection site swelling": 1, "Oedema peripheral": 1, "Pain": 1, "Pruritus": 1, "Rash macular": 1, "Skin warm": 1, "Tenderness": 1, "Urticaria": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#013L20A", "histogram": {"Aphasia": 1, "Cerebral infarction": 1, "Computerised tomogram head abnormal": 1, "Erythema": 1, "Injection site erythema": 1, "Injection site warmth": 1, "Pruritus": 1, "Rash": 1, "Rash erythematous": 1, "Rash pruritic": 1, "Transient ischaemic attack": 1, "Vaccination site pain": 1}, "Disabilities": 0, "Adverse Reaction Reports": 5, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#013L20A", "histogram": {"Aphasia": 1, "Cerebral infarction": 1, "Computerised tomogram head abnormal": 1, "Erythema": 1, "Injection site erythema": 1, "Injection site warmth": 1, "Pruritus": 1, "Rash": 1, "Rash erythematous": 1, "Rash pruritic": 1, "Transient ischaemic attack": 1, "Vaccination site pain": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 5, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#016B21A", "histogram": {"Arthralgia": 1, "Burning sensation": 1, "Chills": 1, "Erythema": 1, "Eye paraesthesia": 1, "Fatigue": 1, "Headache": 1, "Lymphadenopathy": 1, "Myalgia": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Pruritus": 1, "Rash erythematous": 1, "Skin warm": 1, "Swelling": 1, "Tongue disorder": 1, "Vaccination site pain": 1, "Vaccination site pruritus": 1, "Vaccination site swelling": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#016B21A", "histogram": {"Arthralgia": 1, "Burning sensation": 1, "Chills": 1, "Erythema": 1, "Eye paraesthesia": 1, "Fatigue": 1, "Headache": 1, "Lymphadenopathy": 1, "Myalgia": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Pruritus": 1, "Rash erythematous": 1, "Skin warm": 1, "Swelling": 1, "Tongue disorder": 1, "Vaccination site pain": 1, "Vaccination site pruritus": 1, "Vaccination site swelling": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#017B21A", "histogram": {"Pain in extremity": 2, "Atrial fibrillation": 1, "Blood pressure decreased": 1, "Chest discomfort": 1, "Chest pain": 1, "Chills": 1, "Computerised tomogram": 1, "Electrocardiogram": 1, "Heart rate increased": 1, "Hypokinesia": 1, "Injection site pain": 1, "Injection site swelling": 1, "Myocardial infarction": 1, "Pain": 1, "Pyrexia": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#017B21A", "histogram": {"Pain in extremity": 2, "Atrial fibrillation": 1, "Blood pressure decreased": 1, "Chest discomfort": 1, "Chest pain": 1, "Chills": 1, "Computerised tomogram": 1, "Electrocardiogram": 1, "Heart rate increased": 1, "Hypokinesia": 1, "Injection site pain": 1, "Injection site swelling": 1, "Myocardial infarction": 1, "Pain": 1, "Pyrexia": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#023M20A", "histogram": {"Feeling abnormal": 3, "Asthenia": 2, "Fatigue": 2, "Headache": 2, "Pain": 2, "Pain in extremity": 2, "Pyrexia": 2, "Ageusia": 1, "Angina pectoris": 1, "Anxiety": 1, "Echocardiogram": 1, "Electrocardiogram ambulatory": 1, "Heart rate increased": 1, "Injected limb mobility decreased": 1, "Injection site pain": 1, "Laboratory test": 1, "Lethargy": 1, "Malaise": 1, "Nausea": 1, "Stress": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#023M20A", "histogram": {"Feeling abnormal": 3, "Asthenia": 2, "Fatigue": 2, "Headache": 2, "Pain": 2, "Pain in extremity": 2, "Pyrexia": 2, "Ageusia": 1, "Angina pectoris": 1, "Anxiety": 1, "Echocardiogram": 1, "Electrocardiogram ambulatory": 1, "Heart rate increased": 1, "Injected limb mobility decreased": 1, "Injection site pain": 1, "Laboratory test": 1, "Lethargy": 1, "Malaise": 1, "Nausea": 1, "Stress": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#025J20A", "histogram": {"Blood glucose increased": 1, "Blood pressure increased": 1, "Dizziness": 1, "Electrocardiogram normal": 1, "Facial paralysis": 1, "Fatigue": 1, "Flushing": 1, "Full blood count normal": 1, "Headache": 1, "Hyperhidrosis": 1, "Hypersensitivity": 1, "Influenza like illness": 1, "Injection site discomfort": 1, "Laboratory test normal": 1, "Lip oedema": 1, "Lip swelling": 1, "Magnetic resonance imaging": 1, "Mastication disorder": 1, "Nasopharyngitis": 1, "Pain in jaw": 1, "SARS-CoV-2 test negative": 1, "Tachycardia": 1, "Throat clearing": 1, "Throat irritation": 1, "Trigeminal nerve disorder": 1, "Vomiting": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#025J20A", "histogram": {"Blood glucose increased": 1, "Blood pressure increased": 1, "Dizziness": 1, "Electrocardiogram normal": 1, "Facial paralysis": 1, "Fatigue": 1, "Flushing": 1, "Full blood count normal": 1, "Headache": 1, "Hyperhidrosis": 1, "Hypersensitivity": 1, "Influenza like illness": 1, "Injection site discomfort": 1, "Laboratory test normal": 1, "Lip oedema": 1, "Lip swelling": 1, "Magnetic resonance imaging": 1, "Mastication disorder": 1, "Nasopharyngitis": 1, "Pain in jaw": 1, "SARS-CoV-2 test negative": 1, "Tachycardia": 1, "Throat clearing": 1, "Throat irritation": 1, "Trigeminal nerve disorder": 1, "Vomiting": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#027B21A", "histogram": {"Fatigue": 3, "Peripheral swelling": 2, "Dyspnoea": 1, "Erythema": 1, "Glossodynia": 1, "Headache": 1, "Injection site discolouration": 1, "Injection site pain": 1, "Intermenstrual bleeding": 1, "Nausea": 1, "Oligomenorrhoea": 1, "Pain": 1, "Pain in extremity": 1, "Pruritus": 1, "Rash": 1, "Rash erythematous": 1, "Skin exfoliation": 1, "Swollen tongue": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#027B21A", "histogram": {"Fatigue": 3, "Peripheral swelling": 2, "Dyspnoea": 1, "Erythema": 1, "Glossodynia": 1, "Headache": 1, "Injection site discolouration": 1, "Injection site pain": 1, "Intermenstrual bleeding": 1, "Nausea": 1, "Oligomenorrhoea": 1, "Pain": 1, "Pain in extremity": 1, "Pruritus": 1, "Rash": 1, "Rash erythematous": 1, "Skin exfoliation": 1, "Swollen tongue": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#028L20A", "histogram": {"Arthralgia": 2, "Cellulitis": 1, "Chills": 1, "Deafness unilateral": 1, "Fatigue": 1, "Hypersensitivity": 1, "Injected limb mobility decreased": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Muscle spasms": 1, "Myalgia": 1, "Pain": 1, "Tinnitus": 1, "Unevaluable event": 1, "Vitamin B12": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#028L20A", "histogram": {"Arthralgia": 2, "Cellulitis": 1, "Chills": 1, "Deafness unilateral": 1, "Fatigue": 1, "Hypersensitivity": 1, "Injected limb mobility decreased": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Muscle spasms": 1, "Myalgia": 1, "Pain": 1, "Tinnitus": 1, "Unevaluable event": 1, "Vitamin B12": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#030L20A", "histogram": {"Headache": 2, "Pain": 2, "Pyrexia": 2, "Abdominal discomfort": 1, "Decreased appetite": 1, "Fatigue": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site warmth": 1, "Lymph node pain": 1, "Lymphadenopathy": 1, "Myalgia": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Periorbital pain": 1, "Periorbital swelling": 1, "Rash": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#030L20A", "histogram": {"Headache": 2, "Pain": 2, "Pyrexia": 2, "Abdominal discomfort": 1, "Decreased appetite": 1, "Fatigue": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site warmth": 1, "Lymph node pain": 1, "Lymphadenopathy": 1, "Myalgia": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Periorbital pain": 1, "Periorbital swelling": 1, "Rash": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#030M20A", "histogram": {"Nausea": 2, "Arthralgia": 1, "Blood test": 1, "Cold sweat": 1, "Diarrhoea": 1, "Feeling cold": 1, "Feeling hot": 1, "Headache": 1, "Pain": 1, "Polymyalgia rheumatica": 1, "SARS-CoV-2 test negative": 1, "Tunnel vision": 1, "Vaccination site induration": 1, "Vaccination site rash": 1, "Vaccination site reaction": 1, "Vomiting": 1}, "Disabilities": 1, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#030M20A", "histogram": {"Nausea": 2, "Arthralgia": 1, "Blood test": 1, "Cold sweat": 1, "Diarrhoea": 1, "Feeling cold": 1, "Feeling hot": 1, "Headache": 1, "Pain": 1, "Polymyalgia rheumatica": 1, "SARS-CoV-2 test negative": 1, "Tunnel vision": 1, "Vaccination site induration": 1, "Vaccination site rash": 1, "Vaccination site reaction": 1, "Vomiting": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#032L20A", "histogram": {"Body temperature": 1, "Diarrhoea": 1, "Dizziness": 1, "Fatigue": 1, "Headache": 1, "Inappropriate schedule of product administration": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Nausea": 1, "Pyrexia": 1, "Rash": 1, "Rash erythematous": 1, "X-ray": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#032L20A", "histogram": {"Body temperature": 1, "Diarrhoea": 1, "Dizziness": 1, "Fatigue": 1, "Headache": 1, "Inappropriate schedule of product administration": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Nausea": 1, "Pyrexia": 1, "Rash": 1, "Rash erythematous": 1, "X-ray": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#036A21A", "histogram": {"Dizziness": 1, "Ear congestion": 1, "Ear discomfort": 1, "Hypoaesthesia": 1, "Middle ear effusion": 1, "Musculoskeletal stiffness": 1, "Neck pain": 1, "Tinnitus": 1, "Vertigo": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#036A21A", "histogram": {"Dizziness": 1, "Ear congestion": 1, "Ear discomfort": 1, "Hypoaesthesia": 1, "Middle ear effusion": 1, "Musculoskeletal stiffness": 1, "Neck pain": 1, "Tinnitus": 1, "Vertigo": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#037K20A", "histogram": {"Injected limb mobility decreased": 2, "Injection site erythema": 2, "Injection site induration": 2, "Pain": 2, "Pain in extremity": 2, "Paraesthesia": 2, "Blood chloride normal": 1, "Blood creatinine normal": 1, "Blood glucose increased": 1, "Blood glucose normal": 1, "Blood potassium normal": 1, "Blood sodium normal": 1, "Blood urea normal": 1, "Bursitis": 1, "C-reactive protein increased": 1, "Carbon dioxide normal": 1, "Cerebral haemorrhage": 1, "Dizziness": 1, "Dysgeusia": 1, "Haematocrit normal": 1, "Haemoglobin normal": 1, "Hypoaesthesia": 1, "Injection site pain": 1, "Injection site reaction": 1, "Osteoarthritis": 1, "Peripheral swelling": 1, "Platelet count": 1, "Product administered at inappropriate site": 1, "Rash": 1, "Rash erythematous": 1, "Rash pruritic": 1, "Red blood cell sedimentation rate normal": 1, "Traumatic haemorrhage": 1, "Ultrasound scan abnormal": 1, "White blood cell count normal": 1, "X-ray limb abnormal": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#037K20A", "histogram": {"Injected limb mobility decreased": 2, "Injection site erythema": 2, "Injection site induration": 2, "Pain": 2, "Pain in extremity": 2, "Paraesthesia": 2, "Blood chloride normal": 1, "Blood creatinine normal": 1, "Blood glucose increased": 1, "Blood glucose normal": 1, "Blood potassium normal": 1, "Blood sodium normal": 1, "Blood urea normal": 1, "Bursitis": 1, "C-reactive protein increased": 1, "Carbon dioxide normal": 1, "Cerebral haemorrhage": 1, "Dizziness": 1, "Dysgeusia": 1, "Haematocrit normal": 1, "Haemoglobin normal": 1, "Hypoaesthesia": 1, "Injection site pain": 1, "Injection site reaction": 1, "Osteoarthritis": 1, "Peripheral swelling": 1, "Platelet count": 1, "Product administered at inappropriate site": 1, "Rash": 1, "Rash erythematous": 1, "Rash pruritic": 1, "Red blood cell sedimentation rate normal": 1, "Traumatic haemorrhage": 1, "Ultrasound scan abnormal": 1, "White blood cell count normal": 1, "X-ray limb abnormal": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#038K20A", "histogram": {"Asthenia": 1, "Chills": 1, "Fatigue": 1, "Influenza like illness": 1, "Myalgia": 1, "Pain": 1, "Rash": 1, "Rash erythematous": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#038K20A", "histogram": {"Asthenia": 1, "Chills": 1, "Fatigue": 1, "Influenza like illness": 1, "Myalgia": 1, "Pain": 1, "Rash": 1, "Rash erythematous": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#039K20A", "histogram": {"Myalgia": 5, "Fatigue": 4, "Chills": 3, "Headache": 2, "Pyrexia": 2, "Rash": 2, "Abdominal discomfort": 1, "Acute interstitial pneumonitis": 1, "Antinuclear antibody positive": 1, "Arthralgia": 1, "Bacterial test positive": 1, "Blood culture negative": 1, "Blood lactate dehydrogenase increased": 1, "Bronchiectasis": 1, "Bronchoscopy": 1, "C-reactive protein increased": 1, "Chest X-ray abnormal": 1, "Computerised tomogram abnormal": 1, "Constipation": 1, "Cough": 1, "Death": 1, "Diarrhoea": 1, "Dyspnoea": 1, "Endotracheal intubation": 1, "Fungal test negative": 1, "HIV test negative": 1, "Hypoxia": 1, "Impaired work ability": 1, "Influenza virus test negative": 1, "Injection site mass": 1, "Injection site rash": 1, "Interstitial lung disease": 1, "Legionella test": 1, "Lung infiltration": 1, "Lung opacity": 1, "Mycobacterium test negative": 1, "Nausea": 1, "Neutrophil count increased": 1, "Nodule": 1, "Paraesthesia oral": 1, "Procalcitonin normal": 1, "Red blood cell count increased": 1, "Respiratory syncytial virus test negative": 1, "SARS-CoV-2 antibody test": 1, "SARS-CoV-2 test negative": 1, "Vision blurred": 1, "Vomiting": 1, "White blood cell count increased": 1}, "Disabilities": 0, "Adverse Reaction Reports": 7, "Hospitalizations": 1, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 1}
{"batchcode": "#039K20A", "histogram": {"Myalgia": 5, "Fatigue": 4, "Chills": 3, "Headache": 2, "Pyrexia": 2, "Rash": 2, "Abdominal discomfort": 1, "Acute interstitial pneumonitis": 1, "Antinuclear antibody positive": 1, "Arthralgia": 1, "Bacterial test positive": 1, "Blood culture negative": 1, "Blood lactate dehydrogenase increased": 1, "Bronchiectasis": 1, "Bronchoscopy": 1, "C-reactive protein increased": 1, "Chest X-ray abnormal": 1, "Computerised tomogram abnormal": 1, "Constipation": 1, "Cough": 1, "Death": 1, "Diarrhoea": 1, "Dyspnoea": 1, "Endotracheal intubation": 1, "Fungal test negative": 1, "HIV test negative": 1, "Hypoxia": 1, "Impaired work ability": 1, "Influenza virus test negative": 1, "Injection site mass": 1, "Injection site rash": 1, "Interstitial lung disease": 1, "Legionella test": 1, "Lung infiltration": 1, "Lung opacity": 1, "Mycobacterium test negative": 1, "Nausea": 1, "Neutrophil count increased": 1, "Nodule": 1, "Paraesthesia oral": 1, "Procalcitonin normal": 1, "Red blood cell count increased": 1, "Respiratory syncytial virus test negative": 1, "SARS-CoV-2 antibody test": 1, "SARS-CoV-2 test negative": 1, "Vision blurred": 1, "Vomiting": 1, "White blood cell count increased": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 7, "Disabilities": 0, "Deaths": 1, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#041A21A", "histogram": {"Chills": 2, "Dizziness": 2, "Headache": 2, "Pyrexia": 2, "Ageusia": 1, "Antinuclear antibody positive": 1, "Arthralgia": 1, "Back pain": 1, "Extremity contracture": 1, "Fatigue": 1, "Groin pain": 1, "Hyperhidrosis": 1, "Hypoaesthesia": 1, "Injected limb mobility decreased": 1, "Injection site nerve damage": 1, "Injection site pain": 1, "Limb discomfort": 1, "Magnetic resonance imaging joint": 1, "Magnetic resonance imaging neck": 1, "Magnetic resonance imaging spinal normal": 1, "Muscle contracture": 1, "Musculoskeletal chest pain": 1, "Myalgia": 1, "Nausea": 1, "Neck pain": 1, "Neuralgia": 1, "Pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Parosmia": 1, "Retching": 1, "Scan with contrast normal": 1, "Sleep disorder": 1, "Spinal X-ray": 1, "Spinal X-ray normal": 1, "Spinal pain": 1, "Tinnitus": 1, "Tremor": 1, "Vitamin B6 increased": 1, "Vomiting": 1, "Wrong technique in product usage process": 1, "X-ray limb normal": 1, "X-ray of pelvis and hip normal": 1}, "Disabilities": 1, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "JANSSEN", "Deaths": 0}
{"batchcode": "#041A21A", "histogram": {"Chills": 2, "Dizziness": 2, "Headache": 2, "Pyrexia": 2, "Ageusia": 1, "Antinuclear antibody positive": 1, "Arthralgia": 1, "Back pain": 1, "Extremity contracture": 1, "Fatigue": 1, "Groin pain": 1, "Hyperhidrosis": 1, "Hypoaesthesia": 1, "Injected limb mobility decreased": 1, "Injection site nerve damage": 1, "Injection site pain": 1, "Limb discomfort": 1, "Magnetic resonance imaging joint": 1, "Magnetic resonance imaging neck": 1, "Magnetic resonance imaging spinal normal": 1, "Muscle contracture": 1, "Musculoskeletal chest pain": 1, "Myalgia": 1, "Nausea": 1, "Neck pain": 1, "Neuralgia": 1, "Pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Parosmia": 1, "Retching": 1, "Scan with contrast normal": 1, "Sleep disorder": 1, "Spinal X-ray": 1, "Spinal X-ray normal": 1, "Spinal pain": 1, "Tinnitus": 1, "Tremor": 1, "Vitamin B6 increased": 1, "Vomiting": 1, "Wrong technique in product usage process": 1, "X-ray limb normal": 1, "X-ray of pelvis and hip normal": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "JANSSEN"}

View File

@@ -1 +1 @@
{"batchcode": "#046A21A", "histogram": {"Chills": 1, "Erythema": 1, "Injection site bruising": 1, "Injection site discomfort": 1, "Injection site reaction": 1, "Injection site swelling": 1, "Insomnia": 1, "Pain": 1, "Pruritus": 1, "Rash pruritic": 1, "Skin warm": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#046A21A", "histogram": {"Chills": 1, "Erythema": 1, "Injection site bruising": 1, "Injection site discomfort": 1, "Injection site reaction": 1, "Injection site swelling": 1, "Insomnia": 1, "Pain": 1, "Pruritus": 1, "Rash pruritic": 1, "Skin warm": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#EK4176", "histogram": {"COVID-19": 2, "SARS-CoV-2 test positive": 2, "Impaired work ability": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EK4176", "histogram": {"COVID-19": 2, "SARS-CoV-2 test positive": 2, "Impaired work ability": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EK9231", "histogram": {"Eye pain": 1, "Headache": 1, "Herpes zoster": 1, "Injection site pain": 1, "Pain": 1, "Pyrexia": 1, "Rash": 1, "Skin burning sensation": 1, "Throat irritation": 1, "Tinnitus": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EK9231", "histogram": {"Eye pain": 1, "Headache": 1, "Herpes zoster": 1, "Injection site pain": 1, "Pain": 1, "Pyrexia": 1, "Rash": 1, "Skin burning sensation": 1, "Throat irritation": 1, "Tinnitus": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EL3246", "histogram": {"Asthenia": 1, "Back pain": 1, "Computerised tomogram": 1, "Diarrhoea": 1, "Dizziness": 1, "Herpes zoster": 1, "Muscle spasms": 1, "Musculoskeletal chest pain": 1, "Nausea": 1, "Neuralgia": 1, "Osteonecrosis": 1, "Sensitive skin": 1, "X-ray": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EL3246", "histogram": {"Asthenia": 1, "Back pain": 1, "Computerised tomogram": 1, "Diarrhoea": 1, "Dizziness": 1, "Herpes zoster": 1, "Muscle spasms": 1, "Musculoskeletal chest pain": 1, "Nausea": 1, "Neuralgia": 1, "Osteonecrosis": 1, "Sensitive skin": 1, "X-ray": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EL3248", "histogram": {"Blood pressure increased": 1, "Dizziness": 1, "Erythema": 1, "Flushing": 1, "Muscular weakness": 1, "Nausea": 1, "Pain": 1, "Petechiae": 1, "Skin warm": 1, "Swelling": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EL3248", "histogram": {"Blood pressure increased": 1, "Dizziness": 1, "Erythema": 1, "Flushing": 1, "Muscular weakness": 1, "Nausea": 1, "Pain": 1, "Petechiae": 1, "Skin warm": 1, "Swelling": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EL9262", "histogram": {"Headache": 2, "Asthenia": 1, "Fatigue": 1, "Influenza like illness": 1, "Myalgia": 1, "Night sweats": 1, "Pain in extremity": 1, "Pyrexia": 1, "Rash pruritic": 1, "Rhinorrhoea": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EL9262", "histogram": {"Headache": 2, "Asthenia": 1, "Fatigue": 1, "Influenza like illness": 1, "Myalgia": 1, "Night sweats": 1, "Pain in extremity": 1, "Pyrexia": 1, "Rash pruritic": 1, "Rhinorrhoea": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EL9265", "histogram": {"Burning sensation": 1, "Chest pain": 1, "Herpes zoster": 1, "Paraesthesia oral": 1, "Rash macular": 1, "Throat tightness": 1, "Tongue disorder": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EL9265", "histogram": {"Burning sensation": 1, "Chest pain": 1, "Herpes zoster": 1, "Paraesthesia oral": 1, "Rash macular": 1, "Throat tightness": 1, "Tongue disorder": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EL9269", "histogram": {"Fatigue": 2, "Pain": 2, "Ageusia": 1, "Anosmia": 1, "Arthralgia": 1, "Condition aggravated": 1, "Decreased appetite": 1, "Diabetes mellitus": 1, "Dysgeusia": 1, "Gait inability": 1, "Hypoaesthesia": 1, "Immediate post-injection reaction": 1, "Movement disorder": 1, "Myalgia": 1, "Pain in extremity": 1, "SARS-CoV-2 test negative": 1, "Vertigo": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EL9269", "histogram": {"Fatigue": 2, "Pain": 2, "Ageusia": 1, "Anosmia": 1, "Arthralgia": 1, "Condition aggravated": 1, "Decreased appetite": 1, "Diabetes mellitus": 1, "Dysgeusia": 1, "Gait inability": 1, "Hypoaesthesia": 1, "Immediate post-injection reaction": 1, "Movement disorder": 1, "Myalgia": 1, "Pain in extremity": 1, "SARS-CoV-2 test negative": 1, "Vertigo": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EM9810", "histogram": {"Chills": 2, "Pyrexia": 2, "Computerised tomogram": 1, "Diarrhoea": 1, "Dizziness": 1, "Ear pain": 1, "Electrocardiogram": 1, "Facial paralysis": 1, "Fatigue": 1, "Headache": 1, "Intra-abdominal pressure increased": 1, "Magnetic resonance imaging": 1, "Myalgia": 1, "Pain": 1, "Pruritus": 1, "Vomiting": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "#EM9810", "histogram": {"Chills": 2, "Pyrexia": 2, "Computerised tomogram": 1, "Diarrhoea": 1, "Dizziness": 1, "Ear pain": 1, "Electrocardiogram": 1, "Facial paralysis": 1, "Fatigue": 1, "Headache": 1, "Intra-abdominal pressure increased": 1, "Magnetic resonance imaging": 1, "Myalgia": 1, "Pain": 1, "Pruritus": 1, "Vomiting": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "#EN5318", "histogram": {"Dizziness": 4, "Arthralgia": 2, "Cognitive disorder": 2, "Fatigue": 2, "Headache": 2, "Malaise": 2, "Asthenia": 1, "Asthenopia": 1, "Chest discomfort": 1, "Chest pain": 1, "Conjunctivitis": 1, "Dry eye": 1, "Dyspnoea": 1, "Eye irritation": 1, "Feeling abnormal": 1, "Flushing": 1, "Injection site pain": 1, "Lip swelling": 1, "Lymphadenopathy": 1, "Muscular weakness": 1, "Myalgia": 1, "Neck pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Paraesthesia oral": 1, "Peripheral swelling": 1, "Rash": 1, "Rash erythematous": 1, "Skin tightness": 1, "Sleep disorder": 1, "Swelling face": 1, "Swelling of eyelid": 1, "Swollen tongue": 1, "Vision blurred": 1}, "Disabilities": 0, "Adverse Reaction Reports": 5, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN5318", "histogram": {"Dizziness": 4, "Arthralgia": 2, "Cognitive disorder": 2, "Fatigue": 2, "Headache": 2, "Malaise": 2, "Asthenia": 1, "Asthenopia": 1, "Chest discomfort": 1, "Chest pain": 1, "Conjunctivitis": 1, "Dry eye": 1, "Dyspnoea": 1, "Eye irritation": 1, "Feeling abnormal": 1, "Flushing": 1, "Injection site pain": 1, "Lip swelling": 1, "Lymphadenopathy": 1, "Muscular weakness": 1, "Myalgia": 1, "Neck pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Paraesthesia oral": 1, "Peripheral swelling": 1, "Rash": 1, "Rash erythematous": 1, "Skin tightness": 1, "Sleep disorder": 1, "Swelling face": 1, "Swelling of eyelid": 1, "Swollen tongue": 1, "Vision blurred": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 5, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EN6198", "histogram": {"Magnetic resonance imaging spinal abnormal": 2, "Arthralgia": 1, "Back pain": 1, "Blood test normal": 1, "CSF protein": 1, "Cardiac stress test normal": 1, "Chest discomfort": 1, "Chest pain": 1, "Costochondritis": 1, "Electrocardiogram normal": 1, "Fatigue": 1, "Fear": 1, "Full blood count normal": 1, "Headache": 1, "Heart rate increased": 1, "Hypoaesthesia": 1, "Intervertebral disc degeneration": 1, "Intervertebral disc protrusion": 1, "Magnetic resonance imaging head normal": 1, "Myalgia": 1, "Neck pain": 1, "Neuropathy peripheral": 1, "Pain": 1, "Paraesthesia": 1, "Sleep disorder": 1, "Spinal X-ray normal": 1, "Spinal cord operation": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN6198", "histogram": {"Magnetic resonance imaging spinal abnormal": 2, "Arthralgia": 1, "Back pain": 1, "Blood test normal": 1, "CSF protein": 1, "Cardiac stress test normal": 1, "Chest discomfort": 1, "Chest pain": 1, "Costochondritis": 1, "Electrocardiogram normal": 1, "Fatigue": 1, "Fear": 1, "Full blood count normal": 1, "Headache": 1, "Heart rate increased": 1, "Hypoaesthesia": 1, "Intervertebral disc degeneration": 1, "Intervertebral disc protrusion": 1, "Magnetic resonance imaging head normal": 1, "Myalgia": 1, "Neck pain": 1, "Neuropathy peripheral": 1, "Pain": 1, "Paraesthesia": 1, "Sleep disorder": 1, "Spinal X-ray normal": 1, "Spinal cord operation": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EN6199", "histogram": {"Headache": 2, "Pyrexia": 2, "Abdominal pain upper": 1, "Aphasia": 1, "Axillary pain": 1, "Blood bilirubin increased": 1, "Condition aggravated": 1, "Disorientation": 1, "Disturbance in attention": 1, "Eye discharge": 1, "Eye infection": 1, "Fatigue": 1, "Feeling abnormal": 1, "Gait disturbance": 1, "Impaired driving ability": 1, "Impaired work ability": 1, "Insomnia": 1, "Limb discomfort": 1, "Malaise": 1, "Memory impairment": 1, "Mobility decreased": 1, "Muscle spasms": 1, "Musculoskeletal discomfort": 1, "Myalgia": 1, "Myositis": 1, "Nausea": 1, "Pain": 1, "Pain in extremity": 1, "Speech disorder": 1, "Thirst": 1, "Tinnitus": 1, "X-ray normal": 1}, "Disabilities": 0, "Adverse Reaction Reports": 5, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN6199", "histogram": {"Headache": 2, "Pyrexia": 2, "Abdominal pain upper": 1, "Aphasia": 1, "Axillary pain": 1, "Blood bilirubin increased": 1, "Condition aggravated": 1, "Disorientation": 1, "Disturbance in attention": 1, "Eye discharge": 1, "Eye infection": 1, "Fatigue": 1, "Feeling abnormal": 1, "Gait disturbance": 1, "Impaired driving ability": 1, "Impaired work ability": 1, "Insomnia": 1, "Limb discomfort": 1, "Malaise": 1, "Memory impairment": 1, "Mobility decreased": 1, "Muscle spasms": 1, "Musculoskeletal discomfort": 1, "Myalgia": 1, "Myositis": 1, "Nausea": 1, "Pain": 1, "Pain in extremity": 1, "Speech disorder": 1, "Thirst": 1, "Tinnitus": 1, "X-ray normal": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 5, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EN6201", "histogram": {"Erythema": 1, "Injection site swelling": 1, "Peripheral swelling": 1, "Pruritus": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN6201", "histogram": {"Erythema": 1, "Injection site swelling": 1, "Peripheral swelling": 1, "Pruritus": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EN6202", "histogram": {"Chills": 2, "Dyspnoea": 2, "Fatigue": 2, "Arthralgia": 1, "Aura": 1, "Back pain": 1, "Blood pressure increased": 1, "Body temperature increased": 1, "Catheter placement": 1, "Deep vein thrombosis": 1, "Dizziness": 1, "Emphysema": 1, "Iliac vein occlusion": 1, "Laboratory test": 1, "Muscle spasms": 1, "Nausea": 1, "Oxygen therapy": 1, "Pain": 1, "Paraesthesia": 1, "Peripheral swelling": 1, "Pulmonary embolism": 1, "Pulmonary mass": 1, "Pyrexia": 1, "Scan with contrast abnormal": 1, "Seizure like phenomena": 1, "Sepsis": 1, "Surgery": 1, "Thrombosis": 1, "Tinnitus": 1, "Ultrasound scan abnormal": 1, "Venous stent insertion": 1}, "Disabilities": 0, "Adverse Reaction Reports": 5, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN6202", "histogram": {"Chills": 2, "Dyspnoea": 2, "Fatigue": 2, "Arthralgia": 1, "Aura": 1, "Back pain": 1, "Blood pressure increased": 1, "Body temperature increased": 1, "Catheter placement": 1, "Deep vein thrombosis": 1, "Dizziness": 1, "Emphysema": 1, "Iliac vein occlusion": 1, "Laboratory test": 1, "Muscle spasms": 1, "Nausea": 1, "Oxygen therapy": 1, "Pain": 1, "Paraesthesia": 1, "Peripheral swelling": 1, "Pulmonary embolism": 1, "Pulmonary mass": 1, "Pyrexia": 1, "Scan with contrast abnormal": 1, "Seizure like phenomena": 1, "Sepsis": 1, "Surgery": 1, "Thrombosis": 1, "Tinnitus": 1, "Ultrasound scan abnormal": 1, "Venous stent insertion": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 5, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EN6203", "histogram": {"Rash": 2, "Arthralgia": 1, "Dyspnoea": 1, "Immunoglobulin therapy": 1, "Inflammation": 1, "Joint swelling": 1, "Laboratory test": 1, "Neck pain": 1, "Peripheral swelling": 1, "Petechiae": 1, "Platelet count increased": 1, "Pruritus": 1, "Transfusion": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN6203", "histogram": {"Rash": 2, "Arthralgia": 1, "Dyspnoea": 1, "Immunoglobulin therapy": 1, "Inflammation": 1, "Joint swelling": 1, "Laboratory test": 1, "Neck pain": 1, "Peripheral swelling": 1, "Petechiae": 1, "Platelet count increased": 1, "Pruritus": 1, "Transfusion": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EN6204", "histogram": {"Asthenia": 2, "Blood test": 1, "Chills": 1, "Decreased appetite": 1, "Dizziness": 1, "Electrocardiogram": 1, "Fatigue": 1, "Feeling abnormal": 1, "Influenza like illness": 1, "Influenza virus test negative": 1, "Malaise": 1, "Nausea": 1, "Pyrexia": 1, "SARS-CoV-2 test negative": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EN6204", "histogram": {"Asthenia": 2, "Blood test": 1, "Chills": 1, "Decreased appetite": 1, "Dizziness": 1, "Electrocardiogram": 1, "Fatigue": 1, "Feeling abnormal": 1, "Influenza like illness": 1, "Influenza virus test negative": 1, "Malaise": 1, "Nausea": 1, "Pyrexia": 1, "SARS-CoV-2 test negative": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EP6955", "histogram": {"Headache": 3, "Chills": 2, "Injection site erythema": 2, "Injection site swelling": 2, "Nausea": 2, "Somnolence": 2, "Arthralgia": 1, "Balance disorder": 1, "Chest discomfort": 1, "Computerised tomogram": 1, "Confusional state": 1, "Dizziness": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Hypoaesthesia": 1, "Injection site pain": 1, "Injection site warmth": 1, "Insomnia": 1, "Lymph node pain": 1, "Lymphadenopathy": 1, "Magnetic resonance imaging": 1, "Memory impairment": 1, "Pain": 1, "Pain in extremity": 1, "Pyrexia": 1, "SARS-CoV-2 test": 1, "Transient ischaemic attack": 1, "Vaccination site pain": 1}, "Disabilities": 0, "Adverse Reaction Reports": 5, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EP6955", "histogram": {"Headache": 3, "Chills": 2, "Injection site erythema": 2, "Injection site swelling": 2, "Nausea": 2, "Somnolence": 2, "Arthralgia": 1, "Balance disorder": 1, "Chest discomfort": 1, "Computerised tomogram": 1, "Confusional state": 1, "Dizziness": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Hypoaesthesia": 1, "Injection site pain": 1, "Injection site warmth": 1, "Insomnia": 1, "Lymph node pain": 1, "Lymphadenopathy": 1, "Magnetic resonance imaging": 1, "Memory impairment": 1, "Pain": 1, "Pain in extremity": 1, "Pyrexia": 1, "SARS-CoV-2 test": 1, "Transient ischaemic attack": 1, "Vaccination site pain": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 5, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EP7534", "histogram": {"Dyspnoea": 2, "Anxiety": 1, "Asthenia": 1, "Chest X-ray normal": 1, "Chills": 1, "Computerised tomogram normal": 1, "Death": 1, "Fatigue": 1, "Headache": 1, "Hypoaesthesia": 1, "Magnetic resonance imaging normal": 1, "Malaise": 1, "Muscle spasms": 1, "Oropharyngeal discomfort": 1, "Pyrexia": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 1}
{"batchcode": "#EP7534", "histogram": {"Dyspnoea": 2, "Anxiety": 1, "Asthenia": 1, "Chest X-ray normal": 1, "Chills": 1, "Computerised tomogram normal": 1, "Death": 1, "Fatigue": 1, "Headache": 1, "Hypoaesthesia": 1, "Magnetic resonance imaging normal": 1, "Malaise": 1, "Muscle spasms": 1, "Oropharyngeal discomfort": 1, "Pyrexia": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 1, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#ER2613", "histogram": {"Fatigue": 2, "Hypoaesthesia": 2, "Nausea": 2, "Cerebral artery occlusion": 1, "Cerebral thrombosis": 1, "Cerebrovascular accident": 1, "Computerised tomogram": 1, "Computerised tomogram head abnormal": 1, "Condition aggravated": 1, "Depressed mood": 1, "Dysgeusia": 1, "Electrocardiogram": 1, "Feeling abnormal": 1, "Feeling jittery": 1, "Hypertension": 1, "Injection site pain": 1, "Laboratory test": 1, "Lip swelling": 1, "Magnetic resonance imaging": 1, "Malaise": 1, "Pain in extremity": 1, "Peripheral coldness": 1, "Restlessness": 1, "Swollen tongue": 1, "Vertigo": 1, "Vomiting": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#ER2613", "histogram": {"Fatigue": 2, "Hypoaesthesia": 2, "Nausea": 2, "Cerebral artery occlusion": 1, "Cerebral thrombosis": 1, "Cerebrovascular accident": 1, "Computerised tomogram": 1, "Computerised tomogram head abnormal": 1, "Condition aggravated": 1, "Depressed mood": 1, "Dysgeusia": 1, "Electrocardiogram": 1, "Feeling abnormal": 1, "Feeling jittery": 1, "Hypertension": 1, "Injection site pain": 1, "Laboratory test": 1, "Lip swelling": 1, "Magnetic resonance imaging": 1, "Malaise": 1, "Pain in extremity": 1, "Peripheral coldness": 1, "Restlessness": 1, "Swollen tongue": 1, "Vertigo": 1, "Vomiting": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#ER8727", "histogram": {"Fatigue": 3, "Arthralgia": 2, "Back pain": 2, "Asthenia": 1, "Blood test normal": 1, "Blood thyroid stimulating hormone": 1, "C-reactive protein": 1, "Chest X-ray": 1, "Chest pain": 1, "Computerised tomogram normal": 1, "Culture urine": 1, "Decreased appetite": 1, "Differential white blood cell count": 1, "Dyspepsia": 1, "Electrocardiogram": 1, "Electrocardiogram normal": 1, "Feeling abnormal": 1, "Fibrin D dimer": 1, "Full blood count": 1, "Headache": 1, "Herpes zoster": 1, "Incomplete course of vaccination": 1, "Induration": 1, "Limb discomfort": 1, "Lipids": 1, "Lymphadenopathy": 1, "Metabolic function test": 1, "Odynophagia": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Palpitations": 1, "Paraesthesia": 1, "Parosmia": 1, "Rash": 1, "Rash erythematous": 1, "Rash papular": 1, "Rash pruritic": 1, "Skin warm": 1, "Somnolence": 1, "Tenderness": 1, "Thyroxine free": 1, "Tri-iodothyronine": 1, "Troponin": 1, "Urine analysis": 1, "Vision blurred": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#ER8727", "histogram": {"Fatigue": 3, "Arthralgia": 2, "Back pain": 2, "Asthenia": 1, "Blood test normal": 1, "Blood thyroid stimulating hormone": 1, "C-reactive protein": 1, "Chest X-ray": 1, "Chest pain": 1, "Computerised tomogram normal": 1, "Culture urine": 1, "Decreased appetite": 1, "Differential white blood cell count": 1, "Dyspepsia": 1, "Electrocardiogram": 1, "Electrocardiogram normal": 1, "Feeling abnormal": 1, "Fibrin D dimer": 1, "Full blood count": 1, "Headache": 1, "Herpes zoster": 1, "Incomplete course of vaccination": 1, "Induration": 1, "Limb discomfort": 1, "Lipids": 1, "Lymphadenopathy": 1, "Metabolic function test": 1, "Odynophagia": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Palpitations": 1, "Paraesthesia": 1, "Parosmia": 1, "Rash": 1, "Rash erythematous": 1, "Rash papular": 1, "Rash pruritic": 1, "Skin warm": 1, "Somnolence": 1, "Tenderness": 1, "Thyroxine free": 1, "Tri-iodothyronine": 1, "Troponin": 1, "Urine analysis": 1, "Vision blurred": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#ER8731", "histogram": {"Cerebrospinal fluid leakage": 1, "Computerised tomogram head": 1, "Computerised tomogram spine": 1, "Epidural blood patch": 1, "Headache": 1, "Injection site discomfort": 1, "Injection site pain": 1, "Injection site reaction": 1, "Injection site warmth": 1, "Magnetic resonance imaging head": 1, "Magnetic resonance imaging spinal": 1, "Subdural haematoma": 1, "Urticaria": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#ER8731", "histogram": {"Cerebrospinal fluid leakage": 1, "Computerised tomogram head": 1, "Computerised tomogram spine": 1, "Epidural blood patch": 1, "Headache": 1, "Injection site discomfort": 1, "Injection site pain": 1, "Injection site reaction": 1, "Injection site warmth": 1, "Magnetic resonance imaging head": 1, "Magnetic resonance imaging spinal": 1, "Subdural haematoma": 1, "Urticaria": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#ER8737", "histogram": {"Headache": 2, "Pyrexia": 2, "Body temperature": 1, "Chills": 1, "Diarrhoea": 1, "Hypoaesthesia": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Myalgia": 1, "Paraesthesia": 1, "Pruritus": 1, "Rash": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#ER8737", "histogram": {"Headache": 2, "Pyrexia": 2, "Body temperature": 1, "Chills": 1, "Diarrhoea": 1, "Hypoaesthesia": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Myalgia": 1, "Paraesthesia": 1, "Pruritus": 1, "Rash": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EW0172", "histogram": {"Pain": 2, "Arthralgia": 1, "Blood test": 1, "Body temperature increased": 1, "Cough": 1, "Deep vein thrombosis": 1, "Gait disturbance": 1, "Glomerular filtration rate abnormal": 1, "Pain in extremity": 1, "Tearfulness": 1, "Ultrasound Doppler abnormal": 1, "X-ray limb normal": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EW0172", "histogram": {"Pain": 2, "Arthralgia": 1, "Blood test": 1, "Body temperature increased": 1, "Cough": 1, "Deep vein thrombosis": 1, "Gait disturbance": 1, "Glomerular filtration rate abnormal": 1, "Pain in extremity": 1, "Tearfulness": 1, "Ultrasound Doppler abnormal": 1, "X-ray limb normal": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EW0173", "histogram": {"Computerised tomogram": 1, "Disturbance in attention": 1, "Feeling abnormal": 1, "Headache": 1, "Insomnia": 1, "Laboratory test": 1, "Memory impairment": 1, "No adverse event": 1, "Pancreatitis acute": 1, "Product administered to patient of inappropriate age": 1, "Ultrasound scan": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EW0173", "histogram": {"Computerised tomogram": 1, "Disturbance in attention": 1, "Feeling abnormal": 1, "Headache": 1, "Insomnia": 1, "Laboratory test": 1, "Memory impairment": 1, "No adverse event": 1, "Pancreatitis acute": 1, "Product administered to patient of inappropriate age": 1, "Ultrasound scan": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#EW0187", "histogram": {"Chest X-ray": 1, "Ear swelling": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Fatigue": 1, "Flushing": 1, "Glossodynia": 1, "Headache": 1, "Injection site induration": 1, "Laboratory test": 1, "Metabolic function test": 1, "Oropharyngeal pain": 1, "Pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Pericarditis": 1, "Pharyngeal swelling": 1, "Pleural effusion": 1, "Red blood cell sedimentation rate normal": 1, "Sensation of foreign body": 1, "Swelling face": 1, "Throat tightness": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#EW0187", "histogram": {"Chest X-ray": 1, "Ear swelling": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Fatigue": 1, "Flushing": 1, "Glossodynia": 1, "Headache": 1, "Injection site induration": 1, "Laboratory test": 1, "Metabolic function test": 1, "Oropharyngeal pain": 1, "Pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Pericarditis": 1, "Pharyngeal swelling": 1, "Pleural effusion": 1, "Red blood cell sedimentation rate normal": 1, "Sensation of foreign body": 1, "Swelling face": 1, "Throat tightness": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#FC3180", "histogram": {"Chest discomfort": 1, "Chest pain": 1, "Dysphagia": 1, "Erythema": 1, "Headache": 1, "Injection site erythema": 1, "Injection site rash": 1, "Myalgia": 1, "Oral pruritus": 1, "Peripheral swelling": 1, "Pruritus": 1, "Rash papular": 1, "Sensory disturbance": 1, "Skin warm": 1, "Throat irritation": 1, "Tinnitus": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "#FC3180", "histogram": {"Chest discomfort": 1, "Chest pain": 1, "Dysphagia": 1, "Erythema": 1, "Headache": 1, "Injection site erythema": 1, "Injection site rash": 1, "Myalgia": 1, "Oral pruritus": 1, "Peripheral swelling": 1, "Pruritus": 1, "Rash papular": 1, "Sensory disturbance": 1, "Skin warm": 1, "Throat irritation": 1, "Tinnitus": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "#XD974", "histogram": {"Therapy non-responder": 3, "Antibody test": 1, "Arthralgia": 1, "Bacterial infection": 1, "Blood immunoglobulin G": 1, "Blood immunoglobulin M": 1, "Blood test": 1, "Body temperature": 1, "Chest X-ray": 1, "Diarrhoea": 1, "Dysgeusia": 1, "Dyspnoea": 1, "Eosinophil count": 1, "Fatigue": 1, "Feeling abnormal": 1, "Gingival discolouration": 1, "Gingival pain": 1, "Headache": 1, "Injection site pain": 1, "Myalgia": 1, "Nausea": 1, "Noninfective gingivitis": 1, "Pain": 1, "Polymerase chain reaction": 1, "Pyrexia": 1, "SARS-CoV-2 antibody test": 1, "Serology test": 1, "Tongue discolouration": 1, "Urine analysis": 1, "Vomiting": 1, "Weight": 1, "Weight decreased": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "JANSSEN", "Deaths": 0}
{"batchcode": "#XD974", "histogram": {"Therapy non-responder": 3, "Antibody test": 1, "Arthralgia": 1, "Bacterial infection": 1, "Blood immunoglobulin G": 1, "Blood immunoglobulin M": 1, "Blood test": 1, "Body temperature": 1, "Chest X-ray": 1, "Diarrhoea": 1, "Dysgeusia": 1, "Dyspnoea": 1, "Eosinophil count": 1, "Fatigue": 1, "Feeling abnormal": 1, "Gingival discolouration": 1, "Gingival pain": 1, "Headache": 1, "Injection site pain": 1, "Myalgia": 1, "Nausea": 1, "Noninfective gingivitis": 1, "Pain": 1, "Polymerase chain reaction": 1, "Pyrexia": 1, "SARS-CoV-2 antibody test": 1, "Serology test": 1, "Tongue discolouration": 1, "Urine analysis": 1, "Vomiting": 1, "Weight": 1, "Weight decreased": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "JANSSEN"}

View File

@@ -1 +1 @@
{"batchcode": "-", "histogram": {"Death": 2, "COVID-19": 1, "Condition aggravated": 1, "Deafness unilateral": 1, "Dyspnoea": 1, "Influenza like illness": 1, "Lung neoplasm malignant": 1, "Peripheral swelling": 1, "Pyrexia": 1, "Tinnitus": 1}, "Disabilities": 1, "Adverse Reaction Reports": 6, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "UNKNOWN MANUFACTURER", "Deaths": 2}
{"batchcode": "-", "histogram": {"Death": 2, "COVID-19": 1, "Condition aggravated": 1, "Deafness unilateral": 1, "Dyspnoea": 1, "Influenza like illness": 1, "Lung neoplasm malignant": 1, "Peripheral swelling": 1, "Pyrexia": 1, "Tinnitus": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 6, "Disabilities": 1, "Deaths": 2, "Life-Threatening Illnesses": 0, "Company": "UNKNOWN MANUFACTURER"}

View File

@@ -1 +1 @@
{"batchcode": ".", "histogram": {"Pain in extremity": 2, "Pyrexia": 2, "Blood glucose decreased": 1, "Blood pressure measurement": 1, "Diabetes mellitus inadequate control": 1, "Drug ineffective": 1, "Electromyogram abnormal": 1, "Erythema": 1, "Headache": 1, "Hemiparesis": 1, "Hypoaesthesia": 1, "Hypotension": 1, "Injection site induration": 1, "Injection site pain": 1, "Insulin C-peptide decreased": 1, "Ischaemic stroke": 1, "Language disorder": 1, "Maternal exposure during pregnancy": 1, "Muscle spasms": 1, "Paraesthesia": 1, "SARS-CoV-2 test": 1, "Sleep disorder": 1, "Suspected COVID-19": 1, "Type 1 diabetes mellitus": 1, "Vertigo": 1}, "Disabilities": 0, "Adverse Reaction Reports": 9, "Hospitalizations": 2, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 0}
{"batchcode": ".", "histogram": {"Pain in extremity": 2, "Pyrexia": 2, "Blood glucose decreased": 1, "Blood pressure measurement": 1, "Diabetes mellitus inadequate control": 1, "Drug ineffective": 1, "Electromyogram abnormal": 1, "Erythema": 1, "Headache": 1, "Hemiparesis": 1, "Hypoaesthesia": 1, "Hypotension": 1, "Injection site induration": 1, "Injection site pain": 1, "Insulin C-peptide decreased": 1, "Ischaemic stroke": 1, "Language disorder": 1, "Maternal exposure during pregnancy": 1, "Muscle spasms": 1, "Paraesthesia": 1, "SARS-CoV-2 test": 1, "Sleep disorder": 1, "Suspected COVID-19": 1, "Type 1 diabetes mellitus": 1, "Vertigo": 1}, "Hospitalizations": 2, "Adverse Reaction Reports": 9, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": ".025B21A", "histogram": {"Alopecia": 1, "Arterial disorder": 1, "Asthenia": 1, "Back pain": 1, "Cardiac disorder": 1, "Chills": 1, "Dyspnoea": 1, "Fatigue": 1, "Headache": 1, "Hypoaesthesia": 1, "Injection site erythema": 1, "Injection site mass": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Lung disorder": 1, "Mobility decreased": 1, "Myalgia": 1, "Nasopharyngitis": 1, "Nausea": 1, "Night sweats": 1, "Palpitations": 1, "Peripheral vascular disorder": 1, "Pyrexia": 1, "SARS-CoV-2 test negative": 1, "Sleep disorder": 1, "Thrombosis": 1, "Tremor": 1, "Visual impairment": 1, "Vomiting": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": ".025B21A", "histogram": {"Alopecia": 1, "Arterial disorder": 1, "Asthenia": 1, "Back pain": 1, "Cardiac disorder": 1, "Chills": 1, "Dyspnoea": 1, "Fatigue": 1, "Headache": 1, "Hypoaesthesia": 1, "Injection site erythema": 1, "Injection site mass": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Lung disorder": 1, "Mobility decreased": 1, "Myalgia": 1, "Nasopharyngitis": 1, "Nausea": 1, "Night sweats": 1, "Palpitations": 1, "Peripheral vascular disorder": 1, "Pyrexia": 1, "SARS-CoV-2 test negative": 1, "Sleep disorder": 1, "Thrombosis": 1, "Tremor": 1, "Visual impairment": 1, "Vomiting": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0", "histogram": {"Abdominal pain upper": 2, "Expired product administered": 2, "Malaise": 2, "Rash": 2, "Acute respiratory distress syndrome": 1, "Anaphylactic reaction": 1, "Angina pectoris": 1, "Arthralgia": 1, "Cerebral congestion": 1, "Cerebrovascular accident": 1, "Condition aggravated": 1, "Confusional state": 1, "Depression": 1, "Disturbance in attention": 1, "Dizziness": 1, "Erythema": 1, "Fatigue": 1, "Feeling cold": 1, "Gestational hypertension": 1, "Headache": 1, "Heavy menstrual bleeding": 1, "Hypoaesthesia": 1, "Injection site bruising": 1, "Injection site erythema": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Irritability": 1, "Lymphadenopathy": 1, "Magnetic resonance imaging abnormal": 1, "Menstruation irregular": 1, "Neck pain": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Product storage error": 1, "Pruritus": 1, "Pyrexia": 1, "Shoulder injury related to vaccine administration": 1, "Skin warm": 1, "Sleep disorder": 1, "Surgery": 1, "Swollen tongue": 1, "Tinnitus": 1, "Urticaria chronic": 1, "Vaccination site pain": 1, "Visual impairment": 1, "X-ray abnormal": 1}, "Disabilities": 0, "Adverse Reaction Reports": 19, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 1}
{"batchcode": "0", "histogram": {"Abdominal pain upper": 2, "Expired product administered": 2, "Malaise": 2, "Rash": 2, "Acute respiratory distress syndrome": 1, "Anaphylactic reaction": 1, "Angina pectoris": 1, "Arthralgia": 1, "Cerebral congestion": 1, "Cerebrovascular accident": 1, "Condition aggravated": 1, "Confusional state": 1, "Depression": 1, "Disturbance in attention": 1, "Dizziness": 1, "Erythema": 1, "Fatigue": 1, "Feeling cold": 1, "Gestational hypertension": 1, "Headache": 1, "Heavy menstrual bleeding": 1, "Hypoaesthesia": 1, "Injection site bruising": 1, "Injection site erythema": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Irritability": 1, "Lymphadenopathy": 1, "Magnetic resonance imaging abnormal": 1, "Menstruation irregular": 1, "Neck pain": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Product storage error": 1, "Pruritus": 1, "Pyrexia": 1, "Shoulder injury related to vaccine administration": 1, "Skin warm": 1, "Sleep disorder": 1, "Surgery": 1, "Swollen tongue": 1, "Tinnitus": 1, "Urticaria chronic": 1, "Vaccination site pain": 1, "Visual impairment": 1, "X-ray abnormal": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 19, "Disabilities": 0, "Deaths": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "00", "histogram": {"Amenorrhoea": 1, "COVID-19": 1, "Condition aggravated": 1, "Cough": 1, "Dizziness": 1, "Dyspnoea": 1, "Haemoptysis": 1, "Headache": 1, "Injection site erythema": 1, "Injection site rash": 1, "Injection site warmth": 1, "Menometrorrhagia": 1, "Muscle spasms": 1, "Postmenopausal haemorrhage": 1, "Productive cough": 1, "Pyrexia": 1, "Rash macular": 1, "SARS-CoV-2 test positive": 1, "Unevaluable event": 1, "Vaginal haemorrhage": 1, "Viral infection": 1}, "Disabilities": 1, "Adverse Reaction Reports": 8, "Hospitalizations": 3, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "00", "histogram": {"Amenorrhoea": 1, "COVID-19": 1, "Condition aggravated": 1, "Cough": 1, "Dizziness": 1, "Dyspnoea": 1, "Haemoptysis": 1, "Headache": 1, "Injection site erythema": 1, "Injection site rash": 1, "Injection site warmth": 1, "Menometrorrhagia": 1, "Muscle spasms": 1, "Postmenopausal haemorrhage": 1, "Productive cough": 1, "Pyrexia": 1, "Rash macular": 1, "SARS-CoV-2 test positive": 1, "Unevaluable event": 1, "Vaginal haemorrhage": 1, "Viral infection": 1}, "Hospitalizations": 3, "Adverse Reaction Reports": 8, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "00/A2/A", "histogram": {"Fatigue": 3, "Arthralgia": 1, "Headache": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Pyrexia": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "00/A2/A", "histogram": {"Fatigue": 3, "Arthralgia": 1, "Headache": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Pyrexia": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000 106A", "histogram": {"Blood pressure fluctuation": 1, "Blood pressure measurement": 1, "Chronic fatigue syndrome": 1, "Dizziness": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 3, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000 106A", "histogram": {"Blood pressure fluctuation": 1, "Blood pressure measurement": 1, "Chronic fatigue syndrome": 1, "Dizziness": 1}, "Hospitalizations": 3, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000", "histogram": {"COVID-19": 2, "Drug ineffective": 2, "SARS-CoV-2 test": 2, "Cellulitis": 1, "Erythema": 1, "Hypoaesthesia": 1, "Injection site erythema": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Myalgia": 1, "Paraesthesia": 1, "Paraesthesia oral": 1, "Pharyngeal paraesthesia": 1, "Swelling": 1, "Swollen tongue": 1, "Vaccination failure": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "000", "histogram": {"COVID-19": 2, "Drug ineffective": 2, "SARS-CoV-2 test": 2, "Cellulitis": 1, "Erythema": 1, "Hypoaesthesia": 1, "Injection site erythema": 1, "Injection site pain": 1, "Injection site pruritus": 1, "Injection site swelling": 1, "Injection site warmth": 1, "Myalgia": 1, "Paraesthesia": 1, "Paraesthesia oral": 1, "Pharyngeal paraesthesia": 1, "Swelling": 1, "Swollen tongue": 1, "Vaccination failure": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "0000", "histogram": {"COVID-19": 13, "SARS-CoV-2 test positive": 13, "Vaccine breakthrough infection": 13, "Chills": 5, "Fatigue": 3, "Pyrexia": 3, "Arthralgia": 2, "Headache": 2, "Myalgia": 2, "Nausea": 2, "Pain": 2, "Palpitations": 2, "Abdominal pain": 1, "Abdominal pain upper": 1, "Alopecia": 1, "Aphonia": 1, "Back pain": 1, "Cerebral venous sinus thrombosis": 1, "Chest pain": 1, "Condition aggravated": 1, "Cough": 1, "Deafness": 1, "Depression": 1, "Discomfort": 1, "Dyspnoea": 1, "Ear discomfort": 1, "Electroencephalogram": 1, "Epstein-Barr virus infection reactivation": 1, "Feeling abnormal": 1, "Hyperacusis": 1, "Hyperhidrosis": 1, "Illness": 1, "Influenza like illness": 1, "Injection site rash": 1, "Lipoma": 1, "Lymphadenopathy": 1, "Magnetic resonance imaging head": 1, "Musculoskeletal stiffness": 1, "Nasal congestion": 1, "Nerve injury": 1, "Nervous system disorder": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Product administration error": 1, "Product storage error": 1, "Pulmonary embolism": 1, "Rash erythematous": 1, "Rash papular": 1, "Rhinorrhoea": 1, "SARS-CoV-2 test": 1, "Scan with contrast": 1, "Skin discomfort": 1, "Sneezing": 1, "Syncope": 1}, "Disabilities": 1, "Adverse Reaction Reports": 26, "Hospitalizations": 14, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "0000", "histogram": {"COVID-19": 13, "SARS-CoV-2 test positive": 13, "Vaccine breakthrough infection": 13, "Chills": 5, "Fatigue": 3, "Pyrexia": 3, "Arthralgia": 2, "Headache": 2, "Myalgia": 2, "Nausea": 2, "Pain": 2, "Palpitations": 2, "Abdominal pain": 1, "Abdominal pain upper": 1, "Alopecia": 1, "Aphonia": 1, "Back pain": 1, "Cerebral venous sinus thrombosis": 1, "Chest pain": 1, "Condition aggravated": 1, "Cough": 1, "Deafness": 1, "Depression": 1, "Discomfort": 1, "Dyspnoea": 1, "Ear discomfort": 1, "Electroencephalogram": 1, "Epstein-Barr virus infection reactivation": 1, "Feeling abnormal": 1, "Hyperacusis": 1, "Hyperhidrosis": 1, "Illness": 1, "Influenza like illness": 1, "Injection site rash": 1, "Lipoma": 1, "Lymphadenopathy": 1, "Magnetic resonance imaging head": 1, "Musculoskeletal stiffness": 1, "Nasal congestion": 1, "Nerve injury": 1, "Nervous system disorder": 1, "Oropharyngeal pain": 1, "Pain in extremity": 1, "Product administration error": 1, "Product storage error": 1, "Pulmonary embolism": 1, "Rash erythematous": 1, "Rash papular": 1, "Rhinorrhoea": 1, "SARS-CoV-2 test": 1, "Scan with contrast": 1, "Skin discomfort": 1, "Sneezing": 1, "Syncope": 1}, "Hospitalizations": 14, "Adverse Reaction Reports": 26, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "0000/4A", "histogram": {"Fatigue": 1, "Glossodynia": 1, "Oropharyngeal pain": 1, "Pain": 1, "SARS-CoV-2 test": 1, "Urticaria": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000/4A", "histogram": {"Fatigue": 1, "Glossodynia": 1, "Oropharyngeal pain": 1, "Pain": 1, "SARS-CoV-2 test": 1, "Urticaria": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "00000", "histogram": {"COVID-19": 3, "SARS-CoV-2 test positive": 3, "Vaccine breakthrough infection": 3, "Chills": 2, "Headache": 2, "Pain": 2, "Adverse event": 1, "Bradycardia": 1, "Cellulitis": 1, "Chest discomfort": 1, "Diarrhoea": 1, "Dizziness": 1, "Drug dispensed to wrong patient": 1, "Dyspnoea": 1, "Fatigue": 1, "Full blood count": 1, "Hypersensitivity": 1, "Injection site erythema": 1, "Lethargy": 1, "Malaise": 1, "Migraine": 1, "Nausea": 1, "Pyrexia": 1, "Urticaria": 1, "White blood cell count": 1, "Wrong patient": 1}, "Disabilities": 0, "Adverse Reaction Reports": 17, "Hospitalizations": 3, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "00000", "histogram": {"COVID-19": 3, "SARS-CoV-2 test positive": 3, "Vaccine breakthrough infection": 3, "Chills": 2, "Headache": 2, "Pain": 2, "Pyrexia": 2, "Adverse event": 1, "Arthralgia": 1, "Bradycardia": 1, "Cellulitis": 1, "Chest discomfort": 1, "Diarrhoea": 1, "Dizziness": 1, "Drug dispensed to wrong patient": 1, "Dyspnoea": 1, "Fatigue": 1, "Full blood count": 1, "Hypersensitivity": 1, "Injection site erythema": 1, "Lethargy": 1, "Malaise": 1, "Migraine": 1, "Myalgia": 1, "Nausea": 1, "Urticaria": 1, "White blood cell count": 1, "Wrong patient": 1}, "Hospitalizations": 3, "Adverse Reaction Reports": 18, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000000", "histogram": {"COVID-19": 3, "Fatigue": 3, "SARS-CoV-2 test positive": 3, "Arthralgia": 2, "Condition aggravated": 2, "Cough": 2, "Dizziness": 2, "Headache": 2, "Throat irritation": 2, "Vaccine breakthrough infection": 2, "Acute lymphocytic leukaemia": 1, "Allodynia": 1, "Asthenia": 1, "Back pain": 1, "Burning sensation": 1, "Cardiac telemetry": 1, "Chest pain": 1, "Chills": 1, "Chronic obstructive pulmonary disease": 1, "Computerised tomogram": 1, "Dysphemia": 1, "Dyspnoea": 1, "Electrocardiogram ambulatory": 1, "Erythema": 1, "Exposure to SARS-CoV-2": 1, "Fall": 1, "Full blood count": 1, "Granuloma annulare": 1, "Guillain-Barre syndrome": 1, "Hyperaesthesia": 1, "Hypersomnia": 1, "Immunoglobulin therapy": 1, "Influenza like illness": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site warmth": 1, "Lumbar puncture": 1, "Magnetic resonance imaging": 1, "Magnetic resonance imaging spinal": 1, "Metabolic function test": 1, "Mobility decreased": 1, "Musculoskeletal pain": 1, "Myalgia": 1, "Nasal congestion": 1, "Nasal discomfort": 1, "Neck pain": 1, "Oral disorder": 1, "Pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Pneumonia": 1, "Product administered to patient of inappropriate age": 1, "Pyrexia": 1, "Rash": 1, "Rash maculo-papular": 1, "Respiratory tract congestion": 1, "Rheumatic disorder": 1, "Rhinorrhoea": 1, "SARS-CoV-2 test": 1, "SARS-CoV-2 test negative": 1, "Sinus congestion": 1, "Skin lesion": 1, "Swelling": 1, "Troponin": 1, "Tryptase": 1}, "Disabilities": 0, "Adverse Reaction Reports": 48, "Hospitalizations": 5, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000000", "histogram": {"COVID-19": 3, "Fatigue": 3, "SARS-CoV-2 test positive": 3, "Arthralgia": 2, "Condition aggravated": 2, "Cough": 2, "Dizziness": 2, "Headache": 2, "Throat irritation": 2, "Vaccine breakthrough infection": 2, "Acute lymphocytic leukaemia": 1, "Allodynia": 1, "Asthenia": 1, "Back pain": 1, "Burning sensation": 1, "Cardiac telemetry": 1, "Chest pain": 1, "Chills": 1, "Chronic obstructive pulmonary disease": 1, "Computerised tomogram": 1, "Dysphemia": 1, "Dyspnoea": 1, "Electrocardiogram ambulatory": 1, "Erythema": 1, "Exposure to SARS-CoV-2": 1, "Fall": 1, "Full blood count": 1, "Granuloma annulare": 1, "Guillain-Barre syndrome": 1, "Hyperaesthesia": 1, "Hypersomnia": 1, "Immunoglobulin therapy": 1, "Influenza like illness": 1, "Injection site erythema": 1, "Injection site induration": 1, "Injection site pain": 1, "Injection site warmth": 1, "Lumbar puncture": 1, "Magnetic resonance imaging": 1, "Magnetic resonance imaging spinal": 1, "Metabolic function test": 1, "Mobility decreased": 1, "Musculoskeletal pain": 1, "Myalgia": 1, "Nasal congestion": 1, "Nasal discomfort": 1, "Neck pain": 1, "Oral disorder": 1, "Pain": 1, "Pain in extremity": 1, "Paraesthesia": 1, "Pneumonia": 1, "Product administered to patient of inappropriate age": 1, "Pyrexia": 1, "Rash": 1, "Rash maculo-papular": 1, "Respiratory tract congestion": 1, "Rheumatic disorder": 1, "Rhinorrhoea": 1, "SARS-CoV-2 test": 1, "SARS-CoV-2 test negative": 1, "Sinus congestion": 1, "Skin lesion": 1, "Swelling": 1, "Troponin": 1, "Tryptase": 1}, "Hospitalizations": 5, "Adverse Reaction Reports": 48, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000000", "histogram": {"Fatigue": 3, "Headache": 3, "Dizziness": 2, "Pyrexia": 2, "Accidental underdose": 1, "Antinuclear antibody negative": 1, "Arthralgia": 1, "Back pain": 1, "Blood uric acid normal": 1, "C-reactive protein increased": 1, "Chest discomfort": 1, "Chest pain": 1, "Diabetic ketoacidosis": 1, "Dyspnoea": 1, "Feeling hot": 1, "Full blood count": 1, "Heavy menstrual bleeding": 1, "Inappropriate schedule of product administration": 1, "Mental status changes": 1, "Metabolic function test": 1, "Myalgia": 1, "Pain": 1, "Pain in extremity": 1, "Red blood cell sedimentation rate increased": 1, "Renal pain": 1, "SARS-CoV-2 test negative": 1, "Spinal pain": 1, "Streptococcus test negative": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH", "Deaths": 0}
{"batchcode": "0000000", "histogram": {"Fatigue": 3, "Headache": 3, "Dizziness": 2, "Pyrexia": 2, "Accidental underdose": 1, "Antinuclear antibody negative": 1, "Arthralgia": 1, "Back pain": 1, "Blood uric acid normal": 1, "C-reactive protein increased": 1, "Chest discomfort": 1, "Chest pain": 1, "Diabetic ketoacidosis": 1, "Dyspnoea": 1, "Feeling hot": 1, "Full blood count": 1, "Heavy menstrual bleeding": 1, "Inappropriate schedule of product administration": 1, "Mental status changes": 1, "Metabolic function test": 1, "Myalgia": 1, "Pain": 1, "Pain in extremity": 1, "Red blood cell sedimentation rate increased": 1, "Renal pain": 1, "SARS-CoV-2 test negative": 1, "Spinal pain": 1, "Streptococcus test negative": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "PFIZER\\BIONTECH"}

View File

@@ -1 +1 @@
{"batchcode": "00000000", "histogram": {"Asthenia": 2, "Anaphylactic reaction": 1, "Asthma": 1, "Atrioventricular block complete": 1, "Axillary pain": 1, "Blood test": 1, "Bronchitis bacterial": 1, "Cardiac pacemaker insertion": 1, "Chest X-ray abnormal": 1, "Cough": 1, "Depressed mood": 1, "Dyspnoea": 1, "Electrocardiogram": 1, "Fatigue": 1, "Full blood count normal": 1, "Gait inability": 1, "Heart rate increased": 1, "Herpes zoster": 1, "Malaise": 1, "Metabolic function test normal": 1, "Myalgia": 1, "Nausea": 1, "No adverse event": 1, "Non-cardiac chest pain": 1, "Pain": 1, "Pain in extremity": 1, "Panic attack": 1, "Pneumonia": 1, "Product preparation issue": 1, "Pruritus": 1, "Pyrexia": 1, "Urticaria": 1}, "Disabilities": 2, "Adverse Reaction Reports": 7, "Hospitalizations": 0, "Life-Threatening Illnesses": 2, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "00000000", "histogram": {"Asthenia": 2, "Anaphylactic reaction": 1, "Asthma": 1, "Atrioventricular block complete": 1, "Axillary pain": 1, "Blood test": 1, "Bronchitis bacterial": 1, "Cardiac pacemaker insertion": 1, "Chest X-ray abnormal": 1, "Cough": 1, "Depressed mood": 1, "Dyspnoea": 1, "Electrocardiogram": 1, "Fatigue": 1, "Full blood count normal": 1, "Gait inability": 1, "Heart rate increased": 1, "Herpes zoster": 1, "Malaise": 1, "Metabolic function test normal": 1, "Myalgia": 1, "Nausea": 1, "No adverse event": 1, "Non-cardiac chest pain": 1, "Pain": 1, "Pain in extremity": 1, "Panic attack": 1, "Pneumonia": 1, "Product preparation issue": 1, "Pruritus": 1, "Pyrexia": 1, "Urticaria": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 7, "Disabilities": 2, "Deaths": 0, "Life-Threatening Illnesses": 2, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000000000", "histogram": {"Laboratory test": 2, "Abdominal X-ray": 1, "Asymptomatic COVID-19": 1, "Cardiomegaly": 1, "Chills": 1, "Computerised tomogram coronary artery": 1, "Computerised tomogram head": 1, "Computerised tomogram thorax": 1, "Dizziness": 1, "Dyspnoea": 1, "Echocardiogram": 1, "Headache": 1, "Nausea": 1, "Pain": 1, "Product origin unknown": 1, "Syncope": 1, "Unresponsive to stimuli": 1, "Vomiting": 1}, "Disabilities": 1, "Adverse Reaction Reports": 4, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000000000", "histogram": {"Laboratory test": 2, "Abdominal X-ray": 1, "Asymptomatic COVID-19": 1, "Cardiomegaly": 1, "Chills": 1, "Computerised tomogram coronary artery": 1, "Computerised tomogram head": 1, "Computerised tomogram thorax": 1, "Dizziness": 1, "Dyspnoea": 1, "Echocardiogram": 1, "Headache": 1, "Nausea": 1, "Pain": 1, "Product origin unknown": 1, "Syncope": 1, "Unresponsive to stimuli": 1, "Vomiting": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 4, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000014", "histogram": {"SARS-CoV-2 test": 5, "Fatigue": 2, "Headache": 2, "Lymphadenopathy": 2, "Pyrexia": 2, "Syncope": 2, "Back pain": 1, "Chest pain": 1, "Concussion": 1, "Dizziness": 1, "Dyspnoea": 1, "Ear pain": 1, "Head injury": 1, "Hypotension": 1, "Myocarditis": 1, "Nausea": 1, "Pain": 1, "Palpitations": 1, "Pharyngeal swelling": 1, "Seizure": 1, "Tachycardia": 1}, "Disabilities": 1, "Adverse Reaction Reports": 5, "Hospitalizations": 2, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000014", "histogram": {"SARS-CoV-2 test": 5, "Fatigue": 2, "Headache": 2, "Lymphadenopathy": 2, "Pyrexia": 2, "Syncope": 2, "Back pain": 1, "Chest pain": 1, "Concussion": 1, "Dizziness": 1, "Dyspnoea": 1, "Ear pain": 1, "Head injury": 1, "Hypotension": 1, "Myocarditis": 1, "Nausea": 1, "Pain": 1, "Palpitations": 1, "Pharyngeal swelling": 1, "Seizure": 1, "Tachycardia": 1}, "Hospitalizations": 2, "Adverse Reaction Reports": 5, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000014A", "histogram": {"SARS-CoV-2 test": 3, "Dizziness": 2, "Headache": 2, "Malaise": 2, "Abdominal pain": 1, "Breast pain": 1, "Dysmenorrhoea": 1, "Erythema": 1, "Fatigue": 1, "Hyperhidrosis": 1, "Illness": 1, "Migraine": 1, "Muscular weakness": 1, "Post viral fatigue syndrome": 1, "Serum sickness-like reaction": 1, "Tinnitus": 1, "Urticaria": 1, "Urticaria cholinergic": 1, "Vomiting": 1}, "Disabilities": 1, "Adverse Reaction Reports": 6, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000014A", "histogram": {"SARS-CoV-2 test": 3, "Dizziness": 2, "Headache": 2, "Malaise": 2, "Abdominal pain": 1, "Breast pain": 1, "Dysmenorrhoea": 1, "Erythema": 1, "Fatigue": 1, "Hyperhidrosis": 1, "Illness": 1, "Migraine": 1, "Muscular weakness": 1, "Post viral fatigue syndrome": 1, "Serum sickness-like reaction": 1, "Tinnitus": 1, "Urticaria": 1, "Urticaria cholinergic": 1, "Vomiting": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 6, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"batchcode": "0000022", "histogram": {"Dizziness": 2, "SARS-CoV-2 test": 2, "Alopecia": 1, "Chills": 1, "Headache": 1, "Myalgia": 1, "Nausea": 1, "Pyrexia": 1, "Syncope": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000022", "histogram": {"Dizziness": 2, "SARS-CoV-2 test": 2, "Alopecia": 1, "Chills": 1, "Headache": 1, "Myalgia": 1, "Nausea": 1, "Pyrexia": 1, "Syncope": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000002A", "histogram": {"Dizziness": 3, "Hypoaesthesia": 3, "Pain": 3, "Blood test": 2, "Chest pain": 2, "Headache": 2, "Neuralgia": 2, "Pharyngeal swelling": 2, "Thrombosis": 2, "Arthritis bacterial": 1, "Asthenia": 1, "Autonomic nervous system imbalance": 1, "Bedridden": 1, "Blood iron": 1, "Blood iron decreased": 1, "Cardiac output": 1, "Cardiomegaly": 1, "Coagulopathy": 1, "Cystitis": 1, "Dental caries": 1, "Depressed mood": 1, "Device related infection": 1, "Dyspnoea": 1, "Fatigue": 1, "Gait disturbance": 1, "Gait inability": 1, "Housebound": 1, "Hypersensitivity": 1, "Impaired work ability": 1, "Ischaemic stroke": 1, "Loss of consciousness": 1, "Memory impairment": 1, "Neuropathy peripheral": 1, "Palpitations": 1, "Pancreas infection": 1, "Paraesthesia": 1, "Presyncope": 1, "Syncope": 1, "Tooth loss": 1, "Transient ischaemic attack": 1, "Vision blurred": 1, "Vitamin B complex deficiency": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000002A", "histogram": {"Dizziness": 3, "Hypoaesthesia": 3, "Pain": 3, "Blood test": 2, "Chest pain": 2, "Headache": 2, "Neuralgia": 2, "Pharyngeal swelling": 2, "Thrombosis": 2, "Arthritis bacterial": 1, "Asthenia": 1, "Autonomic nervous system imbalance": 1, "Bedridden": 1, "Blood iron": 1, "Blood iron decreased": 1, "Cardiac output": 1, "Cardiomegaly": 1, "Coagulopathy": 1, "Cystitis": 1, "Dental caries": 1, "Depressed mood": 1, "Device related infection": 1, "Dyspnoea": 1, "Fatigue": 1, "Gait disturbance": 1, "Gait inability": 1, "Housebound": 1, "Hypersensitivity": 1, "Impaired work ability": 1, "Ischaemic stroke": 1, "Loss of consciousness": 1, "Memory impairment": 1, "Neuropathy peripheral": 1, "Palpitations": 1, "Pancreas infection": 1, "Paraesthesia": 1, "Presyncope": 1, "Syncope": 1, "Tooth loss": 1, "Transient ischaemic attack": 1, "Vision blurred": 1, "Vitamin B complex deficiency": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000003A", "histogram": {"Deep vein thrombosis": 3, "Fibrin D dimer": 3, "Pulmonary embolism": 3, "SARS-CoV-2 test": 3, "C-reactive protein": 2, "COVID-19 immunisation": 2, "Facial paralysis": 2, "Glomerular filtration rate": 2, "Haemoglobin": 2, "Immunisation reaction": 2, "N-terminal prohormone brain natriuretic peptide": 2, "Pain in extremity": 2, "Platelet count": 2, "Tachycardia": 2, "Troponin T": 2, "White blood cell count": 2, "Activated partial thromboplastin time ratio": 1, "Acute pulmonary oedema": 1, "Ageusia": 1, "Agitation": 1, "Alanine aminotransferase increased": 1, "Angiogram": 1, "Angiotensin converting enzyme": 1, "Anti-ganglioside antibody": 1, "Antineutrophil cytoplasmic antibody": 1, "Antinuclear antibody": 1, "Aspartate aminotransferase increased": 1, "Autonomic nervous system imbalance": 1, "Blood alkaline phosphatase": 1, "Blood alkaline phosphatase increased": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood creatinine": 1, "Blood fibrinogen": 1, "Blood lactic acid": 1, "Blood pressure diastolic": 1, "Blood pressure systolic": 1, "Blood test": 1, "Blood thyroid stimulating hormone": 1, "Borrelia test": 1, "Burning sensation": 1, "CSF protein": 1, "CSF protein increased": 1, "Chest pain": 1, "Clonus": 1, "Cluster headache": 1, "Coagulation test": 1, "Computerised tomogram": 1, "Computerised tomogram head": 1, "Disturbance in attention": 1, "Dizziness": 1, "Dyspnoea": 1, "Dysstasia": 1, "Electrocardiogram": 1, "Electroneuromyography": 1, "Electrophoresis protein": 1, "Fatigue": 1, "Gait disturbance": 1, "Gamma-glutamyltransferase increased": 1, "General physical health deterioration": 1, "Guillain-Barre syndrome": 1, "HIV test": 1, "Haematuria": 1, "Hallucination": 1, "Hemiparesis": 1, "Hepatic cytolysis": 1, "Hepatitis B virus test": 1, "Hepatitis C virus test": 1, "Hypertension": 1, "Influenza like illness": 1, "Investigation": 1, "Lip oedema": 1, "Lumbar puncture": 1, "Malaise": 1, "Muscle injury": 1, "Muscular weakness": 1, "Ophthalmological examination": 1, "Paraesthesia": 1, "Paraesthesia oral": 1, "Peripheral swelling": 1, "Pernio-like erythema": 1, "Physical examination": 1, "Polyarthritis": 1, "Procalcitonin": 1, "Prostatic specific antigen": 1, "Prothrombin time": 1, "Pyrexia": 1, "Reflex test": 1, "Romberg test": 1, "Sensory loss": 1, "Skin reaction": 1, "Specialist consultation": 1, "Treponema test": 1, "Ultrasound Doppler": 1, "Ultrasound scan": 1, "Vascular pain": 1, "Ventricular extrasystoles": 1, "Vision blurred": 1}, "Disabilities": 1, "Adverse Reaction Reports": 20, "Hospitalizations": 7, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 1}
{"batchcode": "000003A", "histogram": {"Deep vein thrombosis": 3, "Fibrin D dimer": 3, "Pulmonary embolism": 3, "SARS-CoV-2 test": 3, "C-reactive protein": 2, "COVID-19 immunisation": 2, "Facial paralysis": 2, "Glomerular filtration rate": 2, "Haemoglobin": 2, "Immunisation reaction": 2, "N-terminal prohormone brain natriuretic peptide": 2, "Pain in extremity": 2, "Platelet count": 2, "Tachycardia": 2, "Troponin T": 2, "White blood cell count": 2, "Activated partial thromboplastin time ratio": 1, "Acute pulmonary oedema": 1, "Ageusia": 1, "Agitation": 1, "Alanine aminotransferase increased": 1, "Angiogram": 1, "Angiotensin converting enzyme": 1, "Anti-ganglioside antibody": 1, "Antineutrophil cytoplasmic antibody": 1, "Antinuclear antibody": 1, "Aspartate aminotransferase increased": 1, "Autonomic nervous system imbalance": 1, "Blood alkaline phosphatase": 1, "Blood alkaline phosphatase increased": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood creatinine": 1, "Blood fibrinogen": 1, "Blood lactic acid": 1, "Blood pressure diastolic": 1, "Blood pressure systolic": 1, "Blood test": 1, "Blood thyroid stimulating hormone": 1, "Borrelia test": 1, "Burning sensation": 1, "CSF protein": 1, "CSF protein increased": 1, "Chest pain": 1, "Clonus": 1, "Cluster headache": 1, "Coagulation test": 1, "Computerised tomogram": 1, "Computerised tomogram head": 1, "Disturbance in attention": 1, "Dizziness": 1, "Dyspnoea": 1, "Dysstasia": 1, "Electrocardiogram": 1, "Electroneuromyography": 1, "Electrophoresis protein": 1, "Fatigue": 1, "Gait disturbance": 1, "Gamma-glutamyltransferase increased": 1, "General physical health deterioration": 1, "Guillain-Barre syndrome": 1, "HIV test": 1, "Haematuria": 1, "Hallucination": 1, "Hemiparesis": 1, "Hepatic cytolysis": 1, "Hepatitis B virus test": 1, "Hepatitis C virus test": 1, "Hypertension": 1, "Influenza like illness": 1, "Investigation": 1, "Lip oedema": 1, "Lumbar puncture": 1, "Malaise": 1, "Muscle injury": 1, "Muscular weakness": 1, "Ophthalmological examination": 1, "Paraesthesia": 1, "Paraesthesia oral": 1, "Peripheral swelling": 1, "Pernio-like erythema": 1, "Physical examination": 1, "Polyarthritis": 1, "Procalcitonin": 1, "Prostatic specific antigen": 1, "Prothrombin time": 1, "Pyrexia": 1, "Reflex test": 1, "Romberg test": 1, "Sensory loss": 1, "Skin reaction": 1, "Specialist consultation": 1, "Treponema test": 1, "Ultrasound Doppler": 1, "Ultrasound scan": 1, "Vascular pain": 1, "Ventricular extrasystoles": 1, "Vision blurred": 1}, "Hospitalizations": 7, "Adverse Reaction Reports": 20, "Disabilities": 1, "Deaths": 1, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000048", "histogram": {"Fall": 2, "Syncope": 2, "Apathy": 1, "Blood pressure decreased": 1, "Chills": 1, "Decreased appetite": 1, "Dizziness": 1, "Electroencephalogram": 1, "Fatigue": 1, "Haematoma": 1, "Incorrect route of product administration": 1, "Investigation": 1, "Nausea": 1, "Pyrexia": 1, "Vomiting": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 2, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000048", "histogram": {"Fall": 2, "Syncope": 2, "Apathy": 1, "Blood pressure decreased": 1, "Chills": 1, "Decreased appetite": 1, "Dizziness": 1, "Electroencephalogram": 1, "Fatigue": 1, "Haematoma": 1, "Incorrect route of product administration": 1, "Investigation": 1, "Nausea": 1, "Pyrexia": 1, "Vomiting": 1}, "Hospitalizations": 2, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000004A 19/03/2", "histogram": {"Chest pain": 2, "Blood thyroid stimulating hormone": 1, "Cardiac fibrillation": 1, "Chest X-ray": 1, "Dizziness": 1, "Dyspnoea": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Electrocardiogram ambulatory": 1, "Headache": 1, "Hyperpyrexia": 1, "Malaise": 1, "Migraine": 1, "Muscle spasms": 1, "Nausea": 1, "Pain in extremity": 1, "Pyrexia": 1, "Tachyarrhythmia": 1, "Tachycardia": 1, "Vaccination site pain": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 3, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000004A 19/03/2", "histogram": {"Chest pain": 2, "Blood thyroid stimulating hormone": 1, "Cardiac fibrillation": 1, "Chest X-ray": 1, "Dizziness": 1, "Dyspnoea": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Electrocardiogram ambulatory": 1, "Headache": 1, "Hyperpyrexia": 1, "Malaise": 1, "Migraine": 1, "Muscle spasms": 1, "Nausea": 1, "Pain in extremity": 1, "Pyrexia": 1, "Tachyarrhythmia": 1, "Tachycardia": 1, "Vaccination site pain": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 3, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000004A", "histogram": {"Headache": 19, "Pyrexia": 15, "Asthenia": 8, "Chest pain": 8, "Dyspnoea": 8, "Hyperpyrexia": 8, "Nausea": 8, "Lymphadenopathy": 7, "Pain": 7, "Fatigue": 6, "Loss of consciousness": 6, "Myalgia": 6, "Paraesthesia": 6, "Pruritus": 6, "Urticaria": 6, "Vertigo": 6, "Arthralgia": 5, "Bell's palsy": 5, "Pain in extremity": 5, "Tachycardia": 5, "Vomiting": 5, "Abdominal pain upper": 4, "Chills": 4, "Flushing": 4, "Pericarditis": 4, "SARS-CoV-2 test": 4, "Body temperature": 3, "COVID-19": 3, "Confusional state": 3, "Dysentery": 3, "Echocardiogram": 3, "Erythema": 3, "Malaise": 3, "Migraine": 3, "Pulmonary embolism": 3, "Ultrasound Doppler": 3, "Abdominal pain": 2, "Anxiety": 2, "Balance disorder": 2, "Blood pressure measurement": 2, "Bradycardia": 2, "Cardio-respiratory arrest": 2, "Cough": 2, "Dizziness": 2, "Electrocardiogram": 2, "Hypertensive crisis": 2, "Injection site pain": 2, "Myopericarditis": 2, "Oedema peripheral": 2, "Peripheral swelling": 2, "Rectal haemorrhage": 2, "Septic shock": 2, "Transient ischaemic attack": 2, "Tremor": 2, "Troponin": 2, "Acute respiratory failure": 1, "Amenorrhoea": 1, "Amnesia": 1, "Anaphylactic shock": 1, "Angina pectoris": 1, "Angiocardiogram": 1, "Angioedema": 1, "Angiogram": 1, "Aortic dissection": 1, "Aphthous ulcer": 1, "Arrhythmia": 1, "Asthma": 1, "Atrial fibrillation": 1, "Axillary pain": 1, "Back pain": 1, "Behcet's syndrome": 1, "Blister": 1, "Blood pressure decreased": 1, "Blood pressure increased": 1, "Blood test": 1, "Bronchitis": 1, "Burning sensation": 1, "C-reactive protein": 1, "COVID-19 immunisation": 1, "COVID-19 screening": 1, "Cardiac arrest": 1, "Cerebrovascular accident": 1, "Cholecystitis acute": 1, "Colonoscopy": 1, "Computerised tomogram": 1, "Condition aggravated": 1, "Constipation": 1, "Coronary artery occlusion": 1, "Decreased appetite": 1, "Diabetes mellitus": 1, "Diarrhoea": 1, "Duodenal ulcer": 1, "Dysaesthesia": 1, "Dyspnoea exertional": 1, "Electrocardiogram repolarisation abnormality": 1, "Electroencephalogram": 1, "Electromyogram": 1, "Emergency care examination": 1, "Enteritis": 1, "Epigastric discomfort": 1, "Epistaxis": 1, "Eye disorder": 1, "Eyelid function disorder": 1, "Face oedema": 1, "Facial paralysis": 1, "Faecal calprotectin": 1, "Feeling abnormal": 1, "Frostbite": 1, "Full blood count": 1, "Gastritis": 1, "Gastroenteritis": 1, "Gastrointestinal disorder": 1, "Gastrointestinal pain": 1, "Gingivitis": 1, "Guillain-Barre syndrome": 1, "Haematemesis": 1, "Haematochezia": 1, "Haematoma": 1, "Haemoptysis": 1, "Haemorrhoids": 1, "Haemorrhoids thrombosed": 1, "Hallucinations, mixed": 1, "Heart rate": 1, "Herpes virus infection": 1, "Herpes zoster": 1, "Hyperglycaemia": 1, "Hyperhidrosis": 1, "Hypersensitivity": 1, "Hypertension": 1, "Hypertrophy": 1, "Hypoaesthesia": 1, "Hypotension": 1, "Infarction": 1, "Insomnia": 1, "Interchange of vaccine products": 1, "Interstitial lung disease": 1, "Intracranial aneurysm": 1, "Irritability": 1, "Ischaemic stroke": 1, "Joint warmth": 1, "Juvenile idiopathic arthritis": 1, "Lymph node pain": 1, "Magnetic resonance imaging head": 1, "Menstrual disorder": 1, "Muscular weakness": 1, "Myocarditis": 1, "Nasopharyngeal swab": 1, "Neck pain": 1, "Obsessive thoughts": 1, "Ocular discomfort": 1, "Office visit": 1, "Oropharyngeal pain": 1, "Oxygen saturation": 1, "Pain of skin": 1, "Palatal oedema": 1, "Pallor": 1, "Palpitations": 1, "Peripheral paralysis": 1, "Pharyngeal erythema": 1, "Pharyngeal oedema": 1, "Phlebitis": 1, "Physical examination": 1, "Presyncope": 1, "Psychotic disorder": 1, "Respiration abnormal": 1, "Respiratory arrest": 1, "Retinal detachment": 1, "Rhinorrhoea": 1, "Segmented hyalinising vasculitis": 1, "Seizure": 1, "Sinus pain": 1, "Skin reaction": 1, "Somnolence": 1, "Status epilepticus": 1, "Streptococcus test": 1, "Stupor": 1, "Swelling": 1, "Swelling face": 1, "Syncope": 1, "Systolic hypertension": 1, "Tachyarrhythmia": 1, "Throat tightness": 1, "Tinnitus": 1, "Tongue oedema": 1, "Tumour marker increased": 1, "Ulcer": 1, "Vaccination failure": 1, "Vaccination site reaction": 1, "Vasculitis": 1, "Vein disorder": 1, "Vestibular neuronitis": 1, "Vision blurred": 1, "Walking disability": 1}, "Disabilities": 17, "Adverse Reaction Reports": 103, "Hospitalizations": 24, "Life-Threatening Illnesses": 13, "Company": "MODERNA", "Deaths": 3}
{"batchcode": "000004A", "histogram": {"Headache": 19, "Pyrexia": 15, "Asthenia": 8, "Chest pain": 8, "Dyspnoea": 8, "Hyperpyrexia": 8, "Nausea": 8, "Lymphadenopathy": 7, "Pain": 7, "Fatigue": 6, "Loss of consciousness": 6, "Myalgia": 6, "Paraesthesia": 6, "Pruritus": 6, "Urticaria": 6, "Vertigo": 6, "Arthralgia": 5, "Bell's palsy": 5, "Pain in extremity": 5, "Tachycardia": 5, "Vomiting": 5, "Abdominal pain upper": 4, "Chills": 4, "Flushing": 4, "Pericarditis": 4, "SARS-CoV-2 test": 4, "Body temperature": 3, "COVID-19": 3, "Confusional state": 3, "Dysentery": 3, "Echocardiogram": 3, "Erythema": 3, "Malaise": 3, "Migraine": 3, "Pulmonary embolism": 3, "Ultrasound Doppler": 3, "Abdominal pain": 2, "Anxiety": 2, "Balance disorder": 2, "Blood pressure measurement": 2, "Bradycardia": 2, "Cardio-respiratory arrest": 2, "Cough": 2, "Dizziness": 2, "Electrocardiogram": 2, "Hypertensive crisis": 2, "Injection site pain": 2, "Myopericarditis": 2, "Oedema peripheral": 2, "Peripheral swelling": 2, "Rectal haemorrhage": 2, "Septic shock": 2, "Transient ischaemic attack": 2, "Tremor": 2, "Troponin": 2, "Acute respiratory failure": 1, "Amenorrhoea": 1, "Amnesia": 1, "Anaphylactic shock": 1, "Angina pectoris": 1, "Angiocardiogram": 1, "Angioedema": 1, "Angiogram": 1, "Aortic dissection": 1, "Aphthous ulcer": 1, "Arrhythmia": 1, "Asthma": 1, "Atrial fibrillation": 1, "Axillary pain": 1, "Back pain": 1, "Behcet's syndrome": 1, "Blister": 1, "Blood pressure decreased": 1, "Blood pressure increased": 1, "Blood test": 1, "Bronchitis": 1, "Burning sensation": 1, "C-reactive protein": 1, "COVID-19 immunisation": 1, "COVID-19 screening": 1, "Cardiac arrest": 1, "Cerebrovascular accident": 1, "Cholecystitis acute": 1, "Colonoscopy": 1, "Computerised tomogram": 1, "Condition aggravated": 1, "Constipation": 1, "Coronary artery occlusion": 1, "Decreased appetite": 1, "Diabetes mellitus": 1, "Diarrhoea": 1, "Duodenal ulcer": 1, "Dysaesthesia": 1, "Dyspnoea exertional": 1, "Electrocardiogram repolarisation abnormality": 1, "Electroencephalogram": 1, "Electromyogram": 1, "Emergency care examination": 1, "Enteritis": 1, "Epigastric discomfort": 1, "Epistaxis": 1, "Eye disorder": 1, "Eyelid function disorder": 1, "Face oedema": 1, "Facial paralysis": 1, "Faecal calprotectin": 1, "Feeling abnormal": 1, "Frostbite": 1, "Full blood count": 1, "Gastritis": 1, "Gastroenteritis": 1, "Gastrointestinal disorder": 1, "Gastrointestinal pain": 1, "Gingivitis": 1, "Guillain-Barre syndrome": 1, "Haematemesis": 1, "Haematochezia": 1, "Haematoma": 1, "Haemoptysis": 1, "Haemorrhoids": 1, "Haemorrhoids thrombosed": 1, "Hallucinations, mixed": 1, "Heart rate": 1, "Herpes virus infection": 1, "Herpes zoster": 1, "Hyperglycaemia": 1, "Hyperhidrosis": 1, "Hypersensitivity": 1, "Hypertension": 1, "Hypertrophy": 1, "Hypoaesthesia": 1, "Hypotension": 1, "Infarction": 1, "Insomnia": 1, "Interchange of vaccine products": 1, "Interstitial lung disease": 1, "Intracranial aneurysm": 1, "Irritability": 1, "Ischaemic stroke": 1, "Joint warmth": 1, "Juvenile idiopathic arthritis": 1, "Lymph node pain": 1, "Magnetic resonance imaging head": 1, "Menstrual disorder": 1, "Muscular weakness": 1, "Myocarditis": 1, "Nasopharyngeal swab": 1, "Neck pain": 1, "Obsessive thoughts": 1, "Ocular discomfort": 1, "Office visit": 1, "Oropharyngeal pain": 1, "Oxygen saturation": 1, "Pain of skin": 1, "Palatal oedema": 1, "Pallor": 1, "Palpitations": 1, "Peripheral paralysis": 1, "Pharyngeal erythema": 1, "Pharyngeal oedema": 1, "Phlebitis": 1, "Physical examination": 1, "Presyncope": 1, "Psychotic disorder": 1, "Respiration abnormal": 1, "Respiratory arrest": 1, "Retinal detachment": 1, "Rhinorrhoea": 1, "Segmented hyalinising vasculitis": 1, "Seizure": 1, "Sinus pain": 1, "Skin reaction": 1, "Somnolence": 1, "Status epilepticus": 1, "Streptococcus test": 1, "Stupor": 1, "Swelling": 1, "Swelling face": 1, "Syncope": 1, "Systolic hypertension": 1, "Tachyarrhythmia": 1, "Throat tightness": 1, "Tinnitus": 1, "Tongue oedema": 1, "Tumour marker increased": 1, "Ulcer": 1, "Vaccination failure": 1, "Vaccination site reaction": 1, "Vasculitis": 1, "Vein disorder": 1, "Vestibular neuronitis": 1, "Vision blurred": 1, "Walking disability": 1}, "Hospitalizations": 24, "Adverse Reaction Reports": 103, "Disabilities": 17, "Deaths": 3, "Life-Threatening Illnesses": 13, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000005A", "histogram": {"Body temperature": 9, "Anaphylactic reaction": 2, "Blood pressure measurement": 2, "Fall": 2, "Neuropathy peripheral": 2, "Pyrexia": 2, "Adrenal insufficiency": 1, "Agitation": 1, "Altered state of consciousness": 1, "Arrhythmia": 1, "Blood test": 1, "C-reactive protein": 1, "CSF test": 1, "Carotid artery stenosis": 1, "Cell-mediated immune deficiency": 1, "Cerebral infarction": 1, "Coma scale": 1, "Contusion": 1, "Decreased appetite": 1, "Dehydration": 1, "Delirium": 1, "Disorientation": 1, "Endoscopy upper gastrointestinal tract": 1, "Enterocolitis": 1, "Facial paralysis": 1, "Facial spasm": 1, "Feeding disorder": 1, "Hallucination": 1, "Heart rate": 1, "Herpes zoster": 1, "Imaging procedure": 1, "Internal haemorrhage": 1, "Investigation": 1, "Magnetic resonance imaging": 1, "Malaise": 1, "Oxygen saturation": 1, "Poriomania": 1, "Presyncope": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Spinal compression fracture": 1, "Sudden cardiac death": 1, "Thrombocytopenic purpura": 1, "Tremor": 1, "Type I hypersensitivity": 1, "Vaccination site swelling": 1, "White blood cell count": 1}, "Disabilities": 0, "Adverse Reaction Reports": 14, "Hospitalizations": 3, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 1}
{"batchcode": "000005A", "histogram": {"Body temperature": 9, "Anaphylactic reaction": 2, "Blood pressure measurement": 2, "Fall": 2, "Neuropathy peripheral": 2, "Pyrexia": 2, "Adrenal insufficiency": 1, "Agitation": 1, "Altered state of consciousness": 1, "Arrhythmia": 1, "Blood test": 1, "C-reactive protein": 1, "CSF test": 1, "Carotid artery stenosis": 1, "Cell-mediated immune deficiency": 1, "Cerebral infarction": 1, "Coma scale": 1, "Contusion": 1, "Decreased appetite": 1, "Dehydration": 1, "Delirium": 1, "Disorientation": 1, "Endoscopy upper gastrointestinal tract": 1, "Enterocolitis": 1, "Facial paralysis": 1, "Facial spasm": 1, "Feeding disorder": 1, "Hallucination": 1, "Heart rate": 1, "Herpes zoster": 1, "Imaging procedure": 1, "Internal haemorrhage": 1, "Investigation": 1, "Magnetic resonance imaging": 1, "Malaise": 1, "Oxygen saturation": 1, "Poriomania": 1, "Presyncope": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Spinal compression fracture": 1, "Sudden cardiac death": 1, "Thrombocytopenic purpura": 1, "Tremor": 1, "Type I hypersensitivity": 1, "Vaccination site swelling": 1, "White blood cell count": 1}, "Hospitalizations": 3, "Adverse Reaction Reports": 14, "Disabilities": 0, "Deaths": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000006A", "histogram": {"Body temperature": 4, "Blood pressure measurement": 3, "Oxygen saturation": 3, "Fall": 2, "Magnetic resonance imaging head": 2, "Amnesia": 1, "Anaphylactic reaction": 1, "Anaphylactic shock": 1, "Anaphylactoid reaction": 1, "Anorectal disorder": 1, "Arthralgia": 1, "Asthenia": 1, "Back pain": 1, "Bladder disorder": 1, "Blood test": 1, "CSF test": 1, "Cerebral microinfarction": 1, "Coma scale": 1, "Depressed level of consciousness": 1, "Headache": 1, "Heart rate": 1, "Hypersensitivity": 1, "Joint effusion": 1, "Liver disorder": 1, "Liver function test": 1, "Magnetic resonance imaging": 1, "Mobility decreased": 1, "Pain": 1, "Paraplegia": 1, "Reflex test": 1, "Rheumatoid arthritis": 1, "Sensory disturbance": 1, "Sleep disorder": 1, "Spinal pain": 1, "Still's disease": 1, "Vaccination site pain": 1, "Vaccination site swelling": 1, "Vital signs measurement": 1}, "Disabilities": 0, "Adverse Reaction Reports": 9, "Hospitalizations": 5, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000006A", "histogram": {"Body temperature": 4, "Blood pressure measurement": 3, "Oxygen saturation": 3, "Fall": 2, "Magnetic resonance imaging head": 2, "Amnesia": 1, "Anaphylactic reaction": 1, "Anaphylactic shock": 1, "Anaphylactoid reaction": 1, "Anorectal disorder": 1, "Arthralgia": 1, "Asthenia": 1, "Back pain": 1, "Bladder disorder": 1, "Blood test": 1, "CSF test": 1, "Cerebral microinfarction": 1, "Coma scale": 1, "Depressed level of consciousness": 1, "Headache": 1, "Heart rate": 1, "Hypersensitivity": 1, "Joint effusion": 1, "Liver disorder": 1, "Liver function test": 1, "Magnetic resonance imaging": 1, "Mobility decreased": 1, "Pain": 1, "Paraplegia": 1, "Reflex test": 1, "Rheumatoid arthritis": 1, "Sensory disturbance": 1, "Sleep disorder": 1, "Spinal pain": 1, "Still's disease": 1, "Vaccination site pain": 1, "Vaccination site swelling": 1, "Vital signs measurement": 1}, "Hospitalizations": 5, "Adverse Reaction Reports": 9, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000073A", "histogram": {"Dyspnoea": 2, "Blood cholesterol": 1, "Cerebrovascular disorder": 1, "Chest discomfort": 1, "Glomerular filtration rate": 1, "Haemoglobin": 1, "Headache": 1, "Hypertensive crisis": 1, "Influenza": 1, "Injection site swelling": 1, "Low density lipoprotein": 1, "Lymphadenopathy": 1, "Myalgia": 1, "Rash": 1, "Stent placement": 1, "Tachycardia": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 1, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000073A", "histogram": {"Dyspnoea": 2, "Blood cholesterol": 1, "Cerebrovascular disorder": 1, "Chest discomfort": 1, "Glomerular filtration rate": 1, "Haemoglobin": 1, "Headache": 1, "Hypertensive crisis": 1, "Influenza": 1, "Injection site swelling": 1, "Low density lipoprotein": 1, "Lymphadenopathy": 1, "Myalgia": 1, "Rash": 1, "Stent placement": 1, "Tachycardia": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000007A", "histogram": {"Body temperature": 5, "Blood pressure measurement": 3, "Anaphylactoid reaction": 2, "C-reactive protein": 2, "Hypersensitivity": 2, "Nausea": 2, "White blood cell count": 2, "Acute disseminated encephalomyelitis": 1, "Acute kidney injury": 1, "Anaemia": 1, "Atrioventricular block complete": 1, "Balance disorder": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood creatinine": 1, "Blood test": 1, "Blood urea": 1, "Body mass index": 1, "Brain neoplasm": 1, "Chest X-ray": 1, "Coma scale": 1, "Computerised tomogram heart": 1, "Contusion": 1, "Depressed level of consciousness": 1, "Dizziness": 1, "Dysarthria": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Facial paralysis": 1, "Fall": 1, "Fibrin D dimer": 1, "Gingivitis": 1, "Glomerulonephritis rapidly progressive": 1, "Haemoglobin": 1, "Heart rate": 1, "Herpes zoster": 1, "Hypertension": 1, "Hyperventilation": 1, "Immune system disorder": 1, "Laboratory test": 1, "Lymphocyte count": 1, "Magnetic resonance imaging head": 1, "Malaise": 1, "Myelocyte count": 1, "Myeloid leukaemia": 1, "Myocarditis": 1, "Nephrogenic anaemia": 1, "Nephrotic syndrome": 1, "Occult blood": 1, "Oxygen saturation": 1, "Platelet count": 1, "Presyncope": 1, "Protein urine": 1, "Proteinuria": 1, "Pyrexia": 1, "Renal impairment": 1, "Thermal burn": 1, "Vital signs measurement": 1, "Vomiting": 1}, "Disabilities": 3, "Adverse Reaction Reports": 8, "Hospitalizations": 3, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000007A", "histogram": {"Body temperature": 5, "Blood pressure measurement": 3, "Anaphylactoid reaction": 2, "C-reactive protein": 2, "Hypersensitivity": 2, "Nausea": 2, "White blood cell count": 2, "Acute disseminated encephalomyelitis": 1, "Acute kidney injury": 1, "Anaemia": 1, "Atrioventricular block complete": 1, "Balance disorder": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood creatinine": 1, "Blood test": 1, "Blood urea": 1, "Body mass index": 1, "Brain neoplasm": 1, "Chest X-ray": 1, "Coma scale": 1, "Computerised tomogram heart": 1, "Contusion": 1, "Depressed level of consciousness": 1, "Dizziness": 1, "Dysarthria": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Facial paralysis": 1, "Fall": 1, "Fibrin D dimer": 1, "Gingivitis": 1, "Glomerulonephritis rapidly progressive": 1, "Haemoglobin": 1, "Heart rate": 1, "Herpes zoster": 1, "Hypertension": 1, "Hyperventilation": 1, "Immune system disorder": 1, "Laboratory test": 1, "Lymphocyte count": 1, "Magnetic resonance imaging head": 1, "Malaise": 1, "Myelocyte count": 1, "Myeloid leukaemia": 1, "Myocarditis": 1, "Nephrogenic anaemia": 1, "Nephrotic syndrome": 1, "Occult blood": 1, "Oxygen saturation": 1, "Platelet count": 1, "Presyncope": 1, "Protein urine": 1, "Proteinuria": 1, "Pyrexia": 1, "Renal impairment": 1, "Thermal burn": 1, "Vital signs measurement": 1, "Vomiting": 1}, "Hospitalizations": 3, "Adverse Reaction Reports": 8, "Disabilities": 3, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000008A", "histogram": {"Body temperature": 3, "Malaise": 3, "Blood pressure measurement": 2, "Cognitive disorder": 2, "Loss of personal independence in daily activities": 2, "Magnetic resonance imaging": 2, "Abdominal pain": 1, "Agitation": 1, "Antiacetylcholine receptor antibody": 1, "Apraxia": 1, "Autoimmune thyroiditis": 1, "Blood creatine phosphokinase": 1, "Blood test": 1, "C-reactive protein": 1, "Cerebral infarction": 1, "Delusion": 1, "Dementia": 1, "Depressed level of consciousness": 1, "Dizziness": 1, "Dysaesthesia": 1, "Dyspraxia": 1, "Facial paralysis": 1, "Fall": 1, "Fatigue": 1, "Gait disturbance": 1, "Heart rate": 1, "Hypoaesthesia": 1, "Investigation": 1, "Laboratory test": 1, "Loss of consciousness": 1, "Magnetic resonance imaging head": 1, "Monoparesis": 1, "Muscular weakness": 1, "Myasthenia gravis": 1, "Myelitis": 1, "Neuropsychiatric symptoms": 1, "Panic attack": 1, "Paraesthesia": 1, "Paralysis": 1, "Paraplegia": 1, "Parkinsonian gait": 1, "Parkinsonism": 1, "Physical deconditioning": 1, "Physical examination": 1, "Presyncope": 1, "Prostate cancer": 1, "Pyrexia": 1, "Rhabdomyolysis": 1, "Seizure": 1, "Tensilon test": 1, "White blood cell count": 1}, "Disabilities": 0, "Adverse Reaction Reports": 15, "Hospitalizations": 5, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000008A", "histogram": {"Body temperature": 3, "Malaise": 3, "Blood pressure measurement": 2, "Cognitive disorder": 2, "Loss of personal independence in daily activities": 2, "Magnetic resonance imaging": 2, "Abdominal pain": 1, "Agitation": 1, "Antiacetylcholine receptor antibody": 1, "Apraxia": 1, "Autoimmune thyroiditis": 1, "Blood creatine phosphokinase": 1, "Blood test": 1, "C-reactive protein": 1, "Cerebral infarction": 1, "Delusion": 1, "Dementia": 1, "Depressed level of consciousness": 1, "Dizziness": 1, "Dysaesthesia": 1, "Dyspraxia": 1, "Facial paralysis": 1, "Fall": 1, "Fatigue": 1, "Gait disturbance": 1, "Heart rate": 1, "Hypoaesthesia": 1, "Investigation": 1, "Laboratory test": 1, "Loss of consciousness": 1, "Magnetic resonance imaging head": 1, "Monoparesis": 1, "Muscular weakness": 1, "Myasthenia gravis": 1, "Myelitis": 1, "Neuropsychiatric symptoms": 1, "Panic attack": 1, "Paraesthesia": 1, "Paralysis": 1, "Paraplegia": 1, "Parkinsonian gait": 1, "Parkinsonism": 1, "Physical deconditioning": 1, "Physical examination": 1, "Presyncope": 1, "Prostate cancer": 1, "Pyrexia": 1, "Rhabdomyolysis": 1, "Seizure": 1, "Tensilon test": 1, "White blood cell count": 1}, "Hospitalizations": 5, "Adverse Reaction Reports": 15, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000009A", "histogram": {"Body temperature": 16, "Pyrexia": 8, "Computerised tomogram head": 2, "Malaise": 2, "Muscular weakness": 2, "SARS-CoV-2 test": 2, "Urinary incontinence": 2, "Acute myocardial infarction": 1, "Acute respiratory distress syndrome": 1, "Altered state of consciousness": 1, "Anti-ganglioside antibody": 1, "Blood albumin": 1, "Blood creatine phosphokinase": 1, "Blood glucose": 1, "Blood iron": 1, "Blood phosphorus": 1, "Blood potassium": 1, "Blood sodium": 1, "Blood zinc": 1, "C-reactive protein": 1, "Cardiac failure congestive": 1, "Cardio-respiratory arrest": 1, "Death": 1, "Dyspnoea": 1, "Dysstasia": 1, "Electrocardiogram": 1, "Encephalitis": 1, "Eosinophil count": 1, "Erythema multiforme": 1, "Fall": 1, "Guillain-Barre syndrome": 1, "Hemiplegia": 1, "Hyperkalaemia": 1, "Hyperventilation": 1, "Hypoxia": 1, "IIIrd nerve paralysis": 1, "Influenza A virus test": 1, "Influenza B virus test": 1, "Influenza virus test": 1, "Investigation": 1, "Loss of personal independence in daily activities": 1, "Lymphocyte count": 1, "Magnetic resonance imaging head": 1, "Memory impairment": 1, "Mobility decreased": 1, "Movement disorder": 1, "Neutrophil count": 1, "Optic neuritis": 1, "Optic perineuritis": 1, "Orthostatic hypotension": 1, "Pain": 1, "Physical deconditioning": 1, "Pneumonia": 1, "Respiratory arrest": 1, "Seizure": 1, "Shock": 1, "Tachycardia": 1, "Tolosa-Hunt syndrome": 1, "Troponin": 1, "Vaccination site erythema": 1, "Vaccination site swelling": 1, "Visual acuity tests": 1, "Vital signs measurement": 1}, "Disabilities": 1, "Adverse Reaction Reports": 22, "Hospitalizations": 12, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 5}
{"batchcode": "000009A", "histogram": {"Body temperature": 16, "Pyrexia": 8, "Computerised tomogram head": 2, "Malaise": 2, "Muscular weakness": 2, "SARS-CoV-2 test": 2, "Urinary incontinence": 2, "Acute myocardial infarction": 1, "Acute respiratory distress syndrome": 1, "Altered state of consciousness": 1, "Anti-ganglioside antibody": 1, "Blood albumin": 1, "Blood creatine phosphokinase": 1, "Blood glucose": 1, "Blood iron": 1, "Blood phosphorus": 1, "Blood potassium": 1, "Blood sodium": 1, "Blood zinc": 1, "C-reactive protein": 1, "Cardiac failure congestive": 1, "Cardio-respiratory arrest": 1, "Death": 1, "Dyspnoea": 1, "Dysstasia": 1, "Electrocardiogram": 1, "Encephalitis": 1, "Eosinophil count": 1, "Erythema multiforme": 1, "Fall": 1, "Guillain-Barre syndrome": 1, "Hemiplegia": 1, "Hyperkalaemia": 1, "Hyperventilation": 1, "Hypoxia": 1, "IIIrd nerve paralysis": 1, "Influenza A virus test": 1, "Influenza B virus test": 1, "Influenza virus test": 1, "Investigation": 1, "Loss of personal independence in daily activities": 1, "Lymphocyte count": 1, "Magnetic resonance imaging head": 1, "Memory impairment": 1, "Mobility decreased": 1, "Movement disorder": 1, "Neutrophil count": 1, "Optic neuritis": 1, "Optic perineuritis": 1, "Orthostatic hypotension": 1, "Pain": 1, "Physical deconditioning": 1, "Pneumonia": 1, "Respiratory arrest": 1, "Seizure": 1, "Shock": 1, "Tachycardia": 1, "Tolosa-Hunt syndrome": 1, "Troponin": 1, "Vaccination site erythema": 1, "Vaccination site swelling": 1, "Visual acuity tests": 1, "Vital signs measurement": 1}, "Hospitalizations": 12, "Adverse Reaction Reports": 22, "Disabilities": 1, "Deaths": 5, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000010A", "histogram": {"SARS-CoV-2 test": 12, "Headache": 5, "Chest pain": 4, "Deep vein thrombosis": 4, "Influenza like illness": 4, "Nausea": 4, "Hypertension": 3, "Immunisation reaction": 3, "Pain in extremity": 3, "Vertigo": 3, "Amenorrhoea": 2, "Arthralgia": 2, "Heavy menstrual bleeding": 2, "Ischaemic stroke": 2, "Lymphadenopathy": 2, "Myocardial infarction": 2, "Palpitations": 2, "Paraesthesia": 2, "Pericarditis": 2, "Premenstrual syndrome": 2, "Visual impairment": 2, "Acne": 1, "Acute coronary syndrome": 1, "Anaphylactic reaction": 1, "Angina pectoris": 1, "Angioedema": 1, "Asthenia": 1, "Atrial fibrillation": 1, "Back pain": 1, "Blood pressure decreased": 1, "Bursitis": 1, "Condition aggravated": 1, "Disease recurrence": 1, "Dizziness": 1, "Dysaesthesia": 1, "Dysmenorrhoea": 1, "Dyspnoea": 1, "Ejection fraction decreased": 1, "Epilepsy": 1, "Fatigue": 1, "Glomerulonephritis membranous": 1, "Hemianopia": 1, "Herpes zoster": 1, "Hypertensive crisis": 1, "Hypertrophic cardiomyopathy": 1, "Infection": 1, "Injection site oedema": 1, "Iridocyclitis": 1, "Lung disorder": 1, "Malaise": 1, "Malignant neoplasm of ampulla of Vater": 1, "Meniere's disease": 1, "Menometrorrhagia": 1, "Menstruation irregular": 1, "Multiple sclerosis relapse": 1, "Myocarditis": 1, "Neck pain": 1, "Optic neuritis": 1, "Polycystic ovaries": 1, "Polymenorrhoea": 1, "Premature delivery": 1, "Pulmonary embolism": 1, "Pyrexia": 1, "Renal colic": 1, "SARS-CoV-2 antibody test": 1, "Sinusitis": 1, "Sleep disorder": 1, "Supraventricular tachycardia": 1, "Syncope": 1, "Tachycardia": 1, "Tendonitis": 1, "Thrombocytopenia": 1, "Urticaria": 1, "Venous thrombosis": 1, "Vertebral artery dissection": 1, "Visual acuity reduced": 1, "Weight": 1, "Weight increased": 1}, "Disabilities": 1, "Adverse Reaction Reports": 54, "Hospitalizations": 15, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 2}
{"batchcode": "000010A", "histogram": {"SARS-CoV-2 test": 12, "Headache": 5, "Chest pain": 4, "Deep vein thrombosis": 4, "Influenza like illness": 4, "Nausea": 4, "Hypertension": 3, "Immunisation reaction": 3, "Pain in extremity": 3, "Vertigo": 3, "Amenorrhoea": 2, "Arthralgia": 2, "Heavy menstrual bleeding": 2, "Ischaemic stroke": 2, "Lymphadenopathy": 2, "Myocardial infarction": 2, "Palpitations": 2, "Paraesthesia": 2, "Pericarditis": 2, "Premenstrual syndrome": 2, "Visual impairment": 2, "Acne": 1, "Acute coronary syndrome": 1, "Anaphylactic reaction": 1, "Angina pectoris": 1, "Angioedema": 1, "Asthenia": 1, "Atrial fibrillation": 1, "Back pain": 1, "Blood pressure decreased": 1, "Bursitis": 1, "Condition aggravated": 1, "Disease recurrence": 1, "Dizziness": 1, "Dysaesthesia": 1, "Dysmenorrhoea": 1, "Dyspnoea": 1, "Ejection fraction decreased": 1, "Epilepsy": 1, "Fatigue": 1, "Glomerulonephritis membranous": 1, "Hemianopia": 1, "Herpes zoster": 1, "Hypertensive crisis": 1, "Hypertrophic cardiomyopathy": 1, "Infection": 1, "Injection site oedema": 1, "Iridocyclitis": 1, "Lung disorder": 1, "Malaise": 1, "Malignant neoplasm of ampulla of Vater": 1, "Meniere's disease": 1, "Menometrorrhagia": 1, "Menstruation irregular": 1, "Multiple sclerosis relapse": 1, "Myocarditis": 1, "Neck pain": 1, "Optic neuritis": 1, "Polycystic ovaries": 1, "Polymenorrhoea": 1, "Premature delivery": 1, "Pulmonary embolism": 1, "Pyrexia": 1, "Renal colic": 1, "SARS-CoV-2 antibody test": 1, "Sinusitis": 1, "Sleep disorder": 1, "Supraventricular tachycardia": 1, "Syncope": 1, "Tachycardia": 1, "Tendonitis": 1, "Thrombocytopenia": 1, "Urticaria": 1, "Venous thrombosis": 1, "Vertebral artery dissection": 1, "Visual acuity reduced": 1, "Weight": 1, "Weight increased": 1}, "Hospitalizations": 15, "Adverse Reaction Reports": 54, "Disabilities": 1, "Deaths": 2, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000114A", "histogram": {"Computerised tomogram": 1, "Magnetic resonance imaging": 1, "Myocardial infarction": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 1, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000114A", "histogram": {"Computerised tomogram": 1, "Magnetic resonance imaging": 1, "Myocardial infarction": 1}, "Hospitalizations": 1, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000011A", "histogram": {"Body temperature": 3, "Computerised tomogram": 2, "Pyrexia": 2, "Acute kidney injury": 1, "Altered state of consciousness": 1, "Angiogram": 1, "Bacterial test": 1, "Blood creatinine": 1, "Blood potassium": 1, "CSF cell count": 1, "CSF glucose": 1, "CSF protein": 1, "Cardiac arrest": 1, "Cardio-respiratory arrest": 1, "Cerebral infarction": 1, "Coma scale": 1, "Cyanosis": 1, "Cytology": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Electroencephalogram": 1, "Encephalitis": 1, "Encephalitis autoimmune": 1, "Fungal test": 1, "Gastrointestinal haemorrhage": 1, "Haemorrhage": 1, "Heart rate": 1, "Hyperkalaemia": 1, "Interchange of vaccine products": 1, "Lung opacity": 1, "Magnetic resonance imaging": 1, "Magnetic resonance imaging head": 1, "Malaise": 1, "Meningitis aseptic": 1, "Myelitis": 1, "Transient global amnesia": 1, "Viral test": 1, "Vital signs measurement": 1}, "Disabilities": 0, "Adverse Reaction Reports": 5, "Hospitalizations": 4, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 2}
{"batchcode": "000011A", "histogram": {"Body temperature": 3, "Computerised tomogram": 2, "Pyrexia": 2, "Acute kidney injury": 1, "Altered state of consciousness": 1, "Angiogram": 1, "Bacterial test": 1, "Blood creatinine": 1, "Blood potassium": 1, "CSF cell count": 1, "CSF glucose": 1, "CSF protein": 1, "Cardiac arrest": 1, "Cardio-respiratory arrest": 1, "Cerebral infarction": 1, "Coma scale": 1, "Cyanosis": 1, "Cytology": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Electroencephalogram": 1, "Encephalitis": 1, "Encephalitis autoimmune": 1, "Fungal test": 1, "Gastrointestinal haemorrhage": 1, "Haemorrhage": 1, "Heart rate": 1, "Hyperkalaemia": 1, "Interchange of vaccine products": 1, "Lung opacity": 1, "Magnetic resonance imaging": 1, "Magnetic resonance imaging head": 1, "Malaise": 1, "Meningitis aseptic": 1, "Myelitis": 1, "Transient global amnesia": 1, "Viral test": 1, "Vital signs measurement": 1}, "Hospitalizations": 4, "Adverse Reaction Reports": 5, "Disabilities": 0, "Deaths": 2, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000012A", "histogram": {"Body temperature": 2, "Loss of consciousness": 2, "Abdominal pain": 1, "Acidosis": 1, "Activated partial thromboplastin time": 1, "Acute respiratory distress syndrome": 1, "Aortic dissection": 1, "Blood fibrinogen": 1, "Blood pressure measurement": 1, "Cerebral haemorrhage": 1, "Chest X-ray": 1, "Coma scale": 1, "Computerised tomogram": 1, "Computerised tomogram head": 1, "Dyspnoea": 1, "Embolism": 1, "Erythema": 1, "Fall": 1, "Fibrin D dimer": 1, "Flushing": 1, "Haematocrit": 1, "Headache": 1, "Heart rate": 1, "Hyperhidrosis": 1, "Hypertrophy": 1, "Lacrimation increased": 1, "Nausea": 1, "Nucleic acid test": 1, "Oxygen saturation": 1, "Platelet count": 1, "Pregnancy": 1, "Prothrombin time": 1, "Pulse absent": 1, "Pyrexia": 1, "Red blood cell count": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Thrombocytopenia": 1, "Ultrasound scan": 1, "Urticaria": 1, "Vital signs measurement": 1, "White blood cell count": 1}, "Disabilities": 0, "Adverse Reaction Reports": 4, "Hospitalizations": 4, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 2}
{"batchcode": "000012A", "histogram": {"Body temperature": 2, "Loss of consciousness": 2, "Abdominal pain": 1, "Acidosis": 1, "Activated partial thromboplastin time": 1, "Acute respiratory distress syndrome": 1, "Aortic dissection": 1, "Blood fibrinogen": 1, "Blood pressure measurement": 1, "Cerebral haemorrhage": 1, "Chest X-ray": 1, "Coma scale": 1, "Computerised tomogram": 1, "Computerised tomogram head": 1, "Dyspnoea": 1, "Embolism": 1, "Erythema": 1, "Fall": 1, "Fibrin D dimer": 1, "Flushing": 1, "Haematocrit": 1, "Headache": 1, "Heart rate": 1, "Hyperhidrosis": 1, "Hypertrophy": 1, "Lacrimation increased": 1, "Nausea": 1, "Nucleic acid test": 1, "Oxygen saturation": 1, "Platelet count": 1, "Pregnancy": 1, "Prothrombin time": 1, "Pulse absent": 1, "Pyrexia": 1, "Red blood cell count": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Thrombocytopenia": 1, "Ultrasound scan": 1, "Urticaria": 1, "Vital signs measurement": 1, "White blood cell count": 1}, "Hospitalizations": 4, "Adverse Reaction Reports": 4, "Disabilities": 0, "Deaths": 2, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000013A", "histogram": {"Body temperature": 3, "Blood pressure measurement": 2, "Heart rate": 2, "Oxygen saturation": 2, "Palpitations": 2, "Agitation": 1, "Arrhythmia": 1, "Blood pressure increased": 1, "Blood pressure systolic": 1, "Dizziness": 1, "Dyspnoea": 1, "Electrocardiogram": 1, "Feeling abnormal": 1, "Hyperventilation": 1, "Overdose": 1, "Respiratory rate": 1, "Tachycardia paroxysmal": 1, "Tonic convulsion": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 2, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000013A", "histogram": {"Body temperature": 3, "Blood pressure measurement": 2, "Heart rate": 2, "Oxygen saturation": 2, "Palpitations": 2, "Agitation": 1, "Arrhythmia": 1, "Blood pressure increased": 1, "Blood pressure systolic": 1, "Dizziness": 1, "Dyspnoea": 1, "Electrocardiogram": 1, "Feeling abnormal": 1, "Hyperventilation": 1, "Overdose": 1, "Respiratory rate": 1, "Tachycardia paroxysmal": 1, "Tonic convulsion": 1}, "Hospitalizations": 2, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000141A", "histogram": {"SARS-CoV-2 test": 3, "Chest pain": 1, "Deafness": 1, "Intermenstrual bleeding": 1, "Nausea": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000141A", "histogram": {"SARS-CoV-2 test": 3, "Chest pain": 1, "Deafness": 1, "Intermenstrual bleeding": 1, "Nausea": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000144", "histogram": {"Abdominal pain upper": 1, "Diarrhoea": 1, "Fatigue": 1, "Nausea": 1, "Pruritus": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000144", "histogram": {"Abdominal pain upper": 1, "Diarrhoea": 1, "Fatigue": 1, "Nausea": 1, "Pruritus": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000149", "histogram": {"Chills": 1, "Dyspnoea": 1, "Fatigue": 1, "Headache": 1, "Palpitations": 1, "SARS-CoV-2 test": 1, "Swelling face": 1}, "Disabilities": 0, "Adverse Reaction Reports": 6, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000149", "histogram": {"Chills": 1, "Dyspnoea": 1, "Fatigue": 1, "Headache": 1, "Palpitations": 1, "SARS-CoV-2 test": 1, "Swelling face": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 6, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{"batchcode": "000014N", "histogram": {"SARS-CoV-2 test": 3, "Constricted affect": 1, "Decreased appetite": 1, "Diaphragmalgia": 1, "Dizziness": 1, "Dysstasia": 1, "Fatigue": 1, "Headache": 1, "Injection site pain": 1, "Limb discomfort": 1, "Nausea": 1, "Neck mass": 1, "Pain": 1, "Pain in extremity": 1, "Pain of skin": 1, "Peripheral swelling": 1, "Pyrexia": 1}, "Disabilities": 0, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000014N", "histogram": {"SARS-CoV-2 test": 3, "Constricted affect": 1, "Decreased appetite": 1, "Diaphragmalgia": 1, "Dizziness": 1, "Dysstasia": 1, "Fatigue": 1, "Headache": 1, "Injection site pain": 1, "Limb discomfort": 1, "Nausea": 1, "Neck mass": 1, "Pain": 1, "Pain in extremity": 1, "Pain of skin": 1, "Peripheral swelling": 1, "Pyrexia": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000015A", "histogram": {"Immunisation reaction": 4, "SARS-CoV-2 test": 4, "Dyspnoea": 2, "Heavy menstrual bleeding": 2, "Herpes zoster": 2, "Loss of consciousness": 2, "Pulmonary embolism": 2, "Adrenocortical insufficiency acute": 1, "Amenorrhoea": 1, "Angina pectoris": 1, "Angioedema": 1, "Arrhythmia": 1, "Asthenia": 1, "Breast mass": 1, "Condition aggravated": 1, "Confusional state": 1, "Congestive cardiomyopathy": 1, "Deafness unilateral": 1, "Deep vein thrombosis": 1, "Disease recurrence": 1, "Disorientation": 1, "Dizziness": 1, "Dysmenorrhoea": 1, "Facial paralysis": 1, "Haematoma muscle": 1, "Haemorrhagic stroke": 1, "Hyperleukocytosis": 1, "Hypertension": 1, "Infarction": 1, "Influenza like illness": 1, "Ischaemic stroke": 1, "Myocarditis": 1, "Oedema peripheral": 1, "Polymenorrhoea": 1, "Rash": 1, "Subcutaneous haematoma": 1, "Syncope": 1, "Thrombosis": 1, "Tinnitus": 1, "Troponin increased": 1, "Urticaria": 1, "Vaccination site pain": 1, "Vertigo": 1, "Vestibular neuronitis": 1, "Vitiligo": 1, "Weight increased": 1}, "Disabilities": 0, "Adverse Reaction Reports": 28, "Hospitalizations": 8, "Life-Threatening Illnesses": 3, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000015A", "histogram": {"Immunisation reaction": 4, "SARS-CoV-2 test": 4, "Dyspnoea": 2, "Heavy menstrual bleeding": 2, "Herpes zoster": 2, "Loss of consciousness": 2, "Pulmonary embolism": 2, "Adrenocortical insufficiency acute": 1, "Amenorrhoea": 1, "Angina pectoris": 1, "Angioedema": 1, "Arrhythmia": 1, "Asthenia": 1, "Breast mass": 1, "Condition aggravated": 1, "Confusional state": 1, "Congestive cardiomyopathy": 1, "Deafness unilateral": 1, "Deep vein thrombosis": 1, "Disease recurrence": 1, "Disorientation": 1, "Dizziness": 1, "Dysmenorrhoea": 1, "Facial paralysis": 1, "Haematoma muscle": 1, "Haemorrhagic stroke": 1, "Hyperleukocytosis": 1, "Hypertension": 1, "Infarction": 1, "Influenza like illness": 1, "Ischaemic stroke": 1, "Myocarditis": 1, "Oedema peripheral": 1, "Polymenorrhoea": 1, "Rash": 1, "Subcutaneous haematoma": 1, "Syncope": 1, "Thrombosis": 1, "Tinnitus": 1, "Troponin increased": 1, "Urticaria": 1, "Vaccination site pain": 1, "Vertigo": 1, "Vestibular neuronitis": 1, "Vitiligo": 1, "Weight increased": 1}, "Hospitalizations": 8, "Adverse Reaction Reports": 28, "Disabilities": 0, "Deaths": 0, "Life-Threatening Illnesses": 3, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000017A", "histogram": {"Body temperature": 9, "Pyrexia": 6, "Malaise": 4, "Blood pressure measurement": 3, "Decreased appetite": 3, "Heart rate": 3, "Oxygen saturation": 3, "C-reactive protein": 2, "Coma scale": 2, "Dehydration": 2, "Fall": 2, "Loss of consciousness": 2, "SARS-CoV-2 test": 2, "Allergy to vaccine": 1, "Anaphylactic reaction": 1, "Arthralgia": 1, "Asterixis": 1, "Asthenia": 1, "Blood creatine phosphokinase": 1, "Blood test": 1, "Computerised tomogram abdomen": 1, "Computerised tomogram head": 1, "Computerised tomogram thorax": 1, "Decreased activity": 1, "Depressed level of consciousness": 1, "Feeling hot": 1, "Haematuria": 1, "Hallucination": 1, "Headache": 1, "Hypoaesthesia": 1, "Influenza virus test": 1, "Insomnia": 1, "Mouth ulceration": 1, "Muscle spasms": 1, "Nausea": 1, "Oropharyngeal pain": 1, "Palpitations": 1, "Performance status decreased": 1, "Physical deconditioning": 1, "Presyncope": 1, "Rheumatoid arthritis": 1, "Seizure": 1, "Sleep terror": 1, "Spinal osteoarthritis": 1, "Stab wound": 1, "Vaccination site pain": 1, "Visual impairment": 1, "Vital signs measurement": 1}, "Disabilities": 1, "Adverse Reaction Reports": 12, "Hospitalizations": 9, "Life-Threatening Illnesses": 2, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000017A", "histogram": {"Body temperature": 9, "Pyrexia": 6, "Malaise": 4, "Blood pressure measurement": 3, "Decreased appetite": 3, "Heart rate": 3, "Oxygen saturation": 3, "C-reactive protein": 2, "Coma scale": 2, "Dehydration": 2, "Fall": 2, "Loss of consciousness": 2, "SARS-CoV-2 test": 2, "Allergy to vaccine": 1, "Anaphylactic reaction": 1, "Arthralgia": 1, "Asterixis": 1, "Asthenia": 1, "Blood creatine phosphokinase": 1, "Blood test": 1, "Computerised tomogram abdomen": 1, "Computerised tomogram head": 1, "Computerised tomogram thorax": 1, "Decreased activity": 1, "Depressed level of consciousness": 1, "Feeling hot": 1, "Haematuria": 1, "Hallucination": 1, "Headache": 1, "Hypoaesthesia": 1, "Influenza virus test": 1, "Insomnia": 1, "Mouth ulceration": 1, "Muscle spasms": 1, "Nausea": 1, "Oropharyngeal pain": 1, "Palpitations": 1, "Performance status decreased": 1, "Physical deconditioning": 1, "Presyncope": 1, "Rheumatoid arthritis": 1, "Seizure": 1, "Sleep terror": 1, "Spinal osteoarthritis": 1, "Stab wound": 1, "Vaccination site pain": 1, "Visual impairment": 1, "Vital signs measurement": 1}, "Hospitalizations": 9, "Adverse Reaction Reports": 12, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 2, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000018A", "histogram": {"Body temperature": 8, "Oxygen saturation": 4, "Nausea": 3, "Blood pressure measurement": 2, "Heart rate": 2, "Pyrexia": 2, "Anaphylactic reaction": 1, "Anaphylactic shock": 1, "Arthralgia": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood pressure systolic": 1, "C-reactive protein": 1, "Cardiac arrest": 1, "Cardiac disorder": 1, "Cardiac failure": 1, "Cardiomyopathy": 1, "Cellulitis": 1, "Coma scale": 1, "Computerised tomogram thorax": 1, "Death": 1, "Echocardiogram": 1, "Ejection fraction": 1, "Electrocardiogram": 1, "Feeling abnormal": 1, "Feeling cold": 1, "Fibrin D dimer": 1, "Headache": 1, "Hypersensitivity": 1, "Illness": 1, "Lip swelling": 1, "Loss of consciousness": 1, "Meningitis": 1, "Myocardial necrosis marker": 1, "Myocarditis": 1, "Pallor": 1, "Physical deconditioning": 1, "Pneumonia": 1, "Presyncope": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Troponin": 1, "Troponin I": 1, "Vital signs measurement": 1}, "Disabilities": 0, "Adverse Reaction Reports": 13, "Hospitalizations": 6, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 4}
{"batchcode": "000018A", "histogram": {"Body temperature": 8, "Oxygen saturation": 4, "Nausea": 3, "Blood pressure measurement": 2, "Heart rate": 2, "Pyrexia": 2, "Anaphylactic reaction": 1, "Anaphylactic shock": 1, "Arthralgia": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood pressure systolic": 1, "C-reactive protein": 1, "Cardiac arrest": 1, "Cardiac disorder": 1, "Cardiac failure": 1, "Cardiomyopathy": 1, "Cellulitis": 1, "Coma scale": 1, "Computerised tomogram thorax": 1, "Death": 1, "Echocardiogram": 1, "Ejection fraction": 1, "Electrocardiogram": 1, "Feeling abnormal": 1, "Feeling cold": 1, "Fibrin D dimer": 1, "Headache": 1, "Hypersensitivity": 1, "Illness": 1, "Lip swelling": 1, "Loss of consciousness": 1, "Meningitis": 1, "Myocardial necrosis marker": 1, "Myocarditis": 1, "Pallor": 1, "Physical deconditioning": 1, "Pneumonia": 1, "Presyncope": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Troponin": 1, "Troponin I": 1, "Vital signs measurement": 1}, "Hospitalizations": 6, "Adverse Reaction Reports": 13, "Disabilities": 0, "Deaths": 4, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000019A", "histogram": {"SARS-CoV-2 test": 7, "Urticaria": 3, "Asthenia": 2, "Chest pain": 2, "Dizziness": 2, "Pruritus": 2, "Pulmonary embolism": 2, "Abdominal distension": 1, "Acute generalised exanthematous pustulosis": 1, "Arrhythmia": 1, "Basedow's disease": 1, "Cerebrovascular accident": 1, "Chest discomfort": 1, "Costochondritis": 1, "Exercise tolerance decreased": 1, "Facial paralysis": 1, "Haematuria": 1, "Herpes zoster": 1, "Idiopathic intracranial hypertension": 1, "Influenza like illness": 1, "Lichen planus": 1, "Menometrorrhagia": 1, "Multiple sclerosis relapse": 1, "Myocardial infarction": 1, "Nausea": 1, "Optic neuropathy": 1, "Orchitis": 1, "Paraesthesia oral": 1, "Pericarditis": 1, "Polymenorrhoea": 1, "Psoriasis": 1, "Rheumatoid arthritis": 1, "Visual acuity reduced": 1, "Weight decreased": 1}, "Disabilities": 1, "Adverse Reaction Reports": 24, "Hospitalizations": 5, "Life-Threatening Illnesses": 2, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "000019A", "histogram": {"SARS-CoV-2 test": 7, "Urticaria": 3, "Asthenia": 2, "Chest pain": 2, "Dizziness": 2, "Pruritus": 2, "Pulmonary embolism": 2, "Abdominal distension": 1, "Acute generalised exanthematous pustulosis": 1, "Arrhythmia": 1, "Basedow's disease": 1, "Cerebrovascular accident": 1, "Chest discomfort": 1, "Costochondritis": 1, "Exercise tolerance decreased": 1, "Facial paralysis": 1, "Haematuria": 1, "Herpes zoster": 1, "Idiopathic intracranial hypertension": 1, "Influenza like illness": 1, "Lichen planus": 1, "Menometrorrhagia": 1, "Multiple sclerosis relapse": 1, "Myocardial infarction": 1, "Nausea": 1, "Optic neuropathy": 1, "Orchitis": 1, "Paraesthesia oral": 1, "Pericarditis": 1, "Polymenorrhoea": 1, "Psoriasis": 1, "Rheumatoid arthritis": 1, "Visual acuity reduced": 1, "Weight decreased": 1}, "Hospitalizations": 5, "Adverse Reaction Reports": 24, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 2, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000020A", "histogram": {"Blood test": 6, "Body temperature": 6, "Pain": 4, "Computerised tomogram": 3, "Malaise": 3, "Pyrexia": 3, "Cardio-respiratory arrest": 2, "Fatigue": 2, "Hypoaesthesia": 2, "Magnetic resonance imaging": 2, "Neuropathy peripheral": 2, "Altered state of consciousness": 1, "Amyotrophic lateral sclerosis": 1, "Arthralgia": 1, "Arthritis": 1, "Bacterial infection": 1, "Bile duct stone": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase increased": 1, "Brain fog": 1, "Cardiac death": 1, "Cardiac failure acute": 1, "Cholelithiasis": 1, "Cholestasis": 1, "Coma scale": 1, "Decreased appetite": 1, "Dizziness": 1, "Dyspnoea": 1, "Electromyogram": 1, "Erythema": 1, "Fall": 1, "Gait disturbance": 1, "Gastrooesophageal reflux disease": 1, "Grip strength decreased": 1, "Herpes zoster": 1, "Immunodeficiency": 1, "Infection": 1, "Insomnia": 1, "Interstitial lung disease": 1, "Meningitis aseptic": 1, "Meningoencephalitis herpetic": 1, "Movement disorder": 1, "Muscle atrophy": 1, "Muscular weakness": 1, "Myocarditis": 1, "Nerve conduction studies": 1, "Neuroleptic malignant syndrome": 1, "Oral candidiasis": 1, "Polyarthritis": 1, "Polymyalgia rheumatica": 1, "Poriomania": 1, "Post vaccination syndrome": 1, "Respiratory failure": 1, "Rheumatoid factor": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Seronegative arthritis": 1, "Swelling face": 1, "Tachypnoea": 1, "Taste disorder": 1, "Tongue coated": 1, "Troponin I": 1, "Troponin I increased": 1, "Ultrasound joint": 1, "Vaccination site swelling": 1, "Viral test": 1, "Vomiting": 1, "Wound": 1, "X-ray": 1}, "Disabilities": 1, "Adverse Reaction Reports": 15, "Hospitalizations": 11, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 3}
{"batchcode": "000020A", "histogram": {"Blood test": 6, "Body temperature": 6, "Pain": 4, "Computerised tomogram": 3, "Malaise": 3, "Pyrexia": 3, "Cardio-respiratory arrest": 2, "Fatigue": 2, "Hypoaesthesia": 2, "Magnetic resonance imaging": 2, "Neuropathy peripheral": 2, "Altered state of consciousness": 1, "Amyotrophic lateral sclerosis": 1, "Arthralgia": 1, "Arthritis": 1, "Bacterial infection": 1, "Bile duct stone": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase increased": 1, "Brain fog": 1, "Cardiac death": 1, "Cardiac failure acute": 1, "Cholelithiasis": 1, "Cholestasis": 1, "Coma scale": 1, "Decreased appetite": 1, "Dizziness": 1, "Dyspnoea": 1, "Electromyogram": 1, "Erythema": 1, "Fall": 1, "Gait disturbance": 1, "Gastrooesophageal reflux disease": 1, "Grip strength decreased": 1, "Herpes zoster": 1, "Immunodeficiency": 1, "Infection": 1, "Insomnia": 1, "Interstitial lung disease": 1, "Meningitis aseptic": 1, "Meningoencephalitis herpetic": 1, "Movement disorder": 1, "Muscle atrophy": 1, "Muscular weakness": 1, "Myocarditis": 1, "Nerve conduction studies": 1, "Neuroleptic malignant syndrome": 1, "Oral candidiasis": 1, "Polyarthritis": 1, "Polymyalgia rheumatica": 1, "Poriomania": 1, "Post vaccination syndrome": 1, "Respiratory failure": 1, "Rheumatoid factor": 1, "SARS-CoV-2 test": 1, "Seizure": 1, "Seronegative arthritis": 1, "Swelling face": 1, "Tachypnoea": 1, "Taste disorder": 1, "Tongue coated": 1, "Troponin I": 1, "Troponin I increased": 1, "Ultrasound joint": 1, "Vaccination site swelling": 1, "Viral test": 1, "Vomiting": 1, "Wound": 1, "X-ray": 1}, "Hospitalizations": 11, "Adverse Reaction Reports": 15, "Disabilities": 1, "Deaths": 3, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "000021A", "histogram": {"Body temperature": 4, "Pyrexia": 3, "Asthenia": 2, "Computerised tomogram": 2, "Angiogram": 1, "Anti-ganglioside antibody": 1, "Apnoea": 1, "Barium swallow": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood pressure measurement": 1, "Blood test": 1, "COVID-19 immunisation": 1, "CSF cell count": 1, "CSF glucose": 1, "CSF protein": 1, "CSF test": 1, "Cardiac failure": 1, "Cardio-respiratory arrest": 1, "Cerebral haemorrhage": 1, "Cerebral venous sinus thrombosis": 1, "Chest pain": 1, "Coma": 1, "Coma scale": 1, "Death": 1, "Decreased appetite": 1, "Dysphagia": 1, "Dyspnoea": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Fatigue": 1, "Grip strength": 1, "Guillain-Barre syndrome": 1, "Interchange of vaccine products": 1, "Intracranial aneurysm": 1, "Laboratory test": 1, "Magnetic resonance imaging": 1, "Magnetic resonance imaging head": 1, "Myocardial infarction": 1, "Neuropathy peripheral": 1, "Oxygen saturation": 1, "Palpitations": 1, "Pulmonary oedema": 1, "Rhabdomyolysis": 1, "SARS-CoV-2 test": 1, "Stertor": 1, "Subarachnoid haemorrhage": 1, "Tachycardia": 1, "Tinnitus": 1, "Vaccination site pain": 1}, "Disabilities": 3, "Adverse Reaction Reports": 14, "Hospitalizations": 10, "Life-Threatening Illnesses": 1, "Company": "MODERNA", "Deaths": 4}
{"batchcode": "000021A", "histogram": {"Body temperature": 4, "Pyrexia": 3, "Asthenia": 2, "Computerised tomogram": 2, "Angiogram": 1, "Anti-ganglioside antibody": 1, "Apnoea": 1, "Barium swallow": 1, "Blood creatine phosphokinase": 1, "Blood creatine phosphokinase MB": 1, "Blood pressure measurement": 1, "Blood test": 1, "COVID-19 immunisation": 1, "CSF cell count": 1, "CSF glucose": 1, "CSF protein": 1, "CSF test": 1, "Cardiac failure": 1, "Cardio-respiratory arrest": 1, "Cerebral haemorrhage": 1, "Cerebral venous sinus thrombosis": 1, "Chest pain": 1, "Coma": 1, "Coma scale": 1, "Death": 1, "Decreased appetite": 1, "Dysphagia": 1, "Dyspnoea": 1, "Echocardiogram": 1, "Electrocardiogram": 1, "Fatigue": 1, "Grip strength": 1, "Guillain-Barre syndrome": 1, "Interchange of vaccine products": 1, "Intracranial aneurysm": 1, "Laboratory test": 1, "Magnetic resonance imaging": 1, "Magnetic resonance imaging head": 1, "Myocardial infarction": 1, "Neuropathy peripheral": 1, "Oxygen saturation": 1, "Palpitations": 1, "Pulmonary oedema": 1, "Rhabdomyolysis": 1, "SARS-CoV-2 test": 1, "Stertor": 1, "Subarachnoid haemorrhage": 1, "Tachycardia": 1, "Tinnitus": 1, "Vaccination site pain": 1}, "Hospitalizations": 10, "Adverse Reaction Reports": 14, "Disabilities": 3, "Deaths": 4, "Life-Threatening Illnesses": 1, "Company": "MODERNA"}

View File

@@ -1 +1 @@
{"batchcode": "0000224", "histogram": {"Injection site swelling": 2, "Abdominal pain": 1, "Chills": 1, "Decreased appetite": 1, "Fatigue": 1, "Headache": 1, "Hyperhidrosis": 1, "Hypoaesthesia": 1, "Lymphadenopathy": 1, "Pain": 1, "Pyrexia": 1, "SARS-CoV-2 test": 1}, "Disabilities": 1, "Adverse Reaction Reports": 3, "Hospitalizations": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA", "Deaths": 0}
{"batchcode": "0000224", "histogram": {"Injection site swelling": 2, "Abdominal pain": 1, "Chills": 1, "Decreased appetite": 1, "Fatigue": 1, "Headache": 1, "Hyperhidrosis": 1, "Hypoaesthesia": 1, "Lymphadenopathy": 1, "Pain": 1, "Pyrexia": 1, "SARS-CoV-2 test": 1}, "Hospitalizations": 0, "Adverse Reaction Reports": 3, "Disabilities": 1, "Deaths": 0, "Life-Threatening Illnesses": 0, "Company": "MODERNA"}

Some files were not shown because too many files have changed in this diff Show More