Class TMedicationIngredient
Unit
bsFhir_r5
Declaration
type TMedicationIngredient = class(TBackboneElement)
Description
This resource is primarily used for the identification and definition of a medication, including ingredients, for the purposes of prescribing, dispensing, and administering a medication as well as for making statements about medication use.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property item : TCodeableReference read Getitem write Setitem; |
The ingredient (substance or medication) that the ingredient.strength relates to. This is represented as a concept from a code system or described in another resource (Substance or Medication).
|
|
property isActive : boolean read GetisActive write SetisActive; |
Indication of whether this ingredient affects the therapeutic action of the drug.
|
|
property isActiveElement : Tboolean read GetisActiveElement write SetisActiveElement; |
|
|
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.
|