ConsentActor

open class ConsentActor: BackboneElement

Who|what controlled by this consent (or group, by role).

Who or what is controlled by this consent. Use group to identify a set of actors by some property they share (e.g. ‘admitting officers’).

  • Who|what controlled by this consent (or group, by role).

    Who or what is controlled by this consent. Use group to identify a set of actors by some property they share (e.g. ‘admitting officers’).

    Declaration

    Swift

    override open class var resourceType: String
  • Resource for the actor (or group, by role).

    Declaration

    Swift

    public var reference: Reference?
  • How the actor is involved.

    Declaration

    Swift

    public var role: CodeableConcept?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(reference: Reference, role: CodeableConcept)
  • 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 ConsentActor: BackboneElement