Search



You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Purpose

An 447258008 | Ordered type reference set| allows a collection of componentsto be defined with a specified given a priority ordering. This type of reference retcan also be used to specify ordered associations between different components. These can be used to specify several interrelated subsets of components and to define alternative hierarchies for navigation and selection of conceptsor descriptions.

Data structure

An Ordered reference setis an IntegerComponent reference setis used to represent ordered lists and alternative hierarchies. Its structure is shown in the following table.

Field

Data type

Purpose

id

UUID

A 128 bit unsigned Integer, uniquely identifying this reference set member.

Different versions of a reference set member share the same id but have different effectiveTime. This allows a reference set member to be modified or made active (i.e. removed from the active set) at a specified time.

effectiveTime

Time

The inclusive date or time at which this version of the identified reference set memberbecame the current version.

The current version of this reference set memberat time T is the version with the most recent effectiveTime prior to or equal to time T .

active

Boolean

The state of the identified reference set memberas at the specified effectiveTime .

If active = 1 (true) the reference set memberis part of the current version of the set, if active = 0 (false) the reference set memberis not part of the current version of the set.

moduleId

SCTID

Identifies the SNOMED CT modulethat contains this reference set memberas at the specified effectiveTime .

The value must be a subtypeof 900000000000443000 | Module (core metadata concept)| within the metadata hierarchy.

refsetId

SCTID

Identifies the reference setto which this reference set memberbelongs.

In this case, set to a subtypeof 447258008 | Ordered type reference set|

referencedComponentId

SCTID

The identifier of a SNOMED CT componentthat is included in the ordered list of alternative hierarchy.

order

Integer

Specifies the sort order of the list. The list is ordered by applying an ascending sort of the order value.

The value of order =1 represents the highest priority. A value of '0' is not allowed. Duplicate values are permitted and the sort order between two members with the same order value is not defined.

If the linkedToId value is not 0, sorting occurs within subgroups that share the same linkedToId.

Note: The name "order" is a reserved word in some database environments. Please consider this when using this column.

linkedToId

SCTID

The identifier of a SNOMED CT componentthat acts as a grouper or hierarchy node, collecting together a subgroup from within the list.

This field either enables reference set memberlinked into a number of subgroups. These subgroups can be nested allowing representation of alternative hierarchies.

To link members into a subgroup, all components in the same subgroup should reference the same component. This can either be a component that represents the name of that subgroup or the first member of the subgroup. In the latter case, the first row of each subgroup will contain the same identifier in referencedComponentId and linkedToId and with order =1.

To link a number of children conceptsto a single parent concept, one member record should exist per child, with the referencedComponentId field referencing the parent and this field referencing the child concept. The order field is then used to order the children conceptsunder the parent concept.

For ordered lists that do not require grouping or hierarchical arrangement the value of linkedToId should be the digit zero (0).

Metadata

The following metadata in the "Foundation metadata concept" hierarchysupports this reference set:

Descriptor template and examples

The tables below show the descriptor that defines the structure of the 447258008 | Ordered type reference set| pattern and an example of descriptor for a specific reference setthat follows this pattern.

Note: The table above omits the initial four columns of data present in the release file. These follow the standards versioning pattern id, effectiveTime, active, active. Additionally, to aid understanding, the table above also shows the termfrom one of the descriptionsassociated with each of the identified concept. The release file only contains the identifier.

Ordered reference set example

refsetId

referencedComponentId (Referenced component)

order (Attribute order)

linkedTo ("Linked to" reference set attribute)

1

2

3

4

5

6

7

8

9

10


Feedback
  • No labels