SupplyRequestOrderedItem
open class SupplyRequestOrderedItem: BackboneElement
The item being requested.
-
The item being requested.
Declaration
Swift
override open class var resourceType: String -
Medication, Substance, or Device requested to be supplied.
Declaration
Swift
public var itemCodeableConcept: CodeableConcept? -
Medication, Substance, or Device requested to be supplied.
Declaration
Swift
public var itemReference: Reference? -
The requested amount of the item indicated.
Declaration
Swift
public var quantity: Quantity? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(quantity: Quantity) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class SupplyRequestOrderedItem: BackboneElement
View on GitHub
Install in Dash
SupplyRequestOrderedItem Class Reference