Implementation Guide
Version 1.4.0 - release

: Example MessageHeader - JSON Representation

Raw json | Download

{
  "resourceType" : "MessageHeader",
  "id" : "ExampleMessageHeaderAppTransportFramework",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/atf/StructureDefinition/atf-message-header"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader ExampleMessageHeaderAppTransportFramework</b></p><a name=\"ExampleMessageHeaderAppTransportFramework\"> </a><a name=\"hcExampleMessageHeaderAppTransportFramework\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-atf-message-header.html\">MessageHeader</a></p></div><p><b>event</b>: <a href=\"CodeSystem-operation-identifier-cs.html#operation-identifier-cs-atf.59Empfangsbestaetigung\">Verarbeitungsidentifier (CS) atf;Empfangsbestaetigung</a>: Empfangsbestätigung und Auskunft über FHIR Interpretierbarkeit der Nachricht</p><h3>Destinations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td><td><b>Receiver</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:receiver@example.klaus.kim.telematik\">receiver@example.klaus.kim.telematik</a></td><td>Receiver Example (Identifier: <code>https://gematik.de/fhir/sid/telematik-id</code>/3-test-telematik-id)</td></tr></table><p><b>sender</b>: Sender Example (Identifier: <code>https://gematik.de/fhir/sid/telematik-id</code>/1-test-telematik-id)</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Software</b></td><td><b>Version</b></td><td><b>Contact</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>TopDoc Systems</td><td>TopDoc TI</td><td>2.4.5</td><td><a href=\"mailto:support@topdoc-systems.de\">support@topdoc-systems.de</a></td><td><a href=\"mailto:sender@example.peter.kim.telematik\">sender@example.peter.kim.telematik</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-ExampleBundleMessageContainer.html#urn-uuid-86a87254-ce15-11ed-afa1-0242ac120004\">Bundle: identifier = UUID:86a87254-ce15-11ed-afa1-0242ac120002; type = message; timestamp = 2023-03-29 13:28:17+0200</a></p></div>"
  },
  "eventCoding" : {
    "system" : "https://gematik.de/fhir/atf/CodeSystem/operation-identifier-cs",
    "code" : "atf;Empfangsbestaetigung"
  },
  "destination" : [
    {
      "endpoint" : "mailto:receiver@example.klaus.kim.telematik",
      "receiver" : {
        "identifier" : {
          "system" : "https://gematik.de/fhir/sid/telematik-id",
          "value" : "3-test-telematik-id"
        },
        "display" : "Receiver Example"
      }
    }
  ],
  "sender" : {
    "identifier" : {
      "system" : "https://gematik.de/fhir/sid/telematik-id",
      "value" : "1-test-telematik-id"
    },
    "display" : "Sender Example"
  },
  "source" : {
    "name" : "TopDoc Systems",
    "software" : "TopDoc TI",
    "version" : "2.4.5",
    "contact" : {
      "system" : "email",
      "value" : "support@topdoc-systems.de"
    },
    "endpoint" : "mailto:sender@example.peter.kim.telematik"
  },
  "focus" : [
    {
      "reference" : "urn:uuid:86a87254-ce15-11ed-afa1-0242ac120004"
    }
  ]
}