Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TCommunication
Unit
bsFhir_r5
Declaration
type TCommunication = class(TDomainResource)
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. 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; |
Business identifiers assigned to this communication by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
|
|
property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray; |
The URL pointing to a FHIR-defined protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.
|
|
property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray; |
The URL pointing to an externally maintained protocol, guideline, orderset or other definition that is adhered to in whole or in part by this Communication.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
An order, proposal or plan fulfilled in whole or in part by this Communication.
|
|
property partOf : TReferenceArray read GetpartOfArray; |
A larger event (e.g. Communication, Procedure) of which this particular communication is a component or step.
|
|
property inResponseTo : TReferenceArray read GetinResponseToArray; |
Prior communication that this communication is in response to.
|
|
property status : string read Getstatus write Setstatus; |
The status of the transmission.
|
|
property statusElement : TEventStatus read GetstatusElement write SetstatusElement; |
|
|
property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason; |
Captures the reason for the current state of the Communication.
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
The type of message conveyed such as alert, notification, reminder, instruction, etc.
|
|
property priority : string read Getpriority write Setpriority; |
Characterizes how quickly the planned or in progress communication must be addressed. Includes concepts such as stat, urgent, routine.
|
|
property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement; |
|
|
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 topic : TCodeableConcept read Gettopic write Settopic; |
Description of the purpose/content, similar to a subject line in an email.
|
|
property about : TReferenceArray read GetaboutArray; |
Other resources that pertain to this communication and to which this communication should be associated.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The Encounter during which this Communication was created or to which the creation of this record is tightly associated.
|
|
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 recipient : TReferenceArray read GetrecipientArray; |
The entity (e.g. person, organization, clinical information system, care team or device) which is the target of the communication.
|
|
property sender : TReference read Getsender write Setsender; |
The entity (e.g. person, organization, clinical information system, or device) which is the source of the 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.
|