Learn R Programming

Rdiagnosislist (version 1.4.0)

sampleSNOMED: Sample SNOMED CT dictionary

Description

Returns an environment containing a selection of SNOMED CT terms, their relationships and descriptions which are provided with the package

Usage

sampleSNOMED()

Arguments

Value

environment containing four data.table objects: CONCEPT, DESCRIPTION, RELATIONSHIP, STATEDRELATIONSHIP and a list named 'metadata'

See Also

CONCEPT, DESCRIPTION, RELATIONSHIP, STATEDRELATIONSHIP, REFSET, SIMPLEMAP, EXTENDEDMAP, HISTORY, QUERY, loadSNOMED, sampleSNOMED

Other sampleSNOMED: HISTORY, READMAPS, SNOMED_CONCEPT, SNOMED_DESCRIPTION, SNOMED_EXTENDEDMAP, SNOMED_REFSET, SNOMED_RELATIONSHIP, SNOMED_SIMPLEMAP

Examples

Run this code
TEST <- sampleSNOMED()
inactiveIncluded(TEST)
SNOMEDconcept('Heart failure', SNOMED = TEST)

# To display metadata for this SNOMED CT dictionary
sampleSNOMED()$metadata

Run the code above in your browser using DataLab