BundleEntry
open class BundleEntry: BackboneElement
Entry in the bundle - will have a resource, or information.
An entry in a bundle resource - will either contain a resource, or information about a resource (transactions and history only).
-
Entry in the bundle - will have a resource, or information.
An entry in a bundle resource - will either contain a resource, or information about a resource (transactions and history only).
Declaration
Swift
override open class var resourceType: String
-
Absolute URL for resource (server address, or UUID/OID).
Declaration
Swift
public var fullUrl: FHIRURL?
-
Links related to this entry.
Declaration
Swift
public var link: [BundleLink]?
-
Transaction Related Information.
Declaration
Swift
public var request: BundleEntryRequest?
-
A resource in the bundle.
Declaration
Swift
public var resource: Resource?
-
Transaction Related Information.
Declaration
Swift
public var response: BundleEntryResponse?
-
Search related information.
Declaration
Swift
public var search: BundleEntrySearch?
-
Search related information.
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 BundleEntry: BackboneElement