SupplyDelivery
open class SupplyDelivery: DomainResource
Delivery of bulk Supplies.
Record of delivery of what is supplied.
-
Delivery of bulk Supplies.
Record of delivery of what is supplied.
Declaration
Swift
override open class var resourceType: String
-
Fulfills plan, proposal or order.
Declaration
Swift
public var basedOn: [Reference]?
-
Where the Supply was sent.
Declaration
Swift
public var destination: Reference?
-
External identifier.
Declaration
Swift
public var identifier: Identifier?
-
When event occurred.
Declaration
Swift
public var occurrenceDateTime: DateTime?
-
When event occurred.
Declaration
Swift
public var occurrencePeriod: Period?
-
When event occurred.
Declaration
Swift
public var occurrenceTiming: Timing?
-
Part of referenced event.
Declaration
Swift
public var partOf: [Reference]?
-
Patient for whom the item is supplied.
Declaration
Swift
public var patient: Reference?
-
Who collected the Supply.
Declaration
Swift
public var receiver: [Reference]?
-
A code specifying the state of the dispense event.
Declaration
Swift
public var status: SupplyDeliveryStatus?
-
The item that is delivered or supplied.
Declaration
Swift
public var suppliedItem: SupplyDeliverySuppliedItem?
-
Dispenser.
Declaration
Swift
public var supplier: Reference?
-
Category of dispense event.
Declaration
Swift
public var type: CodeableConcept?
-
Category of dispense event.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class SupplyDelivery: DomainResource