Class TMedicationKnowledgeCost
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgeCost = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property effectiveDate : TPeriodArray read GeteffectiveDateArray; |
The date range for which the cost information of the medication is effective.
|
|
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.
|
|
property source : string read Getsource write Setsource; |
The source or owner that assigns the price to the medication.
|
|
property sourceElement : Tstring read GetsourceElement write SetsourceElement; |
|
|
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)
|
|
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.
|