FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/erp-service-request-request-header

Packagede.gematik.erp-servicerequest
Resource TypeStructureDefinition
Iderp-service-request-request-header
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erp-servicerequest@1.2.0-rc2&canonical=https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header
URLhttps://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header
Version1.2
Statusdraft
Date2025-01-01
NameERPServiceRequestRequestHeader
TitleERP Service Request Request Header
DescriptionHeader containing information about the sender and addressee
TypeMessageHeader
Kindresource

Resources that use this resource

StructureDefinition
erp-service-request-message-containerERP Service Request Message Container

Resources that this resource uses

StructureDefinition
message-header-app-transportMessageHeader
identifier-telematik-idIdentifier-Profil für die Telematik-ID
erp-service-request-dispense-requestERP Service Request Dispense Request
erp-service-request-message-containerERP Service Request Message Container
erp-service-request-organizationERP Service Request Organization
erp-service-request-prescription-requestERP Service Request Prescription Request
ValueSet
service-identifier-vsIdentifier of the use case

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "erp-service-request-request-header",
  "url": "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-request-header",
  "version": "1.2",
  "name": "ERPServiceRequestRequestHeader",
  "title": "ERP Service Request Request Header",
  "status": "draft",
  "experimental": false,
  "date": "2025-01-01",
  "publisher": "gematik GmbH",
  "description": "Header containing information about the sender and addressee",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MessageHeader",
  "baseDefinition": "https://gematik.de/fhir/atf/StructureDefinition/message-header-app-transport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MessageHeader.event[x]",
        "path": "MessageHeader.event[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "MessageHeader.event[x]:eventCoding",
        "path": "MessageHeader.event[x]",
        "sliceName": "eventCoding",
        "short": "The event code that indicates in which application and which transmission path the communication is currently taking place",
        "comment": "For more information see [ATF ImplementationGuide](https://simplifier.net/app-transport-framework/~guides)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Coding"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://gematik.de/fhir/erp-servicerequest/ValueSet/service-identifier-vs"
        }
      },
      {
        "id": "MessageHeader.destination.receiver.identifier",
        "path": "MessageHeader.destination.receiver.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-telematik-id"
            ]
          }
        ]
      },
      {
        "id": "MessageHeader.sender.identifier",
        "path": "MessageHeader.sender.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.de/StructureDefinition/identifier-telematik-id"
            ]
          }
        ]
      },
      {
        "id": "MessageHeader.responsible",
        "path": "MessageHeader.responsible",
        "short": "The organization that is responsible for the request.",
        "comment": "This organization will be stated in the message header as the sender of the message.",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "MessageHeader.focus",
        "path": "MessageHeader.focus",
        "short": "Specification of the ServiceRequest that contains the essential information for a given use case.",
        "comment": "One Message can contain multiple ServiceRequests which each are identified with an ID.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-prescription-request",
              "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-dispense-request",
              "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-message-container"
            ]
          }
        ]
      }
    ]
  }
}