CapabilityStatementRestInteraction

open class CapabilityStatementRestInteraction: BackboneElement

What operations are supported?.

A specification of restful operations supported by the system.

  • What operations are supported?.

    A specification of restful operations supported by the system.

    Declaration

    Swift

    override open class var resourceType: String
  • A coded identifier of the operation, supported by the system. Only use: [‘transaction’, ‘batch’, 'search-system’, 'history-system’]

    Declaration

    Swift

    public var code: FHIRRestfulInteractions?
  • Anything special about operation behavior.

    Declaration

    Swift

    public var documentation: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(code: FHIRRestfulInteractions)
  • 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 CapabilityStatementRestInteraction: BackboneElement