CommunicationRequestPayload
open class CommunicationRequestPayload: BackboneElement
Message payload.
Text, attachment(s), or resource(s) to be communicated to the recipient.
-
Message payload.
Text, attachment(s), or resource(s) to be communicated to the recipient.
Declaration
Swift
override open class var resourceType: String -
Message part content.
Declaration
Swift
public var contentAttachment: Attachment? -
Message part content.
Declaration
Swift
public var contentReference: Reference? -
Message part content.
Declaration
Swift
public var contentString: FHIRString? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(content: Any) -
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 CommunicationRequestPayload: BackboneElement
View on GitHub
Install in Dash
CommunicationRequestPayload Class Reference