StructureMapStructure
open class StructureMapStructure: BackboneElement
Structure Definition used by this map.
A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced.
-
Structure Definition used by this map.
A structure definition used by this map. The structure definition may describe instances that are converted, or the instances that are produced.
Declaration
Swift
override open class var resourceType: String
-
Name for type in this map.
Declaration
Swift
public var alias: FHIRString?
-
Documentation on use of structure.
Declaration
Swift
public var documentation: FHIRString?
-
How the referenced structure is used in this mapping.
Declaration
Swift
public var mode: StructureMapModelMode?
-
Canonical URL for structure definition.
Declaration
Swift
public var url: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(mode: StructureMapModelMode, url: FHIRURL)
-
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 StructureMapStructure: BackboneElement