SNOMED_REFSET {Rdiagnosislist} | R Documentation |
Sample refset table from SNOMED CT dictionary
Description
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 spave.
Usage
data(REFSET)
Format
An object of class "data.table"
Details
moduleId integer64: SNOMED CT core metadata concept, stating whether the refset is from the SNOMED CT core module or the UK extension.
refsetId integer64: SNOMED CT conceptId of the refset. These concepts have semantic type 'foundation metadata concept'
referencedComponentId integer64: SNOMED CT conceptId of the member of the refset
effectiveTime IDate: when the concept became active
active logical: whether this concept is currently active
Examples
# 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)
[Package Rdiagnosislist version 1.2 Index]