Class TCommunicationPayload
Unit
bsFhir_r5
Declaration
type TCommunicationPayload = class(TBackboneElement)
Description
A clinical or business level record of information being transmitted or shared; e.g. an alert that was sent to a responsible provider, a public health agency communication to a provider/reporter in response to a case report for a reportable condition.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property contentAttachment : TAttachment read GetcontentAttachment write SetcontentAttachment; |
A communicated content (or for multi-part communications, one portion of the communication). (choose any one of content*, but only one)
|
|
property contentReference : TReference read GetcontentReference write SetcontentReference; |
A communicated content (or for multi-part communications, one portion of the communication). (choose any one of content*, but only one)
|
|
property contentCodeableConcept : TCodeableConcept read GetcontentCodeableConcept write SetcontentCodeableConcept; |
A communicated content (or for multi-part communications, one portion of the communication). (choose any one of content*, but only one)
|
Generated by PasDoc 0.15.0.
|