PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@dhdr-4.0.1-alpha1.0.0
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-OperationOutcome
description: Operation Outcomes are sets of error, warning and information messages that provide detailed information about the outcome of some attempted system operation.
package_name: ca.on.oh
derivation: constraint
name: OperationOutcome
type: OperationOutcome
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      source: {mustSupport: true, index: 2}
      profile: {mustSupport: true, index: 3}
    required: [profile]
  issue:
    mustSupport: true
    index: 4
    elements:
      severity:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/issue-severity|4.0.0'}
        mustSupport: true
        index: 5
      code:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/issue-type|4.0.0'}
        mustSupport: true
        index: 6
      details:
        mustSupport: true
        index: 7
        elements:
          coding:
            mustSupport: true
            index: 8
            elements:
              system: {mustSupport: true, index: 9}
              code: {mustSupport: true, index: 10}
              display: {mustSupport: true, index: 11}
          text: {mustSupport: true, index: 12}
      diagnostics: {mustSupport: true, index: 13}
      expression: {mustSupport: true, index: 14}
package_version: dhdr-4.0.1-alpha1.0.0
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-OperationOutcome
base: http://hl7.org/fhir/StructureDefinition/OperationOutcome
version: 4.0.1
required: [meta]