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

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]