ExpansionProfileFixedVersion
open class ExpansionProfileFixedVersion: BackboneElement
Fix use of a code system to a particular version.
Fix use of a particular code system to a particular version.
-
Fix use of a code system to a particular version.
Fix use of a particular code system to a particular version.
Declaration
Swift
override open class var resourceType: String
-
How to manage the intersection between a fixed version in a value set, and this fixed version of the system in the expansion profile.
Declaration
Swift
public var mode: SystemVersionProcessingMode?
-
System to have its version fixed.
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(mode: SystemVersionProcessingMode, system: FHIRURL, version: 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 ExpansionProfileFixedVersion: BackboneElement