StructureMapGroup
open class StructureMapGroup: BackboneElement
Named sections for reader convenience.
Organizes the mapping into managable chunks for human review/ease of maintenance.
-
Named sections for reader convenience.
Organizes the mapping into managable chunks for human review/ease of maintenance.
Declaration
Swift
override open class var resourceType: String
-
Additional description/explaination for group.
Declaration
Swift
public var documentation: FHIRString?
-
Another group that this group adds rules to.
Declaration
Swift
public var extends: FHIRString?
-
Named instance provided when invoking the map.
Declaration
Swift
public var input: [StructureMapGroupInput]?
-
Human-readable label.
Declaration
Swift
public var name: FHIRString?
-
Transform Rule from source to target.
Declaration
Swift
public var rule: [StructureMapGroupRule]?
-
If this is the default rule set to apply for thie source type, or this combination of types.
Declaration
Swift
public var typeMode: StructureMapGroupTypeMode?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(input: [StructureMapGroupInput], name: FHIRString, rule: [StructureMapGroupRule], typeMode: StructureMapGroupTypeMode)
-
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 StructureMapGroup: BackboneElement