Class TConceptMapAdditionalAttribute
Unit
bsFhir_r5
Declaration
type TConceptMapAdditionalAttribute = 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; |
A code that is used to identify this additional data attribute. The code is used internally in ConceptMap.group.element.target.dependsOn.attribute and ConceptMap.group.element.target.product.attribute.
|
|
property codeElement : Tcode read GetcodeElement write SetcodeElement; |
|
|
property uri : string read Geturi write Seturi; |
Reference to the formal definition of the source/target data element. For elements defined by the FHIR specification, or using a FHIR logical model, the correct format is {canonical-url}#{element-id}.
|
|
property uriElement : Turi read GeturiElement write SeturiElement; |
|
|
property description : string read Getdescription write Setdescription; |
A description of the additional attribute and/or the data element it refers to - why it is defined, and how the value might be used in mappings, and a discussion of issues associated with the use of the data element.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
The type of the source data contained in this concept map for this data element.
|
Generated by PasDoc 0.15.0.
|