Class TSubstance
Unit
bsFhir_r5
Declaration
type TSubstance = class(TDomainResource)
Description
A homogeneous material with a definite composition. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique identifier for the substance. For an instance, an identifier associated with the package/container (usually a label affixed directly).
|
|
property instance : boolean read Getinstance write Setinstance; |
A boolean to indicate if this an instance of a substance or a kind of one (a definition).
|
|
property instanceElement : Tboolean read GetinstanceElement write SetinstanceElement; |
|
|
property status : string read Getstatus write Setstatus; |
A code to indicate if the substance is actively used.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
A code that classifies the general type of substance. This is used for searching, sorting and display purposes.
|
|
property code : TCodeableReference read Getcode write Setcode; |
A code (or set of codes) that identify this substance.
|
|
property description : string read Getdescription write Setdescription; |
A description of the substance - its appearance, handling requirements, and other usage notes.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property expiry : string read Getexpiry write Setexpiry; |
When the substance is no longer valid to use. For some substances, a single arbitrary date is used for expiry.
|
|
property expiryElement : TdateTime_ read GetexpiryElement write SetexpiryElement; |
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The amount of the substance.
|
Generated by PasDoc 0.15.0.
|