PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik-medikation@4.0.3
    https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse
description: Dieses Profil definiert die Server-Antwort auf Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.
package_name: de.gematik.isik-medikation
derivation: constraint
name: ISiKMedikationTransactionResponse
type: Bundle
elements:
  type:
    short: Type des Bundles
    pattern: {type: Code, value: transaction-response}
    mustSupport: true
    index: 0
  entry:
    short: Der einzelne Eintrag zur Interaktion
    mustSupport: true
    index: 1
    elements:
      link: {index: 2}
      fullUrl: {short: vollständige URL der Ressource, mustSupport: true, index: 3}
      resource: {short: Die Ressourcen-Instanz der Interaktion, mustSupport: true, index: 4}
      search: {index: 5}
      request: {index: 6}
      response:
        short: HTTP-Response des Servers innerhalb der Transaktions-Antwort
        mustSupport: true
        index: 7
        elements:
          status: {short: HTTP-Statuscode, mustSupport: true, index: 8}
          location: {short: Location der Ressource (URL) auf dem Server, mustSupport: true, index: 9}
          outcome: {short: OperationOutcome-Ressource zur Rückgabe von Fehler-Details sowie Informationen., mustSupport: true, index: 10}
    required: [response]
package_version: 4.0.3
class: profile
kind: resource
url: https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransactionResponse
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 4.0.3
required: [entry]