HISTORY {Rdiagnosislist}R Documentation

Sample history substitution table from SNOMED CT dictionary

Description

Sample of the SNOMED CT table showing current equivalents for inactive concepts.

Usage

data(HISTORY)

Format

An object of class "data.table"

Details

See Also

Other SNOMEDsample: QUERY, 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(HISTORY, envir = TEST)

# Show properties of the history table
str(TEST$HISTORY)

[Package Rdiagnosislist version 1.2 Index]