description | R Documentation |
Returns the descriptions matching a set of concept IDs from a SNOMED dictionary
description(
conceptIds,
include_synonyms = FALSE,
active_only = TRUE,
SNOMED = getSNOMED()
)
conceptIds |
character or integer64 vector |
include_synonyms |
whether to return all synonyms, or just the Fully Specified Name, ensuring just one row per concept (default) |
active_only |
whether to include only active descriptions |
SNOMED |
environment containing SNOMED dictionary. Defaults to an object named 'SNOMED' in the global environment |
a data.table with the following columns: id, conceptId, type (only if include_synonyms = TRUE), term, active (only if active_only = FALSE)
htmlCodelistHierarchy
hf <- SNOMEDconcept('Heart failure', SNOMED = sampleSNOMED())
description(hf, include_synonyms = FALSE, SNOMED = sampleSNOMED())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.