Zum Ende der Metadaten springen
Zum Anfang der Metadaten
Überblick
Übersicht Felder
| Name | Typ | Indikatoren/Attribute | Anmerkungen | Diagramm |
---|
Elemente | Morphologie_ICD_O | Morphologie_ICD_O_Typ | | | |
---|
Grading | simpleType | xs:string | 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 5 = nur für C61, TNM8 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.
| |
LK_untersucht | xs:nonNegativeInteger | minOccurs=”0” | | |
LK_befallen | xs:nonNegativeInteger | minOccurs=”0” | | |
XML-Schema
XML-Schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97 | <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
5 = nur für C61, TNM8
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="5">
<xs:annotation>
<xs:documentation>nur für C61, TNM8</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>
|