Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 2 Nächste Version anzeigen »

Überblick

Wert des Gleason-Score: GleasonGradPrimaer + GleasonGradSekundaer = GleasonScoreErgebnis
mod. nach ISUP 2005 bei primärem Ca-Nachweis und im OP-Präparat

Technische Informationen

Übersicht Felder

 Merkmale Felder

Name

Typ

Indikatoren/Attribute

Anmerkungen

Elemente

GradPrimaer

simpleType

minOccurs="0”

xs:string

primärer Gleason Grad zum Gleason-Score

zugelassene Werte: 1, 2, 3, 4 oder 5

GradSekundaer

simpleType

minOccurs="0”

xs:string

sekundärer Gleason Grad zum Gleason-Score

zugelassene Werte: 1, 2, 3, 4 oder 5

ScoreErgebnis

simpleType

minOccurs="0”

xs:string

Ergebnis Gleason-Score

zugelassene Werte: 2, 3, 4, 5, 6, 7, 7a, 7b, 8, 9 oder 10

XML-Schema

 XML-Schema
<xs:complexType name="GleasonScore_Typ">
  <xs:annotation>
    <xs:documentation>
				Wert des Gleason-Score:
				GleasonGradPrimaer + GleasonGradSekundaer = GleasonScoreErgebnis
				mod. nach ISUP 2005 bei primärem Ca-Nachweis und im OP-Präparat
			</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="GradPrimaer" minOccurs="0">
      <xs:annotation>
        <xs:documentation>primärer Gleason Grad zum Gleason-Score</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="5"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="GradSekundaer" minOccurs="0">
      <xs:annotation>
        <xs:documentation>sekundärer Gleason Grad zum Gleason-Score</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="5"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="ScoreErgebnis" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Ergebnis Gleason-Score</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="5"/>
          <xs:enumeration value="6"/>
          <xs:enumeration value="7"/>
          <xs:enumeration value="7a"/>
          <xs:enumeration value="7b"/>
          <xs:enumeration value="8"/>
          <xs:enumeration value="9"/>
          <xs:enumeration value="10"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
  • Keine Stichwörter