The goal of opencodecounts
is to make yearly summaries of SNOMED Code Usage in Primary Care and ICD-10 and OPCS-4 Code Usage in Secondary Care in England, published by the NHS, available in R for research. The interactive opencodecounts Shiny App provides different options to explore these datasets.
The original data is available from NHS Digital at:
Installation
You can install the opencodecounts
package with:
remotes::install_github("bennettoxford/opencodecounts")
Main functions of the opencodecounts
R package
-
Datasets:
-
snomedct_usage
: SNOMED CT code usage dataset -
icd10_usage
: ICD-10 code usage dataset -
opcs4_usage
: OPCS-4 code usage dataset
-
-
Functions:
-
get_codelist()
: Imports a codelists from www.opencodelists.org -
run_app()
: Launches interactive opencodecounts Shiny App locally
-