PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.seltene@2026.0.0-ballot
    https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/StructureDefinition/mii-pr-seltene-therapie-durchgefuehrt
description: Minimales Profil zur Dokumentation durchgeführter Therapien bei Seltenen Erkrankungen gemäß NARSE-Klassifikation. Dieses Profil erfasst Therapien unabhängig vom Durchführungsort (ambulant, stationär, außerhalb des Krankenhauses).
package_name: de.medizininformatikinitiative.kerndatensatz.seltene
derivation: constraint
name: MII_PR_Seltene_TherapieDurchgefuehrt
type: Procedure
elements:
  status: {mustSupport: true, index: 0}
  code:
    binding: {strength: required, valueSet: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/ValueSet/mii-vs-seltene-narse-therapietyp'}
    mustSupport: true
    index: 1
    elements:
      coding:
        mustSupport: true
        index: 2
        elements:
          system:
            pattern: {type: Uri, value: 'https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/CodeSystem/mii-cs-seltene-narse-therapietyp'}
            index: 3
          code: {index: 4}
          display: {mustSupport: true, index: 5}
        required: [system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 6
  performed:
    mustSupport: true
    choices: [performedPeriod]
    index: 13
    slicing:
      slices:
        performedPeriod:
          match: {}
          schema:
            mustSupport: true
            choices: [performedPeriod]
            index: 13
          min: 0
          max: 1
  performedDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: performed
    index: 11
    slicing:
      slices:
        performedDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: performed, index: 11}
          min: 0
          max: 1
  performedPeriod:
    type: Period
    mustSupport: true
    choiceOf: performed
    index: 14
    slicing:
      slices:
        performedPeriod:
          match: {}
          schema: {type: Period, mustSupport: true, choiceOf: performed, index: 14}
          min: 0
          max: 1
package_version: 2026.0.0-ballot
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-seltene/StructureDefinition/mii-pr-seltene-therapie-durchgefuehrt
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 2026.0.0-ballot
required: [code]