ds_idu_nrvv-4.01.23.xsd
  1 <?xml version="1.0" encoding="utf-8"?>
  2 <xs:schema xmlns:dsComm="urn:cz-mzcr:ns:dasta:ds4:ds_type" xmlns:nrvv="urn:cz-mzcr:ns:dasta:ds4:ds_idu_nrvv" xmlns:dsiduCis="urn:cz-mzcr:ns:dasta:ds4:ds_cisidu" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:cz-mzcr:ns:dasta:ds4:ds_idu_nrvv" elementFormDefault="qualified" version="4.01.01">
  3 	<xs:import namespace="urn:cz-mzcr:ns:dasta:ds4:ds_cisidu" schemaLocation="ds_cisidu-4.03.05.xsd"/>
  4 	<xs:import namespace="urn:cz-mzcr:ns:dasta:ds4:ds_type" schemaLocation="ds_type-4.02.21.xsd"/>
  5 	<xs:element name="nrv" type="nrvv:nrvType"/>
  6 	<!--6.4.2016. nastaven  vonem1 jako nepovinny-->
  7 	<xs:complexType name="nrvType">
  8 		<xs:sequence>
  9 			<xs:element name="nrvv" type="nrvv:nrvvType" maxOccurs="unbounded"/>
 10 		</xs:sequence>
 11 		<xs:attribute name="vico" type="dsComm:icisType" use="required">
 12 			<xs:annotation>
 13 				<xs:documentation>IČO (identifikační číslo zdravotnického zařízení)</xs:documentation>
 14 			</xs:annotation>
 15 		</xs:attribute>
 16 		<xs:attribute name="vpcz" type="dsComm:number3de" use="required">
 17 			<xs:annotation>
 18 				<xs:documentation>PČZ (pořadové číslo zdravotnického zařízení)</xs:documentation>
 19 			</xs:annotation>
 20 		</xs:attribute>
 21 		<xs:attribute name="vpcpd" type="dsComm:number3de" use="required">
 22 			<xs:annotation>
 23 				<xs:documentation>PČDP (pořadové číslo detašovaného pracoviště)</xs:documentation>
 24 			</xs:annotation>
 25 		</xs:attribute>
 26 		<xs:attribute name="vodd" type="dsComm:str5" use="required">
 27 			<xs:annotation>
 28 				<xs:documentation>
 29                     Posledních 5 znaků kódu oddělení z číselníku ZdravotnickeOddeleni
 30 				</xs:documentation>
 31 			</xs:annotation>
 32 		</xs:attribute>
 33 	</xs:complexType>
 34 	<xs:complexType name="nrvvType">
 35 		<xs:choice>
 36 			<xs:element name="nrvp" type="nrvv:nrvpType">
 37 				<xs:annotation>
 38 					<xs:documentation>Vrozená vada plodu</xs:documentation>
 39 				</xs:annotation>
 40 			</xs:element>
 41 			<xs:element name="nrvd" type="nrvv:nrvdType">
 42 				<xs:annotation>
 43 					<xs:documentation>Vrozená vada dítěte nebo dospělého</xs:documentation>
 44 				</xs:annotation>
 45 			</xs:element>
 46 		</xs:choice>
 47 		<xs:attribute name="vvv" type="dsComm:logical" use="required">
 48 			<xs:annotation>
 49 				<xs:documentation>Vrozená vada nebo GPO (nrvv = 1 značí, že jde o vrozenou vadu a ne GPO; nrvv = 0 značí, že nejde o vrozenou vadu a tedy jde o GPO)</xs:documentation>
 50 			</xs:annotation>
 51 		</xs:attribute>
 52 	</xs:complexType>
 53 	<xs:complexType name="nrvdgType">
 54 		<xs:annotation>
 55 			<xs:documentation>Hlášená diagnóza – VV, GPO</xs:documentation>
 56 		</xs:annotation>
 57 		<xs:attribute name="dg" type="dsComm:str5">
 58 			<xs:annotation>
 59 				<xs:documentation>
 60                     Dg. dle číselníku MKN10_5
 61 				</xs:documentation>
 62 			</xs:annotation>
 63 		</xs:attribute>
 64 		<xs:attribute name="dgoro" type="dsComm:str10">
 65 			<xs:annotation>
 66 				<xs:documentation>
 67                     Dg. dle číselníku DgOro (Orpha number Orphanetu)
 68                 </xs:documentation>
 69 			</xs:annotation>
 70 		</xs:attribute>
 71 		<xs:attribute name="dgomim" type="dsComm:str10">
 72 			<xs:annotation>
 73 				<xs:documentation>
 74                     Dg. dle číselníku DgOmim (Online Mendelian Inheritance in Man)
 75                 </xs:documentation>
 76 			</xs:annotation>
 77 		</xs:attribute>
 78 		<xs:attribute name="dgssiem" type="dsComm:str20">
 79 			<xs:annotation>
 80 				<xs:documentation>
 81                     Dg. dle číselníku DgSsiem (Society for the Study of Inborn Errors of Metabolism)
 82                 </xs:documentation>
 83 			</xs:annotation>
 84 		</xs:attribute>
 85 	</xs:complexType>
 86 	<xs:complexType name="nrvvrType">
 87 		<xs:complexContent>
 88 			<xs:extension base="nrvv:nrvdgType">
 89 				<xs:attribute name="kdo" type="dsComm:number0-4" use="required">
 90 					<xs:annotation>
 91 						<xs:documentation>
 92                             Kdo dle číselníku VrozenaVadaVRodine
 93 						</xs:documentation>
 94 					</xs:annotation>
 95 				</xs:attribute>
 96 			</xs:extension>
 97 		</xs:complexContent>
 98 	</xs:complexType>
 99 	<xs:complexType name="nrvpType">
100 		<xs:sequence>
101 			<xs:element name="nrvdg" type="nrvv:nrvdgType" maxOccurs="unbounded">
102 				<xs:annotation>
103 					<xs:documentation>Hlášená diagnóza – VV, GPO</xs:documentation>
104 				</xs:annotation>
105 			</xs:element>
106 			<xs:element name="nrvs" type="nrvv:nrvsType">
107 				<xs:annotation>
108 					<xs:documentation>Společné údaje</xs:documentation>
109 				</xs:annotation>
110 			</xs:element>
111 		</xs:sequence>
112 		<xs:attribute name="vdatzjip" type="xs:date" use="required">
113 			<xs:annotation>
114 				<xs:documentation>Datum zjištění vrozené vady/GPO</xs:documentation>
115 			</xs:annotation>
116 		</xs:attribute>
117 		<xs:attribute name="vteh" type="dsComm:number1-5" use="required">
118 			<xs:annotation>
119 				<xs:documentation>Těhotenství dle číselníku Tehotenstvi
120 				</xs:documentation>
121 			</xs:annotation>
122 		</xs:attribute>
123 		<xs:attribute name="vtytehp" type="dsComm:number5-40" use="required">
124 			<xs:annotation>
125 				<xs:documentation>Dokončený týden těhotenství při zjištění VV</xs:documentation>
126 			</xs:annotation>
127 		</xs:attribute>
128 		<xs:attribute name="vdatuko" type="xs:date">
129 			<xs:annotation>
130 				<xs:documentation>Datum ukončení těhotenství</xs:documentation>
131 			</xs:annotation>
132 		</xs:attribute>
133 		<xs:attribute name="vspot" type="xs:date">
134 			<xs:annotation>
135 				<xs:documentation>Spontánní potrat</xs:documentation>
136 			</xs:annotation>
137 		</xs:attribute>
138 	</xs:complexType>
139 	<xs:complexType name="nrvdType">
140 		<xs:sequence>
141 			<xs:element name="nrvdg" type="nrvv:nrvdgType" maxOccurs="unbounded">
142 				<xs:annotation>
143 					<xs:documentation>Hlášená diagnóza – VV, GPO</xs:documentation>
144 				</xs:annotation>
145 			</xs:element>
146 			<xs:element name="nrvs" type="nrvv:nrvsType">
147 				<xs:annotation>
148 					<xs:documentation>Společné údaje</xs:documentation>
149 				</xs:annotation>
150 			</xs:element>
151 		</xs:sequence>
152 		<xs:attribute name="vdatzjid" type="xs:date" use="required">
153 			<xs:annotation>
154 				<xs:documentation>Datum zjištění VV/GPO</xs:documentation>
155 			</xs:annotation>
156 		</xs:attribute>
157 		<xs:attribute name="vrodcisd" type="dsComm:rodcisType" use="required">
158 			<xs:annotation>
159 				<xs:documentation>Rodné číslo dítěte</xs:documentation>
160 			</xs:annotation>
161 		</xs:attribute>
162 		<xs:attribute name="vstaobcd" type="dsComm:str3" use="required">
163 			<xs:annotation>
164 				<xs:documentation>Státní občanství dle číselníku Zeme
165 				</xs:documentation>
166 			</xs:annotation>
167 		</xs:attribute>
168 		<xs:attribute name="vhmot" type="dsComm:number100-6000">
169 			<xs:annotation>
170 				<xs:documentation>Porodní hmotnost (g)</xs:documentation>
171 			</xs:annotation>
172 		</xs:attribute>
173 		<xs:attribute name="vpordel" type="dsComm:number20-60">
174 			<xs:annotation>
175 				<xs:documentation>Porodní délka (cm)</xs:documentation>
176 			</xs:annotation>
177 		</xs:attribute>
178 		<xs:attribute name="vdatumr" type="xs:date">
179 			<xs:annotation>
180 				<xs:documentation>Datum úmrtí</xs:documentation>
181 			</xs:annotation>
182 		</xs:attribute>
183 		<xs:attribute name="vvyslteh" type="dsComm:number0-2">
184 			<xs:annotation>
185 				<xs:documentation>Výsledek těhotenství dle číselníku VysledekTehotenstvi
186 				</xs:documentation>
187 			</xs:annotation>
188 		</xs:attribute>
189 		<xs:attribute name="vpohlav" type="dsComm:number0-3">
190 			<xs:annotation>
191 				<xs:documentation>Pohlaví dle číselníku Pohlavi
192 				</xs:documentation>
193 			</xs:annotation>
194 		</xs:attribute>
195 	</xs:complexType>
196 	<xs:complexType name="nrvsType">
197 		<xs:sequence>
198 			<xs:element name="vduvvys" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="unbounded">
199 				<xs:annotation>
200 					<xs:documentation>Důvod provedení invazivní prenatální diagnostiky dle číselníku TypDuvoduProvedeniInvPrenDiagnostiky
201 					</xs:documentation>
202 				</xs:annotation>
203 			</xs:element>
204 			<xs:element name="vmetoda" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="unbounded">
205 				<xs:annotation>
206 					<xs:documentation>Provedená invazivní prenatální diagnostika - Metoda dle číselníku PrenatalniDiagnostikaMetoda
207 					</xs:documentation>
208 				</xs:annotation>
209 			</xs:element>
210 			<xs:element name="vvysetr" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="unbounded">
211 				<xs:annotation>
212 					<xs:documentation>Vyšetření v rámci invazivní prenatální diagnostiky dle číselníku PrenatalniDiagnostikaVysetreni
213 					</xs:documentation>
214 				</xs:annotation>
215 			</xs:element>
216 			<xs:element name="vpredne" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="unbounded">
217 				<xs:annotation>
218 					<xs:documentation>Prenatální diagnostika neinvazivní dle číselníku TypPrenatalniDiagnostikaNeinvazivni
219 					</xs:documentation>
220 				</xs:annotation>
221 			</xs:element>
222 			<xs:element name="vpostdg" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="unbounded">
223 				<xs:annotation>
224 					<xs:documentation>Postnatální diagnostika dle číselníku TypPostnatalniDiagnostika
225 					</xs:documentation>
226 				</xs:annotation>
227 			</xs:element>
228 			<xs:element name="vvyspost" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="unbounded">
229 				<xs:annotation>
230 					<xs:documentation>Vyšetření v rámci postnatální diagnostiky dle číselníku TypVysetreniPostDiagnostiky
231 					</xs:documentation>
232 				</xs:annotation>
233 			</xs:element>
234 			<xs:element name="nrvvr" type="nrvv:nrvvrType" minOccurs="0" maxOccurs="8">
235 				<xs:annotation>
236 					<xs:documentation>Vrozená vada v rodině</xs:documentation>
237 				</xs:annotation>
238 			</xs:element>
239 			<xs:element name="vduvnepr" type="nrvv:polozkaCiselnikaType" minOccurs="0" maxOccurs="2">
240 				<xs:annotation>
241 					<xs:documentation>Důvod neprovedení prenatální diagnostiky dle číselníku DuvodNeprovedeniPrenatalniDiagnostiky
242 					</xs:documentation>
243 				</xs:annotation>
244 			</xs:element>
245 			<xs:element name="vlek" type="nrvv:vlekType" minOccurs="1" maxOccurs="3">
246 				<xs:annotation>
247 					<xs:documentation>Léky v těhotenství (1, 2, 3) dle číselníku TypLekuVTehotenstvi nebo Leky
248 					</xs:documentation>
249 				</xs:annotation>
250 			</xs:element>
251 		</xs:sequence>
252 		<xs:attribute name="vasrepr" type="dsComm:number0-10">
253 			<xs:annotation>
254 				<xs:documentation>Asistovaná reprodukce dle číselníku AsistovanaReprodukce
255 				</xs:documentation>
256 			</xs:annotation>
257 		</xs:attribute>
258 		<xs:attribute name="vprendiag" type="dsComm:number0-3">
259 			<xs:annotation>
260 				<xs:documentation>Prenatální diagnostika dle číselníku PrenatalniDiagnostika
261 				</xs:documentation>
262 			</xs:annotation>
263 		</xs:attribute>
264 		<xs:attribute name="vprendiagin" type="dsComm:number2d">
265 			<xs:annotation>
266 				<xs:documentation>Prenatální diagnostika invazivní (0 - neudáno, 1 - ano, 2 - ne)</xs:documentation>
267 			</xs:annotation>
268 		</xs:attribute>
269 		<xs:attribute name="vscreen" type="dsComm:number2d">
270 			<xs:annotation>
271 				<xs:documentation>V případě známého výsledku screeningu uveďte dle číselníku TypVysledkuPrenScreening
272 				</xs:documentation>
273 			</xs:annotation>
274 		</xs:attribute>
275 		<xs:attribute name="vuidm" type="dsComm:rodcisType">
276 			<xs:annotation>
277 				<xs:documentation>Údaje matky - Rodné číslo matky</xs:documentation>
278 			</xs:annotation>
279 		</xs:attribute>
280 		<xs:attribute name="vobec" type="dsComm:number6de" use="required">
281 			<xs:annotation>
282 				<xs:documentation>Obec bydliště matky dle číselníku Obec
283 				</xs:documentation>
284 			</xs:annotation>
285 		</xs:attribute>
286 		<xs:attribute name="vbydl" type="dsComm:str5">
287 			<xs:annotation>
288 				<xs:documentation>Číslo kraje a okresu (NUTS3 a NUTS4) dle číselníku KrajOkres
289 				</xs:documentation>
290 			</xs:annotation>
291 		</xs:attribute>
292 		<xs:attribute name="vorp" type="dsComm:number4de">
293 			<xs:annotation>
294 				<xs:documentation>Číslo obce s rozšířenou působností</xs:documentation>
295 			</xs:annotation>
296 		</xs:attribute>
297 		<xs:attribute name="vstaobcm" type="dsComm:str3">
298 			<xs:annotation>
299 				<xs:documentation>Státní občanství matky dle číselníku Zeme
300 				</xs:documentation>
301 			</xs:annotation>
302 		</xs:attribute>
303 		<xs:attribute name="vvzdelm" type="dsComm:number1-9">
304 			<xs:annotation>
305 				<xs:documentation>Vzdělání matky dle číselníku TypVzdelani
306 				</xs:documentation>
307 			</xs:annotation>
308 		</xs:attribute>
309 		<xs:attribute name="vkzamm" type="dsComm:number2d">
310 			<xs:annotation>
311 				<xs:documentation>Zaměstnání matky dle číselníku ZamestnaniVV
312 				</xs:documentation>
313 			</xs:annotation>
314 		</xs:attribute>
315 		<xs:attribute name="vrostav" type="dsComm:number0-5">
316 			<xs:annotation>
317 				<xs:documentation>Rodinný stav matky dle číselníku Stav
318 				</xs:documentation>
319 			</xs:annotation>
320 		</xs:attribute>
321 		<xs:attribute name="vtytehd" type="dsComm:number0-47">
322 			<xs:annotation>
323 				<xs:documentation>Dokončený týden těhotenství (při narození)</xs:documentation>
324 			</xs:annotation>
325 		</xs:attribute>
326 		<xs:attribute name="vdatnarm" type="xs:date">
327 			<xs:annotation>
328 				<xs:documentation>Datum narození matky</xs:documentation>
329 			</xs:annotation>
330 		</xs:attribute>
331 		<xs:attribute name="vdatnarmr" type="dsComm:number4d">
332 			<xs:annotation>
333 				<xs:documentation>Rok narození matky</xs:documentation>
334 			</xs:annotation>
335 		</xs:attribute>
336 		<xs:attribute name="vcetteh" type="dsComm:number1-9" use="required">
337 			<xs:annotation>
338 				<xs:documentation>Četnost těhotenství dle číselníku CetnostTehotenstvi
339 				</xs:documentation>
340 			</xs:annotation>
341 		</xs:attribute>
342 		<xs:attribute name="vcettehdv" type="dsComm:number2d">
343 			<xs:annotation>
344 				<xs:documentation>Četnost těhotenství - Dvojčata dle číselníku CetnostTehotenstviDvojcata
345 				</xs:documentation>
346 			</xs:annotation>
347 		</xs:attribute>
348 		<xs:attribute name="vonem1" type="nrvv:vonemType">
349 			<xs:annotation>
350 				<xs:documentation>Onemocnění matky v těhotenství 1 dle číselníku TypOnemocneniVTehotenstvi
351 				</xs:documentation>
352 			</xs:annotation>
353 		</xs:attribute>
354 		<xs:attribute name="vonem1dg" type="dsComm:str5">
355 			<xs:annotation>
356 				<xs:documentation>Onemocnění matky v těhotenství 1 - diagnóza dle číselníku MKN10_5
357 				</xs:documentation>
358 			</xs:annotation>
359 		</xs:attribute>
360 		<xs:attribute name="vonem2" type="nrvv:vonemType">
361 			<xs:annotation>
362 				<xs:documentation>Onemocnění matky v těhotenství 2 dle číselníku TypOnemocneniVTehotenstvi
363 				</xs:documentation>
364 			</xs:annotation>
365 		</xs:attribute>
366 		<xs:attribute name="vonem2dg" type="dsComm:str5">
367 			<xs:annotation>
368 				<xs:documentation>Onemocnění matky v těhotenství 2 - diagnóza dle číselníku MKN10_5
369 				</xs:documentation>
370 			</xs:annotation>
371 		</xs:attribute>
372 		<xs:attribute name="vuzkys" type="dsComm:number1d">
373 			<xs:annotation>
374 				<xs:documentation>Užívání kyseliny listové dle číselníku TypUzivaniKyselinyListovej
375 				</xs:documentation>
376 			</xs:annotation>
377 		</xs:attribute>
378 		<xs:attribute name="vporgra" type="dsComm:number0-20">
379 			<xs:annotation>
380 				<xs:documentation>Pořadí gravidity</xs:documentation>
381 			</xs:annotation>
382 		</xs:attribute>
383 		<xs:attribute name="vporpar" type="dsComm:number0-20">
384 			<xs:annotation>
385 				<xs:documentation>Pořadí parity</xs:documentation>
386 			</xs:annotation>
387 		</xs:attribute>
388 		<xs:attribute name="vposap" type="dsComm:number1d">
389 			<xs:annotation>
390 				<xs:documentation>Počet předchádzejících samovolných potratů</xs:documentation>
391 			</xs:annotation>
392 		</xs:attribute>
393 		<xs:attribute name="vpoint" type="dsComm:number1d">
394 			<xs:annotation>
395 				<xs:documentation>Počet předcházejících UPT</xs:documentation>
396 			</xs:annotation>
397 		</xs:attribute>
398 		<xs:attribute name="vveko" type="dsComm:number2d" use="required">
399 			<xs:annotation>
400 				<xs:documentation>Věk otce</xs:documentation>
401 			</xs:annotation>
402 		</xs:attribute>
403 		<xs:attribute name="vkzamo" type="dsComm:number2d">
404 			<xs:annotation>
405 				<xs:documentation>Zaměstnání otce dle číselníku ZamestnaniVV
406 				</xs:documentation>
407 			</xs:annotation>
408 		</xs:attribute>
409 	</xs:complexType>
410 	<xs:complexType name="polozkaCiselnikaType">
411 		<xs:attribute name="kod" type="dsComm:number2d" use="required">
412 			<xs:annotation>
413 				<xs:documentation>Kód číselníkové položky</xs:documentation>
414 			</xs:annotation>
415 		</xs:attribute>
416 	</xs:complexType>
417 	<xs:complexType name="vlekType">
418 		<xs:annotation>
419 			<xs:documentation>
420                 Lék v těhotenství (vyplňuje se právě jeden z atributů typ, kod nebo atc)
421             </xs:documentation>
422 		</xs:annotation>
423 		<xs:attribute name="typ">
424 			<xs:annotation>
425 				<xs:documentation>
426                     Typ léku v těhotenství dle číselníku TypLekuVTehotenstvi
427 				</xs:documentation>
428 			</xs:annotation>
429 			<xs:simpleType>
430 				<xs:restriction base="xs:integer">
431 					<xs:pattern value="[09]"/>
432 				</xs:restriction>
433 			</xs:simpleType>
434 		</xs:attribute>
435 		<xs:attribute name="kod" type="dsComm:str7">
436 			<xs:annotation>
437 				<xs:documentation>
438                     Kód léku v těhotenství dle číselníku Leky
439 				</xs:documentation>
440 			</xs:annotation>
441 		</xs:attribute>
442 		<xs:attribute name="atc" type="dsComm:str7">
443 			<xs:annotation>
444 				<xs:documentation>
445                     ATC skupina léku v těhotenství dle číselníku Leky
446 				</xs:documentation>
447 			</xs:annotation>
448 		</xs:attribute>
449 	</xs:complexType>
450 	<xs:simpleType name="vonemType">
451 		<xs:restriction base="xs:int">
452 			<xs:enumeration value="0"/>
453 			<xs:enumeration value="1"/>
454 			<xs:enumeration value="9"/>
455 		</xs:restriction>
456 	</xs:simpleType>
457 </xs:schema>