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

FHIR IG analytics

Packagehl7.at.fhir.messaging.r5
Resource TypeCodeSystem
IdCodeSystem-at-messaging-event-type.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/TC-FHIR-AG-Messaging-R5/CodeSystem-at-messaging-event-type.html
URLhttp://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-event-type
Version0.1.0
Statusdraft
Date2026-02-02T14:50:21+00:00
NameATMessagingEventType
TitleAT Messaging Event Type
Authorityhl7
DescriptionEvent Coding for discriminating messages on the receiver.
Contentcomplete

Resources that use this resource

ValueSet
at-messaging-event-type-vsAT Message Event Type ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem at-messaging-event-type

This case-insensitive code system http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-event-type defines the following codes:

CodeDisplayDefinition
request Message to initiate a workflow to request an action or a communication.Initial request for an action.
document A document is sent.The transfer of a document is the main purpose of the message.
status The message is sent to transfer the status or result of an ongoing message flow (e.g. acknowledgement, service status update, ...)The transfer of a status update as a response to another message is the main purpose of the message.

Source1

{
  "resourceType": "CodeSystem",
  "id": "at-messaging-event-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.hl7.at/fhir/ATMessaging/0.1.0/CodeSystem/at-messaging-event-type",
  "version": "0.1.0",
  "name": "ATMessagingEventType",
  "title": "AT Messaging Event Type",
  "status": "draft",
  "experimental": false,
  "date": "2026-02-02T14:50:21+00:00",
  "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": "Event Coding for discriminating messages on the receiver.",
  "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"
          }
        ]
      }
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "request",
      "display": "Message to initiate a workflow to request an action or a communication.",
      "definition": "Initial request for an action."
    },
    {
      "code": "document",
      "display": "A document is sent.",
      "definition": "The transfer of a document is the main purpose of the message."
    },
    {
      "code": "status",
      "display": "The message is sent to transfer the status or result of an ongoing message flow (e.g. acknowledgement, service status update, ...)",
      "definition": "The transfer of a status update as a response to another message is the main purpose of the message."
    }
  ]
}