Class TMedicationRequestSubstitution
Unit
bsFhir_r5
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 allowedBoolean : boolean read GetallowedBoolean write SetallowedBoolean; |
True if the prescriber allows a different drug to be dispensed from what was prescribed. (choose any one of allowed*, but only one)
|
|
property allowedBooleanElement : Tboolean read GetallowedBooleanElement write SetallowedBooleanElement; |
|
|
property allowedCodeableConcept : TCodeableConcept read GetallowedCodeableConcept write SetallowedCodeableConcept; |
True if the prescriber allows a different drug to be dispensed from what was prescribed. (choose any one of allowed*, but only one)
|
|
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.
|