ContractTermAgent

open class ContractTermAgent: BackboneElement

Contract Term Agent List.

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

  • Contract Term Agent List.

    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
  • Contract Term Agent Subject.

    Declaration

    Swift

    public var actor: Reference?
  • Type of the Contract Term Agent.

    Declaration

    Swift

    public var role: [CodeableConcept]?
  • 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 ContractTermAgent: BackboneElement