ValueSetExpansionParameter
open class ValueSetExpansionParameter: BackboneElement
Parameter that controlled the expansion process.
A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.
-
Parameter that controlled the expansion process.
A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.
Declaration
Swift
override open class var resourceType: String
-
Name as assigned by the server.
Declaration
Swift
public var name: FHIRString?
-
Value of the named parameter.
Declaration
Swift
public var valueBoolean: FHIRBool?
-
Value of the named parameter.
Declaration
Swift
public var valueCode: FHIRString?
-
Value of the named parameter.
Declaration
Swift
public var valueDecimal: FHIRDecimal?
-
Value of the named parameter.
Declaration
Swift
public var valueInteger: FHIRInteger?
-
Value of the named parameter.
Declaration
Swift
public var valueString: FHIRString?
-
Value of the named parameter.
Declaration
Swift
public var valueUri: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString)
-
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 ValueSetExpansionParameter: BackboneElement