Class TSubstanceDefinitionCode
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property status : TCodeableConcept read Getstatus write Setstatus; |
Status of the code assignment, for example 'provisional', 'approved'.
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
The date at which the code status was changed as part of the terminology maintenance.
|
|
property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property note : TAnnotationArray read GetnoteArray; |
Any comment can be provided in this field, if necessary.
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|