MedicationDispensePerformer
open class MedicationDispensePerformer: BackboneElement
Who performed event.
Indicates who or what performed the event. It should be assumed that the performer is the dispenser of the medication.
-
Who performed event.
Indicates who or what performed the event. It should be assumed that the performer is the dispenser of the medication.
Declaration
Swift
override open class var resourceType: String
-
Individual who was performing.
Declaration
Swift
public var actor: Reference?
-
Organization organization was acting for.
Declaration
Swift
public var onBehalfOf: Reference?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(actor: Reference)
-
Convenience initializer, taking all required properties as arguments.
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 MedicationDispensePerformer: BackboneElement