ExpansionProfileExcludedSystem
open class ExpansionProfileExcludedSystem: BackboneElement
Systems/Versions to be exclude.
Code system, or a particular version of a code system to be excluded from value set expansions.
-
Systems/Versions to be exclude.
Code system, or a particular version of a code system to be excluded from value set expansions.
Declaration
Swift
override open class var resourceType: String
-
The specific code system to be excluded.
Declaration
Swift
public var system: FHIRURL?
-
Specific version of the code system referred to.
Declaration
Swift
public var version: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(system: FHIRURL)
-
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 ExpansionProfileExcludedSystem: BackboneElement