http://hl7.org/fhir/StructureDefinition/OperationOutcome|5.0.0

A collection of error, warning, or information messages that result from a system action.
description: A collection of error, warning, or information messages that result from a system action.
derivation: specialization
name: OperationOutcome
type: OperationOutcome
elements:
  issue:
    min: 1
    isModifier: false
    short: A single issue associated with the action
    index: 0
    mustSupport: false
    array: true
    elements:
      severity:
        isModifier: false
        short: fatal | error | warning | information | success
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/issue-severity|5.0.0'}
        isSummary: true
        index: 1
      code:
        isModifier: false
        short: Error or warning code
        mustSupport: false
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/issue-type|5.0.0'}
        isSummary: true
        index: 2
      details:
        isModifier: false
        short: Additional details about the error
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/operation-outcome'}
        isSummary: true
        index: 3
      diagnostics: {isModifier: false, short: Additional diagnostic information about the issue, mustSupport: false, isSummary: true, index: 4}
      location: {isModifier: false, short: 'Deprecated: Path of element(s) related to issue', mustSupport: false, array: true, isSummary: true, index: 5}
      expression: {isModifier: false, short: FHIRPath of element(s) related to issue, mustSupport: false, array: true, isSummary: true, index: 6}
    required: [severity, code]
    isSummary: true
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/OperationOutcome
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [issue]