SNOMED Documentation Search


Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, some controlled redundancy has been introduced to help support efficient implementation of the MRCM. The following attributes, in particular, include redundant information, and should be automatically populated rather than directly authored:

MRCM Reference Set

Attribute

Autopopulated From

MRCM attribute domain reference set

domainConstraint

domainConstraint
FROM |MRCM domain reference set| as D,
|MRCM attribute domain reference set| as AD
WHERE D.referencedComponentId = AD.domainId

MRCM domain reference set

domainTemplateForPrecoordination

D.domainConstraint, AD.grouped, AD.attributeCardinality, AD.attributeInGroupCardinality, AR.rangeConstraint
FROM |MRCM domain reference set| as D,
|MRCM attribute domain reference set| as AD,
|MRCM attribute range reference set| as AR
WHERE D. referencedComponentId = AD.domainId
and AD. referencedComponentId = AR.domainId

MRCM domain reference set

domainTemplateForPostcoordination

 

MRCM attribute range reference set

attributeRule

 

...