SNOMED_RELATIONSHIP | R Documentation |
Samples of the SNOMED CT tables of stated relationships (RELATIONSHIP) and inferred relationships (RELATIONSHIP).
data(RELATIONSHIP); data(STATEDRELATIONSHIP)
STATEDRELATIONSHIP
An object of class "data.table"
An object of class data.table
(inherits from data.frame
) with 329 rows and 10 columns.
integer64: ID of the relationship record (primary key)
logical: whether this concept is currently active
integer64: class of SNOMED CT concept (whether it is used for recording information or is a metadata concept)
integer64: source SNOMED CT concept for the relationship
integer64: destination SNOMED CT concept for the relationship
integer: group ID for relationships that are grouped
integer64: 900000000000011006 = Inferred relationship
integer64: 900000000000451002 = Existential restriction modifier
IDate: when the concept became active
integer64: type of relationship, e.g. 116680003 = Is a, 42752001 = Due to, 246090004 = Associated finding, 363698007 = Finding site, 363702006 = Has focus
Other SNOMEDsample:
HISTORY
,
QUERY
Other sampleSNOMED:
HISTORY
,
READMAPS
,
SNOMED_CONCEPT
,
SNOMED_DESCRIPTION
,
SNOMED_EXTENDEDMAP
,
SNOMED_REFSET
,
SNOMED_SIMPLEMAP
,
sampleSNOMED()
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.