Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Erweitern
titleXML-Schema
Codeblock
languagexml
<xs:complexType name="SYST_Typ">
  <xs:all>sequence>
    <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>sequence>
  <xs:attribute name="SYST_ID" type="FreitextID_Typ" use="optional"/>
</xs:complexType>