ACK Management Framework
0.1.9 - ci-build

ACK Management Framework, published by FO. This guide is not an authorized publication; it is the continuous build for version 0.1.9 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/frankoemig/ack-ig/ and changes regularly. See the Directory of published versions

Standards

How are messages represented in different standards:

v2 Messaging

In v2.x messaging is the standard transmission protocol. The content is encapsulated by technical segments:

(simple) trigger message:

  • MSH
  • [EVN]
  • PID

response ACK message:

  • MSH
  • MSA

MSH conveys individual message instance identifiers. In a response, the MSA refers to the instance identifier of the message to which it is the response to.

FHIR Messaging

In FHIR, messages are transmitted in a batch that is encapsulated in a bundle:

  • Bundle
    • MessageHeader

V3 Messaging

Is V3 Messaging still an issue to be covered and explained?