name: lab_pathogen_trend
fullname: Lab Pathogen Surveillance
description: >
Generates a report of all tests for a selected laboratory A
laboratory category 2 pathogen by user selected time period
and demographic stratification. Users can select to return
the percent of tests with negative results or positive results.
Original Code By: Jourdan Devies & Kelly Carey.
Adapted to the Rnssp Package by: Gbedegnon Roseric Azondekon.
National Syndromic Surveillance Program (NSSP).
Centers for Disease Control and Prevention (CDC).
create_dir: true
This template generates a trend report of testing volume and the percent of tests that are positive for all Lab A LabCategory2 options in the ESSENCE Laboratory by Results data source. Users are able to select a time period and geographic region (national, HHS Region, state, or county). Time periods less than or equal to 60 days will return daily timeseries, greater than 60 days and less than 1 year will return MMWR week timeseries, and greater than 1 year will return monthly timeseries.
When knit with parameters, this template generates a report in HTML format.
# Add `lab_pathogen_trend` to my existing Rnssp installation
Rnssp::add_rmd_template("lab_pathogen_trend")
# Remove `lab_pathogen_trend` from my existing Rnssp installation
Rnssp::remove_rmd_template("lab_pathogen_trend")
For questions, ideas for improvement/collaboration, or attribution, please submit an issue here.