CapabilityStatementRestResourceSearchParam
open class CapabilityStatementRestResourceSearchParam: BackboneElement
Search parameters supported by implementation.
Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.
-
Search parameters supported by implementation.
Search parameters for implementations to support and/or make use of - either references to ones defined in the specification, or additional ones defined for/by the implementation.
Declaration
Swift
override open class var resourceType: String -
Source of definition for parameter.
Declaration
Swift
public var definition: FHIRURL? -
Server-specific usage.
Declaration
Swift
public var documentation: FHIRString? -
Name of search parameter.
Declaration
Swift
public var name: FHIRString? -
The type of value a search parameter refers to, and how the content is interpreted.
Declaration
Swift
public var type: SearchParamType? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString, type: SearchParamType) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class CapabilityStatementRestResourceSearchParam: BackboneElement
View on GitHub
Install in Dash
CapabilityStatementRestResourceSearchParam Class Reference