PackagesCanonicalsLogsProblems
    Packages
    elb.ck.private@0.0.1
    https://e-lb.de/fhir/StructureDefinition/KK_ELB_Condition
description: null
package_name: elb.ck.private
derivation: constraint
name: KK_ELB_Condition
type: Condition
elements:
  code:
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        index: 1
        slicing:
          rules: closed
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            ICD-10-GM:
              match: {system: null}
              schema:
                type: Coding
                index: 2
                elements:
                  system: {mustSupport: true, index: 3}
                  version: {mustSupport: true, index: 4}
                  code: {mustSupport: true, index: 5}
            alpha-id:
              match: {system: null}
              schema:
                type: Coding
                index: 6
                elements:
                  system: {mustSupport: true, index: 7}
                  version: {mustSupport: true, index: 8}
                  code: {mustSupport: true, index: 9}
            snomed-ct:
              match: {system: 'http://snomed.info/sct'}
              schema:
                index: 10
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 11
                  version: {mustSupport: true, index: 12}
                  code: {mustSupport: true, index: 13}
                required: [version, system, code]
            orphanet:
              match: {system: 'http://www.orpha.net'}
              schema:
                index: 14
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://www.orpha.net'}
                    mustSupport: true
                    index: 15
                  code: {mustSupport: true, index: 16}
                required: [system, code]
      text: {mustSupport: true, index: 17}
  subject:
    mustSupport: true
    index: 18
    elements:
      identifier:
        type: Identifier
        mustSupport: true
        index: 19
        elements:
          system: {mustSupport: true, index: 20}
          value: {mustSupport: true, index: 21}
    required: [identifier]
package_version: 0.0.1
class: profile
kind: resource
url: https://e-lb.de/fhir/StructureDefinition/KK_ELB_Condition
base: http://hl7.org/fhir/StructureDefinition/Condition
version: 1.0.0
required: [code]