PackagesCanonicalsLogsProblems
    Packages
    vzvz.fhir.aof@0.16.1
    http://vzvz.nl/fhir/StructureDefinition/aorta-AuditEvent
description: Profile to exchange information on log entries.
package_name: vzvz.fhir.aof
derivation: constraint
name: AortaAuditEvent
type: AuditEvent
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        requestId:
          match: {}
          schema: {index: 1}
          max: 0
        traceId:
          match: {}
          schema: {index: 2}
          max: 0
        aorta-requestId:
          match: {}
          schema: {type: Extension, url: 'http://vzvz.nl/fhir/StructureDefinition/aorta-request-id', index: 3}
          min: 1
          max: 1
        aorta-traceId:
          match: {}
          schema: {type: Extension, url: 'http://vzvz.nl/fhir/StructureDefinition/aorta-trace-id', index: 4}
          min: 1
          max: 1
  type:
    binding: {strength: extensible, valueSet: 'http://vzvz.nl/fhir/ValueSet/audit-event-type'}
    index: 5
    elements:
      version: {short: Version of the system, index: 6}
    required: [version]
  purposeOfEvent:
    binding: {strength: extensible, valueSet: 'http://vzvz.nl/fhir/ValueSet/aorta-Code'}
    index: 7
  entity:
    index: 8
    elements:
      type: {index: 9}
      query: {index: 10}
      detail:
        index: 11
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: type}
          min: null
          slices:
            AortaInteraction:
              match: {}
              schema:
                short: Additional Information about the AORTA interaction ID
                array: true
                index: 12
                elements:
                  type:
                    short: Code system of InteractionIDs
                    pattern: {type: String, value: 'urn:oid:2.16.840.1.113883.1.6'}
                    index: 13
                  value:
                    short: InteractionID
                    choices: [valueString]
                    index: 15
                  valueString: {type: string, short: InteractionID, choiceOf: value, index: 16}
package_version: 0.16.1
extensions:
  requestId: {url: null, max: 0, index: 1}
  traceId: {url: null, max: 0, index: 2}
  aorta-requestId: {url: 'http://vzvz.nl/fhir/StructureDefinition/aorta-request-id', min: 1, max: 1, type: Extension, index: 3}
  aorta-traceId: {url: 'http://vzvz.nl/fhir/StructureDefinition/aorta-trace-id', min: 1, max: 1, type: Extension, index: 4}
class: profile
kind: resource
url: http://vzvz.nl/fhir/StructureDefinition/aorta-AuditEvent
base: http://vzvz.nl/fhir/StructureDefinition/nl-vzvz-AuditEvent
version: 1.2.0
required: [purposeOfEvent, entity]