CapabilityStatementRestResourceInteraction
open class CapabilityStatementRestResourceInteraction: BackboneElement
What operations are supported?.
Identifies a restful operation supported by the solution.
-
What operations are supported?.
Identifies a restful operation supported by the solution.
Declaration
Swift
override open class var resourceType: String
-
Coded identifier of the operation, supported by the system resource. Only use: [‘read’, ‘vread’, 'update’, 'patch’, 'delete’, 'history-instance’, 'history-type’, 'create’, 'search-type’]
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 CapabilityStatementRestResourceInteraction: BackboneElement