PackagesCanonicalsLogsProblems
    Packages
    dguv.basis@1.3.0
    http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-DiagnoseStrukturiert
description: Dieses Profil enthält diagnostisch relevante Informationen ausschließlich in strukturierter Form.
package_name: dguv.basis
derivation: constraint
name: DGUV_Basis_PR_DiagnoseStrukturiert
type: Condition
elements:
  code:
    short: Diagnosecode
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: 1
          slices:
            ICD-10-GM:
              match: {system: null}
              schema:
                type: Coding
                short: Codierung in ICD-10
                index: 2
                elements:
                  display: {index: 3}
                required: [display]
            snomed:
              match: {system: 'http://snomed.info/sct'}
              schema:
                binding: {strength: required, valueSet: 'https://fhir.kbv.de/ValueSet/KBV_VS_Base_Diagnosis_SNOMED_CT'}
                index: 4
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    index: 5
                  version: {index: 6}
                  code: {index: 7}
                required: [version, system, code]
            alphaId:
              match: {system: null}
              schema: {type: Coding, index: 8}
              max: 1
            orphanet:
              match: {system: 'http://www.orpha.net'}
              schema:
                index: 9
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://www.orpha.net'}
                    index: 10
                  code: {index: 11}
                required: [system, code]
    required: [coding]
  bodySite: {index: 12}
  subject:
    type: Reference
    short: Verweis auf betroffene versicherte Person
    refers: ['http://fhir.dguv.de/Basis/Patient/DGUV-Basis-PR-VersichertePerson']
    index: 13
    elements:
      reference: {short: Konkreter Verweis auf versicherte Person, index: 14}
    required: [reference]
  recorder:
    type: Reference
    refers: ['http://fhir.dguv.de/Basis/Practitioner/DGUV-Basis-PR-Leistungserbringer', 'http://fhir.dguv.de/Basis/PractitionerRole/DGUV-Basis-PR-DArzt', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    index: 15
package_version: 1.3.0
class: profile
kind: resource
url: http://fhir.dguv.de/Basis/Condition/DGUV-Basis-PR-DiagnoseStrukturiert
base: http://hl7.org/fhir/StructureDefinition/Condition
version: '1.3'
required: [code]