Class TConceptMapElement
Unit
bsFhir_r5
Declaration
type TConceptMapElement = class(TBackboneElement)
Description
A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property code : string read Getcode write Setcode; |
Identity (code or path) or the element/item being mapped.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property display : string read Getdisplay write Setdisplay; |
The display for the code. The display is only provided to help editors when editing the concept map.
|
|
property displayElement : Tstring read GetdisplayElement write SetdisplayElement; |
|
|
property valueSet : string read GetvalueSet write SetvalueSet; |
The set of concepts from the ConceptMap.group.source code system which are all being mapped to the target as part of this mapping rule.
|
|
property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement; |
|
|
property noMap : boolean read GetnoMap write SetnoMap; |
If noMap = true this indicates that no mapping to a target concept exists for this source concept.
|
|
property noMapElement : Tboolean read GetnoMapElement write SetnoMapElement; |
|
|
property target : TConceptMapTargetArray read GettargetArray; |
A concept from the target value set that this concept maps to.
|
Generated by PasDoc 0.15.0.
|