ContractAgent
open class ContractAgent: BackboneElement
Entity being ascribed responsibility.
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
-
Entity being ascribed responsibility.
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 Agent Type.
Declaration
Swift
public var actor: Reference?
-
Role type of the 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 ContractAgent: BackboneElement