Class TMedicationRequestSubstitution
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property allowed : TElement read Getallowed write Setallowed; |
True if the prescriber allows a different drug to be dispensed from what was prescribed.
|
|
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.
|