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

Compare with Current View Page History

« Previous Version 11 Next »

Purpose

An |MRCM attribute range reference set| allows attributes to be associated with a valid value range for a given SNOMED CT content type and rule strength. The range of each attribute is defined using an Expression Constraint. This expression constraint represents the set of concepts (or expressions) that may be used as the value of the given attribute.

The |MRCM attribute range reference set| also provides a summary of the concept model rule associated with each attribute (including all valid domains and the given range) using an Expression Constraint representation. This attribute rule can be completely auto-generated by combining information from the |MRCM attribute domain reference set| and the |MRCM attribute range reference set|. It is therefore recommended that this constraint is not edited directly, but is instead automatically updated.

Data Structure

An |MRCM attribute range reference set| is structured as shown in the following table.

Field

Datatype

Purpose

Immutable

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 effectiveTimes. This allows a reference set member to be modified or made inactive (i.e. removed from the active set) at a specified time.

Y

effectiveTime

Time

The inclusive date or time at which this version of the identified reference set member became the current version.
The current version of this reference set member at time T is the version with the most recent effectiveTime prior to or equal to time T.

N

active

Boolean

The state of the identified reference set member as at the specified effectiveTime.
If active=1 (true) the reference set member is part of the current version of the set, if active=0 (false) the reference set member is not part of the current version of the set.

N

moduleId

SCTID

Identifies the SNOMED CT module that contains this reference set member as at the specified effectiveTime.
The value must be a subtype of 900000000000443000 |Module (core metadata concept)| within the metadata hierarchy.

N

refsetId

SCTID

Identifies the reference set to which this reference set member belongs.
In this case, set to a subtype of |MRCM domain rule by hierarchy reference set|

Y

referenced ComponentId

SCTID

A reference to the SNOMED CT attribute concept to which the attribute-domain rule defined by this member applies.

Y

rangeConstraint

String

An expression constraint, which defines the set of concepts which may be used as the value of the given attribute (identified by referencedComponentId).
This string can be parsed using the ABNF syntax defined for the Expression Constraint Language.

Y

attributeRule

String

An Expression Constraint that captures the domain, range and cardinality constraints for the given attribute, rule strength and content type.
This string can be parsed using the ABNF syntax defined for the Expression Constraint Language.

N

ruleStrengthId

SCTID

A subtype of |Concept model rule strength|, which specifies whether the given rule is mandatory (resulting in an error) or optional (resulting in a warning).

N

contentTypeId

SCTID

A subtype of |Content type value|, which indicates the type of SNOMED CT content over which this rule applies. In many cases, this will be set to |All SNOMED CT content|.

N

Metadata

The following metadata hierarchy supports this reference set:

  • Foundation metadata concept
    • Reference set
      • MRCM reference set
        • MRCM attribute range reference set
          • MRCM attribute range (INT) reference set
    • Reference set attribute
      • Range constraint
      • Attribute rule
      • Rule strength
        • Mandatory concept model rule
        • Optional concept model rule
      • Content type1

        • All new precoordinated SNOMED CT content
          • All precoordinated SNOMED CT content
            • All SNOMED CT content
        • All postcoordinated SNOMED CT content
          • All SNOMED CT content

Descriptor Template

The table below shows the reference set descriptor for a reference set that follows the |MRCM attribute range reference set| pattern2

refsetId

referencedComponentId

attributeDescription

attributeType

attributeOrder

900000000000456007 |Reference set descriptor|

111115 |MRCM attribute range reference set|

449608002 |Referenced component|

900000000000461009 |Concept type component|

0

900000000000456007 |Reference set descriptor|

111115 |MRCM attribute range reference set|

111115 |Range constraint|

707000009 |SNOMED CT parsable string|

1

900000000000456007 |Reference set descriptor|

111115 |MRCM attribute range reference set|

111115 |Attribute rule|

707000009 |SNOMED CT parsable string|

2

900000000000456007 |Reference set descriptor|

111115 |MRCM attribute range reference set|

111115 |Rule strength|

900000000000461009 |Concept type component|

3

900000000000456007 |Reference set descriptor|

111115 |MRCM attribute range reference set|

111115 |Content type|

900000000000461009 |Concept type component|

4

Note: The table above omits the initial four columns of data present in the release file. These follow the standard format for id, effectiveTime, active and moduleId. Additionally, to aid understanding, the table above also shows the term from one of the descriptions associated with each of the identified concepts. The release file only includes the identifier of these concepts.

Example

The table below shows some example rows from a reference set that follows the format of the |MRCM attribute range reference set|2  .

refsetId

referencedComponentIdrangeConstraintattributeRule

ruleStrength

contentType

111115 |MRCM attribute range (INT) reference set|255234002 |After|<< 404684003 |Clinical finding (finding)| OR << 71388002 |Procedure (procedure)|(<< 404684003 |Clinical finding (finding)| OR << 272379006 |Event (event)|): [0..*] { [0..*] 255234002 |After| = (<< 404684003 |Clinical finding (finding)| OR << 71388002 |Procedure (procedure)|) }111115 |Mandatory|111115 |All SNOMED CT content|
111115 |MRCM attribute range (INT) reference set|408729009 |Finding context|<< 410514004 |Finding context value (qualifier value)|<< 413350009 |Finding with explicit context (situation)|: [0..*] { [0..1] 408729009 |Finding context| = << 410514004 |Finding context value (qualifier value|| }111115 |Mandatory|111115 |All SNOMED CT content|
111115 |MRCM attribute range (INT) reference set|123005000 |Part of|<< 123037004 |Body structure (body structure)|<< 91723000 |Anatomical structure (body structure)|: [0..*] 123005000 |Part of| = << 123037004 |Body structure (body structure)|111115 |Mandatory|111115 |All precoordinated SNOMED CT content|

Note: The table above omits the initial four columns of data present in the release file. These follow the standard format for id, effectiveTime, active and moduleId. Additionally, to aid understanding, the table above also shows the term from one of the descriptions associated with each of the identified concepts. The release file only includes the identifier of these concepts.

Footnotes
Ref
Notes
1 Please note that the Content type hierarchy is designed using 'universal restriction' logic. The hierarchy may therefore appear to be 'upside down'. However, it was designed in this way because if an MRCM rule applies to |All SNOMED CT content|, then it also applies to the Content Types that are a supertype of this - including |All precoordinated SNOMED CT content| and |All postcoordinated SNOMED CT content|.
2 Concepts for which an identifier has not been assigned have been shown with an identifier of '111115' [ a b ]


Feedback