Class TMedicationDispenseSubstitution
Unit
bsFhir_r4b
Declaration
type TMedicationDispenseSubstitution = class(TBackboneElement)
Description
Indicates that a medication product is to be or has been dispensed for a named person/patient. This includes a description of the medication product (supply) provided and the instructions for administering the medication. The medication dispense is the result of a pharmacy system responding to a medication order.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property wasSubstituted : boolean read GetwasSubstituted write SetwasSubstituted; |
True if the dispenser dispensed a different drug or product from what was prescribed.
|
|
property wasSubstitutedElement : Tboolean read GetwasSubstitutedElement write SetwasSubstitutedElement; |
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
A code signifying whether a different drug was dispensed from what was prescribed.
|
|
property reason : TCodeableConceptArray read GetreasonArray; |
Indicates the reason for the substitution (or lack of substitution) from what was prescribed.
|
|
property responsibleParty : TReferenceArray read GetresponsiblePartyArray; |
The person or organization that has primary responsibility for the substitution.
|
Generated by PasDoc 0.15.0.
|