SNOMED_DESCRIPTION: Sample description table from SNOMED CT dictionary
Description
A sample of the SNOMED CT description table. Each concept may has
a fully specified name and may have any number of synonyms.
Usage
data(DESCRIPTION)
Arguments
Format
An object of class "data.table"
Details
id
integer64: description ID
moduleId
integer64: class of SNOMED CT concept (whether it
is used for recording information or is a metadata concept)
conceptId
integer64: SNOMED CT concept ID
languageCode
character: 'en' = English
typeId
integer64: 900000000000013009 = Synonym,
900000000000003001 = Fully Specified Name
term
character: term description
caseSignificanceId
integer64:
900000000000020002 = Initial character case sensitive,
900000000000017005 = Whole term case sensitive,
900000000000448009 = Whole term case insensitive
effectiveTime
IDate: when the concept became active
active
logical: whether this concept is currently active
See Also
Other sampleSNOMED:
HISTORY,
READMAPS,
SNOMED_CONCEPT,
SNOMED_EXTENDEDMAP,
SNOMED_REFSET,
SNOMED_RELATIONSHIP,
SNOMED_SIMPLEMAP,
sampleSNOMED()