PackagesCanonicalsLogsProblems
    Packages
    PCR.Core.STU3@1.0.1
    http://ehealthontario.ca/fhir/StructureDefinition/pcr-operationoutcome
description: This is the OperationOutcome Profile that contains error or warning information to help with troubleshooting.
package_name: PCR.Core.STU3
derivation: constraint
name: pcr-operationoutcome
type: OperationOutcome
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile:
        pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/StructureDefinition/pcr-operationoutcome|2.0'}
        mustSupport: true
        index: 2
      security: {index: 3}
    required: [profile]
  issue:
    mustSupport: true
    index: 4
    elements:
      severity: {mustSupport: true, index: 5}
      code: {mustSupport: true, index: 6}
      details:
        mustSupport: true
        index: 7
        elements:
          coding:
            mustSupport: true
            index: 8
            elements:
              system:
                pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/NamingSystem/pcr-masterservicedataexceptioncode'}
                mustSupport: true
                index: 9
              code: {mustSupport: true, index: 10}
          text: {mustSupport: true, index: 11}
        required: [text]
package_version: 1.0.1
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/pcr-operationoutcome
base: http://hl7.org/fhir/StructureDefinition/OperationOutcome
version: 2.0.0
required: [id]