StructureDefinitionSnapshot
open class StructureDefinitionSnapshot: BackboneElement
Snapshot view of the structure.
A snapshot view is expressed in a stand alone form that can be used and interpreted without considering the base StructureDefinition.
-
Snapshot view of the structure.
A snapshot view is expressed in a stand alone form that can be used and interpreted without considering the base StructureDefinition.
Declaration
Swift
override open class var resourceType: String
-
Definition of elements in the resource (if no StructureDefinition).
Declaration
Swift
public var element: [ElementDefinition]?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(element: [ElementDefinition])
-
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 StructureDefinitionSnapshot: BackboneElement