PackagesCanonicalsLogsProblems
    Packages
    ehealthplatform.be.r4.federalprofiles@1.1.25-beta
    http://www.mycarenet.be/fhir/StructureDefinition/be-operationoutcome
description: OperationOutcome profile for the specific error codes of MyCareNet.
package_name: ehealthplatform.be.r4.federalprofiles
derivation: constraint
name: BeMyCareNetOperationOutcome
type: OperationOutcome
elements:
  id: {mustSupport: true, index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {index: 2}
    required: [profile]
  issue:
    mustSupport: true
    index: 3
    elements:
      severity: {mustSupport: true, index: 4}
      code: {mustSupport: true, index: 5}
      details:
        mustSupport: true
        index: 6
        elements:
          coding:
            index: 7
            elements:
              system:
                pattern: {type: Uri, value: 'http://www.mycarenet.be/fhir/CodeSystem/agreement-errors'}
                index: 8
              code: {index: 9}
            required: [system, code]
        required: [coding]
      expression: {mustSupport: true, index: 10}
    required: [expression, details]
package_version: 1.1.25-beta
class: profile
kind: resource
url: http://www.mycarenet.be/fhir/StructureDefinition/be-operationoutcome
base: http://hl7.org/fhir/StructureDefinition/OperationOutcome
version: 1.0.0
required: [id, meta]