Class TMessageHeader
Unit
bsFhir_r5
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 eventCoding : TCoding read GeteventCoding write SeteventCoding; |
Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification are defined by the implementation. Alternatively a canonical uri to the EventDefinition. (choose any one of event*, but only one)
|
|
property eventCanonical : string read GeteventCanonical write SeteventCanonical; |
Code that identifies the event this message represents and connects it with its definition. Events defined as part of the FHIR specification are defined by the implementation. Alternatively a canonical uri to the EventDefinition. (choose any one of event*, but only one)
|
|
property eventCanonicalElement : Tcanonical read GeteventCanonicalElement write SeteventCanonicalElement; |
|
|
property sender : TReference read Getsender write Setsender; |
Identifies the sending system to allow the use of a trust relationship.
|
|
property author : TReference read Getauthor write Setauthor; |
The logical author of the message - the personor 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. This is allowed to be a Parameters resource.
|
|
property definition : string read Getdefinition write Setdefinition; |
Permanent link to the MessageDefinition for this message.
|
|
property definitionElement : Tcanonical read GetdefinitionElement write SetdefinitionElement; |
|
Generated by PasDoc 0.15.0.
|