PackagesCanonicalsLogsProblems
    Packages
    de.gematik.vsdm2@1.0.0-rc4
    https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMOperationOutcome
description: null
package_name: de.gematik.vsdm2
derivation: constraint
name: VSDMOperationOutcome
type: OperationOutcome
elements:
  meta:
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMOperationOutcome'}
        index: 0
  issue:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      ordered: false
      description: Slicing der OperationOutcome Issues
      discriminator:
      - {path: details.coding.system, type: pattern}
      min: null
      slices:
        vsdm-error:
          match:
            details:
              coding: {system: 'https://gematik.de/fhir/vsdm2/CodeSystem/VSDMErrorcodeCS'}
          schema:
            mustSupport: true
            index: 2
            elements:
              severity:
                pattern: {type: Code, value: fatal}
                index: 3
              code: {mustSupport: true, index: 4}
              details:
                index: 5
                elements:
                  coding:
                    binding: {strength: required, valueSet: 'https://gematik.de/fhir/vsdm2/ValueSet/VSDMErrorcodeVS'}
                    index: 6
                    elements:
                      system:
                        pattern: {type: Uri, value: 'https://gematik.de/fhir/vsdm2/CodeSystem/VSDMErrorcodeCS'}
                        index: 7
                      code: {short: Errorcode, index: 8}
                      display: {short: Errortext, index: 9}
                    required: [display, system, code]
                  text: {short: Errortext für Entwickler, index: 10}
                required: [coding]
            required: [details]
package_version: 1.0.0-rc4
class: profile
kind: resource
url: https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMOperationOutcome
base: http://hl7.org/fhir/StructureDefinition/OperationOutcome
version: null