PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.diagnose@1.0.4
    https://www.medizininformatik-initiative.de/fhir/core/modul-diagnose/StructureDefinition/Diagnose
description: Dieses Profil beschreibt eine Diagnose der Medizininformatik Initiative
package_name: de.medizininformatikinitiative.kerndatensatz.diagnose
derivation: constraint
name: ProfileConditionDiagnose
type: Condition
elements:
  onset:
    mustSupport: true
    choices: [onsetDateTime]
    index: 46
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [onsetDateTime]
            index: 46
  clinicalStatus: {mustSupport: true, index: 4}
  meta:
    mustSupport: true
    index: 1
    elements:
      source: {mustSupport: true, index: 2}
      profile: {mustSupport: true, index: 3}
  onsetPeriod:
    type: Period
    mustSupport: true
    choiceOf: onset
    index: 38
    slicing:
      slices:
        onsetPeriod:
          match: {}
          schema: {type: Period, mustSupport: true, choiceOf: onset, index: 38}
  note: {mustSupport: true, index: 49}
  recordedDate: {mustSupport: true, index: 48}
  id: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 5
    elements:
      coding:
        mustSupport: true
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            icd10-gm:
              match: {system: 'http://fhir.de/CodeSystem/dimdi/icd-10-gm'}
              schema:
                binding: {strength: required, valueSet: 'http://fhir.de/ValueSet/dimdi/icd-10-gm'}
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://fhir.de/CodeSystem/dimdi/icd-10-gm'}
                index: 7
                extensions:
                  Diagnosesicherheit: {url: 'http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit', max: 1, type: Extension, mustSupport: true, index: 9}
                  Seitenlokalisation: {url: 'http://fhir.de/StructureDefinition/seitenlokalisation', min: 0, max: 1, type: Extension, mustSupport: true, index: 10}
                  AusrufezeichenCode: {url: 'http://fhir.de/StructureDefinition/icd-10-gm-ausrufezeichen', min: 0, type: Extension, mustSupport: true, index: 11}
                  ManifestationsCode: {url: 'http://fhir.de/StructureDefinition/icd-10-gm-manifestationscode', min: 0, type: Extension, mustSupport: true, index: 12}
                  Primaercode: {url: 'http://fhir.de/StructureDefinition/icd-10-gm-primaercode', min: 0, type: Extension, mustSupport: true, index: 13}
                elements:
                  extension:
                    index: 8
                    slicing:
                      rules: open
                      discriminator:
                      - {path: url, type: value}
                      min: null
                      slices:
                        Diagnosesicherheit:
                          match: {url: null}
                          schema: {type: Extension, mustSupport: true, url: 'http://fhir.de/StructureDefinition/icd-10-gm-diagnosesicherheit', index: 9}
                          max: 1
                        Seitenlokalisation:
                          match: {url: null}
                          schema: {type: Extension, mustSupport: true, url: 'http://fhir.de/StructureDefinition/seitenlokalisation', index: 10}
                          min: 0
                          max: 1
                        AusrufezeichenCode:
                          match: {url: null}
                          schema: {type: Extension, mustSupport: true, url: 'http://fhir.de/StructureDefinition/icd-10-gm-ausrufezeichen', index: 11}
                          min: 0
                        ManifestationsCode:
                          match: {url: null}
                          schema: {type: Extension, mustSupport: true, url: 'http://fhir.de/StructureDefinition/icd-10-gm-manifestationscode', index: 12}
                          min: 0
                        Primaercode:
                          match: {url: null}
                          schema: {type: Extension, mustSupport: true, url: 'http://fhir.de/StructureDefinition/icd-10-gm-primaercode', index: 13}
                          min: 0
                  system: {mustSupport: true, index: 14}
                  version: {mustSupport: true, index: 15}
                  code: {mustSupport: true, index: 16}
                required: [version, system, code]
            alpha-id:
              match: {system: 'http://fhir.de/CodeSystem/dimdi/alpha-id'}
              schema:
                binding: {strength: required, valueSet: 'http://fhir.de/ValueSet/dimdi/alpha-id'}
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://fhir.de/CodeSystem/dimdi/alpha-id'}
                index: 17
                elements:
                  system: {mustSupport: true, index: 18}
                  code: {mustSupport: true, index: 19}
                required: [system, code]
            sct:
              match: {system: 'http://snomed.info/sct'}
              schema:
                binding: {strength: required, valueSet: 'https://www.medizininformatik-initiative.de/fhir/core/modul-diagnose/ValueSet/diagnoses-sct'}
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://snomed.info/sct'}
                index: 20
                elements:
                  system: {mustSupport: true, index: 21}
                  code: {mustSupport: true, index: 22}
                required: [system, code]
            orphanet:
              match: {system: 'http://www.orpha.net'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {system: 'http://www.orpha.net'}
                index: 23
                elements:
                  system: {mustSupport: true, index: 24}
                  code: {index: 25}
                required: [system, code]
    required: [coding]
  onsetDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: onset
    index: 47
    slicing:
      slices:
        onsetDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: onset, index: 47}
  bodySite:
    mustSupport: true
    index: 26
    elements:
      coding:
        mustSupport: true
        index: 27
        slicing:
          rules: open
          discriminator:
          - {path: system, type: pattern}
          min: 1
          slices:
            snomed-ct:
              match: {system: 'http://snomed.info/sct'}
              schema:
                mustSupport: true
                _required: true
                index: 28
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 29
                  code: {index: 30}
                required: [system, code]
    required: [coding]
  onset[x]:
    elements:
      start:
        mustSupport: true
        index: 39
        extensions:
          lebensphase-von: {url: 'https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life', max: 1, type: Extension, mustSupport: true, index: 41}
        elements:
          extension:
            index: 40
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                lebensphase-von:
                  match: {url: null}
                  schema: {type: Extension, mustSupport: true, url: 'https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life', index: 41}
                  max: 1
      end:
        mustSupport: true
        index: 42
        extensions:
          lebensphase-bis: {url: 'https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life', max: 1, type: Extension, mustSupport: true, index: 44}
        elements:
          extension:
            index: 43
            slicing:
              rules: open
              discriminator:
              - {path: url, type: value}
              min: null
              slices:
                lebensphase-bis:
                  match: {url: null}
                  schema: {type: Extension, mustSupport: true, url: 'https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life', index: 44}
                  max: 1
  subject: {type: Reference, mustSupport: true, index: 31}
package_version: 1.0.4
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/core/modul-diagnose/StructureDefinition/Diagnose
base: http://hl7.org/fhir/StructureDefinition/Condition
version: '1.0'
required: [subject, recordedDate, code]