PackagesCanonicalsLogsProblems
    Packages
    de.dktk.oncology@1.1.1
    http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Procedure-Operation
description: Ermittlung der Operationsdaten
package_name: de.dktk.oncology
derivation: constraint
name: Operation
type: Procedure
elements:
  category:
    binding: {strength: extensible, valueSet: 'http://dktk.dkfz.de/fhir/onco/core/ValueSet/SYSTTherapieartVS'}
    mustSupport: true
    index: 3
    elements:
      coding:
        index: 4
        elements:
          code:
            short: OP
            pattern: {type: Code, value: OP}
            index: 5
        required: [code]
    required: [coding]
  encounter:
    type: Reference
    refers: ['http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Encounter-Fall']
    index: 12
  performed:
    mustSupport: true
    choices: [performedDateTime]
    index: 14
  outcome:
    elements:
      coding:
        index: 18
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            LokaleBeurteilungResidualstatus:
              match: {system: 'http://dktk.dkfz.de/fhir/onco/core/CodeSystem/LokaleBeurteilungResidualstatusCS'}
              schema:
                binding: {strength: extensible, valueSet: 'http://dktk.dkfz.de/fhir/onco/core/ValueSet/LokaleBeurteilungResidualstatusVS'}
                index: 19
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://dktk.dkfz.de/fhir/onco/core/CodeSystem/LokaleBeurteilungResidualstatusCS'}
                    index: 20
                required: [system]
            GesamtbeurteilungResidualstatus:
              match: {system: 'http://dktk.dkfz.de/fhir/onco/core/CodeSystem/GesamtbeurteilungResidualstatusCS'}
              schema:
                binding: {strength: extensible, valueSet: 'http://dktk.dkfz.de/fhir/onco/core/ValueSet/GesamtbeurteilungResidualstatusVS'}
                index: 21
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://dktk.dkfz.de/fhir/onco/core/CodeSystem/GesamtbeurteilungResidualstatusCS'}
                    index: 22
                required: [system]
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        Intention:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-OPIntention', index: 1}
          max: 1
  status: {mustSupport: true, index: 2}
  performedDateTime: {type: dateTime, mustSupport: true, choiceOf: performed, index: 15}
  code:
    elements:
      coding:
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            OPS:
              match: {system: 'http://fhir.de/CodeSystem/dimdi/ops'}
              schema:
                index: 7
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.de/CodeSystem/dimdi/ops'}
                    index: 8
                  version:
                    binding: {strength: extensible, valueSet: 'http://dktk.dkfz.de/fhir/onco/core/ValueSet/OPOPSVersionVS'}
                    index: 9
                  code: {index: 10}
                required: [system, code]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Patient-Patient', 'http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Patient-Pseudonym']
    index: 11
  performer:
    elements:
      actor:
        type: Reference
        refers: ['http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Organization-Organisation']
        index: 16
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Condition-Primaerdiagnose']
    index: 17
package_version: 1.1.1
extensions:
  Intention: {url: 'http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Extension-OPIntention', max: 1, type: Extension, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Procedure-Operation
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 0.9.0
required: [category]