SNOMED_DESCRIPTION | R Documentation |
A sample of the SNOMED CT description table. Each concept may has a fully specified name and may have any number of synonyms.
data(DESCRIPTION)
An object of class "data.table"
integer64: description ID
integer64: class of SNOMED CT concept (whether it is used for recording information or is a metadata concept)
integer64: SNOMED CT concept ID
character: 'en' = English
integer64: 900000000000013009 = Synonym, 900000000000003001 = Fully Specified Name
character: term description
integer64: 900000000000020002 = Initial character case sensitive, 900000000000017005 = Whole term case sensitive, 900000000000448009 = Whole term case insensitive
IDate: when the concept became active
logical: whether this concept is currently active
Other sampleSNOMED:
HISTORY
,
READMAPS
,
SNOMED_CONCEPT
,
SNOMED_EXTENDEDMAP
,
SNOMED_REFSET
,
SNOMED_RELATIONSHIP
,
SNOMED_SIMPLEMAP
,
sampleSNOMED()
# Show properties of the DESCRIPTION table
data('DESCRIPTION')
str(DESCRIPTION)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.