Versionen im Vergleich

Schlüssel

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


Panel
titleInhalt dieses Abschnitts

Inhalt

...

Erweitern
titleMerkmale


IDFeldbezeichnung

XML-Tag in Version 3.0.0

typeindicators/attributeAnmerkung
--
Meldeanlass
simpleType
xs:string

Als Meldeanlässe sind zugelassen "diagnose", "behandlungsbeginn", "behandlungsende", "statusaenderung" und "statusmeldung". Die Meldeanlässe "tod" und "histologie_zytologie" entfallen.

18.01Tumorkonferenz Therapieplanung Datum
Datum
Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ

Datum der Tumorkonferenz
18.02Tumorkonferenz Therapieplanung Typ
Typ
simpleType
xs:string

praeth = prätherapeutische Tumorkonferenz (Festlegung der Therapiestrategie)

postop =  postoperative Tumorkonferenz (Planung der postoperativen Therapie, z. B. zur Frage adjuvante Therapie)

postth = posttherapeutische Tumorkonferenz (manche Tumoren werden nicht operiert)

ther = Therapieplanung ohne Tumorkonferenz

--
Therapieempfehlung
complexType
minOccurs="0"

--
Menge_Typ_Therapieempfehlung
complexType


19.1Tumorkonferenz Therapieempfehlung Typ
Typ_Therapieempfehlung
simpleType
maxOccurs="unbounded"
xs:string
Value= CH (Chemotherapie)
           HO (Hormontherapie)
           IM (Immun-/Antikörpertherapie)
           ZS (zielgerichtete Substanzen)
           SZ (Stammzelltransplantation (inkl. Knochenmarktransplantation))
           CI (Chemo- + Immun-/Antikörpertherapie)
           CZ (Chemotherapie + zielgerichtete Substanzen)
           CIZ (Chemo- + Immun-/Antikörpertherapie + zielgerichtete Substanzen)
           IZ (Immun-/Antikörpertherapie + zielgerichtete Substanzen)
           WW (Watchful Waiting)
           AS (Active Surveillance)
           WS (Wait and See)
           OP (Operation)
           ST (Strahlentherapie)
           SO (Sonstiges)
           KW (keine weitere tumorspezifische Therapie empfohlen)
19.2Tumorkonferenz/Therapieempfehlung Therapieabweichung auf Wunsch des Patienten
Abweichung_Patientenwunsch
JNU_Typ
minOccurs="0"
Die "Abweichung Patientenwunsch" bezieht sich auf die Empfehlung insgesamt. Zeitlich bezieht sich das Item auf die Situation, dass die getroffene Empfehlung im Nachgespräch nach der Tumorkonferenz bzw. in unmittelbarem zeitlichen Zusammenhang ganz oder teilweise abgelehnt wird, unabhängig davon, ob individuelle Ablehnungen einzelner Therapiemodalitäten schon in der Empfehlung berücksichtigt wurden.
--
Tumorkonferenz_ID
FreitextID_Typ

optional


...

Codeblock
languagexml
firstline71365885
titleTumorkonferenz_Typ (oBDS_v3.0.0 Build 2022-0102-28_1)
linenumberstrue
collapsetrue
<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>

...