BundleLink
open class BundleLink: BackboneElement
Links related to this Bundle.
A series of links that provide context to this bundle.
-
Links related to this Bundle.
A series of links that provide context to this bundle.
Declaration
Swift
override open class var resourceType: String
-
Declaration
Swift
public var relation: FHIRString?
-
Reference details for the link.
Declaration
Swift
public var url: FHIRURL?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(relation: FHIRString, 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 BundleLink: BackboneElement