ProvenanceAgent

open class ProvenanceAgent: BackboneElement

Actor involved.

An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.

  • Actor involved.

    An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.

    Declaration

    Swift

    override open class var resourceType: String
  • Who the agent is representing.

    Declaration

    Swift

    public var onBehalfOfReference: Reference?
  • Who the agent is representing.

    Declaration

    Swift

    public var onBehalfOfUri: FHIRURL?
  • Type of relationship between agents.

    Declaration

    Swift

    public var relatedAgentType: CodeableConcept?
  • What the agents role was.

    Declaration

    Swift

    public var role: [CodeableConcept]?
  • Who participated.

    Declaration

    Swift

    public var whoReference: Reference?
  • Who participated.

    Declaration

    Swift

    public var whoUri: FHIRURL?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(who: 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 ProvenanceAgent: BackboneElement