Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 14 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.
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.

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. 
Hinweise:

A = adjuvant gilt für Therapien nach R0 Resektion
Z = additiv gilt für Therapien nach R1/R2 und RX Resektion

Gültige Wete:

O = Ohne Bezug zu einer operativen Therapie

A = adjuvant

N = neoadjuvant

I = interoperativ

Z = additiv

s = Sonstiges

Menge_Bestrahlung

complexType

minOccurs=”0”

XML-Schema

 XML-Schema
<xs:complexType name="ST_Typ">
  <xs:sequence>
    <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_Beginn_Bestrahlung" 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:sequence>
  <xs:attribute name="ST_ID" type="FreitextID_Typ" use="optional"/>
</xs:complexType>
  • Keine Stichwörter