Проект

Общее

Профиль

PutDirectionHospPartIn » HospitalDirectionHospPartIn.xsd

Николай Власов, 28.02.2014 14:34

 
1
<?xml version="1.0" encoding="utf-8"?>
2
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
	<xs:element name="HospitalDirectionHospPartIn">
4
		<xs:annotation><xs:documentation>Состав сведений о госпитализации по направлению</xs:documentation></xs:annotation>
5
		<xs:complexType>
6
			<xs:sequence>
7
				<xs:element name="ORD_NO" type="xs:string">
8
					<xs:annotation><xs:documentation>Номер направления</xs:documentation></xs:annotation>
9
				</xs:element>
10
				<xs:element name="FMC" type="xs:unsignedInt" >
11
					<xs:annotation><xs:documentation>Код формы оказания медицинской помощи</xs:documentation></xs:annotation>
12
				</xs:element>
13
				<xs:element name="PROFIL" type="xs:unsignedInt" >
14
					<xs:annotation><xs:documentation>Код профиля койки</xs:documentation></xs:annotation>
15
				</xs:element>
16
				<xs:element name="CODE_OTD" type="xs:string">
17
					<xs:annotation><xs:documentation>Код отделения (профиль)</xs:documentation></xs:annotation>
18
				</xs:element>
19
				<xs:element name="HDATE_1" type="xs:dateTime" >
20
					<xs:annotation><xs:documentation>Дата и время фактической госпитализации</xs:documentation></xs:annotation>
21
				</xs:element>
22
				<xs:element name="DS_1" type="xs:string" >
23
					<xs:annotation><xs:documentation>Диагноз приёмного отделения (Код МКБ-10)</xs:documentation></xs:annotation>
24
				</xs:element>
25
				<xs:element name="KART_NO" type="xs:string">
26
					<xs:annotation><xs:documentation>№ карты стационарного больного</xs:documentation></xs:annotation>
27
				</xs:element>
28
			</xs:sequence>
29
		</xs:complexType>
30
	</xs:element>
31
</xs:schema>
(1-1/2)