CapabilityStatementMessagingSupportedMessage

open class CapabilityStatementMessagingSupportedMessage: BackboneElement

Messages supported by this system.

References to message definitions for messages this system can send or receive.

  • Messages supported by this system.

    References to message definitions for messages this system can send or receive.

    Declaration

    Swift

    override open class var resourceType: String
  • Message supported by this system.

    Declaration

    Swift

    public var definition: Reference?
  • The mode of this event declaration - whether application is sender or receiver.

    Declaration

    Swift

    public var mode: EventCapabilityMode?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(definition: Reference, mode: EventCapabilityMode)
  • 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 CapabilityStatementMessagingSupportedMessage: BackboneElement