name: ed_icd10_volume
fullname: Emergency Department ICD-10 Category Volumes
description: >
This template generates heatmaps of the top N ICD-10-CM codes
by ICD-10-CM chapter, ICD-10-CM section, ICD-10-CM diagnosis code,
and the corresponding clinical classifications software refined (CCSR)
category. The user is able to select the geographic region of interest,
time frame, data quality filters, and ESSENCE age group category.
Original Code By: 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 (ed_icd10_volume
) generates heatmaps of the top N ICD-10-CM codes by ICD-10-CM chapter, ICD-10-CM section, ICD-10-CM diagnosis code, and the corresponding clinical classifications software refined (CCSR) category. The user is able to select the geographic region of interest, time frame, data quality filters, and ESSENCE age group category.
ICD-10-CM Chapters, Sections, and Codes: The International Classification of Diseases, Tenth Revision, Clinical Modification (ICD-10-CM) classifies over 70,000 diagnosis codes into chapters and sections. ESSENCE uses the first three characters (e.g., A00 or J21) into 1 of 22 chapters, 284 sections, and 1,911 diagnosis code categories. More information on ICD-10-CM can be found here.
CCSR Diagnostic Categories: The Healthcare Cost and Utilization Project (HCUP) Clinical Classifications Software Refined (CCSR) aggregates over 70,000 ICD-10-CM diagnosis codes into 530 meaningful diagnostic categories. More information on the CCSR and mapping schema can be found here.
When knit with parameters, this template generates a report in HTML format.
# Add `ed_icd10_volume` to my existing Rnssp installation
Rnssp::add_rmd_template("ed_icd10_volume")
# Remove `ed_icd10_volume` from my existing Rnssp installation
Rnssp::remove_rmd_template("ed_icd10_volume")
For questions, ideas for improvement/collaboration, or attribution, please submit an issue here.