CodeSystemFilter
open class CodeSystemFilter: BackboneElement
Filter that can be used in a value set.
A filter that can be used in a value set compose statement when selecting concepts using a filter.
-
Filter that can be used in a value set.
A filter that can be used in a value set compose statement when selecting concepts using a filter.
Declaration
Swift
override open class var resourceType: String -
Code that identifies the filter.
Declaration
Swift
public var code: FHIRString? -
How or why the filter is used.
Declaration
Swift
public var description_fhir: FHIRString? -
A list of operators that can be used with the filter.
Declaration
Swift
public var operator_fhir: [FilterOperator]? -
What to use for the value.
Declaration
Swift
public var value: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: FHIRString, operator_fhir: [FilterOperator], value: FHIRString) -
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 CodeSystemFilter: BackboneElement
View on GitHub
Install in Dash
CodeSystemFilter Class Reference