SNOMED_RELATIONSHIP {Rdiagnosislist}R Documentation

Sample relationship tables from SNOMED CT dictionary

Description

Samples of the SNOMED CT tables of stated relationships (RELATIONSHIP) and inferred relationships (RELATIONSHIP).

Usage

data(RELATIONSHIP); data(STATEDRELATIONSHIP)

STATEDRELATIONSHIP

Format

An object of class "data.table"

An object of class data.table (inherits from data.frame) with 329 rows and 10 columns.

Details

See Also

Other SNOMEDsample: HISTORY, QUERY

Examples

# Create a TEST environment and load the sample dictionaries
TEST <- new.env()
data(CONCEPT, envir = TEST)
data(DESCRIPTION, envir = TEST)
data(RELATIONSHIP, envir = TEST)
data(STATEDRELATIONSHIP, envir = TEST) 

# Show properties of the relationship tables
str(TEST$RELATIONSHIP)
str(TEST$STATEDRELATIONSHIP)

[Package Rdiagnosislist version 1.2 Index]