PackagesCanonicalsLogsProblems
    Packages
    DGUV.Basis@1.0.0
    https://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose
description: Dieses Profil enthält diagnostisch relevante Informationen. Es können entweder Unfallabhängige oder Unfallunabhängige Informationen abgelegt werden.
package_name: DGUV.Basis
derivation: constraint
name: DGUV_Basis_PR_Diagnose
type: Condition
elements:
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose|1.0'}
        index: 1
    required: [profile]
  extension:
    index: 2
    slicing:
      slices:
        Unfalldiagnose:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'https://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Unfalldiagnose', index: 3}
          min: 1
          max: 1
  code:
    index: 4
    elements:
      coding:
        index: 5
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: 1
          slices:
            ICD-10-GM:
              match: {code: null}
              schema:
                type: Coding
                _required: true
                index: 6
                elements:
                  display: {index: 7}
                required: [display]
            snomed:
              match: {code: null}
              schema:
                binding: {strength: required, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_Base_Diagnosis_SNOMED_CT'}
                index: 8
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 9
                  version: {index: 10}
                  code: {index: 11}
                required: [version, system, code]
            alphaId:
              match: {code: null}
              schema: {type: Coding, index: 12}
              max: 1
            orphanet:
              match: {code: null}
              schema:
                index: 13
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://www.orpha.net'}
                    index: 14
                  code: {index: 15}
                required: [system, code]
    required: [coding]
  bodySite: {index: 16}
  subject:
    type: Reference
    refers: ['https://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson']
    index: 17
  recorder: {type: Reference, index: 18}
package_version: 1.0.0
extensions:
  Unfalldiagnose: {url: 'https://fhir.dguv.de/Basis/Extension/DGUV-Basis-EX-Unfalldiagnose', min: 1, max: 1, type: Extension, isModifier: false, index: 3}
class: profile
kind: resource
url: https://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-Diagnose
base: http://hl7.org/fhir/StructureDefinition/Condition
version: '1.0'
required: [extension, meta, code]