Implementation Guide
Version 1.2.0 - release

Resource Profile: ERP Service Request Nachrichten-Header

Official URL: https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header Version: 1.2.0
Active as of 2025-07-31 Computable Name: ERPServiceRequestRequestHeader

Header mit Informationen über Absender und Empfänger

Motivation

Der ATF MessageHeader wurde dahingehend weiterspezifiziert, als dass nur für diesen Anwendungsfall gültige eventCodes und Ressourcen zu verwenden sind.

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MessageHeader 0..* MessageHeaderAppTransportFramework A resource that describes a message that is exchanged between systems
... id SΣ 1..1 id Eindeutige ID der Nachricht, anzugeben als UUID
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... eventCoding Coding
.... eventUri uri
.... event[x]:eventCoding Σ 0..1 Coding The event code that indicates in which application and which transmission path the communication is currently taking place
Binding: Identifikator des Anwendungsfalls (required)
... destination SΣ 1..* BackboneElement Angaben zum Empfänger der Nachricht
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... endpoint SΣ 1..1 url Adresse des Empfängers der Nachricht
.... receiver SΣC 0..1 Reference(Practitioner | PractitionerRole | Organization) Intended "real-world" recipient for the data
Constraints: app-transport-message-header-1
..... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Identifier des Empfängers der Nachricht
..... display SΣ 0..1 string Anzeigename des Empfängers der Nachricht
... sender SΣ 1..1 Reference(Practitioner | PractitionerRole | Organization) Real world sender of the message
.... reference SΣC 0..1 string Ressource des Absenders der Nachricht
.... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Business Identifer des Absenders der Nachricht
.... display SΣ 1..1 string Anzeigename des Absenders der Nachricht
... source SΣ 1..1 BackboneElement Angabe der Informationen des Absendenden Systems
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name SΣ 1..1 string Name des Softwareherstellers
.... software SΣ 1..1 string Name der Software
.... version SΣ 1..1 string Version der Software
.... contact SΣ 1..1 ContactPoint E-Mail Kontaktmöglichkeit zum Hersteller
..... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Fixed Value: email
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
.... endpoint SΣ 1..1 url Adresse des Absenders der Nachricht
... responsible SΣ 1..1 Reference(ERP Service Request Organisation) The organization that is responsible for the request.
... focus SΣ 1..* Reference(ERP Service Request Rezeptanforderung | ERP Service Request Abgabeanforderung | ERP Service Request Nachrichten-Container) Specification of the ServiceRequest that contains the essential information for a given use case.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
MessageHeader.event[x]requiredServiceIdentifierVS
https://gematik.de/fhir/atf/ValueSet/service-identifier-vs
MessageHeader.event[x]:eventCodingrequiredServiceIdentifierVS
https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs
From this IG
MessageHeader.source.contact.systemrequiredFixed Value: email
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
MessageHeader.source.contact.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
app-transport-message-header-1errorMessageHeader.destination.receiverAls Empfänger muss eine Referenz, Displaywert oder Identifier angegeben werden
: reference.exists() or display.exists() or identifier.exists()
dom-2errorMessageHeaderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMessageHeaderIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMessageHeaderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from MessageHeaderAppTransportFramework

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MessageHeader MessageHeaderAppTransportFramework
... Slices for event[x] 1..1 Coding, uri Code for the event this message represents or link to event definition
Slice: Unordered, Open by type:$this
.... event[x]:eventCoding 0..1 Coding The event code that indicates in which application and which transmission path the communication is currently taking place
Binding: Identifikator des Anwendungsfalls (required)
... destination
.... receiver
..... identifier 0..1 IdentifierTelematikId(1.5.2) Identifier des Empfängers der Nachricht
... sender
.... identifier 0..1 IdentifierTelematikId(1.5.2) Business Identifer des Absenders der Nachricht
... focus 1..* Reference(ERP Service Request Rezeptanforderung | ERP Service Request Abgabeanforderung | ERP Service Request Nachrichten-Container) Specification of the ServiceRequest that contains the essential information for a given use case.

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
MessageHeader.event[x]:eventCodingrequiredServiceIdentifierVS
https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs
From this IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MessageHeader 0..* MessageHeaderAppTransportFramework A resource that describes a message that is exchanged between systems
... id SΣ 1..1 id Eindeutige ID der Nachricht, anzugeben als UUID
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for event[x] Σ 1..1 Code for the event this message represents or link to event definition
Slice: Unordered, Open by type:$this
Binding: Anwendungskennzeichen (VS) (required): One of the message events defined as part of this version of FHIR.
.... eventCoding Coding
.... eventUri uri
.... event[x]:eventCoding Σ 0..1 Coding The event code that indicates in which application and which transmission path the communication is currently taking place
Binding: Identifikator des Anwendungsfalls (required)
... destination SΣ 1..* BackboneElement Angaben zum Empfänger der Nachricht
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 0..1 string Name of system
.... target Σ 0..1 Reference(Device) Particular delivery destination within the destination
.... endpoint SΣ 1..1 url Adresse des Empfängers der Nachricht
.... receiver SΣC 0..1 Reference(Practitioner | PractitionerRole | Organization) Intended "real-world" recipient for the data
Constraints: app-transport-message-header-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Identifier des Empfängers der Nachricht
..... display SΣ 0..1 string Anzeigename des Empfängers der Nachricht
... sender SΣ 1..1 Reference(Practitioner | PractitionerRole | Organization) Real world sender of the message
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 0..1 string Ressource des Absenders der Nachricht
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Business Identifer des Absenders der Nachricht
.... display SΣ 1..1 string Anzeigename des Absenders der Nachricht
... enterer Σ 0..1 Reference(Practitioner | PractitionerRole) The source of the data entry
... author Σ 0..1 Reference(Practitioner | PractitionerRole) The source of the decision
... source SΣ 1..1 BackboneElement Angabe der Informationen des Absendenden Systems
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name SΣ 1..1 string Name des Softwareherstellers
.... software SΣ 1..1 string Name der Software
.... version SΣ 1..1 string Version der Software
.... contact SΣ 1..1 ContactPoint E-Mail Kontaktmöglichkeit zum Hersteller
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Fixed Value: email
..... value Σ 0..1 string The actual contact point details
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
..... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
..... period Σ 0..1 Period Time period when the contact point was/is in use
.... endpoint SΣ 1..1 url Adresse des Absenders der Nachricht
... responsible SΣ 1..1 Reference(ERP Service Request Organisation) The organization that is responsible for the request.
... reason Σ 0..1 CodeableConcept Cause of event
Binding: ExampleMessageReasonCodes (example): Reason for event occurrence.
... response Σ 0..1 BackboneElement If this is a reply to prior message
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier Σ 1..1 id Id of original message
.... code Σ 1..1 code ok | transient-error | fatal-error
Binding: ResponseType (required): The kind of response to a message.
.... details Σ 0..1 Reference(OperationOutcome) Specific list of hints/warnings/errors
... focus SΣ 1..* Reference(ERP Service Request Rezeptanforderung | ERP Service Request Abgabeanforderung | ERP Service Request Nachrichten-Container) Specification of the ServiceRequest that contains the essential information for a given use case.
... definition Σ 0..1 canonical(MessageDefinition) Link to the definition for this message

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
MessageHeader.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
MessageHeader.event[x]requiredServiceIdentifierVS
https://gematik.de/fhir/atf/ValueSet/service-identifier-vs
MessageHeader.event[x]:eventCodingrequiredServiceIdentifierVS
https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs
From this IG
MessageHeader.destination.receiver.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
MessageHeader.sender.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
MessageHeader.source.contact.systemrequiredFixed Value: email
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
MessageHeader.source.contact.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard
MessageHeader.reasonexampleExampleMessageReasonCodes
http://hl7.org/fhir/ValueSet/message-reason-encounter
From the FHIR Standard
MessageHeader.response.coderequiredResponseType
http://hl7.org/fhir/ValueSet/response-code|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
app-transport-message-header-1errorMessageHeader.destination.receiverAls Empfänger muss eine Referenz, Displaywert oder Identifier angegeben werden
: reference.exists() or display.exists() or identifier.exists()
dom-2errorMessageHeaderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMessageHeaderIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMessageHeaderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MessageHeader 0..* MessageHeaderAppTransportFramework A resource that describes a message that is exchanged between systems
... id SΣ 1..1 id Eindeutige ID der Nachricht, anzugeben als UUID
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... eventCoding Coding
.... eventUri uri
.... event[x]:eventCoding Σ 0..1 Coding The event code that indicates in which application and which transmission path the communication is currently taking place
Binding: Identifikator des Anwendungsfalls (required)
... destination SΣ 1..* BackboneElement Angaben zum Empfänger der Nachricht
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... endpoint SΣ 1..1 url Adresse des Empfängers der Nachricht
.... receiver SΣC 0..1 Reference(Practitioner | PractitionerRole | Organization) Intended "real-world" recipient for the data
Constraints: app-transport-message-header-1
..... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Identifier des Empfängers der Nachricht
..... display SΣ 0..1 string Anzeigename des Empfängers der Nachricht
... sender SΣ 1..1 Reference(Practitioner | PractitionerRole | Organization) Real world sender of the message
.... reference SΣC 0..1 string Ressource des Absenders der Nachricht
.... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Business Identifer des Absenders der Nachricht
.... display SΣ 1..1 string Anzeigename des Absenders der Nachricht
... source SΣ 1..1 BackboneElement Angabe der Informationen des Absendenden Systems
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name SΣ 1..1 string Name des Softwareherstellers
.... software SΣ 1..1 string Name der Software
.... version SΣ 1..1 string Version der Software
.... contact SΣ 1..1 ContactPoint E-Mail Kontaktmöglichkeit zum Hersteller
..... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Fixed Value: email
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
.... endpoint SΣ 1..1 url Adresse des Absenders der Nachricht
... responsible SΣ 1..1 Reference(ERP Service Request Organisation) The organization that is responsible for the request.
... focus SΣ 1..* Reference(ERP Service Request Rezeptanforderung | ERP Service Request Abgabeanforderung | ERP Service Request Nachrichten-Container) Specification of the ServiceRequest that contains the essential information for a given use case.

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
MessageHeader.event[x]requiredServiceIdentifierVS
https://gematik.de/fhir/atf/ValueSet/service-identifier-vs
MessageHeader.event[x]:eventCodingrequiredServiceIdentifierVS
https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs
From this IG
MessageHeader.source.contact.systemrequiredFixed Value: email
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
MessageHeader.source.contact.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
app-transport-message-header-1errorMessageHeader.destination.receiverAls Empfänger muss eine Referenz, Displaywert oder Identifier angegeben werden
: reference.exists() or display.exists() or identifier.exists()
dom-2errorMessageHeaderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMessageHeaderIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMessageHeaderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from MessageHeaderAppTransportFramework

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MessageHeader MessageHeaderAppTransportFramework
... Slices for event[x] 1..1 Coding, uri Code for the event this message represents or link to event definition
Slice: Unordered, Open by type:$this
.... event[x]:eventCoding 0..1 Coding The event code that indicates in which application and which transmission path the communication is currently taking place
Binding: Identifikator des Anwendungsfalls (required)
... destination
.... receiver
..... identifier 0..1 IdentifierTelematikId(1.5.2) Identifier des Empfängers der Nachricht
... sender
.... identifier 0..1 IdentifierTelematikId(1.5.2) Business Identifer des Absenders der Nachricht
... focus 1..* Reference(ERP Service Request Rezeptanforderung | ERP Service Request Abgabeanforderung | ERP Service Request Nachrichten-Container) Specification of the ServiceRequest that contains the essential information for a given use case.

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
MessageHeader.event[x]:eventCodingrequiredServiceIdentifierVS
https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs
From this IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. MessageHeader 0..* MessageHeaderAppTransportFramework A resource that describes a message that is exchanged between systems
... id SΣ 1..1 id Eindeutige ID der Nachricht, anzugeben als UUID
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for event[x] Σ 1..1 Code for the event this message represents or link to event definition
Slice: Unordered, Open by type:$this
Binding: Anwendungskennzeichen (VS) (required): One of the message events defined as part of this version of FHIR.
.... eventCoding Coding
.... eventUri uri
.... event[x]:eventCoding Σ 0..1 Coding The event code that indicates in which application and which transmission path the communication is currently taking place
Binding: Identifikator des Anwendungsfalls (required)
... destination SΣ 1..* BackboneElement Angaben zum Empfänger der Nachricht
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name Σ 0..1 string Name of system
.... target Σ 0..1 Reference(Device) Particular delivery destination within the destination
.... endpoint SΣ 1..1 url Adresse des Empfängers der Nachricht
.... receiver SΣC 0..1 Reference(Practitioner | PractitionerRole | Organization) Intended "real-world" recipient for the data
Constraints: app-transport-message-header-1
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
..... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
..... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Identifier des Empfängers der Nachricht
..... display SΣ 0..1 string Anzeigename des Empfängers der Nachricht
... sender SΣ 1..1 Reference(Practitioner | PractitionerRole | Organization) Real world sender of the message
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 0..1 string Ressource des Absenders der Nachricht
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).
.... identifier SΣ 0..1 IdentifierTelematikId(1.5.2) Business Identifer des Absenders der Nachricht
.... display SΣ 1..1 string Anzeigename des Absenders der Nachricht
... enterer Σ 0..1 Reference(Practitioner | PractitionerRole) The source of the data entry
... author Σ 0..1 Reference(Practitioner | PractitionerRole) The source of the decision
... source SΣ 1..1 BackboneElement Angabe der Informationen des Absendenden Systems
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name SΣ 1..1 string Name des Softwareherstellers
.... software SΣ 1..1 string Name der Software
.... version SΣ 1..1 string Version der Software
.... contact SΣ 1..1 ContactPoint E-Mail Kontaktmöglichkeit zum Hersteller
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
Fixed Value: email
..... value Σ 0..1 string The actual contact point details
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
..... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
..... period Σ 0..1 Period Time period when the contact point was/is in use
.... endpoint SΣ 1..1 url Adresse des Absenders der Nachricht
... responsible SΣ 1..1 Reference(ERP Service Request Organisation) The organization that is responsible for the request.
... reason Σ 0..1 CodeableConcept Cause of event
Binding: ExampleMessageReasonCodes (example): Reason for event occurrence.
... response Σ 0..1 BackboneElement If this is a reply to prior message
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... identifier Σ 1..1 id Id of original message
.... code Σ 1..1 code ok | transient-error | fatal-error
Binding: ResponseType (required): The kind of response to a message.
.... details Σ 0..1 Reference(OperationOutcome) Specific list of hints/warnings/errors
... focus SΣ 1..* Reference(ERP Service Request Rezeptanforderung | ERP Service Request Abgabeanforderung | ERP Service Request Nachrichten-Container) Specification of the ServiceRequest that contains the essential information for a given use case.
... definition Σ 0..1 canonical(MessageDefinition) Link to the definition for this message

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
MessageHeader.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
Additional Bindings Purpose
AllLanguages Max Binding
MessageHeader.event[x]requiredServiceIdentifierVS
https://gematik.de/fhir/atf/ValueSet/service-identifier-vs
MessageHeader.event[x]:eventCodingrequiredServiceIdentifierVS
https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs
From this IG
MessageHeader.destination.receiver.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
MessageHeader.sender.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
From the FHIR Standard
MessageHeader.source.contact.systemrequiredFixed Value: email
http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1
From the FHIR Standard
MessageHeader.source.contact.userequiredContactPointUse
http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1
From the FHIR Standard
MessageHeader.reasonexampleExampleMessageReasonCodes
http://hl7.org/fhir/ValueSet/message-reason-encounter
From the FHIR Standard
MessageHeader.response.coderequiredResponseType
http://hl7.org/fhir/ValueSet/response-code|4.0.1
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
app-transport-message-header-1errorMessageHeader.destination.receiverAls Empfänger muss eine Referenz, Displaywert oder Identifier angegeben werden
: reference.exists() or display.exists() or identifier.exists()
dom-2errorMessageHeaderIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorMessageHeaderIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorMessageHeaderIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceMessageHeaderA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

 

Other representations of profile: CSV, Excel, Schematron