XML-Schema

Inhaltsverzeichnis

Hintergrund

In diesem Abschnitt wird das XML-Schema als technische Repräsentation des ZfKD-Lieferdatensatzes (jetzt: oBDS-RKI) erläutert und Befüllhinweise für die verschiedenen Abschnitte gegeben.

Derzeit ist das XML-Schema in der Version 8a dargestellt (v3.0.0.8a_RKI). Hinweise zur grafischen Notation sind hier zu finden.

Download

Dateien zum Download sind hier verfügbar.

Überblick

Technische Informationen

Übersicht Felder

 

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

 

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

Elemente

Lieferregister

Lieferregister_Typ

 

 

Lieferdatum

extension of Datum_Tag_genau_Typ

 

Enthält das tagesgenaue Datum der Datenlieferung an das ZfKD.

 

Menge_Patient

complexType

 

 

 

ID_Patient

 

 

<xs:selector xpath="tns:Menge_Patient/tns:Patient"/>
<xs:field xpath="@Patient_ID"/>

/

ID_Tumor

 

 

<xs:selector xpath="tns:Menge_Patient/tns:Patient/tns:Menge_Tumor/tns:Tumor"/>
<xs:field xpath="@Tumor_ID"/>

/

Attribute

Schema_Version

simpleType

xs:string

use=”required”

Erste Version beruhend auf Basisdatensatz 2021

value=”3.0.0”

/

Schema_Version_Development

simpleType

xs:string

use=”optional”

fixed=”3.0.0.7_RKI”

/

XML-Schema

<xs:element name="oBDS_RKI"> <xs:complexType> <xs:sequence> <xs:element name="Lieferregister" type="Lieferregister_Typ"/> <xs:element name="Lieferdatum"> <xs:complexType> <xs:complexContent> <xs:extension base="Datum_Tag_genau_Typ"/> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Menge_Patient"> <xs:complexType> <xs:sequence> <xs:element name="Patient" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Patienten_Stammdaten" type="Patienten_Stammdaten_Typ"/> <xs:element name="Menge_Tumor"> <xs:complexType> <xs:sequence> <xs:element name="Tumor" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Primaerdiagnose" type="Diagnose_Typ"/> <xs:element name="Menge_OP" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="OP" type="OP_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Menge_ST" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ST" type="ST_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Menge_SYST" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SYST" type="SYST_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Menge_Folgeereignis" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Folgeereignis" type="Folgeereignis_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Tumor_ID" type="FreitextID_Typ" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Patient_ID" type="FreitextID_Typ" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Schema_Version" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="3.0.0"> <xs:annotation> <xs:documentation>Erste Version beruhend auf Basisdatensatz 2021</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Schema_Version_Development" type="xs:string" use="optional" fixed="3.0.0.7_RKI"> </xs:attribute> </xs:complexType> <xs:unique name="ID_Patient"> <xs:selector xpath="tns:Menge_Patient/tns:Patient"/> <xs:field xpath="@Patient_ID"/> </xs:unique> <xs:unique name="ID_Tumor"> <xs:selector xpath="tns:Menge_Patient/tns:Patient/tns:Menge_Tumor/tns:Tumor"/> <xs:field xpath="@Tumor_ID"/> </xs:unique> </xs:element>
<?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSpy v2021 rel. 3 (x64) (http://www.altova.com) by MeisegeierS_virtual (Robert Koch-Institut) --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.gekid.de/namespace" xmlns:tns="http://www.gekid.de/namespace" xmlns:altova="http://www.altova.com/xml-schema-extensions" targetNamespace="http://www.gekid.de/namespace" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.0.0.7_RKI"> <xs:simpleType name="Abstand_Ereignisse_Typ"> <xs:restriction base="xs:nonNegativeInteger"/> </xs:simpleType> <xs:complexType name="Allgemein_ICD_Typ"> <xs:sequence> <xs:element name="Code" type="ICD_Code_Typ"/> <xs:element name="Version" type="ICD_Version_Typ" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"> <xs:simpleContent> <xs:extension base="xs:date"> <xs:attribute name="Datumsgenauigkeit" use="required"> <xs:annotation> <xs:documentation>T - Tag geschätzt (entspricht monatsgenau) M - Monat geschätzt (entspricht jahrgenau) V - vollständig geschätzt</xs:documentation> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:documentation>siehe Dokumentation zu Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Tag geschätzt (entspricht monatsgenau)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Monat geschätzt (entspricht jahrgenau)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="V"> <xs:annotation> <xs:documentation>vollständig geschätzt (genaue Angabe zum Jahr nicht möglich)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="Datum_Tag_genau_Typ"> <xs:simpleContent> <xs:extension base="xs:date"> <xs:attribute name="Datumsgenauigkeit" use="required"> <xs:annotation> <xs:documentation>E = Exakt</xs:documentation> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:documentation>siehe Dokumentation zu Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="E"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> <xs:complexType name="Diagnose_Typ"> <xs:all> <xs:element name="Diagnosedatum" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> <xs:element name="Inzidenzort" type="Zahl_5stellig_Typ"> <xs:annotation> <xs:documentation>Es werden Daten für Fälle übermittelt bei denen der Wohnort des Patienten zum Zeitpunkt der Inzidenz in Deutschland lag</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Primaertumor_ICD" type="Tumor_ICD_Typ"/> <xs:element name="Primaertumor_Topographie_ICD_O" type="Topographie_ICD_O_Typ" minOccurs="0"/> <xs:element name="Diagnosesicherung"> <xs:annotation> <xs:documentation>Höchste erreichte Diagnosesicherheit zum Diagnosedatum (siehe BfArM, ICD-O-3.2: Ergänzende Informationen, Abschnitt 4.5. "Sicherheit der Diagnose").</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="0"> <xs:annotation> <xs:documentation>DCO</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1"> <xs:annotation> <xs:documentation>Klinisch ohne tumorspezifische Diagnostik (nur körperliche Untersuchung)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2"> <xs:annotation> <xs:documentation>Klinisch: Klinische Diagnose vor dem Sterbedatum durchgeführt; schließt diagnostische Techniken, inklusive Röntgen, Endoskopie, weitere bildgebende Verfahren, Ultraschall, exploratorische Chirurgie (Laparatomie, etc.) und Autopsie, ohne mikroskopische Gewebediagnose, ein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4"> <xs:annotation> <xs:documentation>Spezifische Tumormarker</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5"> <xs:annotation> <xs:documentation>Zytologisch: Untersuchung von Zellen aus primären Lokalisationen inklusive Flüssigkeitsaspirationen mittels Endoskopien oder Nadeln. Schließt mikroskopische Untersuchungen von peripheren Blutausstrichen und Ausstrichen von Beckenkammaspirationen ein.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6"> <xs:annotation> <xs:documentation>Histologie einer Metastase.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7"> <xs:annotation> <xs:documentation>Histologisch: Histologie des Primärtumors: Histologische Untersuchung von Gewebe des Primärtumors einschließlich aller Schnitttechniken und Knochenmarksbiopsien. Dies schließt Proben des Primärtumors aus Autopsien ein. Histologische Untersuchung des Gewebes aus einer Metastase, einschließlich bei Autopsie.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="cTNM" type="TNM_Typ" minOccurs="0"> <xs:annotation> <xs:documentation>Prätherapeutisches TNM</xs:documentation> </xs:annotation> </xs:element> <xs:element name="pTNM" type="TNM_Typ" minOccurs="0"> <xs:annotation> <xs:documentation>Postoperatives TNM. Es ist nicht nötig, dass alle Bestandteile der TNM-Formel die Einstufung 'p' aufweisen.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Histologie" type="Histologie_Typ" minOccurs="0"/> <xs:element name="Menge_FM" type="Menge_FM_Typ" minOccurs="0"/> <xs:element name="Menge_Weitere_Klassifikation" type="Menge_Weitere_Klassifikation_Typ" minOccurs="0"/> <xs:element name="Modul_Mamma" type="Modul_Mamma_Typ" minOccurs="0"/> <xs:element name="Modul_Darm" type="Modul_Darm_Typ" minOccurs="0"/> <xs:element name="Modul_Prostata" type="Modul_Prostata_Typ" minOccurs="0"/> <xs:element name="Modul_Malignes_Melanom" type="Modul_Malignes_Melanom_Typ" minOccurs="0"/> <xs:element name="Seitenlokalisation" type="Seitenlokalisation_Typ"/> <xs:element name="DCN" type="JN_Typ"/> <xs:element name="Anzahl_Tage_Diagnose_Tod" type="Abstand_Ereignisse_Typ" minOccurs="0"/> </xs:all> </xs:complexType> <xs:complexType name="Folgeereignis_Typ"> <xs:all> <xs:element name="TNM" type="TNM_Typ" minOccurs="0"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:element> <xs:element name="Menge_Weitere_Klassifikation" type="Menge_Weitere_Klassifikation_Typ" minOccurs="0"/> <xs:element name="Untersuchungsdatum_Verlauf" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> <xs:element name="Gesamtbeurteilung_Tumorstatus"> <xs:annotation> <xs:documentation> Gesamtbeurteilung der Erkrankung unter Berücksichtigung aller Manifestationen. Hinweise: P = Progression (Fortschreiten der Erkrankung) Y = Rezidiv, jedes Wiederauftreten der Erkrankung bei vorheriger kompletter klinischer Tumorfreiheit (biochemisches Rezidiv, Lokalrezidiv und/oder Metastasierung) </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="V"> <xs:annotation> <xs:documentation>Vollremission (complete remission, CR)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Teilremission (partial remission, PR)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>keine Änderung (no change, NC) = stable disease</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Progression</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="D"> <xs:annotation> <xs:documentation>divergentes Geschehen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="B"> <xs:annotation> <xs:documentation>klinische Besserung des Zustandes, Kriterien für Teilremission jedoch nicht erfüllt (minimal response, MR)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Vollremission mit residualen Auffälligkeiten (CRr)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Y"> <xs:annotation> <xs:documentation>Rezidiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Beurteilung unmöglich</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>fehlende Angaben</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Verlauf_Lokaler_Tumorstatus" minOccurs="0"> <xs:annotation> <xs:documentation> Beurteilung der Situation im Primärtumorbereich Hinweis: T = Tumorreste (Residualtumor), unbekannt, ob Progress oder No Change (auch für noch nicht therapierte Primärtumoren zu verwenden) </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>kein Tumor nachweisbar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Tumorreste (Residualtumor)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Tumorreste (Residualtumor) Progress</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Tumorreste (Residualtumor) No Change</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Lokalrezidiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="F"> <xs:annotation> <xs:documentation>fraglicher Befund</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>fehlende Angabe</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Verlauf_Tumorstatus_Lymphknoten" minOccurs="0"> <xs:annotation> <xs:documentation> Beurteilung der Situation im Bereich der regionären Lymphknoten Hinweis: T = bekannter Lymphknotenbefall Residuen, unbekannt, ob Progress oder No Change </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>kein Lymphknotenbefall nachweisbar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>bekannter Lymphknotenbefall Residuen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>bekannter Lymphknotenbefall Progress</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>bekannter Lymphknotenbefall No Change</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>neu aufgetretenes Lymphknotenrezidiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="F"> <xs:annotation> <xs:documentation>fraglicher Befund</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>fehlende Angabe</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Verlauf_Tumorstatus_Fernmetastasen" minOccurs="0"> <xs:annotation> <xs:documentation> Beurteilung der Situation im Bereich der Fernmetastasen Hinweis: R= Neu aufgetretene Fernmetastase(n) bzw. Metastasenrezidivbeschriebt eine Situation, in der zuvor Metastatsenfreiheit bestanden hat oder durch Therapie erreicht wurde.Neue Metastasen auch unter "Fernmetastasen" mit Lokalisation und Datum übermitteln. P= Wenn zu bestehenden Fernmetastasen neue hinzukommen. Bei einem klinisch divergenten Geschehen, ist die prognostisch ungünstigere Ausprägung zu übermitteln. Neue Metastasen auch unter "Fernmetastasen" mit Lokalisation und Datum übermitteln. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>keine Fernmetastasen nachweisbar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Fernmetastasen Residuen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Fernmetastasen Progress</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Fernmetastasen No Change</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>neu aufgetretene Fernmetastase(n) bzw. Metastasenrezidiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="F"> <xs:annotation> <xs:documentation>fraglicher Befund</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>fehlende Angabe</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Menge_FM" type="Menge_FM_Typ" minOccurs="0"/> </xs:all> </xs:complexType> <xs:simpleType name="Freitext255_Typ"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="Freitext30_Typ"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="FreitextID_Typ"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> <xs:complexType name="GleasonScore_Typ"> <xs:annotation> <xs:documentation> Wert des Gleason-Score: GleasonGradPrimaer + GleasonGradSekundaer = GleasonScoreErgebnis mod. nach ISUP 2005 bei primärem Ca-Nachweis und im OP-Präparat </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="GradPrimaer" minOccurs="0"> <xs:annotation> <xs:documentation>primärer Gleason Grad zum Gleason-Score</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> <xs:enumeration value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GradSekundaer" minOccurs="0"> <xs:annotation> <xs:documentation>sekundärer Gleason Grad zum Gleason-Score</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> <xs:enumeration value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ScoreErgebnis" minOccurs="0"> <xs:annotation> <xs:documentation>Ergebnis Gleason-Score</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> <xs:enumeration value="5"/> <xs:enumeration value="6"/> <xs:enumeration value="7"/> <xs:enumeration value="7a"/> <xs:enumeration value="7b"/> <xs:enumeration value="8"/> <xs:enumeration value="9"/> <xs:enumeration value="10"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Histologie_Typ"> <xs:sequence> <xs:element name="Morphologie_ICD_O" type="Morphologie_ICD_O_Typ"/> <xs:element name="Grading"> <xs:annotation> <xs:documentation> Das histopathologische Grading von Tumoren wird durchgeführt, um Anhaltspunkte betreffend ihrer Aggressivität zu erhalten, die im Bezug zur Prognose und zur Behandlung steht. Das Grading sollte den Empfehlungen der WHO-Klassifikation maligner Tumoren folgen. 0 = Malignes Melanom der Konjunktiva 1 = Gut differenziert 2 = Mäßig differenziert 3 = Schlecht differenziert 4 = Undifferenziert X = Nicht bestimmbar L = Low grade (G1 oder G2) M = Intermediate (G2 oder G3) H = High grade (G3 oder G4) B = Borderline U = Unbekannt T = Trifft nicht zu Bei der Klassifikation sind die einschlägigen Regeln der Literatur (TNM) zu beachten. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="0"> <xs:annotation> <xs:documentation>Malignes Melanom der Konjunktiva</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1"> <xs:annotation> <xs:documentation>Gut differenziert</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2"> <xs:annotation> <xs:documentation>Mäßig differenziert</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3"> <xs:annotation> <xs:documentation>Schlecht differenziert</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4"> <xs:annotation> <xs:documentation>Undifferenziert</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>Nicht bestimmbar</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="L"> <xs:annotation> <xs:documentation>Low grade (G1 oder G2)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Intermediate (G2 oder G3)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="H"> <xs:annotation> <xs:documentation>High grade (G3 oder G4)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="B"> <xs:annotation> <xs:documentation>Borderline</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Trifft nicht zu</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="LK_untersucht" type="xs:nonNegativeInteger" minOccurs="0"/> <xs:element name="LK_befallen" type="xs:nonNegativeInteger" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:simpleType name="Hormonrezeptor_Typ"> <xs:restriction base="xs:string"> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Positiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Negativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="ICD_Code_Typ"> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]\d\d(\.\d(\d)?)?"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="ICD_Version_Typ"> <xs:restriction base="xs:string"> <xs:enumeration value="10 2004 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2004 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2004 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2004 WHO</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2005 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2005 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2005 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2005 WHO</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2006 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2006 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2006 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2006 WHO (gültig bis 2010)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2007 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2007 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2008 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2008 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2009 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2009 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2010 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2010 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2011 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2011 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2011 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2011 WHO (gültig bis 2012)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2012 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2012 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2013 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2013 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2013 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2013 WHO (gültig bis 2015)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2014 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2014 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2015 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2015 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2016 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2016 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2016 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2016 WHO (gültig bis 2018)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2017 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2017 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2018 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2018 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2019 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2019 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2019 WHO"> <xs:annotation> <xs:documentation>ICD 10 Version 2019 WHO (letzte Version, wird nur noch in Ausnahmefällen aktualisiert)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2020 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2020 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2021 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2021 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2022 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2022 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10 2023 GM"> <xs:annotation> <xs:documentation>ICD 10 Version 2023 GM</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Sonstige"> <xs:annotation> <xs:documentation>Falls andere bzw. ältere Versionen verwendet werden</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="JN_Typ"> <xs:restriction base="xs:string"> <xs:enumeration value="J"> <xs:annotation> <xs:documentation>Ja</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Nein</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="Lieferregister_Typ"> <xs:attribute name="Register_ID" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="01"> <xs:annotation> <xs:documentation>SH</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="02"> <xs:annotation> <xs:documentation>HH</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="03"> <xs:annotation> <xs:documentation>NI</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="04"> <xs:annotation> <xs:documentation>HB</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="05"> <xs:annotation> <xs:documentation>NW</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="06"> <xs:annotation> <xs:documentation>HE</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="07"> <xs:annotation> <xs:documentation>RP</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="08"> <xs:annotation> <xs:documentation>BW</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="09"> <xs:annotation> <xs:documentation>BY</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10"> <xs:annotation> <xs:documentation>SL</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="11"> <xs:annotation> <xs:documentation>BE</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="12"> <xs:annotation> <xs:documentation>BB</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="13"> <xs:annotation> <xs:documentation>MV</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="14"> <xs:annotation> <xs:documentation>SN</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="15"> <xs:annotation> <xs:documentation>ST</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="16"> <xs:annotation> <xs:documentation>TH</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="17"> <xs:annotation> <xs:documentation>BE_BB</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> <xs:complexType name="Menge_FM_Typ"> <xs:sequence> <xs:element name="Fernmetastase" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Lokalisation"> <xs:annotation> <xs:documentation> Lokalisation der Fernmetastase PUL = Lunge OSS = Knochen HEP = Leber BRA = Hirn LYM = Lymphknoten MAR = Knochenmark PLE = Pleura PER = Peritoneum ADR = Nebennieren SKI = Haut OTH = Andere Organe GEN = Generalisierte Metastasierung </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="PUL"> <xs:annotation> <xs:documentation>Lunge</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OSS"> <xs:annotation> <xs:documentation>Knochen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HEP"> <xs:annotation> <xs:documentation>Leber</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="BRA"> <xs:annotation> <xs:documentation>Hirn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LYM"> <xs:annotation> <xs:documentation>Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MAR"> <xs:annotation> <xs:documentation>Knochenmark</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PLE"> <xs:annotation> <xs:documentation>Pleura</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PER"> <xs:annotation> <xs:documentation>Peritoneum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ADR"> <xs:annotation> <xs:documentation>Nebennieren</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SKI"> <xs:annotation> <xs:documentation>Haut</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OTH"> <xs:annotation> <xs:documentation>Andere Organe</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GEN"> <xs:annotation> <xs:documentation>Generalisierte Metastasierung</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Menge_Weitere_Klassifikation_Typ"> <xs:sequence> <xs:element name="Weitere_Klassifikation" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Name" type="Freitext255_Typ"/> <xs:element name="Stadium" type="Freitext30_Typ"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Modul_Darm_Typ"> <xs:annotation> <xs:documentation>Der Einschluss der vollständigen Module Mamma und Darm, sowie Allgemein in verschiedenen Abschnitten des Datensatzes ist nicht so zu verstehen, dass an allen Stellen alle Felder zu befüllen sind, vielmehr soll die Möglichkeit eröffnet werden, z. B. im Element "Diagnose" alle Informationen zu übermitteln, ohne für einige Modul-Felder eine im Übrigen leere OP anlegen zu müssen, oder umgekehrt.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="RASMutation" type="RASMutation_Typ" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:complexType name="Modul_Malignes_Melanom_Typ"> <xs:all> <xs:element name="Tumordicke" type="Tumordicke_Typ" minOccurs="0"/> <xs:element name="LDH" minOccurs="0"> <xs:annotation> <xs:documentation> LDH-Wert in Unit/Liter (U/l). Hinweis: Für die Umrechung von Katal/l nach Unit/l gilt: 1µkat/l = 60 U/l 100 U/l = 1.67 µkat/l. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="10000"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="Modul_Mamma_Typ"> <xs:annotation> <xs:documentation>Der Einschluss der vollständigen Module Mamma und Darm, sowie Allgemein in verschiedenen Abschnitten des Datensatzes ist nicht so zu verstehen, dass an allen Stellen alle Felder zu befüllen sind, vielmehr soll die Möglichkeit eröffnet werden, z. B. im Element "Diagnose" alle Informationen zu übermitteln, ohne für einige Modul-Felder eine im Übrigen leere OP anlegen zu müssen, oder umgekehrt.</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Praetherapeutischer_Menopausenstatus" minOccurs="0"> <xs:annotation> <xs:documentation> Prätherapeutischer Menopausenstatus der Patientin Postmenopausal bedeutet mehr als ein Jahr keine Menstruationsblutung oder Estradiol (E2) und Follikelstimulierendes Hormon (FSH) im eindeutigen postmenopausalen Bereich. 1 = Prämenopausal 3 = Postmenopausal U = Unbekannt Hinweis: Prämenopausal umfasst Perimenopausal </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="1"> <xs:annotation> <xs:documentation>Prämenopausal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3"> <xs:annotation> <xs:documentation>Postmenopausal</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="HormonrezeptorStatus_Oestrogen" type="Hormonrezeptor_Typ" minOccurs="0"> <xs:annotation> <xs:documentation> Rezeptorstatus Positiv/Negativ (gemäß: Immun reaktiver Score (IRS) Remmele W et al. 1987) P = Positiv (IRS >= 1) N = Negativ U = Unbekannt </xs:documentation> </xs:annotation> </xs:element> <xs:element name="HormonrezeptorStatus_Progesteron" type="Hormonrezeptor_Typ" minOccurs="0"> <xs:annotation> <xs:documentation> Rezeptorstatus Positiv/Negativ (gemäß: Immunreaktiver Score (IRS) Remmele W et al. 1987). P = Positiv (IRS >= 1) N = Negativ U = Unbekannt </xs:documentation> </xs:annotation> </xs:element> <xs:element name="Her2neuStatus" type="Hormonrezeptor_Typ" minOccurs="0"> <xs:annotation> <xs:documentation> Rezeptorstatus Positiv/Negativ (gemäß immunreaktiven Scores nach Leitlinie) P = Positiv, d. h. IHC +++ oder IHC ++ und ISH (FISH, CISH o. Ä.) positiv N = Negativ U = Unbekannt Bei FISH "borderline" muss die Festlegung auf negativ oder positiv durch den Kliniker in Absprache mit dem Pathologen erfolgen. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="TumorgroesseInvasiv" type="Zahl_3stellig_Typ" minOccurs="0"> <xs:annotation> <xs:documentation>Angabe in Millimetern</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TumorgroesseDCIS" type="Zahl_3stellig_Typ" minOccurs="0"> <xs:annotation> <xs:documentation>Angabe in Millimetern</xs:documentation> </xs:annotation> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="Modul_Prostata_Typ"> <xs:all> <xs:element name="GleasonScore" type="GleasonScore_Typ" minOccurs="0"/> <xs:element name="PSA" minOccurs="0"> <xs:annotation> <xs:documentation> Aktuell relevanter PSA-Wert als Fließkommazahl in ng/ml (max. 3 Dezimalstellen nach dem Dezimalpunkt) </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="3"/> <xs:minInclusive value="0"/> <xs:maxExclusive value="100000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DatumPSA" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ" minOccurs="0"/> </xs:all> </xs:complexType> <xs:complexType name="Morphologie_ICD_O_Typ"> <xs:sequence> <xs:element name="Code"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\d\d\d\d/\d"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Version" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="31"> <xs:annotation> <xs:documentation>ICD-O-3, 2003</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="32"> <xs:annotation> <xs:documentation>ICD-O-3, 1. Revision 2014</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="33"> <xs:annotation> <xs:documentation>ICD-O-3, 2. Revision 2019</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="bb"> <xs:annotation> <xs:documentation>Neue Codes aus den WHO-Klassifikationen (BlueBooks)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> <xs:element name="oBDS_RKI"> <xs:complexType> <xs:sequence> <xs:element name="Lieferregister" type="Lieferregister_Typ"/> <xs:element name="Lieferdatum"> <xs:complexType> <xs:complexContent> <xs:extension base="Datum_Tag_genau_Typ"/> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="Menge_Patient"> <xs:complexType> <xs:sequence> <xs:element name="Patient" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Patienten_Stammdaten" type="Patienten_Stammdaten_Typ"/> <xs:element name="Menge_Tumor"> <xs:complexType> <xs:sequence> <xs:element name="Tumor" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Primaerdiagnose" type="Diagnose_Typ"/> <xs:element name="Menge_OP" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="OP" type="OP_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Menge_ST" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="ST" type="ST_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Menge_SYST" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SYST" type="SYST_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Menge_Folgeereignis" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Folgeereignis" type="Folgeereignis_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Tumor_ID" type="FreitextID_Typ" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Patient_ID" type="FreitextID_Typ" use="required"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="Schema_Version" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="3.0.0"> <xs:annotation> <xs:documentation>Erste Version beruhend auf Basisdatensatz 2021</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="Schema_Version_Development" type="xs:string" use="optional" fixed="3.0.0.7_RKI"/> </xs:complexType> <xs:unique name="ID_Patient"> <xs:selector xpath="tns:Menge_Patient/tns:Patient"/> <xs:field xpath="@Patient_ID"/> </xs:unique> <xs:unique name="ID_Tumor"> <xs:selector xpath="tns:Menge_Patient/tns:Patient/tns:Menge_Tumor/tns:Tumor"/> <xs:field xpath="@Tumor_ID"/> </xs:unique> </xs:element> <xs:complexType name="OP_Typ"> <xs:all> <xs:element name="DatumOP" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> <xs:element name="Intention"> <xs:annotation> <xs:documentation> Gibt an, mit welchem Ziel die Operation geplant wurde. Die Angabe S = Sonstiges wird z.B. bei Tracheostomie vor Radiochenotherapie bei Kopf/Hals verwendet </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>kurativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>palliativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="D"> <xs:annotation> <xs:documentation>diagnostisch</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Revision/Komplikation</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>fehlende Angabe</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Menge_OPS"> <xs:complexType> <xs:sequence> <xs:element name="OPS" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Code"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="5"/> <xs:maxLength value="9"/> <xs:pattern value="[135689]-\d\d[0-9a-hj-km-z](\.([0-9a-hj-kmnp-z]){1,2}){0,1}([RLB]){0,1}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Version"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="200[4-9]|20[12]\d"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Lokale_Beurteilung_Residualstatus" type="R_Typ" minOccurs="0"/> <xs:element name="Anzahl_Tage_Diagnose_OP" type="Abstand_Ereignisse_Typ" minOccurs="0"/> </xs:all> </xs:complexType> <xs:complexType name="Patienten_Stammdaten_Typ"> <xs:annotation> <xs:documentation>Typ zur Verwendung in Stammdaten</xs:documentation> </xs:annotation> <xs:all> <xs:element name="Geschlecht"> <xs:annotation> <xs:documentation> Es wird, wenn möglich, das Geschlecht verwendet, wie es im Melderegister und auf der Gesundheitskarte vermerkt ist. Es ist zu beachten, dass X=unbestimmtes Geschlecht (amtlich: keine Angabe) einer expliziten Angabe im Personenstandsregister entspricht und auf keinen Fall mit U=unbekannt gleichzusetzen ist. "Unbekannt" bedeutet, dass dem Melder das Geschlecht tatsächlich unbekannt ist und stellt eine absolute Ausnahmesituation dar, da beispielsweise eine Versichertenkarte das amtliche Geschlecht enthält. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Männlich</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="W"> <xs:annotation> <xs:documentation>Weiblich</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="D"> <xs:annotation> <xs:documentation>Divers</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>keine Angabe / unbestimmt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Geburtsdatum" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> <xs:element name="Vitalstatus"> <xs:complexType> <xs:choice> <xs:element name="Verstorben" type="JN_Typ"/> <xs:element name="Todesursachen" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Menge_Weitere_Todesursachen" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Todesursache_ICD" type="Allgemein_ICD_Typ" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Grundleiden" type="Allgemein_ICD_Typ" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Datum_Vitalstatus" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> </xs:choice> </xs:complexType> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="Protokoll_Typ"> <xs:choice> <xs:element name="Bezeichnung" type="Freitext255_Typ"/> <xs:element name="Protokollschluessel"> <xs:annotation> <xs:documentation>https://confluence.kk-n.de/display/UMK/Protokolle</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code"/> <xs:element name="Version" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> <xs:simpleType name="R_Typ"> <xs:annotation> <xs:documentation>R0/1/2/X werden im TNM-Buch beschrieben, R1(cy+) und R1(is) stammen aus dem TNM-Supplement. Wichtig ist zu wissen, dass RX ein expliziter Code ist, während U tatsächlich das Nicht-Vorhandensein der Information kennzeichnet</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="R0"> <xs:annotation> <xs:documentation>kein Residualtumor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R1"> <xs:annotation> <xs:documentation>mikroskopischer Residualtumor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R2"> <xs:annotation> <xs:documentation>makroskopischer Residualtumor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R1(is)"> <xs:annotation> <xs:documentation>In-Situ-Rest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R1(cy+)"> <xs:annotation> <xs:documentation>cytologischer Rest</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RX"> <xs:annotation> <xs:documentation>Vorhandensein von Residualtumor kann nicht beurteilt werden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Residualtumorstatus ist nicht bekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="RASMutation_Typ"> <xs:restriction base="xs:string"> <xs:enumeration value="W"> <xs:annotation> <xs:documentation>Wildtyp</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Mutation</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Nicht untersucht</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="Seite_Zielgebiet_Typ"> <xs:annotation> <xs:documentation> Gibt die Seitenlokalisation des Zielgebietes an Hinweise: Bei Zielgebieten, die durch "(r, l)" gekennzeichnet sind, ist eine Seitenangabe Pflicht. Bei beidseitiger Bestrahlung paariger Organe sind die Bestrahlungen einzeln zu melden. Paariges Zielgebiet ist ein anatomischer Begriff und nicht zu verwechseln mit paarigen Organen. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="L"> <xs:annotation> <xs:documentation>links</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>rechts</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="B"> <xs:annotation> <xs:documentation>beidseits</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>mittig</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>trifft nicht zu</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="Seitenlokalisation_Typ"> <xs:annotation> <xs:documentation>Organspezifische Angabe der betroffenen Seite</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="L"> <xs:annotation> <xs:documentation>Links</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="R"> <xs:annotation> <xs:documentation>Rechts</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="B"> <xs:annotation> <xs:documentation>Beidseitig (bei bestimmten Tumoren 2 Meldungen angeben)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="M"> <xs:annotation> <xs:documentation>Mittellinie/mittig</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="T"> <xs:annotation> <xs:documentation>Trifft nicht zu (Seitenangabe nicht sinnvoll, einschließlich Systemerkrankungen)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:complexType name="ST_Typ"> <xs:all> <xs:element name="Intention" minOccurs="0"> <xs:annotation> <xs:documentation> Gibt an, mit welcher Intention die Strahlentherapie geplant wurde. Prophylaktisch/Salvage kann als kurativ oder palliativ kodiert werden. "lokal kurativ" gibt an, wenn das Therapiekonzept lediglich lokal kurativ ist, steht also zwischen Kurativ und Palliativ </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>Kurativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Palliativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="O"> <xs:annotation> <xs:documentation>lokal kurativ bei Oligometastasierung</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>Keine Angabe</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Stellung_OP" minOccurs="0"> <xs:annotation> <xs:documentation> Gibt an, in welchem Bezug zu einer operativen Therapie die Bestrahlung steht. Hinweise: A = adjuvant gilt für Therapien nach R0 Resektion Z = additiv gilt für Therapien nach R1/R2 und RX Resektion </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="O"> <xs:annotation> <xs:documentation>Ohne Bezug zu einer operativen Therapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="A"> <xs:annotation> <xs:documentation>adjuvant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>neoadjuvant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="I"> <xs:annotation> <xs:documentation>intraoperativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Z"> <xs:annotation> <xs:documentation>additiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Menge_Bestrahlung" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Bestrahlung" maxOccurs="unbounded"> <xs:complexType> <xs:all> <xs:element name="DatumBestrahlung" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> <xs:element name="Applikationsart" minOccurs="0"> <xs:complexType> <xs:choice> <xs:element name="Perkutan"> <xs:complexType> <xs:all> <xs:element name="Radiochemo" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="RCJ"> <xs:annotation> <xs:documentation>mit Chemotherapie/Sensitizer</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RCN"> <xs:annotation> <xs:documentation>ohne Chemotherapie/Sensitizer</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Stereotaktisch" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="ST"> <xs:annotation> <xs:documentation>stereotaktisch</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Atemgetriggert" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="4D"> <xs:annotation> <xs:documentation>atemgetriggert</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Zielgebiet" type="Zielgebiet_Typ"/> <xs:element name="Seite_Zielgebiet" type="Seite_Zielgebiet_Typ"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="Kontakt"> <xs:complexType> <xs:all> <xs:element name="Interstitiell_endokavitaer"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="I"> <xs:annotation> <xs:documentation>interstitiell</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>endokavitär</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Rate_Type" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="HDR"> <xs:annotation> <xs:documentation>high dose rate therapy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="LDR"> <xs:annotation> <xs:documentation>low dose rate therapy</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PDR"> <xs:annotation> <xs:documentation>pulsed dose rate therapy</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Zielgebiet" type="Zielgebiet_Typ"/> <xs:element name="Seite_Zielgebiet" type="Seite_Zielgebiet_Typ"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="Metabolisch"> <xs:complexType> <xs:all> <xs:element name="Metabolisch_Typ"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="SIRT"> <xs:annotation> <xs:documentation>selektive interne Radio-Therapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PRRT"> <xs:annotation> <xs:documentation>Peptid-Radio-Rezeptor-Therapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PSMA"> <xs:annotation> <xs:documentation>PSMA-Therapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RJT"> <xs:annotation> <xs:documentation>Radiojod-Therapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="RIT"> <xs:annotation> <xs:documentation>Radioimmun-Therapie</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Zielgebiet" type="Zielgebiet_Typ" minOccurs="0"/> <xs:element name="Seite_Zielgebiet" type="Seite_Zielgebiet_Typ" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="Sonstige"> <xs:complexType> <xs:all> <xs:element name="Zielgebiet" type="Zielgebiet_Typ" minOccurs="0"/> <xs:element name="Seite_Zielgebiet" type="Seite_Zielgebiet_Typ" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> <xs:element name="Unbekannt"> <xs:complexType> <xs:all> <xs:element name="Zielgebiet" type="Zielgebiet_Typ" minOccurs="0"/> <xs:element name="Seite_Zielgebiet" type="Seite_Zielgebiet_Typ" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> </xs:element> <xs:element name="Anzahl_Tage_Diagnose_ST" type="Abstand_Ereignisse_Typ" minOccurs="0"/> <xs:element name="Anzahl_Tage_ST_Dauer" type="Abstand_Ereignisse_Typ" minOccurs="0"/> </xs:all> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="Substanz_Typ"> <xs:choice maxOccurs="unbounded"> <xs:element name="Bezeichnung" type="Freitext255_Typ"/> <xs:element name="ATC"> <xs:complexType> <xs:sequence> <xs:element name="Code"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]\d\d[A-Z][A-Z]\d\d"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Version" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="200[4-9]|20[12]\d"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> <xs:complexType name="SYST_Typ"> <xs:all> <xs:element name="DatumSYST" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/> <xs:element name="Intention"> <xs:annotation> <xs:documentation>Gibt an, mit welcher Intention die systemische Therapie geplant wurde.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="K"> <xs:annotation> <xs:documentation>kurativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>palliativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="X"> <xs:annotation> <xs:documentation>keine Angabe</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Stellung_OP"> <xs:annotation> <xs:documentation>Gibt an, in welchem Bezug zu einer operativen Therapie die systemische Therapie steht</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="O"> <xs:annotation> <xs:documentation>ohne Bezug zu einer operativen Therapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="A"> <xs:annotation> <xs:documentation>adjuvant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>neoadjuvant</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="I"> <xs:annotation> <xs:documentation>intraoperativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="S"> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Therapieart"> <xs:annotation> <xs:documentation>Gibt an, welche Art der Therapie bzw. abwartende Strategie durchgeführt wurde.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="CH"> <xs:annotation> <xs:documentation>Chemotherapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="HO"> <xs:annotation> <xs:documentation>Hormontherapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IM"> <xs:annotation> <xs:documentation>Immun-/Antikörpertherapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ZS"> <xs:annotation> <xs:documentation>zielgerichtete Substanzen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CI"> <xs:annotation> <xs:documentation>Chemo- + Immun-/Antikörpertherapie</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CZ"> <xs:annotation> <xs:documentation>Chemotherapie + zielgerichtete Substanzen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="CIZ"> <xs:annotation> <xs:documentation>Chemo- + Immun-/Antikörpertherapie + zielgerichtete Substanzen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IZ"> <xs:annotation> <xs:documentation>Immun-/Antikörpertherapie + zielgerichtete Substanzen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SZ"> <xs:annotation> <xs:documentation>Stammzelltransplantation (inkl. Knochenmarktransplantation)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="AS"> <xs:annotation> <xs:documentation>Active Surveillance</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WS"> <xs:annotation> <xs:documentation>Wait and see</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="WW"> <xs:annotation> <xs:documentation>Watchful Waiting</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SO"> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Protokoll" type="Protokoll_Typ" minOccurs="0"/> <xs:element name="Menge_Substanz" minOccurs="0"> <xs:annotation> <xs:documentation> Gibt an, mit welcher Substanz die Systemtherapie durchgeführt wurde. Mehrere Substanzen sind einzeln anzugeben. Eine kommaseparierte Liste ist nicht zulässig. Substanzen können mit ihrer Bezeichnung oder als ATC-Code inklusive Version angegebenw erden. </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Substanz" type="Substanz_Typ"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Anzahl_Tage_Diagnose_SYST" type="Abstand_Ereignisse_Typ" minOccurs="0"/> <xs:element name="Anzahl_Tage_SYST_Dauer" type="Abstand_Ereignisse_Typ" minOccurs="0"/> </xs:all> </xs:complexType> <xs:complexType name="TNM_Typ"> <xs:all> <xs:element name="Version" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="6"> <xs:annotation> <xs:documentation>6. Auflage</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7"> <xs:annotation> <xs:documentation>7. Auflage</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8"> <xs:annotation> <xs:documentation>8. Auflage</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="y_Symbol" minOccurs="0"> <xs:annotation> <xs:documentation>Das Weglassen des Tags bedeutet, dass die Klassifikation vor einer initialen multimodaler Therapie erfolgte (oder keine solche stattgefunden hat).</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="y"> <xs:annotation> <xs:documentation>Klassifikation erfolgte während oder nach initialer multimodaler Therapie</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="r_Symbol" minOccurs="0"> <xs:annotation> <xs:documentation>Das Weglassen des Tags bedeutet, dass die Klassifikation im Rahmen der Primärdiagnostik/-therapie erfolgte.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="r"> <xs:annotation> <xs:documentation>Klassifikation erfolgte zur Beurteilung eines Rezidivs</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="a_Symbol" minOccurs="0"> <xs:annotation> <xs:documentation>Das Weglassen des Tags bedeutet, dass die Klassifikation klinisch und/oder pathologisch erfolgte.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="a"> <xs:annotation> <xs:documentation>Die Klassifikation durch eine Autopsie festgelegt.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="c_p_u_Praefix_T" minOccurs="0"> <xs:annotation> <xs:documentation>Das Weglassen des Prefix wird als "c" interpretiert</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="c"> <xs:annotation> <xs:documentation>Kategorie wurde durch klinische Angaben festgestellt, bzw. erfüllt die Kriterien für p nicht</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="p"> <xs:annotation> <xs:documentation>Feststellung der Kategorie erfolgte durch eine pathohistologische Untersuchung, mit der auch der höchste Grad der jeweiligen Kategorie hätte festgestellt werden können </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="u"> <xs:annotation> <xs:documentation>Feststellung mit Ultraschall (Unterkategorie von c mit besonderer diagnostischer Relevanz, z.B. beim Rektumkarzinom)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="T" minOccurs="0"> <xs:simpleType> <xs:restriction base="Freitext30_Typ"> <xs:pattern value="(is.*)|([a01234X].*)"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="m_Symbol" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[m](,is){0,1}|(is)|[2-9](,is){0,1}|[1-9][0-9]{1,2}(,is){0,1}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="c_p_u_Praefix_N" minOccurs="0"> <xs:annotation> <xs:documentation>Das Weglassen des Prefix wird als "c" interpretiert</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="c"> <xs:annotation> <xs:documentation>Kategorie wurde durch klinische Angaben festgestellt, bzw. erfüllt die Kriterien für p nicht</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="p"> <xs:annotation> <xs:documentation> Feststellung der Kategorie erfolgte durch eine pathohistologische Untersuchung, mit der auch der höchste Grad der jeweiligen Kategorie hätte festgestellt werden können </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="u"> <xs:annotation> <xs:documentation>Feststellung mit Ultraschall (Unterkategorie von c mit besonderer diagnostischer Relevanz, z.B. beim Rektumkarzinom)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="N" minOccurs="0"> <xs:simpleType> <xs:restriction base="Freitext30_Typ"> <xs:pattern value="[0123X].*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="c_p_u_Praefix_M" minOccurs="0"> <xs:annotation> <xs:documentation>Das Weglassen des Prefix wird als "c" interpretiert</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="c"> <xs:annotation> <xs:documentation>Kategorie wurde durch klinische Angaben festgestellt, bzw. erfüllt die Kriterien für p nicht</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="p"> <xs:annotation> <xs:documentation>Feststellung der Kategorie erfolgte durch eine pathohistologische Untersuchung, mit der auch der höchste Grad der jeweiligen Kategorie hätte festgestellt werden können </xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="u"> <xs:annotation> <xs:documentation>Feststellung mit Ultraschall (Unterkategorie von c mit besonderer diagnostischer Relevanz, z.B. beim Rektumkarzinom)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="M" minOccurs="0"> <xs:simpleType> <xs:restriction base="Freitext30_Typ"> <xs:pattern value="[01X].*"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="L" minOccurs="0"> <xs:annotation> <xs:documentation>Lymphgefäßinvasion. Erfolgt im Allgemeinen im Rahmen eines "pTNM".</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="LX"> <xs:annotation> <xs:documentation>Lymphgefäßinvasion kann nicht beurteilt werden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="L0"> <xs:annotation> <xs:documentation>Keine Lymphgefäßinvasion</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="L1"> <xs:annotation> <xs:documentation>Lymphgefäßinvasion</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="V" minOccurs="0"> <xs:annotation> <xs:documentation>Veneninvasion. Erfolgt im Allgemeinen im Rahmen eines "pTNM".</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="VX"> <xs:annotation> <xs:documentation>Veneninvasion kann nicht beurteilt werden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="V0"> <xs:annotation> <xs:documentation>Keine Veneninvasion</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="V1"> <xs:annotation> <xs:documentation>Mikroskopische Veneninvasion</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="V2"> <xs:annotation> <xs:documentation>Makroskopische Veneninvasion</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Pn" minOccurs="0"> <xs:annotation> <xs:documentation>Perineuralinvasion. Erfolgt im Allgemeinen im Rahmen eines "pTNM".</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="PnX"> <xs:annotation> <xs:documentation>Perineurale Invasion kann nicht beurteilt werden</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pn0"> <xs:annotation> <xs:documentation>Keine perineurale Invasion</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Pn1"> <xs:annotation> <xs:documentation>Perineurale Invasion</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="S" minOccurs="0"> <xs:annotation> <xs:documentation> Serumtumormarker SX = Werte der Serumtumormarker nicht verfügbar oder entsprechende Untersuchungen nicht vorgenommen S0 = Serumtumormarker innerhalb der normalen Grenzen S1–S3 = Wenigstens einer der Serumtumormarker erhöht LDH HCG AFP S1 &lt; 1,5N und &lt; 5000 und &lt; 1000 S2 1,5-10N oder 5000-50000 oder 1000-10000 S3 &gt; 10 N oder &gt; 50000 oder &gt; 10000 N = obere Grenze des Normalwertes (Quelle: TNM-Klassifikation, 8. Auflage 2020, S.252) </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="SX"/> <xs:enumeration value="S0"/> <xs:enumeration value="S1"/> <xs:enumeration value="S2"/> <xs:enumeration value="S3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="UICC_Stadium" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="okk"> <xs:annotation> <xs:documentation>okk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="0"> <xs:annotation> <xs:documentation>0</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="0a"> <xs:annotation> <xs:documentation>0a</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="0is"> <xs:annotation> <xs:documentation>0is</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="I"> <xs:annotation> <xs:documentation>I</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IA"> <xs:annotation> <xs:documentation>IA</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IA1"> <xs:annotation> <xs:documentation>IA1</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IA2"> <xs:annotation> <xs:documentation>IA2</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IA3"> <xs:annotation> <xs:documentation>IA3</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IB"> <xs:annotation> <xs:documentation>IB</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IB1"> <xs:annotation> <xs:documentation>IB1</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IB2"> <xs:annotation> <xs:documentation>IB2</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IC"> <xs:annotation> <xs:documentation>IC</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="II"> <xs:annotation> <xs:documentation>II</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIA"> <xs:annotation> <xs:documentation>IIA</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIA1"> <xs:annotation> <xs:documentation>IIA1</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIA2"> <xs:annotation> <xs:documentation>IIA2</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIB"> <xs:annotation> <xs:documentation>IIB</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIC"> <xs:annotation> <xs:documentation>IIC</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="III"> <xs:annotation> <xs:documentation>III</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIA"> <xs:annotation> <xs:documentation>IIIA</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIA1"> <xs:annotation> <xs:documentation>IIIA1</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIA2"> <xs:annotation> <xs:documentation>IIIA2</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIB"> <xs:annotation> <xs:documentation>IIIB</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIC"> <xs:annotation> <xs:documentation>IIIC</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIC1"> <xs:annotation> <xs:documentation>IIIC1</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIIC2"> <xs:annotation> <xs:documentation>IIIC2</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IIID"> <xs:annotation> <xs:documentation>IIID</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IS"> <xs:annotation> <xs:documentation>IS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IV"> <xs:annotation> <xs:documentation>IV</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVA"> <xs:annotation> <xs:documentation>IVA</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVA1"> <xs:annotation> <xs:documentation>IVA1</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVA2"> <xs:annotation> <xs:documentation>IVA2</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVB"> <xs:annotation> <xs:documentation>IVB</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="IVC"> <xs:annotation> <xs:documentation>IVC</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> </xs:all> </xs:complexType> <xs:complexType name="Topographie_ICD_O_Typ"> <xs:sequence> <xs:element name="Code"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="C\d\d\.\d(\d)?"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Version" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="31"> <xs:annotation> <xs:documentation>ICD-O-3, 2003</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="32"> <xs:annotation> <xs:documentation>ICD-O-3, 1. Revision 2014</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="33"> <xs:annotation> <xs:documentation>ICD-O-3, 2. Revision 2019</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> <xs:complexType name="Tumor_ICD_Typ"> <xs:sequence> <xs:element name="Code"> <xs:simpleType> <xs:restriction base="ICD_Code_Typ"> <xs:pattern value="[CD]\d\d(\.\d(\d)?)?|M72.4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Version" type="ICD_Version_Typ" minOccurs="0"/> </xs:sequence> </xs:complexType> <xs:simpleType name="Tumordicke_Typ"> <xs:annotation> <xs:documentation>Tumordicke in mm.</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:fractionDigits value="1"/> <xs:minInclusive value="0.1"/> <xs:maxInclusive value="99.0"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="Zahl_3stellig_Typ"> <xs:restriction base="xs:string"> <xs:pattern value="\d(\d)?(\d)?|U"/> </xs:restriction> </xs:simpleType> <xs:simpleType name="Zahl_5stellig_Typ"> <xs:annotation> <xs:documentation>Verwendet für erste 5 Ziffern der GKZ</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="\d{5}"/> </xs:restriction> </xs:simpleType> <xs:complexType name="Zielgebiet_Typ"> <xs:choice> <xs:element name="CodeVersion2021" type="ZielgebietADTGEKID2021_Typ"/> <xs:element name="CodeVersion2014" type="ZielgebietADTGEKID2014_Typ"/> </xs:choice> </xs:complexType> <xs:simpleType name="ZielgebietADTGEKID2014_Typ"> <xs:annotation> <xs:documentation> Zielgebietschlüssel nach ADTGEKID 2014 </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="1."> <xs:annotation> <xs:documentation>ZNS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.1."> <xs:annotation> <xs:documentation>Ganzhirn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.2."> <xs:annotation> <xs:documentation>Teilhirn</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.3."> <xs:annotation> <xs:documentation>Neuroachse</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2."> <xs:annotation> <xs:documentation>Kopf-Hals</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.+"> <xs:annotation> <xs:documentation>Kopf-Hals mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.-"> <xs:annotation> <xs:documentation>Kopf-Hals ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.1."> <xs:annotation> <xs:documentation>Orbita, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.1.+"> <xs:annotation> <xs:documentation>Orbita mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.1.-"> <xs:annotation> <xs:documentation>Orbita ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.2."> <xs:annotation> <xs:documentation>Nase/ Nasennebenhöhle, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.2.+"> <xs:annotation> <xs:documentation>Nase/ Nasennebenhöhle mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.2.-"> <xs:annotation> <xs:documentation>Nase/ Nasennebenhöhle ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.3."> <xs:annotation> <xs:documentation>Mundhöhle, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.3.+"> <xs:annotation> <xs:documentation>Mundhöhle mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.3.-"> <xs:annotation> <xs:documentation>Mundhöhle ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.4."> <xs:annotation> <xs:documentation>Ohr, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.4.+"> <xs:annotation> <xs:documentation>Ohr mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.4.-"> <xs:annotation> <xs:documentation>Ohr ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.5."> <xs:annotation> <xs:documentation>Speicheldrüse, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.5.+"> <xs:annotation> <xs:documentation>Speicheldrüse mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.5.-"> <xs:annotation> <xs:documentation>Speicheldrüse ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.6."> <xs:annotation> <xs:documentation>Pharynx, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.6.+"> <xs:annotation> <xs:documentation>Pharynx mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.6.-"> <xs:annotation> <xs:documentation>Pharynx ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.7."> <xs:annotation> <xs:documentation>Larynx, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.7.+"> <xs:annotation> <xs:documentation>Larynx mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.7.-"> <xs:annotation> <xs:documentation>Larynx ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.8."> <xs:annotation> <xs:documentation>Schilddrüse, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.8.+"> <xs:annotation> <xs:documentation>Schilddrüse mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.8.-"> <xs:annotation> <xs:documentation>Schilddrüse ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.9."> <xs:annotation> <xs:documentation>Halslymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3."> <xs:annotation> <xs:documentation>Thorax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.+"> <xs:annotation> <xs:documentation>Thorax mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.-"> <xs:annotation> <xs:documentation>Thorax ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.1."> <xs:annotation> <xs:documentation>Mamma als Ganzbrust, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.1.+"> <xs:annotation> <xs:documentation>Mamma als Ganzbrust mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.1.-"> <xs:annotation> <xs:documentation>Mamma als Ganzbrust ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.2."> <xs:annotation> <xs:documentation>Mamma als Teilbrust, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.2.+"> <xs:annotation> <xs:documentation>Mamma als Teilbrust mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.2.-"> <xs:annotation> <xs:documentation>Mamma als Teilbrust ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.3."> <xs:annotation> <xs:documentation>Brustwand</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.3.+"> <xs:annotation> <xs:documentation>Brustwand mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.3.-"> <xs:annotation> <xs:documentation>Brustwand ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.4."> <xs:annotation> <xs:documentation>Lunge, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.4.+"> <xs:annotation> <xs:documentation>Lunge mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.4.-"> <xs:annotation> <xs:documentation>Lunge ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.5."> <xs:annotation> <xs:documentation>Ösophagus, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.5.+"> <xs:annotation> <xs:documentation>Ösophagus mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.5.-"> <xs:annotation> <xs:documentation>Ösophagus ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.6."> <xs:annotation> <xs:documentation>Thymus, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.6.+"> <xs:annotation> <xs:documentation>Thymus mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.6.-"> <xs:annotation> <xs:documentation>Thymus ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.7."> <xs:annotation> <xs:documentation>Mediastinale Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4."> <xs:annotation> <xs:documentation>Abdomen (ohne Becken)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.+"> <xs:annotation> <xs:documentation>Abdomen (ohne Becken) mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.-"> <xs:annotation> <xs:documentation>Abdomen (ohne Becken) ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.1."> <xs:annotation> <xs:documentation>Magen, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.1.+"> <xs:annotation> <xs:documentation>Magen mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.1.-"> <xs:annotation> <xs:documentation>Magen ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.2."> <xs:annotation> <xs:documentation>Pankreas, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.2.+"> <xs:annotation> <xs:documentation>Pankreas mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.2.-"> <xs:annotation> <xs:documentation>Pankreas ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.3."> <xs:annotation> <xs:documentation>Leber, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.3.+"> <xs:annotation> <xs:documentation>Leber mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.3.-"> <xs:annotation> <xs:documentation>Leber ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.4."> <xs:annotation> <xs:documentation>Milz, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.4.+"> <xs:annotation> <xs:documentation>Milz mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.4.-"> <xs:annotation> <xs:documentation>Milz ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.5."> <xs:annotation> <xs:documentation>Niere, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.5.+"> <xs:annotation> <xs:documentation>Niere mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.5.-"> <xs:annotation> <xs:documentation>Niere ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.6."> <xs:annotation> <xs:documentation>Nebenniere, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.6.+"> <xs:annotation> <xs:documentation>Nebenniere mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.6.-"> <xs:annotation> <xs:documentation>Nebenniere ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.7."> <xs:annotation> <xs:documentation>Retroperitoneale Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.8."> <xs:annotation> <xs:documentation>Retroperitoneum, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.8.+"> <xs:annotation> <xs:documentation>Retroperitoneum mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.8.-"> <xs:annotation> <xs:documentation>Retroperitoneum ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.9."> <xs:annotation> <xs:documentation>Bauchwand, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.9.+"> <xs:annotation> <xs:documentation>Bauchwand mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.9.-"> <xs:annotation> <xs:documentation>Bauchwand ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5."> <xs:annotation> <xs:documentation>Becken</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.+"> <xs:annotation> <xs:documentation>Becken mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.-"> <xs:annotation> <xs:documentation>Becken ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.1."> <xs:annotation> <xs:documentation>Rektum, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.1.+"> <xs:annotation> <xs:documentation>Rektum mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.1.-"> <xs:annotation> <xs:documentation>Rektum ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.2."> <xs:annotation> <xs:documentation>Analbereich, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.2.-"> <xs:annotation> <xs:documentation>Analbereich ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.2.+"> <xs:annotation> <xs:documentation>Analbereich mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.3."> <xs:annotation> <xs:documentation>Harnblase, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.3.-"> <xs:annotation> <xs:documentation>Harnblase ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.3.+"> <xs:annotation> <xs:documentation>Harnblase mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.4."> <xs:annotation> <xs:documentation>Prostata, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.4.+"> <xs:annotation> <xs:documentation>Prostata mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.4.-"> <xs:annotation> <xs:documentation>Prostata ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.5."> <xs:annotation> <xs:documentation>Hoden, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.5.+"> <xs:annotation> <xs:documentation>Hoden mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.5.-"> <xs:annotation> <xs:documentation>Hoden ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.6."> <xs:annotation> <xs:documentation>Penis, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.6.+"> <xs:annotation> <xs:documentation>Penis mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.6.-"> <xs:annotation> <xs:documentation>Penis ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7."> <xs:annotation> <xs:documentation>Uterus und Zervix, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.+"> <xs:annotation> <xs:documentation>Uterus und Zervix mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.2.-"> <xs:annotation> <xs:documentation>Zervix ohne Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.2.+"> <xs:annotation> <xs:documentation>Zervix mit Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.2."> <xs:annotation> <xs:documentation>Zervix</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.1.-"> <xs:annotation> <xs:documentation>Uterus ohne Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.1.+"> <xs:annotation> <xs:documentation>Uterus mit Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.1."> <xs:annotation> <xs:documentation>Uterus</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7.-"> <xs:annotation> <xs:documentation>Uterus und Zervix ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.8."> <xs:annotation> <xs:documentation>Ovar, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.8.-"> <xs:annotation> <xs:documentation>Ovar ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.8.+"> <xs:annotation> <xs:documentation>Ovar mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.9."> <xs:annotation> <xs:documentation>Vulva, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.9.-"> <xs:annotation> <xs:documentation>Vulva ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.9.+"> <xs:annotation> <xs:documentation>Vulva mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.10."> <xs:annotation> <xs:documentation>Vagina, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.10.+"> <xs:annotation> <xs:documentation>Vagina mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.10.-"> <xs:annotation> <xs:documentation>Vagina ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.11."> <xs:annotation> <xs:documentation>Beckenwand, o.n.A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.11.+"> <xs:annotation> <xs:documentation>Beckenwand mit Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.11.-"> <xs:annotation> <xs:documentation>Beckenwand ohne Lk</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.12."> <xs:annotation> <xs:documentation>Beckenlymphkn. (ohne Primtu.)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6."> <xs:annotation> <xs:documentation>Stütz-/Bewegungsapparat</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.1."> <xs:annotation> <xs:documentation>Schädelknochen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.2."> <xs:annotation> <xs:documentation>Rippen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.3."> <xs:annotation> <xs:documentation>Sternum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.4."> <xs:annotation> <xs:documentation>HWS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.5."> <xs:annotation> <xs:documentation>BWS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.6."> <xs:annotation> <xs:documentation>LWS</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.7."> <xs:annotation> <xs:documentation>knöchernes Becken</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.8."> <xs:annotation> <xs:documentation>Hüfte</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.9."> <xs:annotation> <xs:documentation>Achsel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.10."> <xs:annotation> <xs:documentation>Oberarm</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.11."> <xs:annotation> <xs:documentation>Unterarm</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.12."> <xs:annotation> <xs:documentation>Hand</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.13."> <xs:annotation> <xs:documentation>Leiste</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.14."> <xs:annotation> <xs:documentation>Oberschenkel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.15."> <xs:annotation> <xs:documentation>Unterschenkel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.16."> <xs:annotation> <xs:documentation>Fuß</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7."> <xs:annotation> <xs:documentation>Haut</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.+"> <xs:annotation> <xs:documentation>Haut mit Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.-"> <xs:annotation> <xs:documentation>Haut ohne Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.1."> <xs:annotation> <xs:documentation>Primärer Hauttumor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.2."> <xs:annotation> <xs:documentation>Hautmetastasen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8."> <xs:annotation> <xs:documentation>Sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8.1."> <xs:annotation> <xs:documentation>Ganzkörperbestrahlung</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8.2."> <xs:annotation> <xs:documentation>Mantelfeldbestrahlung</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType name="ZielgebietADTGEKID2021_Typ"> <xs:annotation> <xs:documentation>Zielgebietschlüssel nach ADTGEKID 2021</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="1.1"> <xs:annotation> <xs:documentation>Ganzhirn (Neurokranium, inklusive Meningen)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.2"> <xs:annotation> <xs:documentation>Teilhirn (frontal/parietal/occipital/temporal/Kleinhirn)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.3"> <xs:annotation> <xs:documentation>Neuroachse/Rückenmark</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.4"> <xs:annotation> <xs:documentation>Hypophyse</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="1.5"> <xs:annotation> <xs:documentation>Hirn sonstiges</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.1"> <xs:annotation> <xs:documentation>Auge (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.2"> <xs:annotation> <xs:documentation>Nase/Nasennebenhöhle</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.3"> <xs:annotation> <xs:documentation>Mundhöhle inklusive Mundhöhlenvorhof</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.4"> <xs:annotation> <xs:documentation>Ohr (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.5"> <xs:annotation> <xs:documentation>Speicheldrüse (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.6"> <xs:annotation> <xs:documentation>Pharynx</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.7"> <xs:annotation> <xs:documentation>Nasopharynx</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.8"> <xs:annotation> <xs:documentation>Oropharynx</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.9"> <xs:annotation> <xs:documentation>Hypopharynx</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.10"> <xs:annotation> <xs:documentation>Larynx</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.11"> <xs:annotation> <xs:documentation>Schilddrüse</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="2.12"> <xs:annotation> <xs:documentation>Kopf-Hals sonstige</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.1"> <xs:annotation> <xs:documentation>Mamma als Ganzbrust (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.2"> <xs:annotation> <xs:documentation>Mamma als Teilbrust (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.3"> <xs:annotation> <xs:documentation>Thoraxwand, gegebenenfalls r, l</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.4"> <xs:annotation> <xs:documentation>Lunge (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.5"> <xs:annotation> <xs:documentation>Ösophagus</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.6"> <xs:annotation> <xs:documentation>Mediastinum (mediastinaler Lymphabfluss ist in Nummer 9 zu kodieren)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.7"> <xs:annotation> <xs:documentation>Thymus</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="3.8"> <xs:annotation> <xs:documentation>Thorax sonstige</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.1"> <xs:annotation> <xs:documentation>Magen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.2"> <xs:annotation> <xs:documentation>Pankreas</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.3"> <xs:annotation> <xs:documentation>Leber, auch bei Teilbestrahlung</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.4"> <xs:annotation> <xs:documentation>Milz</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.5"> <xs:annotation> <xs:documentation>Niere (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.6"> <xs:annotation> <xs:documentation>Nebenniere (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.7"> <xs:annotation> <xs:documentation>Retroperitoneum (z. B. Sarkome)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.8"> <xs:annotation> <xs:documentation>Ureter (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.9"> <xs:annotation> <xs:documentation>Bauchwand (z. B. Sarkome)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.10"> <xs:annotation> <xs:documentation>Oberbauch</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.11"> <xs:annotation> <xs:documentation>Gallengänge</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.12"> <xs:annotation> <xs:documentation>Gallenblase</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="4.13"> <xs:annotation> <xs:documentation>Abdomen sonstige</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.1"> <xs:annotation> <xs:documentation>Rektum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.2"> <xs:annotation> <xs:documentation>Analbereich</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.3"> <xs:annotation> <xs:documentation>Harnblase</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.4"> <xs:annotation> <xs:documentation>Prostata</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.5"> <xs:annotation> <xs:documentation>Hoden (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.6"> <xs:annotation> <xs:documentation>Penis</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.7"> <xs:annotation> <xs:documentation>Uterus</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.8"> <xs:annotation> <xs:documentation>Zervix</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.9"> <xs:annotation> <xs:documentation>Vulva</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.10"> <xs:annotation> <xs:documentation>Vagina</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.11"> <xs:annotation> <xs:documentation>Beckenwand</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="5.12"> <xs:annotation> <xs:documentation>Becken sonstige</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.1"> <xs:annotation> <xs:documentation>Schädel</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.2"> <xs:annotation> <xs:documentation>Schädelbasis</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.3"> <xs:annotation> <xs:documentation>Orbita (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.4"> <xs:annotation> <xs:documentation>Halswirbelsäule</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.5"> <xs:annotation> <xs:documentation>Brustwirbelsäule</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.6"> <xs:annotation> <xs:documentation>Lendenwirbelsäule</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.7"> <xs:annotation> <xs:documentation>Sacrum/Coccygeum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.8"> <xs:annotation> <xs:documentation>Rippen (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.9"> <xs:annotation> <xs:documentation>Sternum</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.10"> <xs:annotation> <xs:documentation>Schulter (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.11"> <xs:annotation> <xs:documentation>Oberarm (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.12"> <xs:annotation> <xs:documentation>Unterarm (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.13"> <xs:annotation> <xs:documentation>Hand (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.14"> <xs:annotation> <xs:documentation>Becken (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.15"> <xs:annotation> <xs:documentation>Hüfte (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.16"> <xs:annotation> <xs:documentation>Oberschenkel (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.17"> <xs:annotation> <xs:documentation>Unterschenkel (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.18"> <xs:annotation> <xs:documentation>Fuß (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="6.19"> <xs:annotation> <xs:documentation>Knochen sonstige</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.1"> <xs:annotation> <xs:documentation>Kopf, Gesicht, Hals</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.2"> <xs:annotation> <xs:documentation>obere Extremität inklusive Schulter (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.3"> <xs:annotation> <xs:documentation>untere Extremität und Hüfte (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.4"> <xs:annotation> <xs:documentation>Thorax</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.5"> <xs:annotation> <xs:documentation>Abdomen</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.6"> <xs:annotation> <xs:documentation>Becken</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.7"> <xs:annotation> <xs:documentation>Stammes o. n. A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.8"> <xs:annotation> <xs:documentation>mehrere Bereiche überlappend</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="7.9"> <xs:annotation> <xs:documentation>sonstige Weichteile o. n. A.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8.1"> <xs:annotation> <xs:documentation>Ganzhaut</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="8.2"> <xs:annotation> <xs:documentation>Teilbereiche</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.1"> <xs:annotation> <xs:documentation>Cervikale Lymphknoten (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.2"> <xs:annotation> <xs:documentation>Supra-/infraclavikuläre Lymphknoten (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.3"> <xs:annotation> <xs:documentation>Axilläre Lymphknoten (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.4"> <xs:annotation> <xs:documentation>Retrosternale/sternale/Mammaria interna Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.5"> <xs:annotation> <xs:documentation>Mediastinale Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.6"> <xs:annotation> <xs:documentation>Hiläre Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.7"> <xs:annotation> <xs:documentation>Intraabdominale Lymphknoten (z. B. subphrenisch, perigastrisch, peripankreatisch, Leber-, Milzhilus)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.8"> <xs:annotation> <xs:documentation>Paraaortale/paracavale Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.9"> <xs:annotation> <xs:documentation>Retroperitoneale Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.10"> <xs:annotation> <xs:documentation>Beckenlymphabfluss (r, l) (Iliakal commun, extern, intern, obturatorisch, präsakral)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.11"> <xs:annotation> <xs:documentation>Inguinale Lymphknoten (r, l)</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.12"> <xs:annotation> <xs:documentation>Involved Node</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.13"> <xs:annotation> <xs:documentation>Involved Site</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.14"> <xs:annotation> <xs:documentation>Involved Field</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="9.15"> <xs:annotation> <xs:documentation>Sonstige Lymphknoten</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10.1"> <xs:annotation> <xs:documentation>Ganzkörperbestrahlung bei allogener Stammzelltransplantation</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10.2"> <xs:annotation> <xs:documentation>operative Zugangswege</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="10.3"> <xs:annotation> <xs:documentation>Sonstige, nicht genannte Zielgebiete</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:schema>