SNOMED_REFSET | R Documentation |
A sample of the SNOMED CT refset table. This contains SNOMED CT codelists that are used for partiular operational or clinical purposes, and are curated by SNOMED CT. The id column of the refset table is not included, in order to save space.
data(REFSET)
An object of class "data.table"
integer64: SNOMED CT core metadata concept, stating whether the refset is from the SNOMED CT core module or the UK extension.
integer64: SNOMED CT conceptId of the refset. These concepts have semantic type 'foundation metadata concept'
integer64: SNOMED CT conceptId of the member of the refset
IDate: when the concept became active
logical: whether this concept is currently active
Other sampleSNOMED:
HISTORY
,
READMAPS
,
SNOMED_CONCEPT
,
SNOMED_DESCRIPTION
,
SNOMED_EXTENDEDMAP
,
SNOMED_RELATIONSHIP
,
SNOMED_SIMPLEMAP
,
sampleSNOMED()
# Load the dataset and show its properties
data('REFSET')
str(REFSET)
# This REFSET table is part of the sample SNOMED CT dictionary
# Hence this should show the same properties as above
str(sampleSNOMED()$REFSET)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.