FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.messaging.r5
Resource TypeMessageDefinition
IdMessageDefinition-at-messaging-document-message.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/TC-FHIR-AG-Messaging-R5/MessageDefinition-at-messaging-document-message.html
URLhttp://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-document-message
Version0.1.0
Statusdraft
Date2026-01-21
NameATMessagingDocumentMessage
TitleDocument transfer over directed messaging.
Authorityhl7
DescriptionRegulates the resources to be used in a directed message when transferring a document.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MessageDefinition at-messaging-document-message

url: MessageDefinition Document transfer over directed messaging.

version: 0.1.0

versionAlgorithm: Version Algorithm: semver (SemVer)

name: ATMessagingDocumentMessage

title: Document transfer over directed messaging.

status: Draft

date: 2026-01-21

publisher: HL7® Austria, TC FHIR®

contact: HL7® Austria, TC FHIR®: https://hl7.at/technische-komitees/tc-fhir/,tc-fhir@hl7.at, Technical Committee for FHIR® at HL7® Austria: tc-fhir@hl7.at

description:

Regulates the resources to be used in a directed message when transferring a document.

UseContexts

-CodeValue[x]
*UsageContextType: jurisdiction (Jurisdiction) (version = 2.0.1 )Austria

event: AT Messaging Event Type: document (A document is sent.)

category: Consequence

focus

code: DocumentReference

profile: MHD DocumentReference for Simplified Publish

min: 1

max: 1

focus

code: Patient

profile: HL7® AT Core Patient Profile

min: 1

max: 1

focus

code: Encounter

min: 0

max: 1

allowedResponse

message: Communication over directed messaging.

situation:

As soon as the receiving system has processed the message successfully and further communication needed.

allowedResponse

message: Document transfer over directed messaging.

situation:

As soon as the receiving system has processed the message successfully when the result of the ServiceRequest is available and can be transfered to the requesting party.


Source1

{
  "resourceType": "MessageDefinition",
  "id": "at-messaging-document-message",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-document-message",
  "version": "0.1.0",
  "versionAlgorithmCoding": {
    "system": "http://hl7.org/fhir/version-algorithm",
    "code": "semver"
  },
  "name": "ATMessagingDocumentMessage",
  "title": "Document transfer 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 document.",
  "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": "document"
  },
  "category": "consequence",
  "focus": [
    {
      "code": "DocumentReference",
      "profile": "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.SimplifiedPublish.DocumentReference",
      "min": 1,
      "max": "1"
    },
    {
      "code": "Patient",
      "profile": "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-patient",
      "min": 1,
      "max": "1"
    },
    {
      "code": "Encounter",
      "min": 0,
      "max": "1"
    }
  ],
  "allowedResponse": [
    {
      "message": "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-communication-message",
      "situation": "As soon as the receiving system has processed the message successfully and further communication needed."
    },
    {
      "message": "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-document-message",
      "situation": "As soon as the receiving system has processed the message successfully when the result of the ServiceRequest is available and can be transfered to the requesting party."
    }
  ]
}