PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-ereferral-econsult@0.11.0-alpha1.0.6
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-OperationOutcome
description: Operation outcomes are sets of error, warning and information messages that provide detailed information about the outcome of an attempted system operation. They are provided as a direct system response, or component of one, and provide information about the outcome of the operation.
package_name: ca.on.oh-ereferral-econsult
derivation: constraint
name: EReferralOperationOutcome
type: OperationOutcome
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  issue:
    mustSupport: true
    index: 2
    elements:
      severity: {mustSupport: true, index: 3}
      code:
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/issue-type'}
        mustSupport: true
        index: 4
      details:
        mustSupport: true
        index: 5
        elements:
          coding:
            mustSupport: true
            index: 6
            elements:
              system: {mustSupport: true, index: 7}
              code: {mustSupport: true, index: 8}
              display: {mustSupport: true, index: 9}
          text: {mustSupport: true, index: 10}
      diagnostics: {mustSupport: true, index: 11}
      location: {mustSupport: true, index: 12}
      expression: {mustSupport: true, index: 13}
package_version: 0.11.0-alpha1.0.6
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-OperationOutcome
base: http://hl7.org/fhir/StructureDefinition/OperationOutcome
version: 1.0.0
required: [meta]