PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.mtb@2025.0.0-ballot-alpha.1
    https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-oncotree
description: Grad des Tumors nach MSKCC Oncotree Klassifikation
package_name: de.medizininformatikinitiative.kerndatensatz.mtb
derivation: constraint
name: MII_PR_MTB_Oncotree
type: Observation
elements:
  meta: {mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 1
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: '371469007'}
        index: 2
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            index: 3
  subject: {mustSupport: true, index: 4}
  encounter: {mustSupport: true, index: 5}
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 7
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 8}
  value[x]:
    elements:
      coding:
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://data.mskcc.org/ontologies/oncotree'}
            index: 10
          code: {mustSupport: true, index: 11}
        required: [code]
    required: [coding]
package_version: 2025.0.0-ballot-alpha.1
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-oncotree
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 2024.0.0-ballot
required: [value, subject, valueCodeableConcept]