State-Level Restrictions on Vaccine Mandates – All
: This dataset contains all vaccine mandate prohibitions that were issued as of ____, by 50 states, 5 territories, and the District of Columbia regardless of whether the law has been superseded by a subsequent law, postponed by subsequent law, or otherwise modified. State and territorial laws are collected from publicly available government websites and cataloged and coded in HHS Protect by one coder with one or more additional coders conducting quality assurance.
Data were collected to determine when certain groups were prohibited from issuing vaccine mandates and to what groups those prohibitions applied. Data can be used to determine when states announced and began prohibiting for different groups from being required to be vaccinated.
These data are derived from publicly available state and territorial laws and official policy documents found by the CDC, COVID-19 Mitigation Policy Analysis Unit, and the CDC, Center for State, Tribal, Local, and Territorial Support, Public Health Law Program from March 1, 2020 through _. These data will be updated as new laws are collected. Any orders not available through publicly accessible websites are not included in this dataset. Recommendations not included in a law are not included in these data. Effective and expiration dates were coded using only the date provided in the law. These data do not necessarily represent the official position of the Centers for Disease Control and Prevention.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"cdc-gov/statelevel-restrictions-on-vaccine-mandates-all-3m2r-fh4s\".\"statelevel_restrictions_on_vaccine_mandates_all\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.