Class TMedicationDispenseSubstitution

Unit

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

Public constructor Create; override;

Properties

Public property wasSubstituted : boolean read GetwasSubstituted write SetwasSubstituted;
Public property wasSubstitutedElement : Tboolean read GetwasSubstitutedElement write SetwasSubstitutedElement;
Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property reason : TCodeableConceptArray read GetreasonArray;
Public property responsibleParty : TReferenceArray read GetresponsiblePartyArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property wasSubstituted : boolean read GetwasSubstituted write SetwasSubstituted;

True if the dispenser dispensed a different drug or product from what was prescribed.

Public property wasSubstitutedElement : Tboolean read GetwasSubstitutedElement write SetwasSubstitutedElement;
 
Public property type_ : TCodeableConcept read Gettype_ write Settype_;

A code signifying whether a different drug was dispensed from what was prescribed.

Public property reason : TCodeableConceptArray read GetreasonArray;

Indicates the reason for the substitution of (or lack of substitution) from what was prescribed.

Public property responsibleParty : TReferenceArray read GetresponsiblePartyArray;

The person or organization that has primary responsibility for the substitution.


Generated by PasDoc 0.15.0.