COVID-19 Vaccination Status (CVS) Dataset

COVID-19 Vaccination Status (CVS) Dataset#

# define target dataset to document
schema = 'nhsd'
table = 'CVS'
version = 'v0002'
# import functions from script helper
import sys
script_fp = "../../../../scripts/"
sys.path.insert(0, script_fp)
from data_doc_helper import DocHelper
# create instance
document = DocHelper(schema, table, version, script_fp)
# markdown/code hybrid cell module requirement
from IPython.display import display, Markdown

1. Summary#

display(document.style_table(document.get_dataset_info()))
Dataset descriptor Dataset-specific information
Name of dataset in TRE CVS
Other name None
Keywords COVID-19, Vaccination
Short description Dataset of anyone vaccinated against SARS-CoV-2 within England and anyone vaccinated in a devolved administration where this information is subsequently passed to England. The source of all vaccination data is the National Immunisation Management System (NIMS) database. A record represents one vaccination.
Owner NHS England
Geographical coverage England
Temporal coverage 08/12/2020 onwards
TRE temporal coverage 08/12/2020 onwards
Frequency of update Annually
Date of last extract None
DOI None
Data resolution Vaccination
Number of variables None
Number of participants None
Number of observations None
Version None
Key link https://digital.nhs.uk/services/data-access-request-service-dars/dars-products-and-services/data-set-catalogue/covid-19-vaccination-status
Specific restrictions to data use Research must be related to COVID-19. For examples of research purposes acceptable to NHS England see the COVID-19 Public Health Directions 2020: https://digital.nhs.uk/about-nhs-digital/corporate-information-and-documents/directions-and-data-provision-notices/secretary-of-state-directions/covid-19-public-health-directions-2020

2. Metrics#

The tables below summarise the CVS dataset in the UK LLC TRE.

Table 1 The number of participants from each LPS that are represented in the CVS dataset in the UK LLC TRE
(Note: numbers relate to the most recent extract of NHS England data)

display(document.style_table(document.get_cohort_count()))
LPS Participant count
TOTAL 0

3. Helpful syntax#

Below we will include syntax that may be helpful to other researchers in the UK LLC TRE. For longer scripts, we will include a snippet of the code plus a link to Git where you can find the full script.