-
An entity used in this activity.
Declaration
Swift
override open class var resourceType: String
-
Entity is attributed to this agent.
Declaration
Swift
public var agent: [ProvenanceAgent]?
-
How the entity was used during the activity.
Declaration
Swift
public var role: ProvenanceEntityRole?
-
Identity of entity.
Declaration
Swift
public var whatIdentifier: Identifier?
-
Identity of entity.
Declaration
Swift
public var whatReference: Reference?
-
Identity of entity.
Declaration
Swift
public var whatUri: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(role: ProvenanceEntityRole, what: Any)
-
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 ProvenanceEntity: BackboneElement