Class TCodeableConcept

Unit

Declaration

type TCodeableConcept = class(TElement)

Description

A concept that may be defined by a formal reference to a terminology or ontology or may be provided by text. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property coding : TCodingArray read GetcodingArray;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property coding : TCodingArray read GetcodingArray;

A reference to a code defined by a terminology system.

Public property text : string read Gettext write Settext;

A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.

Public property textElement : Tstring read GettextElement write SettextElement;
 

Generated by PasDoc 0.15.0.