HL7® Austria TC FHIR® Messaging
0.1.0 - ci-build

HL7® Austria TC FHIR® Messaging, published by HL7® Austria, TC FHIR®. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/TC-FHIR-AG-Messaging-R5/ and changes regularly. See the Directory of published versions

: Service status update over directed messaging. - JSON Representation

Draft as of 2026-01-21

Raw json | Download

{
  "resourceType" : "MessageDefinition",
  "id" : "at-messaging-service-status-message",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MessageDefinition at-messaging-service-status-message</b></p><a name=\"at-messaging-service-status-message\"> </a><a name=\"hcat-messaging-service-status-message\"> </a><p><b>url</b>: <a href=\"MessageDefinition-at-messaging-service-status-message.html\">MessageDefinition Service status update over directed messaging.</a></p><p><b>version</b>: 0.1.0</p><p><b>versionAlgorithm</b>: <a href=\"http://hl7.org/fhir/R5/codesystem-version-algorithm.html#version-algorithm-semver\">Version Algorithm: semver</a> (SemVer)</p><p><b>name</b>: ATMessagingServiceStatusMessage</p><p><b>title</b>: Service status update over directed messaging.</p><p><b>status</b>: Draft</p><p><b>date</b>: 2026-01-21</p><p><b>publisher</b>: HL7® Austria, TC FHIR®</p><p><b>contact</b>: HL7® Austria, TC FHIR®: <a href=\"https://hl7.at/technische-komitees/tc-fhir/\">https://hl7.at/technische-komitees/tc-fhir/</a>,<a href=\"mailto:tc-fhir@hl7.at\">tc-fhir@hl7.at</a>, Technical Committee for FHIR® at HL7® Austria: <a href=\"mailto:tc-fhir@hl7.at\">tc-fhir@hl7.at</a></p><p><b>description</b>: </p><div><p>Regulates the resources to be used in a directed message when transferring a task status update of a ServiceRequest.</p>\n</div><h3>UseContexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://terminology.hl7.org/7.0.1/CodeSystem-usage-context-type.html#usage-context-type-jurisdiction\">UsageContextType: jurisdiction</a> (Jurisdiction) (version = 2.0.1 )</td><td><span title=\"Codes:{urn:iso:std:iso:3166 AT}\">Austria</span></td></tr></table><p><b>event</b>: <a href=\"CodeSystem-at-messaging-event-type.html#at-messaging-event-type-status\">AT Messaging Event Type: status</a> (The message is sent to transfer the status or result of an ongoing message flow (e.g. acknowledgement, service status update, ...))</p><p><b>category</b>: Currency</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>Task</td><td><a href=\"StructureDefinition-at-messaging-task.html\">AT Messaging Task</a></td><td>1</td><td>1</td></tr></table><p><b>responseRequired</b>: Error/reject conditions only</p></div>"
  },
  "url" : "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-service-status-message",
  "version" : "0.1.0",
  "versionAlgorithmCoding" : {
    "system" : "http://hl7.org/fhir/version-algorithm",
    "code" : "semver"
  },
  "name" : "ATMessagingServiceStatusMessage",
  "title" : "Service status update over directed messaging.",
  "status" : "draft",
  "date" : "2026-01-21",
  "publisher" : "HL7® Austria, TC FHIR®",
  "contact" : [
    {
      "name" : "HL7® Austria, TC FHIR®",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.at/technische-komitees/tc-fhir/"
        },
        {
          "system" : "email",
          "value" : "tc-fhir@hl7.at"
        }
      ]
    },
    {
      "name" : "Technical Committee for FHIR® at HL7® Austria",
      "telecom" : [
        {
          "system" : "email",
          "value" : "tc-fhir@hl7.at"
        }
      ]
    }
  ],
  "description" : "Regulates the resources to be used in a directed message when transferring a task status update of a ServiceRequest.",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "version" : "2.0.1",
        "code" : "jurisdiction"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:iso:std:iso:3166",
            "code" : "AT",
            "display" : "Austria"
          }
        ]
      }
    }
  ],
  "eventCoding" : {
    "system" : "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-event-type",
    "code" : "status"
  },
  "category" : "currency",
  "focus" : [
    {
      "code" : "Task",
      "profile" : "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/StructureDefinition/at-messaging-task",
      "min" : 1,
      "max" : "1"
    }
  ],
  "responseRequired" : "on-error"
}