Class TCommunication

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property instantiatesCanonical : TBSFHIRPrimitiveStringArray read GetinstantiatesCanonicalArray;
Public property instantiatesUri : TBSFHIRPrimitiveStringArray read GetinstantiatesUriArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property inResponseTo : TReferenceArray read GetinResponseToArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TEventStatus read GetstatusElement write SetstatusElement;
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property priority : string read Getpriority write Setpriority;
Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
Public property medium : TCodeableConceptArray read GetmediumArray;
Public property subject : TReference read Getsubject write Setsubject;
Public property topic : TCodeableConcept read Gettopic write Settopic;
Public property about : TReferenceArray read GetaboutArray;
Public property encounter : TReference read Getencounter write Setencounter;
Public property sent : string read Getsent write Setsent;
Public property sentElement : TdateTime_ read GetsentElement write SetsentElement;
Public property received : string read Getreceived write Setreceived;
Public property receivedElement : TdateTime_ read GetreceivedElement write SetreceivedElement;
Public property recipient : TReferenceArray read GetrecipientArray;
Public property sender : TReference read Getsender write Setsender;
Public property reason : TCodeableReferenceArray read GetreasonArray;
Public property payload : TCommunicationPayloadArray read GetpayloadArray;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public 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.

Public 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.

Public property basedOn : TReferenceArray read GetbasedOnArray;

An order, proposal or plan fulfilled in whole or in part by this Communication.

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event (e.g. Communication, Procedure) of which this particular communication is a component or step.

Public property inResponseTo : TReferenceArray read GetinResponseToArray;

Prior communication that this communication is in response to.

Public property status : string read Getstatus write Setstatus;

The status of the transmission.

Public property statusElement : TEventStatus read GetstatusElement write SetstatusElement;
 
Public property statusReason : TCodeableConcept read GetstatusReason write SetstatusReason;

Captures the reason for the current state of the Communication.

Public property category : TCodeableConceptArray read GetcategoryArray;

The type of message conveyed such as alert, notification, reminder, instruction, etc.

Public 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.

Public property priorityElement : TRequestPriority read GetpriorityElement write SetpriorityElement;
 
Public property medium : TCodeableConceptArray read GetmediumArray;

A channel that was used for this communication (e.g. email, fax).

Public property subject : TReference read Getsubject write Setsubject;

The patient or group that was the focus of this communication.

Public property topic : TCodeableConcept read Gettopic write Settopic;

Description of the purpose/content, similar to a subject line in an email.

Public property about : TReferenceArray read GetaboutArray;

Other resources that pertain to this communication and to which this communication should be associated.

Public 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.

Public property sent : string read Getsent write Setsent;

The time when this communication was sent.

Public property sentElement : TdateTime_ read GetsentElement write SetsentElement;
 
Public property received : string read Getreceived write Setreceived;

The time when this communication arrived at the destination.

Public property receivedElement : TdateTime_ read GetreceivedElement write SetreceivedElement;
 
Public 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.

Public 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.

Public property reason : TCodeableReferenceArray read GetreasonArray;

The reason or justification for the communication.

Public property payload : TCommunicationPayloadArray read GetpayloadArray;

Text, attachment(s), or resource(s) that was communicated to the recipient.

Public 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.