PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-atc@3.3.0
    http://fhir.ch/ig/ch-atc/StructureDefinition/CH-ATC.ITI-81.Response
description: This profile defines the response to the [ITI-81] query. The response is a search set including all audit events which a community has to provide for a patients audit trail.
package_name: ch.fhir.ig.ch-atc
derivation: constraint
name: ChAtcIti81Response
type: Bundle
elements:
  type:
    short: searchset
    pattern: {type: Code, value: searchset}
    index: 0
  entry:
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: resource, type: profile}
      min: null
      slices:
        DocumentAuditEvent:
          match: {}
          schema:
            short: AuditEvent
            array: true
            index: 2
            elements:
              fullUrl: {index: 3}
              resource: {type: AuditEvent, mustSupport: true, index: 4}
            required: [resource]
        PolicyAuditEvent:
          match: {}
          schema:
            short: AuditEvent
            array: true
            index: 5
            elements:
              fullUrl: {index: 6}
              resource: {type: AuditEvent, mustSupport: true, index: 7}
            required: [resource]
        AccessAuditTrailEvent:
          match: {}
          schema:
            short: AuditEvent
            array: true
            index: 8
            elements:
              fullUrl: {index: 9}
              resource: {type: AuditEvent, mustSupport: true, index: 10}
            required: [resource]
        HpdAuditEvent:
          match: {}
          schema:
            short: AuditEvent
            array: true
            index: 11
            elements:
              fullUrl: {index: 12}
              resource: {type: AuditEvent, mustSupport: true, index: 13}
            required: [resource]
        OperationOutcome:
          match: {}
          schema:
            short: OperationOutcome
            array: true
            index: 14
            elements:
              fullUrl: {index: 15}
              resource: {type: OperationOutcome, short: OperationOutcome can indicate a warning like a partial result, mustSupport: true, index: 16}
            required: [fullUrl]
package_version: 3.3.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-atc/StructureDefinition/CH-ATC.ITI-81.Response
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 3.3.0