- Erstellt von Julia Arnold (Unlicensed), zuletzt geändert von Nicolett Linke am 20. Juni 2022
Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.
Unterschiede anzeigen Seitenhistorie anzeigen
« Vorherige Version anzeigen Version 10 Nächste Version anzeigen »
Überblick
Technische Informationen
Übersicht Felder
Name | Typ | Indikatoren/Attribute | Anmerkungen | Diagramm | |
---|---|---|---|---|---|
Elemente | Intention | simpleType | minOccurs=”0” xs:string | Gibt an, mit welcher Intention die Strahlentherapie geplant wurde. K = Kurativ P = Palliativ O = lokal kurativ bei Oligometastasierung S = Sonstiges x = keine Angabe | |
Stellung_OP | simpleType | minOccurs=”0” xs:string | Gibt an, in welchem Bezug zu einer operativen Therapie die Bestrahlung steht. A = adjuvant gilt für Therapien nach R0 Resektion Gültige Wete: O = Ohne Bezug zu einer operativen Therapie A = adjuvant N = neoadjuvant I = interoperativ Z = additiv s = Sonstiges | ||
complexType | minOccurs=”0” | ||||
Attribute | ST_ID | FreitextID_Typ | use=”optional” | minLength = 1 maxLength = 50 | / |
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 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | <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="Datum" 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"/>
<xs:element name="Anzahl_Tage_ST_Dauer" type="Abstand_Ereignisse_Typ"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="ST_ID" type="FreitextID_Typ" use="optional"/>
</xs:complexType>
|
- Keine Stichwörter