Versionen im Vergleich

Schlüssel

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

...

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

Elemente

Fernmetastase

complexType

maxOccurs=”unbounded”

...

Erweitern
titleXML-Schema
Codeblock
languagexml
<xs:complexType name="Menge_FM_Typ">
  <xs:sequence>
    <xs:element name="Fernmetastase" maxOccurs="unbounded">
      <xs:complexType>
        <xs:sequence>
          <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>