...
- Logical Model Components – representing the core content of the terminology
- Reference Sets – configuring and enhancing terminology content
Why is this important?
The SNOMED CT logical model provides the fundamental structure of SNOMED CT and specifies how the components can be managed in an implementation setting to meet a variety of primary and secondary uses.
What is this?
The SNOMED CT logical model defines the way in which each type of SNOMED CT component and derivative is related and represented. The core component types in SNOMED CT are concepts, descriptions and relationships. The logical model therefore specifies a structured representation of the concepts used to represent clinical meanings, the descriptions used to refer to these, and the relationships between the concepts.
Gliffy Diagram |
---|
displayName | logicalModel |
---|
name | logicalModel |
---|
pagePin | 1 |
---|
|
Logical Model Overview
Concepts
Every concept represents a unique clinical meaning, which is referenced using a unique, numeric and machine-readable SNOMED CT identifier. The identifier provides an unambiguous unique reference to each concept and does not have any ascribed human interpretable meaning.
- Other types of components also have unique identifiers – however, the concept identifier has a specific role as the code used to represent the meaning in clinical records, documents, messages and data.
Descriptions
A set of textual descriptions are assigned to every concept. These provide the human readable form of a concept. Two types of description are used to represent every concept - Fully Specified Name (FSN) and Synonym.
...
Example of descriptions for a single concept (US - English)
Relationships
A relationship represents an association between two concepts. Relationships are used to logically define the meaning of a concept in a way that can be processed by a computer. A third concept, called a relationship type (or attribute), is used to represent the meaning of the association between the source and destination concepts. There are different types of relationships available within SNOMED CT.
...
Example of attribute relationships
Subtype Relationships
Subtype relationships are the most widely used type of relationship. Subtype relationships use the |is a| relationship type and are therefore also known as |is a| relationships. Almost all active SNOMED CT concepts are the source of at least one |is a| relationship. The only exception is the root concept |SNOMED CT Concept| which is the most general concept. The |is a| relationship states that the source concept is a subtype of the destination concept. SNOMED CT relationships are directional and the |is a| relationship read in the reverse direction states that the destination concept is a supertype of the source concept.
...
Illustration of SNOMED CT subtype hierarchy and terms used to describe it
Attribute Relationships
An attribute relationship contributes to the definition of the source concept by associating it with the value of a defining characteristic. The characteristic (attribute) is specified by the relationship type and the value is provided by the destination of the relationship.
...
Example of erroneous relationships
...
Defined and Primitive Concepts
In SNOMED CT every concept is specified as either fully defined or primitive.
A
is
fully-defined if its
Gloss |
---|
t | defining characteristics |
---|
|
are sufficient to distinguish its meaning from other similar concepts. One example is that the
|acute disease
| is
fully-defined by its two defining
. The first
is
|is a
||disease
| and the second
is
|clinical course
| of |sudden onset AND/OR short duration
|. Stating that this concept is
fully-defined means that any concept that
|is a
||disease
| and has a
|clinical course
| of
|sudden onset AND/OR short duration
| is a subtype of this concept (or the concept itself).
A
is
Gloss |
---|
t | primitive |
---|
GlosTerm | primitive concept |
---|
|
(not
fully- defined) if its
Gloss |
---|
t | defining characteristics |
---|
|
are not sufficient to uniquely distinguish its meaning from other similar concepts. One example is that the
|disease
| and
|drug action
| share the same
Gloss |
---|
t | defining characteristics |
---|
|
: namely a
of type
|is a
| to the
|clinical finding
|. This is despite the fact that the
|disease
| and
|drug action
| represent different clinical ideas.
Reference Sets
Reference Sets (Refsets) are a standard way to represent additional non-defining information about members of a set of components. Reference Sets are important as they can be used in SNOMED CT enabled applications to constrain, configure and enhance functionality to match requirements for different use cases. Some examples of the many uses of reference sets are to represent:
...