<xs:complexType name="Tumorkonferenz_Typ">
<xs:annotation>
<xs:documentation>
Hier werden Tumorkonferenzen und andere Therapieplanungen außerhalb von Tumorkonferenzen hinterlegt
Neu in ADT-GEKIDoBDS 3.0.0 ist die Dokumentation der festgelegten Therapieschritte
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Meldeanlass">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="diagnose"/>
<xs:enumeration value="behandlungsbeginn"/>
<xs:enumeration value="behandlungsende"/>
<xs:enumeration value="statusaenderung"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Datum" type="Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ"/>
<xs:element name="Typ">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="praeth">
<xs:annotation>
<xs:documentation>prätherapeutische Tumorkonferenz (Festlegung der Therapiestrategie)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="postop">
<xs:annotation>
<xs:documentation>postoperative Tumorkonferenz (Planung der postoperativen Therapie, z. B. zur Frage adjuvante Therapie)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="postth">
<xs:annotation>
<xs:documentation>posttherapeutische Tumorkonferenz (manche Tumoren werden nicht operiert)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ther">
<xs:annotation>
<xs:documentation>Therapieplanung ohne Tumorkonferenz</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Therapieempfehlung" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Menge_Typ_Therapieempfehlung">
<xs:complexType>
<xs:sequence>
<xs:element name="Typ_Therapieempfehlung" maxOccurs="unbounded">
<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="SZ">
<xs:annotation>
<xs:documentation>Stammzelltransplantation (inkl. Knochenmarktransplantation)</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="WW">
<xs:annotation>
<xs:documentation>Watchful Waiting</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="OP">
<xs:annotation>
<xs:documentation>Operation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ST">
<xs:annotation>
<xs:documentation>Strahlentherapie</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SO">
<xs:annotation>
<xs:documentation>Sonstiges</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="KW">
<xs:annotation>
<xs:documentation>keine weitere tumorspezifische Therapie empfohlen</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Abweichung_Patientenwunsch" type="JNU_Typ"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Tumorkonferenz_ID" type="FreitextID_Typ" use="optional"/>
</xs:complexType>
|