Zum Ende der Metadaten springen
Zum Anfang der Metadaten
Überblick
![](https://plattform65c.atlassian.net/wiki/download/attachments/2752529/Modul_Prostata_Typ.png?version=3&modificationDate=1665722955097&cacheVersion=1&api=v2)
Übersicht Felder
| Name | Typ | Indikatoren/Attribute | Anmerkungen | Diagramm |
---|
Elemente | GleasonScore | GleasonScore_Typ | minOccurs=”0” | | ![](https://plattform65c.atlassian.net/wiki/download/attachments/2752529/GleasonScore.png?version=1&modificationDate=1655213925510&cacheVersion=1&api=v2) |
---|
AnlassGleasonScore | AnlassGleasonScore_Typ | minOccurs=”0” | O = OP S = Stanze U = Unbekannt | ![](https://plattform65c.atlassian.net/wiki/download/attachments/2752529/AnlassGleasonScore.png?version=1&modificationDate=1665653217350&cacheVersion=1&api=v2) |
PSA | simpleTyp | minOccurs=”0” | Aktuell relevanter PSA-Wert als Fließkommazahl in ng/ml (max. 3 Dezimalstellen nach dem Dezimalpunkt). minInclusive = 0 maxExclusive = 100000 fractionDigits = 3 | ![](https://plattform65c.atlassian.net/wiki/download/attachments/2752529/PSA.png?version=1&modificationDate=1655213967275&cacheVersion=1&api=v2) |
DatumPSA | Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ | minOccurs="0" | T - Tag geschätzt (entspricht monatsgenau) M - Monat geschätzt (entspricht jahrgenau) V - vollständig geschätzt | ![](https://plattform65c.atlassian.net/wiki/download/attachments/2752529/DatumPSA.png?version=1&modificationDate=1662638884851&cacheVersion=1&api=v2) |
XML-Schema
XML-Schema
<xs:complexType name="Modul_Prostata_Typ">
<xs:sequence>
<xs:element name="GleasonScore" type="GleasonScore_Typ" minOccurs="0"/>
<xs:element name="AnlassGleasonScore" type="AnlassGleasonScore_Typ" minOccurs="0"/>
<xs:element name="PSA" minOccurs="0">
<xs:annotation>
<xs:documentation>
Aktuell relevanter PSA-Wert als Fließkommazahl in ng/ml (max. 3 Dezimalstellen nach dem Dezimalpunkt)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="3"/>
<xs:minInclusive value="0"/>
<xs:maxExclusive value="100000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="DatumPSA" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ" minOccurs="0"/>
</xs:sequence>
</xs:complexType>