Class TMessageHeader
Unit
bsFhir_stu3
Declaration
type TMessageHeader = class(TDomainResource)
Description
The header for a message exchange that is either requesting or responding to an action. The reference(s) that are the subject of the action as well as other information related to the action are typically transmitted in a bundle in which the MessageHeader resource instance is the first resource in the bundle. 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 event : TCoding read Getevent write Setevent; |
Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification have the system value "http://hl7.org/fhir/message-events".
|
|
property receiver : TReference read Getreceiver write Setreceiver; |
Allows data conveyed by a message to be addressed to a particular person or department when routing to a specific application isn't sufficient.
|
|
property sender : TReference read Getsender write Setsender; |
Identifies the sending system to allow the use of a trust relationship.
|
|
property timestamp : string read Gettimestamp write Settimestamp; |
The time that the message was sent.
|
|
property timestampElement : Tinstant read GettimestampElement write SettimestampElement; |
|
|
property enterer : TReference read Getenterer write Setenterer; |
The person or device that performed the data entry leading to this message. When there is more than one candidate, pick the most proximal to the message. Can provide other enterers in extensions.
|
|
property author : TReference read Getauthor write Setauthor; |
The logical author of the message - the person or device that decided the described event should happen. When there is more than one candidate, pick the most proximal to the MessageHeader. Can provide other authors in extensions.
|
|
property source : TMessageHeaderSource read Getsource write Setsource; |
The source application from which this message originated.
|
|
property responsible : TReference read Getresponsible write Setresponsible; |
The person or organization that accepts overall responsibility for the contents of the message. The implication is that the message event happened under the policies of the responsible party.
|
|
property reason : TCodeableConcept read Getreason write Setreason; |
Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of this message.
|
|
property response : TMessageHeaderResponse read Getresponse write Setresponse; |
Information about the message that this message is a response to. Only present if this message is a response.
|
|
property focus : TReferenceArray read GetfocusArray; |
The actual data of the message - a reference to the root/focus class of the event.
|
Generated by PasDoc 0.15.0.
|