PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.order-catalog@1.0.0
    http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ItemTransactionRequest
description: This profile constrains the Bundle resource to convey a transaction request creating/updating/deleting/patching items and/or supporting resources in a catalog.
package_name: hl7.fhir.uv.order-catalog
derivation: constraint
name: ItemTransactionRequest
type: Bundle
elements:
  type:
    pattern: {type: Code, value: transaction}
    index: 0
  entry:
    short: Entry in the bundle - will have a resource and a request
    index: 1
    elements:
      fullUrl: {index: 2}
      resource: {index: 3}
      search: {index: 4}
      request: {index: 5}
      response: {index: 6}
    required: [resource, fullUrl, request]
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/order-catalog/StructureDefinition/ItemTransactionRequest
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry]