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 11 Nächste Version anzeigen »

Überblick

Technische Informationen

Übersicht Felder

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

Elemente

Datum_Beginn_SYST

Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ

T - Tag geschätzt (entspricht monatsgenau)
M - Monat geschätzt (entspricht jahrgenau)
V - vollständig geschätzt

Intention

simpleType

xs:string

Gibt an, mit welcher Intention die systemische Therapie geplant wurde.

K = kurativ

P = palliativ

S = sonstiges

x = keine Angabe

Stellung_OP

simpleType

xs:string

Gibt an, in welchem Bezug zu einer operativen Therapie die systemische Therapie steht.

O = ohne Bezug zu einer operativen Therapie

A = adjuvant

N = neoadjuvant

I = intraoperativ

S = Sonstiges

Therapieart

simpleType

xs:string

Gibt an, welche Art der Therapie bzw. abwartende Strategie durchgeführt wurde.

HO = Hormontherapie

IM = Immun-/Antikörpertherapie

ZS = zielgerichtete Substanzen

CI = Chemo- + Immun-/Antikörperthrapie

CZ = Chemotherapie + zielgerichtete Substanzen

CIZ = Chemo- + Immun-/Antikörpertherapie + zielgerichtete Substanzen

IZ = Immun-/Antikörpertherapie + zielgerichtete Substanzen

SZ = Stammzellentransplantation (inkl. Knochenmarktransplantation)

AS = Active Surveillance

WS = Wait and see

WW = Watchful Waiting

SO = Sonstiges

Protokoll

Protokoll_Typ

minOccurs=”0”

Menge_Substanz

complexType

minOccurs=”0”

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.

Anzahl_Tage_Diagnose_SYST

Abstand_Ereignisse_Typ

minOccurs=”0”

Anzahl_Tage_SYST_Dauer

Abstand_Ereignisse_Typ

minOccurs=”0”

XML-Schema

 XML-Schema
<xs:complexType name="SYST_Typ">
  <xs:all>
    <xs:element name="Datum_Beginn_SYST" 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:attribute name="SYST_ID" type="FreitextID_Typ" use="optional"/>
</xs:complexType>
  • Keine Stichwörter