PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.kardiologie@2026.0.0-alpha.3
    https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-atherosklerotisches-erstereignis
description: Profil zur Erfassung des Datum des ersten  atherosklerotischen Ereignisses im Kontext von ACRIBiS.
package_name: de.medizininformatikinitiative.kerndatensatz.kardiologie
derivation: constraint
name: MII_PR_Kardio_Atherosklerotisches_Erstereignis
type: Observation
elements:
  code:
    mustSupport: true
    index: 0
    elements:
      coding:
        mustSupport: true
        pattern:
          type: Coding
          value: {code: ae, system: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/CodeSystem/mii-cs-kardio-atherosklerotisches-ereignis', display: Atherosklerotisches Ereignis, version: 2026.0.0-alpha.3}
        index: 1
        elements:
          system: {mustSupport: true, index: 2}
          version: {mustSupport: true, index: 3}
          code: {mustSupport: true, index: 4}
        required: [version, system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 5
  effective:
    mustSupport: true
    choices: [effectiveDateTime, effectivePeriod, effectiveInstant]
    index: 7
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 8}
  effectivePeriod: {type: Period, mustSupport: true, choiceOf: effective, index: 9}
  effectiveInstant: {type: instant, mustSupport: true, choiceOf: effective, index: 10}
  value:
    choices: []
    index: 12
  component:
    mustSupport: true
    array: true
    min: 2
    max: 2
    index: 13
    elements:
      code:
        mustSupport: true
        index: 14
        elements:
          coding:
            mustSupport: true
            index: 15
            elements:
              system:
                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                mustSupport: true
                index: 16
            required: [system]
        required: [coding]
    slicing:
      rules: closed
      description: Zusätzliche Angaben zum Rauchverhalten.
      discriminator:
      - {path: code, type: value}
      min: 2
      max: 2
      slices:
        erkrankung:
          match:
            code:
              coding:
              - {code: '439401001', system: 'http://snomed.info/sct', display: Diagnosis}
          schema:
            mustSupport: true
            _required: true
            index: 17
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '439401001', system: 'http://snomed.info/sct', display: Diagnosis}
                index: 18
              value:
                choices: [valueCodeableConcept]
                index: 20
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 21}
        datum:
          match:
            code:
              coding:
              - {code: '432213005', system: 'http://snomed.info/sct', display: Date of diagnosis}
          schema:
            mustSupport: true
            _required: true
            index: 22
            elements:
              code:
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: '432213005', system: 'http://snomed.info/sct', display: Date of diagnosis}
                index: 23
              value:
                choices: [valueDateTime]
                index: 25
              valueDateTime: {type: dateTime, choiceOf: value, index: 26}
package_version: 2026.0.0-alpha.3
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-atherosklerotisches-erstereignis
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2026.0.0-alpha.3
required: [effectiveDateTime, effectivePeriod, effectiveInstant, subject, effective]