MessageDefinitionAllowedResponse
open class MessageDefinitionAllowedResponse: BackboneElement
Responses to this message.
Indicates what types of messages may be sent as an application-level response to this message.
-
Responses to this message.
Indicates what types of messages may be sent as an application-level response to this message.
Declaration
Swift
override open class var resourceType: String
-
Reference to allowed message definition response.
Declaration
Swift
public var message: Reference?
-
When should this response be used.
Declaration
Swift
public var situation: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(message: Reference)
-
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 MessageDefinitionAllowedResponse: BackboneElement