PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.onkologie@2024.0.0-beta-2
    https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-sentinel-lymphknoten
description: 'Histologie: Anzahl der befallenen Sentinel-Lymphknoten. Gibt an, wie viele Sentinel-Lymphknoten befallen sind.'
package_name: de.medizininformatikinitiative.kerndatensatz.onkologie
derivation: constraint
name: MII_PR_Onko_Anzahl_Befallene_Sentinel_Lymphknoten
type: Observation
elements:
  category:
    mustSupport: true
    index: 1
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        laboratory:
          match:
            coding:
            - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
          schema:
            mustSupport: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: laboratory, system: 'http://terminology.hl7.org/CodeSystem/observation-category'}
            array: true
            min: 1
            _required: true
            index: 2
          min: 1
  value[x]:
    elements:
      value: {mustSupport: true, index: 20}
      unit: {mustSupport: true, index: 21}
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 22
      code:
        mustSupport: true
        pattern: {type: Code, value: '1'}
        index: 23
    required: [value, unit, system, code]
  meta:
    elements:
      profile: {mustSupport: true, index: 0}
  encounter: {mustSupport: true, index: 13}
  valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 19}
  value:
    mustSupport: true
    choices: [valueQuantity]
    index: 18
  effectiveDateTime: {type: dateTime, mustSupport: true, choiceOf: effective, index: 16}
  effective:
    mustSupport: true
    choices: [effectiveDateTime]
    index: 15
  code:
    mustSupport: true
    index: 3
    elements:
      coding:
        mustSupport: true
        index: 4
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          slices:
            loinc:
              match: {code: 92832-5, system: 'http://loinc.org'}
              schema:
                mustSupport: true
                pattern:
                  type: Coding
                  value: {code: 92832-5, system: 'http://loinc.org'}
                array: true
                min: 1
                _required: true
                index: 5
                elements:
                  system: {mustSupport: true, index: 6}
                  code: {mustSupport: true, index: 7}
                required: [system, code]
            snomed:
              match: {code: '1264491009', system: 'http://snomed.info/sct'}
              schema:
                pattern:
                  type: Coding
                  value: {code: '1264491009', system: 'http://snomed.info/sct'}
                array: true
                index: 8
                elements:
                  system: {index: 9}
                  code: {index: 10}
                required: [system, code]
    required: [coding]
  focus:
    type: Reference
    mustSupport: true
    refers: ['https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-diagnose-primaertumor']
    index: 12
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 11
package_version: 2024.0.0-beta-2
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-anzahl-befallene-sentinel-lymphknoten
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2024.0.0-ballot
required: [effectiveDateTime, subject, category, effective]