Class TSubstanceSpecification
Unit
bsFhir_r4
Declaration
type TSubstanceSpecification = class(TDomainResource)
Description
The detailed description of a substance, typically at a level beyond what is used for prescribing. 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 : TIdentifier read Getidentifier write Setidentifier; |
Identifier by which this substance is known.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
High level categorization, e.g. polymer or nucleic acid.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
Status of substance within the catalogue e.g. approved.
|
|
property domain : TCodeableConcept read Getdomain write Setdomain; |
If the substance applies to only human or veterinary use.
|
|
property description : string read Getdescription write Setdescription; |
Textual description of the substance.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
|
property comment : string read Getcomment write Setcomment; |
Textual comment about this record of a substance.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
|
property referenceInformation : TReference read GetreferenceInformation write SetreferenceInformation; |
General information detailing this substance.
|
|
property nucleicAcid : TReference read GetnucleicAcid write SetnucleicAcid; |
Data items specific to nucleic acids.
|
|
property polymer : TReference read Getpolymer write Setpolymer; |
Data items specific to polymers.
|
|
property protein : TReference read Getprotein write Setprotein; |
Data items specific to proteins.
|
|
property sourceMaterial : TReference read GetsourceMaterial write SetsourceMaterial; |
Material or taxonomic/anatomical source for the substance.
|
Generated by PasDoc 0.15.0.
|