Menge_FM_Typ

Fernmetastasen kรถnnen hier angegeben werden.

Hinweis:

Wenn eine Fernmetastase angegeben wird, muss sowohl das Datum der diagnostischen Sicherung als auch die Lokalisation der Fernmetastase angegeben werden.
ย Merkmale
IDFeldbezeichnung

XML-Tag in Version 3.0.0

typeindicators/attributeAnmerkung
11.1Lokalisation von Fernmetastase(n)LokalisationsimpleType

Lokalisation der Fernmetastase(n).

Ausprรคgungen:

PUL = Lunge

OSS = Knochen

HEP = Leber

BRA = Hirn

LYM = Lymphknoten

MAR = Knochenmark

PLE = Pleura

PER = Peritoneum

ADR = Nebennieren

SKI = Haut

OTH = andere Organe

GEN = generalisierte Metastasierung

11.2Datum der diagnostischen Sicherung von FernmetastasenDiagnosedatumDatum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ

Menge_FM_Typ (oBDS_v3.0.0 Build 2022-01-28_1)
	<xs:complexType name="Menge_FM_Typ">
		<xs:sequence>
			<xs:element name="Fernmetastase" maxOccurs="unbounded">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Diagnosedatum" type="Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ"/>
						<xs:element name="Lokalisation">
							<xs:annotation>
								<xs:documentation>
									Lokalisation der Fernmetastase 
									PUL = Lunge
									OSS = Knochen
									HEP = Leber
									BRA = Hirn
									LYM = Lymphknoten
									MAR = Knochenmark
									PLE = Pleura
									PER = Peritoneum
									ADR = Nebennieren
									SKI = Haut
									OTH = Andere Organe
									GEN = Generalisierte Metastasierung
								</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:enumeration value="PUL">
										<xs:annotation>
											<xs:documentation>Lunge</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="OSS">
										<xs:annotation>
											<xs:documentation>Knochen</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="HEP">
										<xs:annotation>
											<xs:documentation>Leber</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="BRA">
										<xs:annotation>
											<xs:documentation>Hirn</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="LYM">
										<xs:annotation>
											<xs:documentation>Lymphknoten</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="MAR">
										<xs:annotation>
											<xs:documentation>Knochenmark</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="PLE">
										<xs:annotation>
											<xs:documentation>Pleura</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="PER">
										<xs:annotation>
											<xs:documentation>Peritoneum</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="ADR">
										<xs:annotation>
											<xs:documentation>Nebennieren</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="SKI">
										<xs:annotation>
											<xs:documentation>Haut</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="OTH">
										<xs:annotation>
											<xs:documentation>Andere Organe</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
									<xs:enumeration value="GEN">
										<xs:annotation>
											<xs:documentation>Generalisierte Metastasierung</xs:documentation>
										</xs:annotation>
									</xs:enumeration>
								</xs:restriction>
							</xs:simpleType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
Beispieldatensatz (oBDS_v3.0.0 Build 2021-12-22_1)
<Menge_FM>
	<Fernmetastase>
		<Diagnosedatum Datumsgenauigkeit="M">2020-06-15</Diagnosedatum>
		<Lokalisation>HEP</Lokalisation>
	</Fernmetastase>
	<Fernmetastase>
		<Diagnosedatum Datumsgenauigkeit="M">2020-06-15</Diagnosedatum>
		<Lokalisation>PUL</Lokalisation>
	</Fernmetastase>
</Menge_FM>