Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TCommunication
Unit
bsFhir_stu3
Declaration
type TCommunication = class(TDomainResource)
Description
An occurrence of information being transmitted; e.g. an alert that was sent to a responsible provider, a public health agency was notified about a reportable condition. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifiers associated with this Communication that are defined by business processes and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).
|
|
property definition : TReferenceArray read GetdefinitionArray; |
A protocol, guideline, or other definition that was adhered to in whole or in part by this communication event.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
An order, proposal or plan fulfilled in whole or in part by this Communication.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
Part of this action.
|
|
property status : string read Getstatus write Setstatus; |
The status of the transmission.
|
|
property statusElement : TEventStatus read GetstatusElement write SetstatusElement; |
|
|
property notDone : boolean read GetnotDone write SetnotDone; |
If true, indicates that the described communication event did not actually occur.
|
|
property notDoneElement : Tboolean read GetnotDoneElement write SetnotDoneElement; |
|
|
property notDoneReason : TCodeableConcept read GetnotDoneReason write SetnotDoneReason; |
Describes why the communication event did not occur in coded and/or textual form.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
The type of message conveyed such as alert, notification, reminder, instruction, etc.
|
|
property medium : TCodeableConceptArray read GetmediumArray; |
A channel that was used for this communication (e.g. email, fax).
|
|
property subject : TReference read Getsubject write Setsubject; |
The patient or group that was the focus of this communication.
|
|
property recipient : TReferenceArray read GetrecipientArray; |
The entity (e.g. person, organization, clinical information system, or device) which was the target of the communication. If receipts need to be tracked by individual, a separate resource instance will need to be created for each recipient. Multiple recipient communications are intended where either a receipt(s) is not tracked (e.g. a mass mail-out) or is captured in aggregate (all emails confirmed received by a particular time).
|
|
property topic : TReferenceArray read GettopicArray; |
The resources which were responsible for or related to producing this communication.
|
|
property context : TReference read Getcontext write Setcontext; |
The encounter within which the communication was sent.
|
|
property sent : string read Getsent write Setsent; |
The time when this communication was sent.
|
|
property sentElement : TdateTime_ read GetsentElement write SetsentElement; |
|
|
property received : string read Getreceived write Setreceived; |
The time when this communication arrived at the destination.
|
|
property receivedElement : TdateTime_ read GetreceivedElement write SetreceivedElement; |
|
|
property sender : TReference read Getsender write Setsender; |
The entity (e.g. person, organization, clinical information system, or device) which was the source of the communication.
|
|
property reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
The reason or justification for the communication.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Indicates another resource whose existence justifies this communication.
|
|
property payload : TCommunicationPayloadArray read GetpayloadArray; |
Text, attachment(s), or resource(s) that was communicated to the recipient.
|
|
property note : TAnnotationArray read GetnoteArray; |
Additional notes or commentary about the communication by the sender, receiver or other interested parties.
|
Generated by PasDoc 0.15.0.
|