ValueSetComposeIncludeFilter
open class ValueSetComposeIncludeFilter: BackboneElement
Select codes/concepts by their properties (including relationships).
Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
-
Select codes/concepts by their properties (including relationships).
Select concepts by specify a matching criteria based on the properties (including relationships) defined by the system. If multiple filters are specified, they SHALL all be true.
Declaration
Swift
override open class var resourceType: String
-
The kind of operation to perform as a part of the filter criteria.
Declaration
Swift
public var op: FilterOperator?
-
A property defined by the code system.
Declaration
Swift
public var property: FHIRString?
-
Code from the system, or regex criteria, or boolean value for exists.
Declaration
Swift
public var value: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(op: FilterOperator, property: FHIRString, value: 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 ValueSetComposeIncludeFilter: BackboneElement