FHIR IG analytics| Package | hl7.at.fhir.messaging.r5 |
| Resource Type | MessageDefinition |
| Id | MessageDefinition-at-messaging-service-status-message.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/HL7Austria/TC-FHIR-AG-Messaging-R5/MessageDefinition-at-messaging-service-status-message.html |
| URL | http://fhir.hl7.at/fhir/ATMessaging/0.1.0/MessageDefinition/at-messaging-service-status-message |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-01-21 |
| Name | ATMessagingServiceStatusMessage |
| Title | Service status update over directed messaging. |
| Authority | hl7 |
| Description | Regulates the resources to be used in a directed message when transferring a task status update of a ServiceRequest. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageDefinition at-messaging-service-status-message
url: MessageDefinition Service status update over directed messaging.
version: 0.1.0
versionAlgorithm: Version Algorithm: semver (SemVer)
name: ATMessagingServiceStatusMessage
title: Service status update 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 task status update of a ServiceRequest.
| Code | Value[x] |
| UsageContextType: jurisdiction (Jurisdiction) (version = 2.0.1 ) | Austria |
event: AT Messaging Event Type: status (The message is sent to transfer the status or result of an ongoing message flow (e.g. acknowledgement, service status update, ...))
category: Currency
| Code | Profile | Min | Max |
| Task | AT Messaging Task | 1 | 1 |
responseRequired: Error/reject conditions only
{
"resourceType": "MessageDefinition",
"id": "at-messaging-service-status-message",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}