ValueSetCompose
open class ValueSetCompose: BackboneElement
Definition of the content of the value set (CLD).
A set of criteria that define the content logical definition of the value set by including or excluding codes from
outside this value set. This I also known as the Content Logical Definition
(CLD).
-
Definition of the content of the value set (CLD).
A set of criteria that define the content logical definition of the value set by including or excluding codes from outside this value set. This I also known as the
Content Logical Definition
(CLD).Declaration
Swift
override open class var resourceType: String -
Explicitly exclude codes from a code system or other value sets.
Declaration
Swift
public var exclude: [ValueSetComposeInclude]? -
Whether inactive codes are in the value set.
Declaration
Swift
public var inactive: FHIRBool? -
Include one or more codes from a code system or other value set(s).
Declaration
Swift
public var include: [ValueSetComposeInclude]? -
Fixed date for version-less references (transitive).
Declaration
Swift
public var lockedDate: FHIRDate? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(include: [ValueSetComposeInclude]) -
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 ValueSetCompose: BackboneElement
View on GitHub
Install in Dash
ValueSetCompose Class Reference