Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TCommunicationRequest
Unit
bsFhir_stu3
Declaration
type TCommunicationRequest = class(TDomainResource)
Description
A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be 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; |
A unique ID of this request for reference purposes. It must be provided if user wants it returned as part of any output, otherwise it will be autogenerated, if needed, by CDS system. Does not need to be the actual ID of the source system.
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A plan or proposal that is fulfilled in whole or in part by this request.
|
|
property replaces : TReferenceArray read GetreplacesArray; |
Completed or terminated request(s) whose function is taken by this new request.
|
|
property groupIdentifier : TIdentifier read GetgroupIdentifier write SetgroupIdentifier; |
A shared identifier common to all requests that were authorized more or less simultaneously by a single author, representing the identifier of the requisition, prescription or similar form.
|
|
property status : string read Getstatus write Setstatus; |
The status of the proposal or order.
|
|
property statusElement : TRequestStatus read GetstatusElement write SetstatusElement; |
|
|
property category : TCodeableConceptArray read GetcategoryArray; |
The type of message to be sent such as alert, notification, reminder, instruction, etc.
|
|
property priority : string read Getpriority write Setpriority; |
Characterizes how quickly the proposed act must be initiated. 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 is the focus of this communication request.
|
|
property recipient : TReferenceArray read GetrecipientArray; |
The entity (e.g. person, organization, clinical information system, device, group, or care team) which is the intended target of the communication.
|
|
property topic : TReferenceArray read GettopicArray; |
The resources which were related to producing this communication request.
|
|
property context : TReference read Getcontext write Setcontext; |
The encounter or episode of care within which the communication request was created.
|
|
property occurrence : TElement read Getoccurrence write Setoccurrence; |
The time when this communication is to occur.
|
|
property authoredOn : string read GetauthoredOn write SetauthoredOn; |
For draft requests, indicates the date of initial creation. For requests with other statuses, indicates the date of activation.
|
|
property authoredOnElement : TdateTime_ read GetauthoredOnElement write SetauthoredOnElement; |
|
|
property sender : TReference read Getsender write Setsender; |
The entity (e.g. person, organization, clinical information system, or device) which is to be the source of the communication.
|
|
property requester : TCommunicationRequestRequester read Getrequester write Setrequester; |
The individual who initiated the request and has responsibility for its activation.
|
|
property reasonCode : TCodeableConceptArray read GetreasonCodeArray; |
Describes why the request is being made in coded or textual form.
|
|
property reasonReference : TReferenceArray read GetreasonReferenceArray; |
Indicates another resource whose existence justifies this request.
|
|
property note : TAnnotationArray read GetnoteArray; |
Comments made about the request by the requester, sender, recipient, subject or other participants.
|
Generated by PasDoc 0.15.0.
|