http://hl7.org/fhir/StructureDefinition/transaction-response-bundle|5.0.0

This profile holds all the requirements and constraints related to a FHIR transaction response.
description: This profile holds all the requirements and constraints related to a FHIR transaction response.
derivation: constraint
name: TransactionResponseBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: transaction-response}
    index: 0
  total: {index: 1}
  entry:
    elements:
      fullUrl: {index: 2}
      search: {index: 3}
      request: {index: 4}
    required: [fullUrl]
  issues: {index: 5}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/transaction-response-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 5.0.0