vaersNDvax: Non-Domestic Vaccine Adverse Event Reporting System (VAERS)...

Description Usage Format Source References Examples

Description

A table containing the "remaining vaccine information (e.g., vaccine name, manufacturer, lot number, route, site, and number of previous doses administered), for each of the vaccines listed in Box 13 of the VAERS form. There is a matching record in this file with the VAERSDATA file identified by VAERS_ID."

vaersNDvax provides the Non-Domestic Vaccine Adverse Event Reporting System (VAERS) vaccine data for Present. "VAERS is a national vaccine safety surveillance program co-sponsored by the US Centers for Disease Control and Prevention (CDC) and the US Food and Drug Administration (FDA). VAERS is a post-marketing safety surveillance program, collecting information about adverse events (possible side effects) that occur after the administration of vaccines licensed for use in the United States."

Usage

1

Format

A data.table data frame with 77,784 rows and 8 variables:

VAERS_ID

VAERS Identification Number

VAX_TYPE

Administered Vaccine Type

VAX_MANU

Vaccine Manufacturer

VAX_LOT

Manufacturer's Vaccine Lot

VAX_DOSE

Number of previous doses administered

VAX_ROUTE

Vaccination Route

VAX_SITE

Vaccination Site

VAX_NAME

Vaccination Name

Source

VAERS https://vaers.hhs.gov/index

References

US Centers for Disease Control and Prevention (CDC) and the US Food and Drug Administration (FDA) Vaccine Adverse Event Reporting System (VAERS) https://vaers.hhs.gov/index and https://vaers.hhs.gov/data/READMEJanuary2015.pdf.

Examples

1
2
library(data.table)
vaersNDvax

Example output

       VAERS_ID VAX_TYPE                    VAX_MANU VAX_LOT VAX_DOSE VAX_ROUTE
    1:    25002      PPV            MERCK & CO. INC.   M0870       NA        IM
    2:    25010      MMR            MERCK & CO. INC.  A2223P       NA          
    3:    25011      HEP          SMITHKLINE BEECHAM               NA          
    4:    25055      HEP          SMITHKLINE BEECHAM               NA          
    5:    25056      HEP          SMITHKLINE BEECHAM               NA          
   ---                                                                         
77780:   637366      IPV              SANOFI PASTEUR  L00681        0        IM
77781:   637582     HIBV              SANOFI PASTEUR                0        IM
77782:   637752      PPV            MERCK & CO. INC.                0        IM
77783:   638230     FLU3 GLAXOSMITHKLINE BIOLOGICALS               NA        UN
77784:   638898      UNK        UNKNOWN MANUFACTURER  151601       NA          
       VAX_SITE                              VAX_NAME
    1:                             PNEUMO (PNEUMOVAX)
    2:             MEASLES + MUMPS + RUBELLA (MMR II)
    3:                              HEP B (ENGERIX-B)
    4:                              HEP B (ENGERIX-B)
    5:                              HEP B (ENGERIX-B)
   ---                                               
77780:       RL        POLIO VIRUS, INACT. (POLIOVAX)
77781:       UN                          HIB (ACTHIB)
77782:       AR                    PNEUMO (PNEUMOVAX)
77783:       UN        INFLUENZA (SEASONAL) (FLUARIX)
77784:       GM VACCINE NOT SPECIFIED (NO BRAND NAME)

vaersNDvax documentation built on May 2, 2019, 9:15 a.m.