Class TSubstanceDefinitionCode

Unit

Declaration

type TSubstanceDefinitionCode = class(TBackboneElement)

Description

The detailed description of a substance, typically at a level beyond what is used for prescribing.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property status : TCodeableConcept read Getstatus write Setstatus;
Public property statusDate : string read GetstatusDate write SetstatusDate;
Public property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement;
Public property note : TAnnotationArray read GetnoteArray;
Public property source : TReferenceArray read GetsourceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

The specific code.

Public property status : TCodeableConcept read Getstatus write Setstatus;

Status of the code assignment, for example 'provisional', 'approved'.

Public property statusDate : string read GetstatusDate write SetstatusDate;

The date at which the code status was changed as part of the terminology maintenance.

Public property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement;
 
Public property note : TAnnotationArray read GetnoteArray;

Any comment can be provided in this field, if necessary.

Public property source : TReferenceArray read GetsourceArray;

Supporting literature.


Generated by PasDoc 0.15.0.