Description
Manipulate SNOMED CT Diagnosis Lists.
Description
Functions and methods for manipulating 'SNOMED CT' concepts. The package contains functions for loading the 'SNOMED CT' release into a convenient R environment, selecting 'SNOMED CT' concepts using regular expressions, and navigating the 'SNOMED CT' ontology. It provides the 'SNOMEDconcept' S3 class for a vector of 'SNOMED CT' concepts (stored as 64-bit integers) and the 'SNOMEDcodelist' S3 class for a table of concepts IDs with descriptions. For more information about 'SNOMED CT' visit <https://www.snomed.org/>.
README.md
Rdiagnosislist
This is an R package for using the SNOMED CT hierarchy and manipulating lists of SNOMED CT codes.
It includes functions for loading a SNOMED CT distribution into an R environment, searching for concepts by regular expression search, finding attributes of concepts, navigating the hierarchy, and handling lists of SNOMED CT concepts.
This is an open source package licensed under GPL V3.
The stable version is available on CRAN: https://cran.r-project.org/web/packages/Rdiagnosislist/index.html
This GitHub repository contains the development version.
For feedback or suggestions, please contact Anoop Shah ([email protected]).