Parameters
open class Parameters: Resource
Operation Request or Response.
This special resource type is used to represent an operation request and response (operations.html). It has no other use, and there is no RESTful endpoint associated with it.
-
Operation Request or Response.
This special resource type is used to represent an operation request and response (operations.html). It has no other use, and there is no RESTful endpoint associated with it.
Declaration
Swift
override open class var resourceType: String
-
Operation Parameter.
Declaration
Swift
public var parameter: [ParametersParameter]?
-
Operation Parameter.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Parameters: Resource