Class TConceptMapTarget
Unit
bsFhir_r5
Declaration
type TConceptMapTarget = 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 that the map refers to.
|
|
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.target code system which are all being mapped to as part of this mapping rule. The effect of using this data element is the same as having multiple ConceptMap.group.element.target elements with one for each concept in the ConceptMap.group.element.target.valueSet value set.
|
|
property valueSetElement : Tcanonical read GetvalueSetElement write SetvalueSetElement; |
|
|
property relationship : string read Getrelationship write Setrelationship; |
The relationship between the source and target concepts. The relationship is read from source to target (e.g. source-is-narrower-than-target).
|
|
property comment : string read Getcomment write Setcomment; |
A description of status/issues in mapping that conveys additional information not represented in the structured data.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property dependsOn : TConceptMapDependsOnArray read GetdependsOnArray; |
A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified data attribute can be resolved, and it has the specified value.
|
|
property product : TConceptMapDependsOnArray read GetproductArray; |
Product is the output of a ConceptMap that provides additional values that go in other attributes / data elemnts of the target data.
|
Generated by PasDoc 0.15.0.
|