StructureMapGroupRule
open class StructureMapGroupRule: BackboneElement
Transform Rule from source to target.
-
Transform Rule from source to target.
Declaration
Swift
override open class var resourceType: String
-
Which other rules to apply in the context of this rule.
Declaration
Swift
public var dependent: [StructureMapGroupRuleDependent]?
-
Documentation for this instance of data.
Declaration
Swift
public var documentation: FHIRString?
-
Name of the rule for internal references.
Declaration
Swift
public var name: FHIRString?
-
Rules contained in this rule.
Declaration
Swift
public var rule: [StructureMapGroupRule]?
-
Source inputs to the mapping.
Declaration
Swift
public var source: [StructureMapGroupRuleSource]?
-
Content to create because of this mapping rule.
Declaration
Swift
public var target: [StructureMapGroupRuleTarget]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString, source: [StructureMapGroupRuleSource])
-
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 StructureMapGroupRule: BackboneElement