Class TMedicationKnowledgeIngredient

Unit

Declaration

type TMedicationKnowledgeIngredient = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property item : TCodeableReference read Getitem write Setitem;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
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;

A reference to the resource that provides information about the ingredient.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

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

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.