BundleEntryResponse
open class BundleEntryResponse: BackboneElement
Transaction Related Information.
Additional information about how this entry should be processed as part of a transaction.
-
Transaction Related Information.
Additional information about how this entry should be processed as part of a transaction.
Declaration
Swift
override open class var resourceType: String -
The etag for the resource (if relevant).
Declaration
Swift
public var etag: FHIRString? -
Server’s date time modified.
Declaration
Swift
public var lastModified: Instant? -
The location, if the operation returns a location.
Declaration
Swift
public var location: FHIRURL? -
OperationOutcome with hints and warnings (for batch/transaction).
Declaration
Swift
public var outcome: Resource? -
Status response code (text optional).
Declaration
Swift
public var status: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(status: FHIRString) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class BundleEntryResponse: BackboneElement
View on GitHub
Install in Dash
BundleEntryResponse Class Reference