Search



Page tree

  

Scope

This part of the document introduces the RF2 approach to implementation of an expression repository, and this approach is supported by SNOMED international's terminology server, Snowstorm.

Under development

This section is still under active development, and the documentation may be updated as reference implementations and alignment with the specification mature.

Expression Repository Extension

Implementing an expression repository using the standard format specified by SNOMED International is comparable to the implementation of a SNOMED CT extension. As for SNOMED CT extensions, the content contained in the expression repository depends on a specific versioned Edition of SNOMED CT, and it requires ongoing maintenance to align with new versions of SNOMED CT. 

expextension

The difference between a common SNOMED CT Extension and an Expression Repository Extension can be summarized as follows:

 Difference in the representation of clinical meanings

  • Clinical meanings expressed in a common extension are represented as SNOMED CT concept components and require creation and management by SNOMED CT authors
  • Clinical meanings expressed in an expression repository extension are represented as SNOMED CT expression components

Difference in the content included

  • A common SNOMED CT Extension may contain various components and derivatives (see 4.3 Extensions)
  • An expression repository extension contains only the components and derivatives required to represent postcoordinated expressions
    Consequently, the following components and derivatives may be contained to meet the requirements outlined in 5.1 Requirements:
    • Expression components to uniquely identify the expressions
    • A reference set to hold the CTU expressions
    • A reference set to hold the CF expressions  
    • Expression relationships to represent the NNF of the expressions
    • A component annotation reference set to hold the display terms associated with the expression
  • Release process
    • Extensions are released
    • Expressions are not released

Logical Model

Figure 5.4.1-1 illustrates the logical model of an expression repository extension.

repository

Figure 5.4.1-1: Overview of the logical model of a SNOMED CT Expression Repository

Expression Component

Implementing an expression repository involves the creation of expression components, where the expression identifier uses the partition id of '16'. For more information about SNOMED CT identifiers, please refer to the release file specification chapter 6 SNOMED CT Identifiers.

This identifier enables the unique identification of an expression and is used to establish a link between all required forms of the expression.

The moduleId attribute of the expression component refers to a concept that represents and names the module in which the expressions are maintained. This concept is a subtype of 900000000000443000 | Module| , and the terms associated with this concept should clearly indicate that this module is an expression repository, e.g. 1234567890 | national extension expression repository module| .

Modules

For more information about SNOMED CT Modules, please refer to the Extensions Practical Guide, chapter 4.2 Modules.

Canonical Close to User Form Expression Reference Set

The CTU is stored in a separate reference set 1119435002 | Canonical close to user form expression reference set (foundation metadata concept)| which is of the type Postcoordinated Expression Type Reference Set .

Expressions in the close-to-user form will get an effectiveTime as soon as they are saved, this will match that of the current dependent code system version.

Classifiable Form Expression Reference Set

The CF is stored in a separate reference set 1119468009 | Classifiable form expression reference set (foundation metadata concept)| which is of the type Postcoordinated Expression Type Reference Set .

Members in the classifiable form reference set are given an effectiveTime. This will happen before the code system is upgraded to a new dependent version. Once these components are versioned they will keep the effectiveTime until the values of their fields are changed, via the transformation or classification processes. At this point changed components will have their effectiveTime cleared and will be versioned again when the code system is next versioned.

Expression Relationship

Following the classification of the CF expression, the NNF of the expression is represented as relationships. In the same way as SNOMED CT concepts, expression components include subtype and attribute relationships to represent the properties of the expression. 

Components of expressions in the classifiable and necessary normal forms will have an effectiveTime set when the expression code system is versioned. This will happen before the code system is upgraded to a new dependent version. Once these components are versioned they will keep the effectiveTime until the values of their fields are changed, via the transformation or classification processes. At this point changed components will have their effectiveTime cleared and will be versioned again when the code system is next versioned.



Feedback
  • No labels