Class TSubstanceDefinitionName
Unit
bsFhir_r4b
Declaration
type TSubstanceDefinitionName = 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 name_ : string read Getname_ write Setname_; |
The actual name.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Name type, for example 'systematic', 'scientific, 'brand'.
|
|
property status : TCodeableConcept read Getstatus write Setstatus; |
The status of the name, for example 'current', 'proposed'.
|
|
property preferred : boolean read Getpreferred write Setpreferred; |
If this is the preferred name for this substance.
|
|
property preferredElement : Tboolean read GetpreferredElement write SetpreferredElement; |
|
|
property language : TCodeableConceptArray read GetlanguageArray; |
Human language that the name is written in.
|
|
property domain : TCodeableConceptArray read GetdomainArray; |
The use context of this name for example if there is a different name a drug active ingredient as opposed to a food colour additive.
|
|
property jurisdiction : TCodeableConceptArray read GetjurisdictionArray; |
The jurisdiction where this name applies.
|
|
property source : TReferenceArray read GetsourceArray; |
Supporting literature.
|
Generated by PasDoc 0.15.0.
|