Implementation Guide
Version 1.4.0 - release

: Example Selbsttest - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "ExampleBundleMessageContainer",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/atf/StructureDefinition/atf-message-bundle"
    ]
  },
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:86a87254-ce15-11ed-afa1-0242ac120002"
  },
  "type" : "message",
  "timestamp" : "2023-03-29T13:28:17+02:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:86a87254-ce15-11ed-afa1-0242ac120003",
      "resource" : {
        "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\"><a name=\"MessageHeader_ExampleMessageHeaderAppTransportFramework\"> </a><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"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:86a87254-ce15-11ed-afa1-0242ac120004",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "SuccessOperationOutcome",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_SuccessOperationOutcome\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome SuccessOperationOutcome</b></p><a name=\"SuccessOperationOutcome\"> </a><a name=\"hcSuccessOperationOutcome\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Information</td><td>Informational Note</td><td>Anfrage erfolgreich entgegengenommen</td></tr></table></div>"
        },
        "issue" : [
          {
            "severity" : "information",
            "code" : "informational",
            "diagnostics" : "Anfrage erfolgreich entgegengenommen"
          }
        ]
      }
    }
  ]
}