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

Geschlecht

simpletype

xs:string

M = männlich

W = weiblich

D = divers

X = keine Angabe/unbestimmt

U = unbekannt

http://fhir.de/CodeSystem/gender-amtlich-de

Geburtsdatum

Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ

Vitalstatus

complexType

...

Erweitern
titleXML-Schema
Codeblock
languagexml
	<xs:complexType name="Patienten_Stammdaten_Typ">
  		<xs:annotation>
    			<xs:documentation>Typ zur Verwendung in Stammdaten</xs:documentation>
  		</xs:annotation>
  		<xs:all>
    			<xs:element name="Geschlecht">
      				<xs:annotation>
					<xs:documentation>
Es wird, wenn möglich, das Geschlecht  <xs:documentation>http://fhir.de/CodeSystem/gender-amtlich-de</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>männlich</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          verwendet, wie es im Melderegister und auf der Gesundheitskarte vermerkt ist. 
Es ist zu beachten, dass X=unbestimmtes Geschlecht (amtlich: keine Angabe) einer expliziten Angabe im Personenstandsregister entspricht und auf keinen Fall mit U=unbekannt gleichzusetzen ist. 
"Unbekannt" bedeutet, dass dem Melder das Geschlecht tatsächlich unbekannt ist und stellt eine absolute Ausnahmesituation dar, da beispielsweise eine Versichertenkarte das amtliche Geschlecht enthält. 
					</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="M">
							<xs:annotation>
								<xs:documentation>Männlich</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration value="W">
            <xs:annotation>
              <xs:documentation>weiblich</xs:documentation>
            							<xs:annotation>
								<xs:documentation>Weiblich</xs:documentation>
							</xs:annotation>
          						</xs:enumeration>
          						<xs:enumeration value="D">
            <xs:annotation>
              <xs:documentation>divers</xs:documentation>
            							<xs:annotation>
								<xs:documentation>Divers</xs:documentation>
							</xs:annotation>
          						</xs:enumeration>
          						<xs:enumeration value="X">
							<xs:annotation>
								<xs:documentation>keine Angabe / unbestimmt</xs:documentation>
							</xs:annotation>
						</xs:enumeration>
						<xs:enumeration     value="U">
							<xs:annotation>
              <xs:documentation>unbestimmt<								<xs:documentation>Unbekannt</xs:documentation>
            							</xs:annotation>
          						</xs:enumeration>
        					</xs:restriction>
      				</xs:simpleType>
    			</xs:element>
    			<xs:element name="Geburtsdatum" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/>
    			<xs:element name="Vitalstatus">
      				<xs:complexType>
        					<xs:choice>
          						<xs:element name="Lebend">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Datum_follow_upVerstorben" type="DatumJN_Tag_genau_Typ"/>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          						<xs:element name="VerstorbenTodesursachen" minOccurs="0">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Datum_verstorben" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/>
                							<xs:complexType>
								<xs:sequence>
									<xs:element name="Menge_Weitere_Todesursachen" minOccurs="0">
                  <xs:complexType>
                    <xs:sequence>
                      										<xs:complexType>
											<xs:sequence>
												<xs:element name="Todesursache_ICD" type="Allgemein_ICD_Typ" maxOccurs="unbounded"/>
                    											</xs:sequence>
                  										</xs:complexType>
                									</xs:element>
                									<xs:element name="Grundleiden" type="Allgemein_ICD_Typ" minOccurs="0"/>
              								</xs:sequence>
            							</xs:complexType>
          						</xs:element>
          						<xs:element name="Lost_to_follow_up">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="Datum_letzter_Abgleich">
                  <xs:complexType>
                    <xs:complexContent>
                      <xs:extension base="Datum_Tag_genau_Typ"/>
                    </xs:complexContent>
                  </xs:complexType>
                </xs:element>
              </xs:sequence>
            </xs:complexType>
          </xs:element>
        </xs:choice>
      </xs:complexType>
    </xs:element>
  Datum_Vitalstatus" type="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ"/>
					</xs:choice>
				</xs:complexType>
			</xs:element>
		</xs:all>
	</xs:complexType>