ConsentExceptActor
open class ConsentExceptActor: BackboneElement
Who|what controlled by this exception (or group, by role).
Who or what is controlled by this Exception. Use group to identify a set of actors by some property they share (e.g. ‘admitting officers’).
-
Who|what controlled by this exception (or group, by role).
Who or what is controlled by this Exception. 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 ConsentExceptActor: BackboneElement