Class TMedicationIngredient

Unit

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

Public constructor Create; override;

Properties

Public property item : TCodeableReference read Getitem write Setitem;
Public property isActive : boolean read GetisActive write SetisActive;
Public property isActiveElement : Tboolean read GetisActiveElement write SetisActiveElement;
Public property strengthRatio : TRatio read GetstrengthRatio write SetstrengthRatio;
Public property strengthCodeableConcept : TCodeableConcept read GetstrengthCodeableConcept write SetstrengthCodeableConcept;
Public property strengthQuantity : TQuantity read GetstrengthQuantity write SetstrengthQuantity;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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).

Public property isActive : boolean read GetisActive write SetisActive;

Indication of whether this ingredient affects the therapeutic action of the drug.

Public property isActiveElement : Tboolean read GetisActiveElement write SetisActiveElement;
 
Public 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)

Public 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)

Public 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.