Class TConceptMapAdditionalAttribute

Unit

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

Public constructor Create; override;

Properties

Public property code : string read Getcode write Setcode;
Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
Public property uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TConceptMapAttributeType read Gettype_Element write Settype_Element;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public property codeElement : Tcode read GetcodeElement write SetcodeElement;
 
Public 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}.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 
Public 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.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property type_ : string read Gettype_ write Settype_;

The type of the source data contained in this concept map for this data element.

Public property type_Element : TConceptMapAttributeType read Gettype_Element write Settype_Element;
 

Generated by PasDoc 0.15.0.