Class TMedicationRequestInitialFill
Unit
bsFhir_r4b
Declaration
type TMedicationRequestInitialFill = 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 quantity : TQuantity read Getquantity write Setquantity; |
The amount or quantity to provide as part of the first dispense.
|
|
property duration : TDuration read Getduration write Setduration; |
The length of time that the first dispense is expected to last.
|
Generated by PasDoc 0.15.0.
|