MessageHeaderResponse
open class MessageHeaderResponse: BackboneElement
If this is a reply to prior message.
Information about the message that this message is a response to. Only present if this message is a response.
-
If this is a reply to prior message.
Information about the message that this message is a response to. Only present if this message is a response.
Declaration
Swift
override open class var resourceType: String
-
Code that identifies the type of response to the message - whether it was successful or not, and whether it should be resent or not.
Declaration
Swift
public var code: ResponseType?
-
Specific list of hints/warnings/errors.
Declaration
Swift
public var details: Reference?
-
Id of original message.
Declaration
Swift
public var identifier: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: ResponseType, identifier: FHIRString)
-
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 MessageHeaderResponse: BackboneElement