Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.MessageHeader

class HS.FHIR.DTL.vR4.Model.Resource.MessageHeader extends HS.FHIR.DTL.vR4.Model.Base.DomainResource

A resource that describes a message that is exchanged between systems.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = MessageHeader;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = MessageHeader;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property author as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "author", XMLPROJECTION = "ELEMENT");
Reference

The source of the decision.

Practitioner | PractitionerRole

Property methods: authorGet(), authorGetSwizzled(), authorIsValid(), authorNewObject(), authorSet()
property definition as %String (MAXLEN = 1000000, XMLNAME = "definition", XMLPROJECTION = "ATTRIBUTE");
canonical

Link to the definition for this message.

TO DO: Unrecognized value type for the FHIR4 model

Property methods: definitionDisplayToLogical(), definitionGet(), definitionIsValid(), definitionLogicalToDisplay(), definitionLogicalToOdbc(), definitionNormalize(), definitionSet()
property destination as list of HS.FHIR.DTL.vR4.Model.Element.MessageHeader.destination (XMLNAME = "destination", XMLPROJECTION = "ELEMENT");
BackboneElement

Message destination application(s)

Property methods: destinationBuildValueArray(), destinationCollectionToDisplay(), destinationCollectionToOdbc(), destinationDisplayToCollection(), destinationGet(), destinationGetObject(), destinationGetObjectId(), destinationGetSwizzled(), destinationIsValid(), destinationOdbcToCollection(), destinationSet(), destinationSetObject(), destinationSetObjectId()
property enterer as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "enterer", XMLPROJECTION = "ELEMENT");
Reference

The source of the data entry.

Practitioner | PractitionerRole

Property methods: entererGet(), entererGetSwizzled(), entererIsValid(), entererNewObject(), entererSet()
property eventCoding as HS.FHIR.DTL.vR4.Model.Datatype.Coding (XMLNAME = "eventCoding", XMLPROJECTION = "ELEMENT") [ Required ];
Coding

Code for the event this message represents or link to event definition.

any FHIR4 code may be used; message-events shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: eventCodingGet(), eventCodingGetSwizzled(), eventCodingIsValid(), eventCodingNewObject(), eventCodingSet()
property eventUri as %String (MAXLEN = 1000000, XMLNAME = "eventUri", XMLPROJECTION = "ATTRIBUTE") [ Required ];
uri

Code for the event this message represents or link to event definition.

Property methods: eventUriDisplayToLogical(), eventUriGet(), eventUriIsValid(), eventUriLogicalToDisplay(), eventUriLogicalToOdbc(), eventUriNormalize(), eventUriSet()
property focus as list of HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "focus", XMLPROJECTION = "ELEMENT");
Reference

The actual content of the message.

Any FHIR4 Resource may be indicated by this Reference

Property methods: focusBuildValueArray(), focusCollectionToDisplay(), focusCollectionToOdbc(), focusDisplayToCollection(), focusGet(), focusGetObject(), focusGetObjectId(), focusGetSwizzled(), focusIsValid(), focusOdbcToCollection(), focusSet(), focusSetObject(), focusSetObjectId()
property reason as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "reason", XMLPROJECTION = "ELEMENT");
CodeableConcept

Cause of event.

any FHIR4 code may be used; message-reason-encounter shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: reasonGet(), reasonGetSwizzled(), reasonIsValid(), reasonNewObject(), reasonSet()
property response as HS.FHIR.DTL.vR4.Model.Element.MessageHeader.response (XMLNAME = "response", XMLPROJECTION = "ELEMENT");
BackboneElement

If this is a reply to prior message.

Property methods: responseGet(), responseGetSwizzled(), responseIsValid(), responseNewObject(), responseSet()
property responsible as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "responsible", XMLPROJECTION = "ELEMENT");
Reference

Final responsibility for event.

Practitioner | PractitionerRole | Organization

Property methods: responsibleGet(), responsibleGetSwizzled(), responsibleIsValid(), responsibleNewObject(), responsibleSet()
property sender as HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "sender", XMLPROJECTION = "ELEMENT");
Reference

Real world sender of the message.

Practitioner | PractitionerRole | Organization

Property methods: senderGet(), senderGetSwizzled(), senderIsValid(), senderNewObject(), senderSet()
property source as HS.FHIR.DTL.vR4.Model.Element.MessageHeader.source (XMLNAME = "source", XMLPROJECTION = "ELEMENT") [ Required ];
BackboneElement

Message source application.

Property methods: sourceGet(), sourceGetSwizzled(), sourceIsValid(), sourceNewObject(), sourceSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab