- Angelegt von Julia Arnold (Unlicensed), zuletzt geändert am 13. Juni 2022
Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.
Unterschiede anzeigen Seitenhistorie anzeigen
« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »
Überblick
Text
Technische Informationen
Übersicht Felder
| Name | Typ | Indikatoren/Attribute | Anmerkungen |
---|---|---|---|---|
Elemente | TNM | minOccurs=”0” |
| |
| Menge_Weitere_Klassifikation | minOccurs=”0” |
| |
| Untersuchungsdatum_Verlauf |
|
| |
| Gesamtbeurteilung_Tumorstatus | simpleType | xs:string | Gesamtbeurteilung der Erkrankung unter Berücksichtigung aller Manifestationen. Gültige Werte: V = Vollremission T = Teilremission K = keine Änderung P = Progression D = divergents Geschehen B = klinische Besserung des Zustandes, Kriterien für Teilremission jedoch nicht erfüllt (minimal response, MR) R = Vollremission mit residualen Auffälligkeiten Y = Rezidiv U = Beurteilung unmöglich X = fehlende Angaben |
| Verlauf_Lokaler_Tumorstatus | simpleType | minOccurs=”0” xs:string | Beurteilung der Situation im Primärtumorbereich Gültige Werte: K = kein Tumor nachweisbar T = Tumorreste (Residualtumor) P = Tumorreste (Residualtumor) Progress N = Tumorreste (Residualtumor) No Change R = Lokalrezidiv F = fraglicher Befund U = unbekannt X = fehlende Angabe |
| Verlauf_Tumorstatus_Lymphknoten | simpleType | minOccurs=”0” xs:string | Beurteilung der Situation im Bereich der regionären Lymphknoten Gültige Werte: K = kein Lymphknotenbefall nachweisbar T = bekannter Lymphknotenbefall Residuen P = bekannter Lymphknotenbefall Progress N = bekannter Lymphknotenbefall No Change R = neu aufgetretenes Lymphknotenrezidiv F = fraglicher Befund U = unbekannt X =fehlende Angabe |
| Verlauf_Tumorstatus_Fernmetastasen | simpleType | minOccurs=”0” xs:string | Beurteilung der Situation im Bereich der Fernmetastasen Gültige Werte: K = keine Fernmetastasen nachweisbar T = Fernmetastasen Residuen P = Fernmetastasen Progress N = Fernmetastasen No Change R = neu aufgetretene Fernmetastase(n) bzw. Metastasenrezidiv F = fraglicher Befund U = unbekannt X = fehlende Angabe |
| Menge_FM | minOccurs=”0” |
|
XML-Schema
<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>Fernmetastasenl 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>
- Keine Stichwörter