Asotin County Immunization Data By School
State of Washington
@usgov.state_of_washington_asotin_county_immunization_data_by_school
State of Washington
@usgov.state_of_washington_asotin_county_immunization_data_by_school
Asotin County student immunization rates by school for a given school year.
Organization: State of Washington
Last updated: 2021-08-07T14:16:35.619731
Tags: asotin-county, child-health, department-of-health, diptheria, district, dtap, exemption, hepatitis-b, hepb, immunization, measles, mmr, mumps, pertussis, polio, religious, rubella, school, student, tetanus, vaccination, varicella
CREATE TABLE table_1 (
"school_name" VARCHAR,
"school_year" VARCHAR,
"reported" VARCHAR,
"reported_enrollment" DOUBLE,
"percent_complete_for_all_immunizations" DOUBLE,
"percent_with_any_exemption" DOUBLE,
"percent_with_medical_exemption" DOUBLE,
"percent_with_personal_exemption" DOUBLE,
"percent_with_religious_exemption" DOUBLE,
"percent_with_religious_membership_exemption" DOUBLE,
"percent_exempt_for_diphtheria_tetanus" DOUBLE,
"percent_exempt_for_pertussis" DOUBLE,
"percent_exempt_for_measles_mumps_rubella" DOUBLE,
"percent_exempt_for_polio" DOUBLE,
"percent_exempt_for_hepatitisb" DOUBLE,
"percent_exempt_for_varicella" DOUBLE,
"number_complete_for_all_immunizations" DOUBLE,
"number_with_any_exemption" DOUBLE,
"number_with_medical_exemption" DOUBLE,
"number_with_personal_exemption" DOUBLE,
"number_with_religious_exemption" DOUBLE,
"number_with_religious_membership_exemption" DOUBLE,
"number_exempt_for_diphtheria_tetanus" DOUBLE,
"number_exempt_for_pertussis" DOUBLE,
"number_exempt_for_measles_mumps_rubella" DOUBLE,
"number_exempt_for_polio" DOUBLE,
"number_exempt_for_hepatitisb" DOUBLE,
"number_exempt_for_varicella" DOUBLE,
"address" VARCHAR,
"city" VARCHAR,
"county" VARCHAR,
"school_district" VARCHAR,
"esd" VARCHAR,
"grade_levels" VARCHAR,
"has_kindergarten" VARCHAR,
"has_6thgrade" VARCHAR,
"type_of_school" VARCHAR
);Anyone who has the link will be able to view this.