SupplyRequest
open class SupplyRequest: DomainResource
Request for a medication, substance or device.
A record of a request for a medication, substance or device used in the healthcare setting.
-
Request for a medication, substance or device.
A record of a request for a medication, substance or device used in the healthcare setting.
Declaration
Swift
override open class var resourceType: String -
When the request was made.
Declaration
Swift
public var authoredOn: DateTime? -
The kind of supply (central, non-stock, etc.).
Declaration
Swift
public var category: CodeableConcept? -
The origin of the supply.
Declaration
Swift
public var deliverFrom: Reference? -
The destination of the supply.
Declaration
Swift
public var deliverTo: Reference? -
Unique identifier.
Declaration
Swift
public var identifier: Identifier? -
When the request should be fulfilled.
Declaration
Swift
public var occurrenceDateTime: DateTime? -
When the request should be fulfilled.
Declaration
Swift
public var occurrencePeriod: Period? -
When the request should be fulfilled.
Declaration
Swift
public var occurrenceTiming: Timing? -
The item being requested.
Declaration
Swift
public var orderedItem: SupplyRequestOrderedItem? -
Indicates how quickly this SupplyRequest should be addressed with respect to other requests.
Declaration
Swift
public var priority: RequestPriority? -
Why the supply item was requested.
Declaration
Swift
public var reasonCodeableConcept: CodeableConcept? -
Why the supply item was requested.
Declaration
Swift
public var reasonReference: Reference? -
Who/what is requesting service.
Declaration
Swift
public var requester: SupplyRequestRequester? -
Status of the supply request.
Declaration
Swift
public var status: SupplyRequestStatus? -
Who is intended to fulfill the request.
Declaration
Swift
public var supplier: [Reference]? -
Who is intended to fulfill the request.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext) -
Undocumented
Declaration
Swift
open class SupplyRequest: DomainResource
View on GitHub
Install in Dash
SupplyRequest Class Reference