QUERY {Rdiagnosislist}R Documentation

Sample query table from SNOMED CT dictionary

Description

Sample of the SNOMED CT table of ancestor / descendant relationships for inactive concepts.

Usage

data(QUERY)

Format

An object of class "data.table"

Details

See Also

Other SNOMEDsample: HISTORY, SNOMED_RELATIONSHIP

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)
data(QUERY, envir = TEST)

# Show properties of the query table
str(TEST$QUERY)

[Package Rdiagnosislist version 1.2 Index]