CapabilityStatementMessaging
open class CapabilityStatementMessaging: BackboneElement
If messaging is supported.
A description of the messaging capabilities of the solution.
-
If messaging is supported.
A description of the messaging capabilities of the solution.
Declaration
Swift
override open class var resourceType: String
-
Messaging interface behavior details.
Declaration
Swift
public var documentation: FHIRString?
-
Where messages should be sent.
Declaration
Swift
public var endpoint: [CapabilityStatementMessagingEndpoint]?
-
Declare support for this event.
Declaration
Swift
public var event: [CapabilityStatementMessagingEvent]?
-
Reliable Message Cache Length (min).
Declaration
Swift
public var reliableCache: FHIRInteger?
-
Messages supported by this system.
Declaration
Swift
public var supportedMessage: [CapabilityStatementMessagingSupportedMessage]?
-
Messages supported by this system.
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 CapabilityStatementMessaging: BackboneElement