{
  "fields": [{"id":"_id","type":"int"},{"id":"Field Name","type":"text"},{"id":"Field Description","type":"text"}],
  "records": [
    [1,"County","Name of reported county where the patient resides."],
    [2,"FIPS","County FIPS code."],
    [3,"Cases","Total number of positive cases (i.e. number of patients who started investigation for their positive report) during the reporting period (The previous week: Monday through Sunday) for cases."],
    [4,"Case Rate","Total number of positive cases per 100,000 county population during the reporting period (The previous week: Monday through Sunday) for cases. Calculation = [Cases/County Population]*100,000"],
    [5,"Case Score","Point value between 0-3 assigned to counties based on their cases per capita. Counties with a cases per capita value ≤ 10 produce a score of 0. Counties >10 and <100 produce a score of 1, counties ≥100 and <200 produce a socre of 2, and counties ≥200 produce a score of 3."],
    [6,"Positivity Rate","Percentage of all tests administered during the reporting period for pos rate that produce a COVID-19 positive result. Calculated using the 7-day average from the most recent Monday."],
    [7,"Positivity Score","Point value between 0-3 assigned to counties based on their current positive test rate (Current Pos). Counties with a current positive test rate value <0.05 produce a score of 0. Counties ≥0.05 and <0.1 produce a score of 1, counties ≥0.1 and <0.15 produce a score of 2, and counties ≥0.15 produce a score of 3."],
    [8,"County Score","Average of the case score and the current pos score. Calculation = [Case Score + Current Pos Score]/2"],
    [9,"County Score Color","Color value assigned to counties based on their overall county score (rounded to the nearest tenth). Counties with a overall county score <1 are blue. Counties ≥ 1 and <2 are yellow, counties ≥ 2 and <3 are orange, counties ≥ 3 are red."],
    [10,"Advisory Level","Advisory level refers to the current guidelines the county must follow. A county must remain at a lower Weekly Two-Metric Score for two consecutive weeks to move down to a lower advisory level."],
    [11,"Previous Positivity","Percentage of all tests administered during the reporting period for previous pos rate that produce a COVID-19 positive result. Calculated using the 7-day average from the most recent Monday. Field not used in scoring."],
    [12,"Difference in Positivity","The difference between the current period's positive test rate (Current Pos) and the previous period's positive test rate (Previous Positivity). Field not used in scoring. Calculation = [Current Pos - Previous Positivity]"]
]}
