CapabilityStatementMessagingEvent
open class CapabilityStatementMessagingEvent: BackboneElement
Declare support for this event.
A description of the solution’s support for an event at this end-point.
-
Declare support for this event.
A description of the solution’s support for an event at this end-point.
Declaration
Swift
override open class var resourceType: String -
The impact of the content of the message.
Declaration
Swift
public var category: MessageSignificanceCategory? -
Event type.
Declaration
Swift
public var code: Coding? -
Endpoint-specific event documentation.
Declaration
Swift
public var documentation: FHIRString? -
Resource that’s focus of message.
Declaration
Swift
public var focus: FHIRString? -
The mode of this event declaration - whether an application is a sender or receiver.
Declaration
Swift
public var mode: EventCapabilityMode? -
Profile that describes the request.
Declaration
Swift
public var request: Reference? -
Profile that describes the response.
Declaration
Swift
public var response: Reference? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: Coding, focus: FHIRString, mode: EventCapabilityMode, request: Reference, response: Reference) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class CapabilityStatementMessagingEvent: BackboneElement
View on GitHub
Install in Dash
CapabilityStatementMessagingEvent Class Reference