Menge_FM_Typ
- redakteurp65c (Unlicensed)
- Redakteur (Unlicensed)
Owned by redakteurp65c (Unlicensed)
25. Feb. 2022
1 min read
Loading data...
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
ID | Feldbezeichnung | XML-Tag in Version 3.0.0 | type | indicators/attribute | Anmerkung |
---|---|---|---|---|---|
11.1 | Lokalisation von Fernmetastase(n) | Lokalisation | simpleType | 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.2 | Datum der diagnostischen Sicherung von Fernmetastasen | Diagnosedatum | Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ |
Menge_FM_Typ (oBDS_v3.0.0 Build 2022-01-28_1) Quelle erweitern
<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) Quelle erweitern
<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>