Class TMedicationRequestSubstitution

Unit

Declaration

type TMedicationRequestSubstitution = class(TBackboneElement)

Description

An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called "MedicationRequest" rather than "MedicationPrescription" or "MedicationOrder" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property allowed : boolean read Getallowed write Setallowed;
Public property allowedElement : Tboolean read GetallowedElement write SetallowedElement;
Public property reason : TCodeableConcept read Getreason write Setreason;

Description

Methods

Public constructor Create; override;
 

Properties

Public property allowed : boolean read Getallowed write Setallowed;

True if the prescriber allows a different drug to be dispensed from what was prescribed.

Public property allowedElement : Tboolean read GetallowedElement write SetallowedElement;
 
Public property reason : TCodeableConcept read Getreason write Setreason;

Indicates the reason for the substitution, or why substitution must or must not be performed.


Generated by PasDoc 0.15.0.