powered by
Returns the descriptions matching a set of concept IDs from a SNOMED dictionary
description( conceptIds, include_synonyms = FALSE, active_only = TRUE, SNOMED = getSNOMED() )
a data.table with the following columns: id, conceptId, type (only if include_synonyms = TRUE), term, active (only if active_only = FALSE)
character or integer64 vector
whether to return all synonyms, or just the Fully Specified Name, ensuring just one row per concept (default)
whether to include only active descriptions
environment containing SNOMED dictionary. Defaults to an object named 'SNOMED' in the global environment
htmlCodelistHierarchy
hf <- SNOMEDconcept('Heart failure', SNOMED = sampleSNOMED()) description(hf, include_synonyms = FALSE, SNOMED = sampleSNOMED())
Run the code above in your browser using DataLab