StructureMapGroupRuleTarget
open class StructureMapGroupRuleTarget: BackboneElement
Content to create because of this mapping rule.
-
Content to create because of this mapping rule.
Declaration
Swift
override open class var resourceType: String
-
Type or variable this rule applies to.
Declaration
Swift
public var context: FHIRString?
-
How to interpret the context.
Declaration
Swift
public var contextType: StructureMapContextType?
-
Field to create in the context.
Declaration
Swift
public var element: FHIRString?
-
If field is a list, how to manage the list.
Declaration
Swift
public var listMode: [StructureMapTargetListMode]?
-
Internal rule reference for shared list items.
Declaration
Swift
public var listRuleId: FHIRString?
-
Parameters to the transform.
Declaration
Swift
public var parameter: [StructureMapGroupRuleTargetParameter]?
-
How the data is copied / created.
Declaration
Swift
public var transform: StructureMapTransform?
-
Named context for field, if desired, and a field is specified.
Declaration
Swift
public var variable: FHIRString?
-
Named context for field, if desired, and a field is specified.
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 StructureMapGroupRuleTarget: BackboneElement