StructureMapGroupInput
open class StructureMapGroupInput: BackboneElement
Named instance provided when invoking the map.
A name assigned to an instance of data. The instance must be provided when the mapping is invoked.
-
Named instance provided when invoking the map.
A name assigned to an instance of data. The instance must be provided when the mapping is invoked.
Declaration
Swift
override open class var resourceType: String
-
Documentation for this instance of data.
Declaration
Swift
public var documentation: FHIRString?
-
Mode for this instance of data.
Declaration
Swift
public var mode: StructureMapInputMode?
-
Name for this instance of data.
Declaration
Swift
public var name: FHIRString?
-
Type for this instance of data.
Declaration
Swift
public var type: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(mode: StructureMapInputMode, name: 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 StructureMapGroupInput: BackboneElement