MedicationRequestDispenseRequest
open class MedicationRequestDispenseRequest: BackboneElement
Medication supply authorization.
Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order). Note that this information is not always sent with the order. There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department.
-
Medication supply authorization.
Indicates the specific details for the dispense or medication supply part of a medication request (also known as a Medication Prescription or Medication Order). Note that this information is not always sent with the order. There may be in some settings (e.g. hospitals) institutional or system support for completing the dispense details in the pharmacy department.
Declaration
Swift
override open class var resourceType: String
-
Number of days supply per dispense.
Declaration
Swift
public var expectedSupplyDuration: Duration?
-
Number of refills authorized.
Declaration
Swift
public var numberOfRepeatsAllowed: FHIRInteger?
-
Intended dispenser.
Declaration
Swift
public var performer: Reference?
-
Amount of medication to supply per dispense.
Declaration
Swift
public var quantity: Quantity?
-
Time period supply is authorized for.
Declaration
Swift
public var validityPeriod: Period?
-
Time period supply is authorized for.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class MedicationRequestDispenseRequest: BackboneElement