SNOMED_DESCRIPTION {Rdiagnosislist} | 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
# Show properties of the DESCRIPTION table
data('DESCRIPTION')
str(DESCRIPTION)