| Class TCodeableConceptUnit
bsFhir_stu3 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  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property coding : TCodingArray read GetcodingArray; |  | 
 A reference to a code defined by a terminology system.  |  
|  | 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.  |  
|  | property textElement : Tstring read GettextElement write SettextElement; |  |  |  Generated by PasDoc 0.15.0.
 |