{
  "fields": [{"id":"_id","type":"int"},{"id":"Field Name","type":"text"},{"id":"Field Description","type":"text"}],
  "records": [
    [1,"LOCATION_ID","County FIPS. "],
    [2,"DATE","Date of the event, it equal to the investigation starting date for positive cases; the date of death for deaths; the coalesce of speciment date and report date for testings (if specimen collected date is unknown, use report date), respectively. "],
    [3,"COVID_COUNT","Total number of confirmed cases"],
    [4,"COVID_COUNT_MOVING_AVG","7-days moving average (6 previous days and current day) of COVID_COUNT, rounded to the nearest whole number."],
    [5,"COVID_DEATHS","Total number of deaths."],
    [6,"COVID_DEATHS_MOVING_AVG","7-days moving average (6 previous days and current day) of COVID_DEATHS, rounded to the nearest whole number."],
    [7,"COVID_TESTS","Total number of testings."],
    [8,"COVID_TESTS_MOVING_AVG","7-days moving average (6 previous days and current day) of COVID_TESTS, rounded to the nearest whole number."],
    [9,"POSITIVE_TEST_RATE","Percentage of tested individuals who are reported as confirmed cases."],
    [10,"POSITIVE_TEST_RATE_MOVING_AVG","7-days moving average (6 previous days and current day) of POSITIVE_TEST_RATE, average excludes positive test rates on days where no individuals were tested."],
    [11,"COVID_TESTS_ADMINISTRATED","Total number of tests administered (counts all tests for individuals who are tested more than once)."],
    [12,"COVID_TESTS_ADMINISTRATED_MOVING_AVG","7-days moving average (6 previous days and current day) of COVID_TESTS_ADMINISTRATED, rounded to the nearest whole number."],
    [13,"ALL_TESTS_POSITIVE_TEST_RATE","Percentage of all tested administrated that are reported as positive tests."],
    [14,"COVID_POSITIVE_TESTS_ADMIN","Total positive tests administered"],
    [15,"ALL_TESTS_POSITIVE_TEST_RATE_MOVING_AVG","7-days moving average (6 previous days and current day) of ALL_TEST_POSITIVE_TEST_RATE, average excludes positive test rates on days where no individuals were tested."],
    [16,"COVID_COUNT_BY_SPECIMEN_COLLECTION_DATE","Total number of confirmed cases grouped by their lab specimen collection date."],
    [17,"COUNTY_NAME","County Name"]
]}
