Class TMedicationKnowledgeIngredient
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeIngredient = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property item : TCodeableReference read Getitem write Setitem; |
A reference to the resource that provides information about the ingredient.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
Indication of whether this ingredient affects the therapeutic action of the drug.
|
|
property strengthRatio : TRatio read GetstrengthRatio write SetstrengthRatio; |
Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet. (choose any one of strength*, but only one)
|
|
property strengthCodeableConcept : TCodeableConcept read GetstrengthCodeableConcept write SetstrengthCodeableConcept; |
Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet. (choose any one of strength*, but only one)
|
|
property strengthQuantity : TQuantity read GetstrengthQuantity write SetstrengthQuantity; |
Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet but can also be expressed a quantity when the denominator is assumed to be 1 tablet. (choose any one of strength*, but only one)
|
Generated by PasDoc 0.15.0.
|