| Class TConceptMapElementUnit
bsFhir_stu3 Declaration
type TConceptMapElement = class(TBackboneElement) Description
 A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | 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 target : TConceptMapTargetArray read GettargetArray; |  | 
 A concept from the target value set that this concept maps to.  |  Generated by PasDoc 0.15.0.
 |