Class TMedicationKnowledgeCost

Unit

Declaration

type TMedicationKnowledgeCost = class(TBackboneElement)

Description

Information about a medication that is used to support knowledge.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property effectiveDate : TPeriodArray read GeteffectiveDateArray;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property source : string read Getsource write Setsource;
Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
Public property costMoney : TMoney read GetcostMoney write SetcostMoney;
Public property costCodeableConcept : TCodeableConcept read GetcostCodeableConcept write SetcostCodeableConcept;

Description

Methods

Public constructor Create; override;
 

Properties

Public property effectiveDate : TPeriodArray read GeteffectiveDateArray;

The date range for which the cost information of the medication is effective.

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

The category of the cost information. For example, manufacturers' cost, patient cost, claim reimbursement cost, actual acquisition cost.

Public property source : string read Getsource write Setsource;

The source or owner that assigns the price to the medication.

Public property sourceElement : Tstring read GetsourceElement write SetsourceElement;
 
Public property costMoney : TMoney read GetcostMoney write SetcostMoney;

The price or representation of the cost (for example, Band A, Band B or $, $$) of the medication. (choose any one of cost*, but only one)

Public property costCodeableConcept : TCodeableConcept read GetcostCodeableConcept write SetcostCodeableConcept;

The price or representation of the cost (for example, Band A, Band B or $, $$) of the medication. (choose any one of cost*, but only one)


Generated by PasDoc 0.15.0.