CompositionAttester
open class CompositionAttester: BackboneElement
Attests to accuracy of composition.
A participant who has attested to the accuracy of the composition/document.
-
Attests to accuracy of composition.
A participant who has attested to the accuracy of the composition/document.
Declaration
Swift
override open class var resourceType: String
-
The type of attestation the authenticator offers.
Declaration
Swift
public var mode: [CompositionAttestationMode]?
-
Who attested the composition.
Declaration
Swift
public var party: Reference?
-
When the composition was attested.
Declaration
Swift
public var time: DateTime?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(mode: [CompositionAttestationMode])
-
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 CompositionAttester: BackboneElement