ds_idu_nrki-4.02.05.xsd
   1 <?xml version="1.0" encoding="utf-8"?>
   2 <xs:schema xmlns:dsComm="urn:cz-mzcr:ns:dasta:ds4:ds_type"
   3 	xmlns:nrki="urn:cz-mzcr:ns:dasta:ds4:ds_idu_nrki"
   4 	xmlns:dsiduCis="urn:cz-mzcr:ns:dasta:ds4:ds_cisidu" xmlns:xs="http://www.w3.org/2001/XMLSchema"
   5 	targetNamespace="urn:cz-mzcr:ns:dasta:ds4:ds_idu_nrki" elementFormDefault="qualified"
   6 	version="4.01.01">
   7 	<xs:import namespace="urn:cz-mzcr:ns:dasta:ds4:ds_cisidu" schemaLocation="ds_cisidu-4.03.05.xsd" />
   8 	<xs:import namespace="urn:cz-mzcr:ns:dasta:ds4:ds_type" schemaLocation="ds_type-4.02.21.xsd" />
   9 
  10 
  11 	<xs:complexType name="nrkiType">
  12 		<xs:sequence>
  13 			<xs:element name="nrkip" type="nrki:nrkipType" maxOccurs="unbounded">
  14 				<xs:annotation>
  15 					<xs:documentation>Případ NRKI</xs:documentation>
  16 				</xs:annotation>
  17 			</xs:element>
  18 		</xs:sequence>
  19 		<xs:attribute name="ico" type="dsComm:icisType" use="required">
  20 			<xs:annotation>
  21 				<xs:documentation>IČO (identifikační číslo zdravotnického zařízení)</xs:documentation>
  22 			</xs:annotation>
  23 		</xs:attribute>
  24 		<xs:attribute name="pcz" type="dsComm:number3de" use="required">
  25 			<xs:annotation>
  26 				<xs:documentation>PČZ (pořadové číslo zdravotnického zařízení)</xs:documentation>
  27 			</xs:annotation>
  28 		</xs:attribute>
  29 		<xs:attribute name="pcpd" type="dsComm:number3de" use="required">
  30 			<xs:annotation>
  31 				<xs:documentation>PČDP (pořadové číslo detašovaného pracoviště)</xs:documentation>
  32 			</xs:annotation>
  33 		</xs:attribute>
  34 		<xs:attribute name="odd" type="dsComm:str5" use="required">
  35 			<xs:annotation>
  36 				<xs:documentation>Posledních 5 znaků kódu oddělení z číselníku <b>
  37 					ZdravotnickeOddeleni</b></xs:documentation>
  38 			</xs:annotation>
  39 		</xs:attribute>
  40 	</xs:complexType>
  41 
  42 	<xs:element name="nrki" type="nrki:nrkiType" />
  43 
  44 	<xs:complexType name="nrkipType">
  45 		<xs:sequence>
  46 			<xs:element name="pacient" type="nrki:pacientType">
  47 				<xs:annotation>
  48 					<xs:documentation>Pacient</xs:documentation>
  49 				</xs:annotation>
  50 			</xs:element>
  51 			<xs:element name="anamneza" type="nrki:anamnezaType" minOccurs="0">
  52 				<xs:annotation>
  53 					<xs:documentation>Anamnéza základní (neuvádí se u typu výkonů 4, 5, 6, 7, 8)</xs:documentation>
  54 				</xs:annotation>
  55 			</xs:element>
  56 			<xs:element name="koronarni_intervence" type="nrki:nrkipintType" minOccurs="0">
  57 				<xs:annotation>
  58 					<xs:documentation>Koronární intervence</xs:documentation>
  59 				</xs:annotation>
  60 			</xs:element>
  61 			<xs:element name="nekoronarni_intervence" type="nrki:nrkinekiType" minOccurs="0"
  62 				maxOccurs="unbounded">
  63 				<xs:annotation>
  64 					<xs:documentation>Nekoronární intervence</xs:documentation>
  65 				</xs:annotation>
  66 			</xs:element>
  67 			<xs:element name="tavi_intervence" type="nrki:taviType" minOccurs="0">
  68 				<xs:annotation>
  69 					<xs:documentation>Strukturální intervence TAVI</xs:documentation>
  70 				</xs:annotation>
  71 			</xs:element>
  72 			<xs:element name="tmvr_intervence" type="nrki:tmvrType" minOccurs="0">
  73 				<xs:annotation>
  74 					<xs:documentation>Strukturální intervence TMVR</xs:documentation>
  75 				</xs:annotation>
  76 			</xs:element>
  77 			<xs:element name="ttvi_intervence" type="nrki:ttviType" minOccurs="0">
  78 				<xs:annotation>
  79 					<xs:documentation>Strukturální intervence TTVI</xs:documentation>
  80 				</xs:annotation>
  81 			</xs:element>
  82 			<xs:element name="implantabilni_generatory" type="nrki:generatoryType" minOccurs="0">
  83 				<xs:annotation>
  84 					<xs:documentation>Implantabilní generátory</xs:documentation>
  85 				</xs:annotation>
  86 			</xs:element>
  87 			<xs:element name="katetrova_ablace" type="nrki:ablaceType" minOccurs="0">
  88 				<xs:annotation>
  89 					<xs:documentation>Katetrová ablace</xs:documentation>
  90 				</xs:annotation>
  91 			</xs:element>
  92 			<xs:element name="komplikace" type="nrki:nrkiKomplikaceType" minOccurs="0"
  93 				maxOccurs="unbounded">
  94 				<xs:annotation>
  95 					<xs:documentation>Komplikace výkonu (pouze pro typ výkonů 1, 2 a 3)</xs:documentation>
  96 				</xs:annotation>
  97 			</xs:element>
  98 		</xs:sequence>
  99 		<xs:attribute name="datum_intervence" type="xs:date" use="required">
 100 			<xs:annotation>
 101 				<xs:documentation>Datum intervence</xs:documentation>
 102 			</xs:annotation>
 103 		</xs:attribute>
 104 		<xs:attribute name="katetrizujici" type="dsComm:str100">
 105 			<xs:annotation>
 106 				<xs:documentation>Katetrizující / Operatér 1 / Zapsal (osoba zodpovědná za provedení
 107 					nebo zapsání záznamu)</xs:documentation>
 108 			</xs:annotation>
 109 		</xs:attribute>
 110 		<xs:attribute name="operater2" type="dsComm:str100">
 111 			<xs:annotation>
 112 				<xs:documentation>Operatér 2 (pouze pro typ výkonu 4, 5, 6)</xs:documentation>
 113 			</xs:annotation>
 114 		</xs:attribute>
 115 		<xs:attribute name="katetrizujici_ucet" type="dsComm:str50">
 116 			<xs:annotation>
 117 				<xs:documentation>Katetrizující účet</xs:documentation>
 118 			</xs:annotation>
 119 		</xs:attribute>
 120 		<xs:attribute name="typ_vykonu" type="dsComm:number1-8" use="required">
 121 			<xs:annotation>
 122 				<xs:documentation> Typ výkonu 1 - pouze koronární intervence 2 - pouze nekoronární
 123 					intervence 3 - kombinace koronární a nekoronární intervence 4 - intervence na
 124 					aortální chlopni (TAVI) 5 - intervence na mitrální chlopni (TMVR) 6 - intervence
 125 					na trikuspidální chlopni (TTVI) 7 - Implantabilní generátory 8 - Katetrová
 126 					ablace </xs:documentation>
 127 			</xs:annotation>
 128 		</xs:attribute>
 129 		<xs:attribute name="kod_pripadu_lokal" type="dsComm:str50">
 130 			<xs:annotation>
 131 				<xs:documentation>Lokální kód případu</xs:documentation>
 132 			</xs:annotation>
 133 		</xs:attribute>
 134 		<xs:attribute name="kompl_vykonu" type="dsComm:logical">
 135 			<xs:annotation>
 136 				<xs:documentation>Komplikace výkonu (ano / ne)</xs:documentation>
 137 			</xs:annotation>
 138 		</xs:attribute>
 139 		<xs:attribute name="datum_umrti" type="xs:date">
 140 			<xs:annotation>
 141 				<xs:documentation>Datum úmrtí (zadané ve formuláři) (pouze pro typy výkonů 1, 2, 3,
 142 					4, 5, 6)</xs:documentation>
 143 			</xs:annotation>
 144 		</xs:attribute>
 145 		<xs:attribute name="uzavren" type="dsComm:logical" use="required">
 146 			<xs:annotation>
 147 				<xs:documentation>Uzavřený záznam (ano - Uzavřen / ne - Rozpracován)</xs:documentation>
 148 			</xs:annotation>
 149 		</xs:attribute>
 150 		<xs:attribute name="datum_uzavreni" type="xs:date">
 151 			<xs:annotation>
 152 				<xs:documentation>Datum ukončení zpracování formuláře</xs:documentation>
 153 			</xs:annotation>
 154 		</xs:attribute>
 155 	</xs:complexType>
 156 
 157 	<xs:complexType name="pacientType">
 158 		<xs:attribute name="jmeno" type="dsComm:str50">
 159 			<xs:annotation>
 160 				<xs:documentation>Jméno pacienta pro ztotožnění, neukládá se</xs:documentation>
 161 			</xs:annotation>
 162 		</xs:attribute>
 163 		<xs:attribute name="prijmeni" type="dsComm:str50">
 164 			<xs:annotation>
 165 				<xs:documentation>Příjmení pacienta pro ztotožnění, neukládá se</xs:documentation>
 166 			</xs:annotation>
 167 		</xs:attribute>
 168 		<xs:attribute name="rc" type="dsComm:rodcisType" use="required">
 169 			<xs:annotation>
 170 				<xs:documentation>Rodné číslo</xs:documentation>
 171 			</xs:annotation>
 172 		</xs:attribute>
 173 		<xs:attribute name="obec" type="dsComm:str6">
 174 			<xs:annotation>
 175 				<xs:documentation>Místo bydliště dle číselníku <b>Obec</b></xs:documentation>
 176 			</xs:annotation>
 177 		</xs:attribute>
 178 		<xs:attribute name="obcanstvi" type="dsComm:str2">
 179 			<xs:annotation>
 180 				<xs:documentation>Státní občanství pro ztotožnění dle číselníku <b>Zeme</b></xs:documentation>
 181 			</xs:annotation>
 182 		</xs:attribute>
 183 		<xs:attribute name="stat_bydliste" type="dsComm:str2">
 184 			<xs:annotation>
 185 				<xs:documentation>Stát bydliště dle číselníku <b>Zeme</b></xs:documentation>
 186 			</xs:annotation>
 187 		</xs:attribute>
 188 		<xs:attribute name="pojistovna" type="dsComm:number3d">
 189 			<xs:annotation>
 190 				<xs:documentation>Pojišťovna dle číselníku <b>ZdravotniPojistovna</b></xs:documentation>
 191 			</xs:annotation>
 192 		</xs:attribute>
 193 		<xs:attribute name="vyska" type="dsComm:number10-250">
 194 			<xs:annotation>
 195 				<xs:documentation>Výška [cm]</xs:documentation>
 196 			</xs:annotation>
 197 		</xs:attribute>
 198 		<xs:attribute name="vaha" type="dsComm:number1-300">
 199 			<xs:annotation>
 200 				<xs:documentation>Váha [kg]</xs:documentation>
 201 			</xs:annotation>
 202 		</xs:attribute>
 203 		<xs:attribute name="tavi_indikace" type="dsComm:number2d">
 204 			<xs:annotation>
 205 				<xs:documentation>Indikace k výkonu TAVI dle číselníku <b>TaviIndikaceKVykonu</b>
 206 					(pouze pro typ výkonu 4)</xs:documentation>
 207 			</xs:annotation>
 208 		</xs:attribute>
 209 		<xs:attribute name="tmvr_indikace" type="dsComm:number2d">
 210 			<xs:annotation>
 211 				<xs:documentation>Indikace k výkonu TMVR dle číselníku <b>TmvrIndikaceKVykonu</b>
 212 					(pouze pro typ výkonu 5)</xs:documentation>
 213 			</xs:annotation>
 214 		</xs:attribute>
 215 		<xs:attribute name="ttvi_indikace" type="dsComm:number2d">
 216 			<xs:annotation>
 217 				<xs:documentation>Indikace k výkonu TTVI dle číselníku <b>TtviIndikaceKVykonu</b>
 218 					(pouze pro typ výkonu 6)</xs:documentation>
 219 			</xs:annotation>
 220 		</xs:attribute>
 221 		<xs:attribute name="vykon_ablace" type="dsComm:number2d">
 222 			<xs:annotation>
 223 				<xs:documentation>Typ výkonu ablace, dle číselníku <b>TypVykonuAblace</b> (pouze pro
 224 					typ výkonu 8)</xs:documentation>
 225 			</xs:annotation>
 226 		</xs:attribute>
 227 		<xs:attribute name="datum_indikace" type="xs:date">
 228 			<xs:annotation>
 229 				<xs:documentation>Datum indikace (pouze pro typ výkonu 4, 5, 6 a 8)</xs:documentation>
 230 			</xs:annotation>
 231 		</xs:attribute>
 232 	</xs:complexType>
 233 
 234 	<xs:complexType name="anamnezaType">
 235 		<xs:attribute name="diab_mellitus" type="dsComm:logical">
 236 			<xs:annotation>
 237 				<xs:documentation>Diabetes mellitus (ano / ne)</xs:documentation>
 238 			</xs:annotation>
 239 		</xs:attribute>
 240 		<xs:attribute name="druh_lecby" type="dsComm:number2d">
 241 			<xs:annotation>
 242 				<xs:documentation>Druh léčby, dle číselníku <b>SubTypAnamnezy</b> (hodnoty: 1 -
 243 					dieta, 2 - PAD, 3 - inzulin, 4 - dialýza ano, 5 - dialýza ne)</xs:documentation>
 244 			</xs:annotation>
 245 		</xs:attribute>
 246 		<xs:attribute name="renalni_selh" type="dsComm:logical">
 247 			<xs:annotation>
 248 				<xs:documentation>Renální selhání (ano / ne)</xs:documentation>
 249 			</xs:annotation>
 250 		</xs:attribute>
 251 		<xs:attribute name="dialyza" type="dsComm:logical">
 252 			<xs:annotation>
 253 				<xs:documentation>Dialýza (ano/ne)</xs:documentation>
 254 			</xs:annotation>
 255 		</xs:attribute>
 256 		<xs:attribute name="predch_kardio" type="dsComm:logical">
 257 			<xs:annotation>
 258 				<xs:documentation>Předchozí kardiochirurgický výkon (ano / ne)</xs:documentation>
 259 			</xs:annotation>
 260 		</xs:attribute>
 261 		<xs:attribute name="predch_pci" type="dsComm:logical">
 262 			<xs:annotation>
 263 				<xs:documentation>Předchozí PCI (ano / ne)</xs:documentation>
 264 			</xs:annotation>
 265 		</xs:attribute>
 266 	</xs:complexType>
 267 
 268 	<xs:complexType name="nrkipintType">
 269 		<xs:sequence>
 270 			<xs:element name="pci" type="nrki:pciType" maxOccurs="10">
 271 				<xs:annotation>
 272 					<xs:documentation>Pci procedura</xs:documentation>
 273 				</xs:annotation>
 274 			</xs:element>
 275 		</xs:sequence>
 276 		<xs:attribute name="typ_indikace" type="dsComm:number2d">
 277 			<xs:annotation>
 278 				<xs:documentation>Typ indikace dle číselníku <b>TypIndikace</b></xs:documentation>
 279 			</xs:annotation>
 280 		</xs:attribute>
 281 		<xs:attribute name="subtyp_indikace" type="dsComm:number2d">
 282 			<xs:annotation>
 283 				<xs:documentation>Subtyp indikace dle číselníku <b>SubTypIndikace</b></xs:documentation>
 284 			</xs:annotation>
 285 		</xs:attribute>
 286 		<xs:attribute name="stemi_lokal" type="dsComm:number2d">
 287 			<xs:annotation>
 288 				<xs:documentation>AKS - STEMI - lokalizace ischemie dle číselníku <b>
 289 					TypAksStemiLokalizace</b></xs:documentation>
 290 			</xs:annotation>
 291 		</xs:attribute>
 292 		<xs:attribute name="stemi_killip" type="dsComm:number2d">
 293 			<xs:annotation>
 294 				<xs:documentation>AKS - STEMI - Killip třída dle číselníku <b>TypAksStemiKillipTrida</b></xs:documentation>
 295 			</xs:annotation>
 296 		</xs:attribute>
 297 		<xs:attribute name="aks_stavpores" type="dsComm:logical">
 298 			<xs:annotation>
 299 				<xs:documentation>AKS - stav po resuscitaci pro oběhovou zástavu (ano / ne)</xs:documentation>
 300 			</xs:annotation>
 301 		</xs:attribute>
 302 		<xs:attribute name="aks_plicven" type="dsComm:logical">
 303 			<xs:annotation>
 304 				<xs:documentation>AKS - plicní ventilace (ano / ne)</xs:documentation>
 305 			</xs:annotation>
 306 		</xs:attribute>
 307 		<xs:attribute name="cs_zac_bolesti" type="dsComm:dateTime">
 308 			<xs:annotation>
 309 				<xs:documentation>Začátek bolesti</xs:documentation>
 310 			</xs:annotation>
 311 		</xs:attribute>
 312 		<xs:attribute name="cs_ekg" type="dsComm:dateTime">
 313 			<xs:annotation>
 314 				<xs:documentation>Diagnostické EKG</xs:documentation>
 315 			</xs:annotation>
 316 		</xs:attribute>
 317 		<xs:attribute name="cs_prijezd_pci" type="dsComm:dateTime">
 318 			<xs:annotation>
 319 				<xs:documentation>Příjezd na PCI centrum</xs:documentation>
 320 			</xs:annotation>
 321 		</xs:attribute>
 322 		<xs:attribute name="cs_rekanalizace" type="dsComm:dateTime">
 323 			<xs:annotation>
 324 				<xs:documentation>Rekanalizace</xs:documentation>
 325 			</xs:annotation>
 326 		</xs:attribute>
 327 		<xs:attribute name="typ_rozpostiz" type="dsComm:number2d">
 328 			<xs:annotation>
 329 				<xs:documentation>Rozsah koronárního postižení (Postižená povodí) dle číselníku <b>
 330 					TypRozsahuPostizeni</b>, kódy 1-3</xs:documentation>
 331 			</xs:annotation>
 332 		</xs:attribute>
 333 		<xs:attribute name="typ_rozpostiz_lmn" type="dsComm:logical">
 334 			<xs:annotation>
 335 				<xs:documentation>Rozsah koronárního postižení (Postižená povodí) - LM nad 50%</xs:documentation>
 336 			</xs:annotation>
 337 		</xs:attribute>
 338 		<xs:attribute name="typ_ang_eflk" type="dsComm:number2d">
 339 			<xs:annotation>
 340 				<xs:documentation>EF LK v době výkonu dle číselníku <b>TypAngiografieEFLK</b></xs:documentation>
 341 			</xs:annotation>
 342 		</xs:attribute>
 343 		<xs:attribute name="typ_prist_cesty" type="dsComm:number2d">
 344 			<xs:annotation>
 345 				<xs:documentation>Přístupová cesta (finální) dle číselníku <b>TypPristupoveCesty</b></xs:documentation>
 346 			</xs:annotation>
 347 		</xs:attribute>
 348 	</xs:complexType>
 349 
 350 	<xs:complexType name="pciType">
 351 		<xs:sequence>
 352 			<xs:element name="typ_jiny_vykon" type="nrki:nrkiJinyVykonType" minOccurs="0"
 353 				maxOccurs="unbounded">
 354 				<xs:annotation>
 355 					<xs:documentation>Typ jiného výkonu</xs:documentation>
 356 				</xs:annotation>
 357 			</xs:element>
 358 		</xs:sequence>
 359 		<xs:attribute name="segment" type="dsComm:number2d">
 360 			<xs:annotation>
 361 				<xs:documentation>Segment dle číselníku <b>TypSegmentu</b></xs:documentation>
 362 			</xs:annotation>
 363 		</xs:attribute>
 364 		<xs:attribute name="kalibr_cevy" type="dsComm:number2.2">
 365 			<xs:annotation>
 366 				<xs:documentation>Kalibr cévy</xs:documentation>
 367 			</xs:annotation>
 368 		</xs:attribute>
 369 		<xs:attribute name="stenosa_pred" type="dsComm:number0-100">
 370 			<xs:annotation>
 371 				<xs:documentation>Stenosa před</xs:documentation>
 372 			</xs:annotation>
 373 		</xs:attribute>
 374 		<xs:attribute name="timi_pred" type="dsComm:number0-3">
 375 			<xs:annotation>
 376 				<xs:documentation>TIMI flow před</xs:documentation>
 377 			</xs:annotation>
 378 		</xs:attribute>
 379 		<xs:attribute name="stenosa_po" type="dsComm:number0-100">
 380 			<xs:annotation>
 381 				<xs:documentation>Stenosa po</xs:documentation>
 382 			</xs:annotation>
 383 		</xs:attribute>
 384 		<xs:attribute name="timi_po" type="dsComm:number0-3">
 385 			<xs:annotation>
 386 				<xs:documentation>TIMI flow po</xs:documentation>
 387 			</xs:annotation>
 388 		</xs:attribute>
 389 		<xs:attribute name="stent" type="dsComm:logical">
 390 			<xs:annotation>
 391 				<xs:documentation>Stent (ano / ne)</xs:documentation>
 392 			</xs:annotation>
 393 		</xs:attribute>
 394 		<xs:attribute name="typ_stent" type="dsComm:number2d">
 395 			<xs:annotation>
 396 				<xs:documentation>Typ stentu dle číselníku <b>TypStent</b></xs:documentation>
 397 			</xs:annotation>
 398 		</xs:attribute>
 399 		<xs:attribute name="jiny_vykon" type="dsComm:logical">
 400 			<xs:annotation>
 401 				<xs:documentation>Jiný výkon (ano / ne)</xs:documentation>
 402 			</xs:annotation>
 403 		</xs:attribute>
 404 	</xs:complexType>
 405 
 406 	<xs:complexType name="nrkinekiType">
 407 		<xs:attribute name="typ" type="dsComm:number2d">
 408 			<xs:annotation>
 409 				<xs:documentation>Typ nekoronární intervence dle číselníku <b>
 410 					TypNekoronarniIntervence</b></xs:documentation>
 411 			</xs:annotation>
 412 		</xs:attribute>
 413 	</xs:complexType>
 414 
 415 	<xs:complexType name="nrkiKomplikaceType">
 416 		<xs:attribute name="typ" type="dsComm:number2d" use="required">
 417 			<xs:annotation>
 418 				<xs:documentation>Typ komplikace dle číselníku <b>TypKomplikaceVykonu</b></xs:documentation>
 419 			</xs:annotation>
 420 		</xs:attribute>
 421 	</xs:complexType>
 422 
 423 	<xs:complexType name="nrkiJinyVykonType">
 424 		<xs:attribute name="kod_vykonu" type="dsComm:number2d" use="required">
 425 			<xs:annotation>
 426 				<xs:documentation>Kód jiného výkonu dle číselníku <b>TypJinyVykon</b></xs:documentation>
 427 			</xs:annotation>
 428 		</xs:attribute>
 429 	</xs:complexType>
 430 
 431 	<xs:complexType name="polozkaCiselnikuType">
 432 		<xs:attribute name="kod" type="dsComm:number2d">
 433 			<xs:annotation>
 434 				<xs:documentation>Kód číselníkové položky</xs:documentation>
 435 			</xs:annotation>
 436 		</xs:attribute>
 437 	</xs:complexType>
 438 
 439 	<xs:complexType name="polozkaKlipType">
 440 		<xs:attribute name="kod_klip" type="dsComm:str30">
 441 			<xs:annotation>
 442 				<xs:documentation>Kód číselníkové položky pro multivýběr typu klipu</xs:documentation>
 443 			</xs:annotation>
 444 		</xs:attribute>
 445 	</xs:complexType>
 446 
 447 	<xs:complexType name="taviType">
 448 		<xs:sequence>
 449 			<xs:element name="klinika" type="nrki:klinikaType" minOccurs="0">
 450 				<xs:annotation>
 451 					<xs:documentation>Anamnéza a klinické charakteristiky pacienta (pouze pro typ
 452 						výkonů 4, 5 a 6)</xs:documentation>
 453 				</xs:annotation>
 454 			</xs:element>
 455 			<xs:element name="predchozi_ao" type="nrki:predaoType" minOccurs="0">
 456 				<xs:annotation>
 457 					<xs:documentation>Předchozí operace a intervence na aortální chlopni před TAVI
 458 						(pouze pro typ výkonů 4)</xs:documentation>
 459 				</xs:annotation>
 460 			</xs:element>
 461 			<xs:element name="rizika" type="nrki:rizikaType" minOccurs="0">
 462 				<xs:annotation>
 463 					<xs:documentation>Rizikové faktory (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 464 				</xs:annotation>
 465 			</xs:element>
 466 			<xs:element name="vysetreni_tavi" type="nrki:tavidiagType" minOccurs="0">
 467 				<xs:annotation>
 468 					<xs:documentation>Diagnostické vyšetření srdce před TAVI (pouze pro typ výkonů
 469 						4)</xs:documentation>
 470 				</xs:annotation>
 471 			</xs:element>
 472 			<xs:element name="operace" type="nrki:operaceType" minOccurs="0">
 473 				<xs:annotation>
 474 					<xs:documentation>Zahájení operace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 475 				</xs:annotation>
 476 			</xs:element>
 477 			<xs:element name="operace_tavi" type="nrki:taviopType" minOccurs="0">
 478 				<xs:annotation>
 479 					<xs:documentation>Operační informace pro operaci TAVI (pouze pro typ výkonů 4)</xs:documentation>
 480 				</xs:annotation>
 481 			</xs:element>
 482 			<xs:element name="sal_komplikace" type="nrki:salkomplType" minOccurs="0">
 483 				<xs:annotation>
 484 					<xs:documentation>Komplikace na sále (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 485 				</xs:annotation>
 486 			</xs:element>
 487 			<xs:element name="pooperacni_tavi" type="nrki:tavipoopType" minOccurs="0">
 488 				<xs:annotation>
 489 					<xs:documentation>Pooperační vyšetření po TAVI (pouze pro typ výkonu 4)</xs:documentation>
 490 				</xs:annotation>
 491 			</xs:element>
 492 			<xs:element name="poop_komplikace" type="nrki:komplikaceType" minOccurs="0">
 493 				<xs:annotation>
 494 					<xs:documentation>Pooperační komplikace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 495 				</xs:annotation>
 496 			</xs:element>
 497 			<xs:element name="ukonceni_hosp" type="nrki:ukonceniType" minOccurs="0">
 498 				<xs:annotation>
 499 					<xs:documentation>Ukončení hospitalizace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 500 				</xs:annotation>
 501 			</xs:element>
 502 		</xs:sequence>
 503 	</xs:complexType>
 504 
 505 	<xs:complexType name="tmvrType">
 506 		<xs:sequence>
 507 			<xs:element name="klinika" type="nrki:klinikaType" minOccurs="0">
 508 				<xs:annotation>
 509 					<xs:documentation>Anamnéza a klinické charakteristiky pacienta (pouze pro typ
 510 						výkonů 4, 5 a 6)</xs:documentation>
 511 				</xs:annotation>
 512 			</xs:element>
 513 			<xs:element name="predchozi_mi" type="nrki:predmiType" minOccurs="0">
 514 				<xs:annotation>
 515 					<xs:documentation>Předchozí operace a intervence na aortální chlopni před TMVR
 516 						(pouze pro typ výkonů 5)</xs:documentation>
 517 				</xs:annotation>
 518 			</xs:element>
 519 			<xs:element name="rizika" type="nrki:rizikaType" minOccurs="0">
 520 				<xs:annotation>
 521 					<xs:documentation>Rizikové faktory (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 522 				</xs:annotation>
 523 			</xs:element>
 524 			<xs:element name="vysetreni_tmvr" type="nrki:tmvrdiagType" minOccurs="0">
 525 				<xs:annotation>
 526 					<xs:documentation>Diagnostické vyšetření srdce před TMVR (pouze pro typ výkonů
 527 						5)</xs:documentation>
 528 				</xs:annotation>
 529 			</xs:element>
 530 			<xs:element name="operace" type="nrki:operaceType" minOccurs="0">
 531 				<xs:annotation>
 532 					<xs:documentation>Zahájení operace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 533 				</xs:annotation>
 534 			</xs:element>
 535 			<xs:element name="operace_tmvr" type="nrki:tmvropType" minOccurs="0">
 536 				<xs:annotation>
 537 					<xs:documentation>Operační informace pro operaci TMVR (pouze pro typ výkonů 5)</xs:documentation>
 538 				</xs:annotation>
 539 			</xs:element>
 540 			<xs:element name="sal_komplikace" type="nrki:salkomplType" minOccurs="0">
 541 				<xs:annotation>
 542 					<xs:documentation>Komplikace na sále (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 543 				</xs:annotation>
 544 			</xs:element>
 545 			<xs:element name="pooperacni_tmvr" type="nrki:tmvrpoopType" minOccurs="0">
 546 				<xs:annotation>
 547 					<xs:documentation>Pooperační vyšetření po TMVR (pouze pro typ výkonu 5)</xs:documentation>
 548 				</xs:annotation>
 549 			</xs:element>
 550 			<xs:element name="poop_komplikace" type="nrki:komplikaceType" minOccurs="0">
 551 				<xs:annotation>
 552 					<xs:documentation>Pooperační komplikace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 553 				</xs:annotation>
 554 			</xs:element>
 555 			<xs:element name="ukonceni_hosp" type="nrki:ukonceniType" minOccurs="0">
 556 				<xs:annotation>
 557 					<xs:documentation>Ukončení hospitalizace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 558 				</xs:annotation>
 559 			</xs:element>
 560 		</xs:sequence>
 561 	</xs:complexType>
 562 
 563 	<xs:complexType name="ttviType">
 564 		<xs:sequence>
 565 			<xs:element name="klinika" type="nrki:klinikaType" minOccurs="0">
 566 				<xs:annotation>
 567 					<xs:documentation>Anamnéza a klinické charakteristiky pacienta (pouze pro typ
 568 						výkonů 4, 5 a 6)</xs:documentation>
 569 				</xs:annotation>
 570 			</xs:element>
 571 			<xs:element name="predchozi_tr" type="nrki:predtrType" minOccurs="0">
 572 				<xs:annotation>
 573 					<xs:documentation>Předchozí operace a intervence na aortální chlopni před TTVI
 574 						(pouze pro typ výkonů 6)</xs:documentation>
 575 				</xs:annotation>
 576 			</xs:element>
 577 			<xs:element name="rizika" type="nrki:rizikaType" minOccurs="0">
 578 				<xs:annotation>
 579 					<xs:documentation>Rizikové faktory (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 580 				</xs:annotation>
 581 			</xs:element>
 582 			<xs:element name="vysetreni_ttvi" type="nrki:ttvidiagType" minOccurs="0">
 583 				<xs:annotation>
 584 					<xs:documentation>Diagnostické vyšetření srdce před TTVI (pouze pro typ výkonů
 585 						6)</xs:documentation>
 586 				</xs:annotation>
 587 			</xs:element>
 588 			<xs:element name="operace" type="nrki:operaceType" minOccurs="0">
 589 				<xs:annotation>
 590 					<xs:documentation>Zahájení operace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 591 				</xs:annotation>
 592 			</xs:element>
 593 			<xs:element name="operace_ttvi" type="nrki:ttviopType" minOccurs="0">
 594 				<xs:annotation>
 595 					<xs:documentation>Operační informace pro operaci TTVI (pouze pro typ výkonů 6)</xs:documentation>
 596 				</xs:annotation>
 597 			</xs:element>
 598 			<xs:element name="sal_komplikace" type="nrki:salkomplType" minOccurs="0">
 599 				<xs:annotation>
 600 					<xs:documentation>Komplikace na sále (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 601 				</xs:annotation>
 602 			</xs:element>
 603 			<xs:element name="pooperacni_ttvi" type="nrki:ttvipoopType" minOccurs="0">
 604 				<xs:annotation>
 605 					<xs:documentation>Pooperační vyšetření po TTVI (pouze pro typ výkonu 6)</xs:documentation>
 606 				</xs:annotation>
 607 			</xs:element>
 608 			<xs:element name="poop_komplikace" type="nrki:komplikaceType" minOccurs="0">
 609 				<xs:annotation>
 610 					<xs:documentation>Pooperační komplikace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 611 				</xs:annotation>
 612 			</xs:element>
 613 			<xs:element name="ukonceni_hosp" type="nrki:ukonceniType" minOccurs="0">
 614 				<xs:annotation>
 615 					<xs:documentation>Ukončení hospitalizace (pouze pro typ výkonů 4, 5 a 6)</xs:documentation>
 616 				</xs:annotation>
 617 			</xs:element>
 618 		</xs:sequence>
 619 	</xs:complexType>
 620 
 621 	<xs:complexType name="klinikaType">
 622 		<xs:attribute name="diab_mellitus" type="dsComm:logical">
 623 			<xs:annotation>
 624 				<xs:documentation>Diabetes mellitus (ano/ne)</xs:documentation>
 625 			</xs:annotation>
 626 		</xs:attribute>
 627 		<xs:attribute name="druh_lecby" type="dsComm:number2d">
 628 			<xs:annotation>
 629 				<xs:documentation>Druh léčby, dle číselníku <b>SubTypAnamnezy</b> (hodnoty: 1 -
 630 					dieta, 2 - PAD, 3 - inzulin)</xs:documentation>
 631 			</xs:annotation>
 632 		</xs:attribute>
 633 		<xs:attribute name="renalni_selh" type="dsComm:logical">
 634 			<xs:annotation>
 635 				<xs:documentation>Renální selhání (ano/ne), (Definice ano: stadium CKD 3 - CKD 5
 636 					(glomeruální filtrace < 60 ml/min/1,73 m2)</xs:documentation>
 637 			</xs:annotation>
 638 		</xs:attribute>
 639 		<xs:attribute name="dialyza" type="dsComm:logical">
 640 			<xs:annotation>
 641 				<xs:documentation>Dialýza (ano/ne), (Definice ano: pro stadium CKD 5 (end stage,
 642 					eGFR < 15 ml/min nebo dialýza); ne: pro stadium: CKD 3-4 (eGFR 15-60 ml/min) </xs:documentation>
 643 			</xs:annotation>
 644 		</xs:attribute>
 645 		<xs:attribute name="nyha" type="dsComm:number2d">
 646 			<xs:annotation>
 647 				<xs:documentation>Dušnost před operací (NYHA klasifikace) dle číselníku <b>
 648 					DusnostPredOperaciNYHA</b> (pouze pro typ 4, 5, 6 a 7)</xs:documentation>
 649 			</xs:annotation>
 650 		</xs:attribute>
 651 		<xs:attribute name="neuro_anam" type="dsComm:logical">
 652 			<xs:annotation>
 653 				<xs:documentation>Neurologického onemocnění (CMP/TIA) (pouze pro typ 4, 5, 6 a 8)</xs:documentation>
 654 			</xs:annotation>
 655 		</xs:attribute>
 656 		<xs:attribute name="hypertenze" type="dsComm:logical">
 657 			<xs:annotation>
 658 				<xs:documentation>Hypertenze (povinné pro typ 4, 5, 6 a 8)</xs:documentation>
 659 			</xs:annotation>
 660 		</xs:attribute>
 661 		<xs:attribute name="tabak" type="dsComm:number2d">
 662 			<xs:annotation>
 663 				<xs:documentation>Abusus tabáku dle číselníku <b>AbususTabaku</b> (pouze pro typ 4,
 664 					5 a 6)</xs:documentation>
 665 			</xs:annotation>
 666 		</xs:attribute>
 667 		<xs:attribute name="plicni_anam" type="dsComm:logical">
 668 			<xs:annotation>
 669 				<xs:documentation>Chronické plicní onemocnění (COPD/CHOPN) (pouze pro typ 4, 5 a 6)</xs:documentation>
 670 			</xs:annotation>
 671 		</xs:attribute>
 672 		<xs:attribute name="s_kreatinin" type="dsComm:number0-999">
 673 			<xs:annotation>
 674 				<xs:documentation>Poslední předoperační sérový kreatinin (pouze pro typ 4, 5 a 6)</xs:documentation>
 675 			</xs:annotation>
 676 		</xs:attribute>
 677 		<xs:attribute name="perif_tepen" type="dsComm:logical">
 678 			<xs:annotation>
 679 				<xs:documentation>Onemocnění (postižení) periferních tepen (ano / ne) (pouze pro typ
 680 					4, 5 a 6)</xs:documentation>
 681 			</xs:annotation>
 682 		</xs:attribute>
 683 		<xs:attribute name="tepen_mozek" type="dsComm:logical">
 684 			<xs:annotation>
 685 				<xs:documentation>Významné postižení tepen zásobujících mozek (ano / ne)</xs:documentation>
 686 			</xs:annotation>
 687 		</xs:attribute>
 688 		<xs:attribute name="predch_im" type="dsComm:logical">
 689 			<xs:annotation>
 690 				<xs:documentation>IM v předchozích 90 dnech (pouze pro typ 4, 5 a 6)</xs:documentation>
 691 			</xs:annotation>
 692 		</xs:attribute>
 693 		<xs:attribute name="sinova_fibr" type="dsComm:logical">
 694 			<xs:annotation>
 695 				<xs:documentation>Síňová fibrilace v anamnéze (ano / ne) (pouze pro typ 4, 5 a 6)</xs:documentation>
 696 			</xs:annotation>
 697 		</xs:attribute>
 698 		<xs:attribute name="ccs" type="dsComm:number2d">
 699 			<xs:annotation>
 700 				<xs:documentation>Angina pectoris před operací (CCS klasifikace) dle číselníku <b>
 701 					AnginaPectorisPredOperaciCCS</b> (pouze pro typ 4, 5 a 6)</xs:documentation>
 702 			</xs:annotation>
 703 		</xs:attribute>
 704 		<xs:attribute name="synkopy_anam" type="dsComm:logical9">
 705 			<xs:annotation>
 706 				<xs:documentation>Presynkopy/synkopy v anamnéze, hodnoty: 0 - ne, 1 - ano, 9
 707 					-neznámo, (pouze pro typ 4)</xs:documentation>
 708 			</xs:annotation>
 709 		</xs:attribute>
 710 		<xs:attribute name="rytmus" type="dsComm:number2d">
 711 			<xs:annotation>
 712 				<xs:documentation>Předoperační srdeční rytmus dle číselníku <b>
 713 					PredoperacniSrdecniRytmus</b> (pouze pro typ 4, 5 a 6)</xs:documentation>
 714 			</xs:annotation>
 715 		</xs:attribute>
 716 		<xs:attribute name="pacemaker" type="dsComm:logical">
 717 			<xs:annotation>
 718 				<xs:documentation>Implantován pacemaker? (pouze pro typ 4, 5 a 6)</xs:documentation>
 719 			</xs:annotation>
 720 		</xs:attribute>
 721 		<xs:attribute name="pacemaker_d" type="xs:date">
 722 			<xs:annotation>
 723 				<xs:documentation>Datum implantace (pouze pro typ 4, 5 a 6)</xs:documentation>
 724 			</xs:annotation>
 725 		</xs:attribute>
 726 		<xs:attribute name="qrs_komplex" type="dsComm:number2d">
 727 			<xs:annotation>
 728 				<xs:documentation>QRS komplex dle číselníku <b>KomplexQRS</b> (pouze pro typ 4)</xs:documentation>
 729 			</xs:annotation>
 730 		</xs:attribute>
 731 	</xs:complexType>
 732 
 733 	<xs:complexType name="predaoType">
 734 		<xs:attribute name="predcabg" type="dsComm:logical9">
 735 			<xs:annotation>
 736 				<xs:documentation>Předchocí operace koronárního bypassu (CABG), hodnoty: 0 - ne, 1 -
 737 					ano, 9 -neznámo, (pouze pro typ výkonu 4 a 7)</xs:documentation>
 738 			</xs:annotation>
 739 		</xs:attribute>
 740 		<xs:attribute name="predcabg_d" type="xs:date">
 741 			<xs:annotation>
 742 				<xs:documentation>Datum posledního (CABG) (pouze pro typ výkonu 4)</xs:documentation>
 743 			</xs:annotation>
 744 		</xs:attribute>
 745 		<xs:attribute name="savr" type="dsComm:logical">
 746 			<xs:annotation>
 747 				<xs:documentation>Předchozí intervence na aortální chlopni (SAVR) (pouze pro typ
 748 					výkonu 4)</xs:documentation>
 749 			</xs:annotation>
 750 		</xs:attribute>
 751 		<xs:attribute name="savr_d" type="xs:date">
 752 			<xs:annotation>
 753 				<xs:documentation>Datum posledního (SAVR) (pouze pro typ výkonu 4)</xs:documentation>
 754 			</xs:annotation>
 755 		</xs:attribute>
 756 		<xs:attribute name="savr_implantat" type="dsComm:str30">
 757 			<xs:annotation>
 758 				<xs:documentation>Typ implantátu (SAVR) dle číselníku <b>KodImplantatuTAVI</b>
 759 					(pouze pro typ výkonu 4)</xs:documentation>
 760 			</xs:annotation>
 761 		</xs:attribute>
 762 		<xs:attribute name="savr_vel" type="dsComm:number1-50">
 763 			<xs:annotation>
 764 				<xs:documentation>Velikost chlopně (SAVR) [mm] (pouze pro typ výkonu 4)</xs:documentation>
 765 			</xs:annotation>
 766 		</xs:attribute>
 767 		<xs:attribute name="tavi" type="dsComm:logical">
 768 			<xs:annotation>
 769 				<xs:documentation>Předchozí TAVI (pouze pro typ výkonu 4)</xs:documentation>
 770 			</xs:annotation>
 771 		</xs:attribute>
 772 		<xs:attribute name="tavi_d" type="xs:date">
 773 			<xs:annotation>
 774 				<xs:documentation>Datum posledního (TAVI) (pouze pro typ výkonu 4)</xs:documentation>
 775 			</xs:annotation>
 776 		</xs:attribute>
 777 		<xs:attribute name="tavi_implantat" type="dsComm:str30">
 778 			<xs:annotation>
 779 				<xs:documentation>Typ implantátu (TAVI) dle číselníku <b>KodImplantatuTAVI</b>
 780 					(pouze pro typ výkonu 4)</xs:documentation>
 781 			</xs:annotation>
 782 		</xs:attribute>
 783 		<xs:attribute name="tavi_vel" type="dsComm:number1-50">
 784 			<xs:annotation>
 785 				<xs:documentation>Velikost chlopně (TAVI) [mm] (pouze pro typ výkonu 4)</xs:documentation>
 786 			</xs:annotation>
 787 		</xs:attribute>
 788 		<xs:attribute name="balon_ao" type="dsComm:logical9">
 789 			<xs:annotation>
 790 				<xs:documentation>Použitá balonová angioplastika na aortální chlopni v posledních 6
 791 					měsících, hodnoty: 0 - ne, 1 - ano, 9 -neznámo, (pouze pro typ výkonu 4)</xs:documentation>
 792 			</xs:annotation>
 793 		</xs:attribute>
 794 		<xs:attribute name="predpci" type="dsComm:logical">
 795 			<xs:annotation>
 796 				<xs:documentation>Předchozí PCI (koronární intervence) (pouze pro typ výkonu 4, 5, 6
 797 					a 7)</xs:documentation>
 798 			</xs:annotation>
 799 		</xs:attribute>
 800 		<xs:attribute name="predpci_d" type="xs:date">
 801 			<xs:annotation>
 802 				<xs:documentation>Datum posledního PCI (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
 803 			</xs:annotation>
 804 		</xs:attribute>
 805 	</xs:complexType>
 806 
 807 	<xs:complexType name="predmiType">
 808 		<xs:sequence>
 809 			<xs:element name="kch_typ" type="nrki:polozkaCiselnikuType" minOccurs="0"
 810 				maxOccurs="unbounded">
 811 				<xs:annotation>
 812 					<xs:documentation>Typy předchozích srdečních operací dle číselníku <b>
 813 						SrdecniCevniHrudniOperace</b> (pouze pro typ výkonu 5 a 6)</xs:documentation>
 814 				</xs:annotation>
 815 			</xs:element>
 816 			<xs:element name="kat_jchlop" type="nrki:polozkaCiselnikuType" minOccurs="0"
 817 				maxOccurs="3">
 818 				<xs:annotation>
 819 					<xs:documentation>Předchozí katetrizační intervence na jiné chlopni, než
 820 						mitrální), dle číselníku <b> IntervenovanaChlopen</b> (pouze pro typ výkonu
 821 						5)</xs:documentation>
 822 				</xs:annotation>
 823 			</xs:element>
 824 		</xs:sequence>
 825 		<xs:attribute name="opmi" type="dsComm:logical">
 826 			<xs:annotation>
 827 				<xs:documentation>Předchozí kardiochirurgická operace mitrální chlopně (pouze pro
 828 					typ výkonu 5)</xs:documentation>
 829 			</xs:annotation>
 830 		</xs:attribute>
 831 		<xs:attribute name="opmi_d" type="xs:date">
 832 			<xs:annotation>
 833 				<xs:documentation>Datum poslední operace mitrální chlopně (pouze pro typ výkonu 5)</xs:documentation>
 834 			</xs:annotation>
 835 		</xs:attribute>
 836 		<xs:attribute name="opmi_typ" type="dsComm:number1-9">
 837 			<xs:annotation>
 838 				<xs:documentation>Typ operace mitrální chlopně, hodnoty: 1 - náhrada, 2 - plastika,
 839 					9 - neznámo, (pro typ výkonu 5)</xs:documentation>
 840 			</xs:annotation>
 841 		</xs:attribute>
 842 		<xs:attribute name="opmi_nahrada_typ" type="dsComm:number2d">
 843 			<xs:annotation>
 844 				<xs:documentation>Typ náhrady mitrální chlopně dle číselníku <b>TypNahradyMBJ</b>
 845 					(pouze pro typ výkonu 5)</xs:documentation>
 846 			</xs:annotation>
 847 		</xs:attribute>
 848 		<xs:attribute name="opmi_prstenec" type="dsComm:logical">
 849 			<xs:annotation>
 850 				<xs:documentation>Byl použitý prstenec na mitrální chlopni? (pouze pro typ výkonu 5)</xs:documentation>
 851 			</xs:annotation>
 852 		</xs:attribute>
 853 		<xs:attribute name="opmi_implantat" type="dsComm:str30">
 854 			<xs:annotation>
 855 				<xs:documentation>Typ implantátu (protézy/prstence) dle číselníku <b>
 856 					KodImplantatuTMVR</b> (pouze pro typ výkonu 5)</xs:documentation>
 857 			</xs:annotation>
 858 		</xs:attribute>
 859 		<xs:attribute name="opmi_vel" type="dsComm:number1-50">
 860 			<xs:annotation>
 861 				<xs:documentation>Velikost použité chlopně či prstence [mm] (pouze pro typ výkonu 5)</xs:documentation>
 862 			</xs:annotation>
 863 		</xs:attribute>
 864 		<xs:attribute name="kch_jina" type="dsComm:logical">
 865 			<xs:annotation>
 866 				<xs:documentation>Předchozí jiná kardiochirurgická operace (pouze pro typ výkonu 5 a
 867 					6)</xs:documentation>
 868 			</xs:annotation>
 869 		</xs:attribute>
 870 		<xs:attribute name="kch_d" type="xs:date">
 871 			<xs:annotation>
 872 				<xs:documentation>Datum poslední jiné srdeční operace (pouze pro typ výkonu 5 a 6)</xs:documentation>
 873 			</xs:annotation>
 874 		</xs:attribute>
 875 		<xs:attribute name="tmvr" type="dsComm:logical">
 876 			<xs:annotation>
 877 				<xs:documentation>Předchozí katetrizační intervence na mitrální chlopni (TMVR)
 878 					(pouze pro typ výkonu 5)</xs:documentation>
 879 			</xs:annotation>
 880 		</xs:attribute>
 881 		<xs:attribute name="tmvr_d" type="xs:date">
 882 			<xs:annotation>
 883 				<xs:documentation>Datum poslední (TMVR) (pouze pro typ výkonu 5)</xs:documentation>
 884 			</xs:annotation>
 885 		</xs:attribute>
 886 		<xs:attribute name="tmvr_typ" type="dsComm:number2d">
 887 			<xs:annotation>
 888 				<xs:documentation>Typ intervence (TMVR), dle číselníku <b>
 889 					TypKatetrizacniIntervenceMiTr</b> (pouze pro typ výkonu 5 a 6)</xs:documentation>
 890 			</xs:annotation>
 891 		</xs:attribute>
 892 		<xs:attribute name="kat_jchlopd_d" type="xs:date">
 893 			<xs:annotation>
 894 				<xs:documentation>Datum poslední katetrizační intervence na jiné chlopni než
 895 					mitrální (pouze pro typ výkonu 5)</xs:documentation>
 896 			</xs:annotation>
 897 		</xs:attribute>
 898 		<xs:attribute name="predpci" type="dsComm:logical">
 899 			<xs:annotation>
 900 				<xs:documentation>Předchozí PCI (koronární intervence) (pouze pro typ výkonu 4, 5, 6
 901 					a 7)</xs:documentation>
 902 			</xs:annotation>
 903 		</xs:attribute>
 904 		<xs:attribute name="predpci_d" type="xs:date">
 905 			<xs:annotation>
 906 				<xs:documentation>Datum posledního PCI (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
 907 			</xs:annotation>
 908 		</xs:attribute>
 909 	</xs:complexType>
 910 
 911 	<xs:complexType name="predtrType">
 912 		<xs:sequence>
 913 			<xs:element name="kch_typ" type="nrki:polozkaCiselnikuType" minOccurs="0"
 914 				maxOccurs="unbounded">
 915 				<xs:annotation>
 916 					<xs:documentation>Typy předchozích srdečních operací dle číselníku <b>
 917 						SrdecniCevniHrudniOperace</b> (pouze pro typ výkonu 5 a 6)</xs:documentation>
 918 				</xs:annotation>
 919 			</xs:element>
 920 			<xs:element name="kat_jchlop" type="nrki:polozkaCiselnikuType" minOccurs="0"
 921 				maxOccurs="3">
 922 				<xs:annotation>
 923 					<xs:documentation>Předchozí katetrizační intervence na jiné chlopni, než
 924 						trikuspidální), dle číselníku <b> IntervenovanaChlopen</b> (pouze pro typ
 925 						výkonu 6)</xs:documentation>
 926 				</xs:annotation>
 927 			</xs:element>
 928 		</xs:sequence>
 929 		<xs:attribute name="optr" type="dsComm:logical" use="required">
 930 			<xs:annotation>
 931 				<xs:documentation>Předchozí kardiochirurgická operace trikuspidální chlopně (pouze
 932 					pro typ výkonu 6)</xs:documentation>
 933 			</xs:annotation>
 934 		</xs:attribute>
 935 		<xs:attribute name="optr_d" type="xs:date">
 936 			<xs:annotation>
 937 				<xs:documentation>Datum poslední operace trikuspidální chlopně (pouze pro typ výkonu
 938 					6)</xs:documentation>
 939 			</xs:annotation>
 940 		</xs:attribute>
 941 		<xs:attribute name="optr_typ" type="dsComm:number1-9">
 942 			<xs:annotation>
 943 				<xs:documentation>Typ operace trikuspidální chlopně, hodnoty: 1 - náhrada, 2 -
 944 					plastika, 9 - neznámo, (pro typ výkonu 6)</xs:documentation>
 945 			</xs:annotation>
 946 		</xs:attribute>
 947 		<xs:attribute name="optr_nahrada_typ" type="dsComm:number2d">
 948 			<xs:annotation>
 949 				<xs:documentation>Typ náhrady trikuspidální chlopně dle číselníku <b>TypNahradyMBJ</b>
 950 					(pouze pro typ výkonu 6)</xs:documentation>
 951 			</xs:annotation>
 952 		</xs:attribute>
 953 		<xs:attribute name="optr_prstenec" type="dsComm:logical">
 954 			<xs:annotation>
 955 				<xs:documentation>Byl použitý prstenec na trikuspidální chlopni? (pouze pro typ
 956 					výkonu 6)</xs:documentation>
 957 			</xs:annotation>
 958 		</xs:attribute>
 959 		<xs:attribute name="optr_implantat" type="dsComm:str30">
 960 			<xs:annotation>
 961 				<xs:documentation>Typ implantátu (protézy/prstence) dle číselníku <b>
 962 					KodImplantatuTTVI</b> (pouze pro typ výkonu 6)</xs:documentation>
 963 			</xs:annotation>
 964 		</xs:attribute>
 965 		<xs:attribute name="optr_vel" type="dsComm:number1-50">
 966 			<xs:annotation>
 967 				<xs:documentation>Velikost použité chlopně či prstence [mm] (Tr) (pouze pro typ
 968 					výkonu 6)</xs:documentation>
 969 			</xs:annotation>
 970 		</xs:attribute>
 971 		<xs:attribute name="kch_jina" type="dsComm:logical">
 972 			<xs:annotation>
 973 				<xs:documentation>Předchozí jiná kardiochirurgická operace (pouze pro typ výkonu 5 a
 974 					6)</xs:documentation>
 975 			</xs:annotation>
 976 		</xs:attribute>
 977 		<xs:attribute name="kch_d" type="xs:date">
 978 			<xs:annotation>
 979 				<xs:documentation>Datum poslední jiné srdeční operace (pouze pro typ výkonu 5 a 6)</xs:documentation>
 980 			</xs:annotation>
 981 		</xs:attribute>
 982 		<xs:attribute name="ttvi" type="dsComm:logical">
 983 			<xs:annotation>
 984 				<xs:documentation>Předchozí katetrizační intervence na trikuspidální chlopni (TTVI)
 985 					(pouze pro typ výkonu 6)</xs:documentation>
 986 			</xs:annotation>
 987 		</xs:attribute>
 988 		<xs:attribute name="ttvi_d" type="xs:date">
 989 			<xs:annotation>
 990 				<xs:documentation>Datum poslední (TTVI) (pouze pro typ výkonu 6)</xs:documentation>
 991 			</xs:annotation>
 992 		</xs:attribute>
 993 		<xs:attribute name="ttvi_typ" type="dsComm:number2d">
 994 			<xs:annotation>
 995 				<xs:documentation>Typ intervence (TTVI), dle číselníku <b>
 996 					TypKatetrizacniIntervenceMiTr</b> (pouze pro typ výkonu 6)</xs:documentation>
 997 			</xs:annotation>
 998 		</xs:attribute>
 999 		<xs:attribute name="kat_jchlopd_d" type="xs:date">
1000 			<xs:annotation>
1001 				<xs:documentation>Datum poslední katetrizační intervence na jiné chlopni než
1002 					trikuspidální (pouze pro typ výkonu 6)</xs:documentation>
1003 			</xs:annotation>
1004 		</xs:attribute>
1005 		<xs:attribute name="predpci" type="dsComm:logical">
1006 			<xs:annotation>
1007 				<xs:documentation>Předchozí PCI (koronární intervence) (pouze pro typ výkonu 4, 5, 6
1008 					a 7)</xs:documentation>
1009 			</xs:annotation>
1010 		</xs:attribute>
1011 		<xs:attribute name="predpci_d" type="xs:date">
1012 			<xs:annotation>
1013 				<xs:documentation>Datum posledního PCI (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1014 			</xs:annotation>
1015 		</xs:attribute>
1016 	</xs:complexType>
1017 
1018 	<xs:complexType name="rizikaType">
1019 		<xs:attribute name="omez_pohyb" type="dsComm:logical">
1020 			<xs:annotation>
1021 				<xs:documentation>Omezená pohyblivost či soběstačnost (pouze pro typ výkonu 4, 5 a
1022 					6)</xs:documentation>
1023 			</xs:annotation>
1024 		</xs:attribute>
1025 		<xs:attribute name="branici_sevreni" type="dsComm:logical">
1026 			<xs:annotation>
1027 				<xs:documentation>Stavy bránící sevření aorty jako porcelánová aorta (pouze pro typ
1028 					výkonu 4, 5 a 6)</xs:documentation>
1029 			</xs:annotation>
1030 		</xs:attribute>
1031 		<xs:attribute name="deformace" type="dsComm:logical">
1032 			<xs:annotation>
1033 				<xs:documentation>Deformace hrudníku (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1034 			</xs:annotation>
1035 		</xs:attribute>
1036 		<xs:attribute name="hostile_thorax" type="dsComm:logical">
1037 			<xs:annotation>
1038 				<xs:documentation>Hostile thorax, např. po ozáření (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1039 			</xs:annotation>
1040 		</xs:attribute>
1041 	</xs:complexType>
1042 
1043 	<xs:complexType name="tavidiagType">
1044 		<xs:attribute name="postiz_tepen" type="dsComm:number2d">
1045 			<xs:annotation>
1046 				<xs:documentation>Počet postižených koronárních tepen, dle číselníku <b>
1047 					PocetPostizenychKoronTepen</b> (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1048 			</xs:annotation>
1049 		</xs:attribute>
1050 		<xs:attribute name="postiz_kmene" type="dsComm:logical">
1051 			<xs:annotation>
1052 				<xs:documentation>Postižení kmene levé koronární tepny (pouze pro typ výkonu 4, 5 a
1053 					6)</xs:documentation>
1054 			</xs:annotation>
1055 		</xs:attribute>
1056 		<xs:attribute name="ava" type="dsComm:number2.2">
1057 			<xs:annotation>
1058 				<xs:documentation>Plocha aortální chlopně (AVA) [cm2] (pouze pro typ výkonu 4)</xs:documentation>
1059 			</xs:annotation>
1060 		</xs:attribute>
1061 		<xs:attribute name="gradient_ao" type="dsComm:number0-999">
1062 			<xs:annotation>
1063 				<xs:documentation>Střední gradient na aortální chlopni [mmHg] (pouze pro typ výkonu
1064 					4 a 5)</xs:documentation>
1065 			</xs:annotation>
1066 		</xs:attribute>
1067 		<xs:attribute name="vmax_ao" type="dsComm:number2.2">
1068 			<xs:annotation>
1069 				<xs:documentation>Vmax aortální chlopně [m/s] (pouze pro typ výkonu 4)</xs:documentation>
1070 			</xs:annotation>
1071 		</xs:attribute>
1072 		<xs:attribute name="regur_ao" type="dsComm:number2d">
1073 			<xs:annotation>
1074 				<xs:documentation>Závažnost aortální regurgitace, dle číselníku <b>Insuficience</b>
1075 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1076 			</xs:annotation>
1077 		</xs:attribute>
1078 		<xs:attribute name="regur_mi" type="dsComm:number2d">
1079 			<xs:annotation>
1080 				<xs:documentation>Závažnost mitrální regurgitace, dle číselníku <b>Insuficience</b>
1081 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1082 			</xs:annotation>
1083 		</xs:attribute>
1084 		<xs:attribute name="regur_tr" type="dsComm:number2d">
1085 			<xs:annotation>
1086 				<xs:documentation>Závažnost trikuspidální regurgitace, dle číselníku <b>Insuficience</b>
1087 					(pouze pro typ výkonu 4 a 5)</xs:documentation>
1088 			</xs:annotation>
1089 		</xs:attribute>
1090 		<xs:attribute name="ef" type="dsComm:number0-100">
1091 			<xs:annotation>
1092 				<xs:documentation>Ejekční frakce LK [%] (pro typy výkonů 4, 5, 7 a 8)</xs:documentation>
1093 			</xs:annotation>
1094 		</xs:attribute>
1095 		<xs:attribute name="diast_lv" type="dsComm:number0-999">
1096 			<xs:annotation>
1097 				<xs:documentation>Diastolický rozměr LV [mm] (pouze pro typ výkonu 4 a 5)</xs:documentation>
1098 			</xs:annotation>
1099 		</xs:attribute>
1100 		<xs:attribute name="syst_pa" type="dsComm:number0-999">
1101 			<xs:annotation>
1102 				<xs:documentation>Systolický tlak v a. pulmonalis [mmHg] (pouze pro typ výkonu 4, 5
1103 					a 6)</xs:documentation>
1104 			</xs:annotation>
1105 		</xs:attribute>
1106 		<xs:attribute name="perikard_vypotek" type="dsComm:number0-999">
1107 			<xs:annotation>
1108 				<xs:documentation>Perikardiální výpotek [mm] (pouze pro typ výkonu 4)</xs:documentation>
1109 			</xs:annotation>
1110 		</xs:attribute>
1111 		<xs:attribute name="hroty_ao" type="dsComm:number0-999">
1112 			<xs:annotation>
1113 				<xs:documentation>Počet hrotů Ao chlopně (pouze pro typ výkonu 4)</xs:documentation>
1114 			</xs:annotation>
1115 		</xs:attribute>
1116 		<xs:attribute name="obvod_anul" type="dsComm:number3.1">
1117 			<xs:annotation>
1118 				<xs:documentation>Obvod aortálního anulu [mm] (pouze pro typ výkonu 4)</xs:documentation>
1119 			</xs:annotation>
1120 		</xs:attribute>
1121 		<xs:attribute name="plocha_anul" type="dsComm:number4.1">
1122 			<xs:annotation>
1123 				<xs:documentation>Plocha aortálního anulu [mm2] (pouze pro typ výkonu 4)</xs:documentation>
1124 			</xs:annotation>
1125 		</xs:attribute>
1126 		<xs:attribute name="kalcifikace_ao" type="dsComm:number2.2">
1127 			<xs:annotation>
1128 				<xs:documentation>Score kalcifikace v Ao chlopni (pouze pro typ výkonu 4)</xs:documentation>
1129 			</xs:annotation>
1130 		</xs:attribute>
1131 	</xs:complexType>
1132 
1133 	<xs:complexType name="tmvrdiagType">
1134 		<xs:attribute name="postiz_tepen" type="dsComm:number2d">
1135 			<xs:annotation>
1136 				<xs:documentation>Počet postižených koronárních tepen, dle číselníku <b>
1137 					PocetPostizenychKoronTepen</b> (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1138 			</xs:annotation>
1139 		</xs:attribute>
1140 		<xs:attribute name="postiz_kmene" type="dsComm:logical">
1141 			<xs:annotation>
1142 				<xs:documentation>Postižení kmene levé koronární tepny (pouze pro typ výkonu 4, 5 a
1143 					6)</xs:documentation>
1144 			</xs:annotation>
1145 		</xs:attribute>
1146 		<xs:attribute name="vada_mi" type="dsComm:number2d">
1147 			<xs:annotation>
1148 				<xs:documentation>Mitrální vada, dle číselníku <b> HemodynamickaPatologie</b> (pouze
1149 					pro typ výkony 5 a 6)</xs:documentation>
1150 			</xs:annotation>
1151 		</xs:attribute>
1152 		<xs:attribute name="gradient_mi" type="dsComm:number0-999">
1153 			<xs:annotation>
1154 				<xs:documentation>Střední gradient na mitrální chlopni [mmHg] (pouze pro typ výkonu
1155 					5 a 6)</xs:documentation>
1156 			</xs:annotation>
1157 		</xs:attribute>
1158 		<xs:attribute name="mva" type="dsComm:number2.2">
1159 			<xs:annotation>
1160 				<xs:documentation>MVA (Plocha mitrálního ústí) [cm2] (pouze pro typ výkony 5)</xs:documentation>
1161 			</xs:annotation>
1162 		</xs:attribute>
1163 		<xs:attribute name="mva_mereno" type="dsComm:number2d">
1164 			<xs:annotation>
1165 				<xs:documentation>MVA měřeno metodou, dle číselníku <b>MetodyMereni3</b> (pouze pro
1166 					tyo výkonu 5 a 6)</xs:documentation>
1167 			</xs:annotation>
1168 		</xs:attribute>
1169 		<xs:attribute name="regur_mi" type="dsComm:number2d">
1170 			<xs:annotation>
1171 				<xs:documentation>Závažnost mitrální regurgitace, dle číselníku <b>Insuficience</b>
1172 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1173 			</xs:annotation>
1174 		</xs:attribute>
1175 		<xs:attribute name="eroa" type="dsComm:number2.2">
1176 			<xs:annotation>
1177 				<xs:documentation>EROA [cm2] (pouze pro výkony typu 5 a 6)</xs:documentation>
1178 			</xs:annotation>
1179 		</xs:attribute>
1180 		<xs:attribute name="vena_contracta" type="dsComm:number2.2">
1181 			<xs:annotation>
1182 				<xs:documentation>Vena contracta [mm] (pouze pro výkony typu 5 a 6)</xs:documentation>
1183 			</xs:annotation>
1184 		</xs:attribute>
1185 		<xs:attribute name="regur_tr" type="dsComm:number2d">
1186 			<xs:annotation>
1187 				<xs:documentation>Závažnost trikuspidální regurgitace, dle číselníku <b>Insuficience</b>
1188 					(pouze pro typ výkonu 4 a 5)</xs:documentation>
1189 			</xs:annotation>
1190 		</xs:attribute>
1191 		<xs:attribute name="gradient_ao" type="dsComm:number0-999">
1192 			<xs:annotation>
1193 				<xs:documentation>Střední gradient na aortální chlopni [mmHg] (pouze pro typ výkonu
1194 					4 a 5)</xs:documentation>
1195 			</xs:annotation>
1196 		</xs:attribute>
1197 		<xs:attribute name="regur_ao" type="dsComm:number2d">
1198 			<xs:annotation>
1199 				<xs:documentation>Závažnost aortální regurgitace, dle číselníku <b>Insuficience</b>
1200 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1201 			</xs:annotation>
1202 		</xs:attribute>
1203 		<xs:attribute name="ef" type="dsComm:number0-100">
1204 			<xs:annotation>
1205 				<xs:documentation>Ejekční frakce LK [%] (pro typy výkonů 4, 5, 7 a 8)</xs:documentation>
1206 			</xs:annotation>
1207 		</xs:attribute>
1208 		<xs:attribute name="diast_lv" type="dsComm:number0-999">
1209 			<xs:annotation>
1210 				<xs:documentation>Diastolický rozměr LV [mm] (pouze pro výkony typu 4 a 5)</xs:documentation>
1211 			</xs:annotation>
1212 		</xs:attribute>
1213 		<xs:attribute name="syst_lv" type="dsComm:number0-999">
1214 			<xs:annotation>
1215 				<xs:documentation>Systolický rozměr LV [mm] (pouze pro typ výkony 5)</xs:documentation>
1216 			</xs:annotation>
1217 		</xs:attribute>
1218 		<xs:attribute name="syst_pa" type="dsComm:number0-999">
1219 			<xs:annotation>
1220 				<xs:documentation>Systolický tlak v a. pulmonalis [mmHg] (pouze pro typ výkony 4, 5
1221 					a 6)</xs:documentation>
1222 			</xs:annotation>
1223 		</xs:attribute>
1224 		<xs:attribute name="syst_pa_mereno" type="dsComm:number1-2">
1225 			<xs:annotation>
1226 				<xs:documentation>Systolický tlak v a. pulmonalis měřen pomocí (hodnoty: 1 -
1227 					katetrizace, 2 - echokardiografie), (pouze pro typ výkony 5 a 6)</xs:documentation>
1228 			</xs:annotation>
1229 		</xs:attribute>
1230 	</xs:complexType>
1231 
1232 	<xs:complexType name="ttvidiagType">
1233 		<xs:attribute name="postiz_tepen" type="dsComm:number2d">
1234 			<xs:annotation>
1235 				<xs:documentation>Počet postižených koronárních tepen, dle číselníku <b>
1236 					PocetPostizenychKoronTepen</b> (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1237 			</xs:annotation>
1238 		</xs:attribute>
1239 		<xs:attribute name="postiz_kmene" type="dsComm:logical">
1240 			<xs:annotation>
1241 				<xs:documentation>Postižení kmene levé koronární tepny (pouze pro typ výkonu 4, 5 a
1242 					6)</xs:documentation>
1243 			</xs:annotation>
1244 		</xs:attribute>
1245 		<xs:attribute name="vada_tr" type="dsComm:number2d">
1246 			<xs:annotation>
1247 				<xs:documentation>Trikuspidální vada, dle číselníku <b>HemodynamickaPatologie</b>
1248 					(pouze pro typ výkony 5 a 6)</xs:documentation>
1249 			</xs:annotation>
1250 		</xs:attribute>
1251 		<xs:attribute name="gradient_tr" type="dsComm:number0-999">
1252 			<xs:annotation>
1253 				<xs:documentation>Střední gradient na trikuspidální chlopni [mmHg] (pouze pro typ
1254 					výkony 6)</xs:documentation>
1255 			</xs:annotation>
1256 		</xs:attribute>
1257 		<xs:attribute name="tva" type="dsComm:number2.2">
1258 			<xs:annotation>
1259 				<xs:documentation>TVA (Plocha mitrálního ústí) [cm2] (pouze pro typ výkony 6)</xs:documentation>
1260 			</xs:annotation>
1261 		</xs:attribute>
1262 		<xs:attribute name="tva_mereno" type="dsComm:number2d">
1263 			<xs:annotation>
1264 				<xs:documentation>TVA měřeno metodou, dle číselníku <b>MetodyMereni3</b> (pouze pro
1265 					tyo výkonu 5 a 6)</xs:documentation>
1266 			</xs:annotation>
1267 		</xs:attribute>
1268 		<xs:attribute name="regur_tr5" type="dsComm:number2d">
1269 			<xs:annotation>
1270 				<xs:documentation>Závažnost trikuspidální regurgitace (5), dle číselníku <b>
1271 					Insuficience5</b> (pouze pro typ výkony 6)</xs:documentation>
1272 			</xs:annotation>
1273 		</xs:attribute>
1274 		<xs:attribute name="eroa" type="dsComm:number2.2">
1275 			<xs:annotation>
1276 				<xs:documentation>EROA [cm2] (pouze pro výkony typu 5 a 6)</xs:documentation>
1277 			</xs:annotation>
1278 		</xs:attribute>
1279 		<xs:attribute name="vena_contracta" type="dsComm:number2.2">
1280 			<xs:annotation>
1281 				<xs:documentation>Vena contracta [mm] (pouze pro výkony typu 5 a 6)</xs:documentation>
1282 			</xs:annotation>
1283 		</xs:attribute>
1284 		<xs:attribute name="regur_mi" type="dsComm:number2d">
1285 			<xs:annotation>
1286 				<xs:documentation>Závažnost mitrální regurgitace, dle číselníku <b>Insuficience</b>
1287 					(pouze pro typ výkony 4, 5 a 6)</xs:documentation>
1288 			</xs:annotation>
1289 		</xs:attribute>
1290 		<xs:attribute name="gradient_mi" type="dsComm:number0-999">
1291 			<xs:annotation>
1292 				<xs:documentation>Střední gradient na mitrální chlopni [mmHg] (pouze pro typ výkonu
1293 					5 a 6)</xs:documentation>
1294 			</xs:annotation>
1295 		</xs:attribute>
1296 		<xs:attribute name="regur_ao" type="dsComm:number2d">
1297 			<xs:annotation>
1298 				<xs:documentation>Závažnost aortální regurgitace, dle číselníku <b>Insuficience</b>
1299 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1300 			</xs:annotation>
1301 		</xs:attribute>
1302 		<xs:attribute name="fac_pk" type="dsComm:number0-100">
1303 			<xs:annotation>
1304 				<xs:documentation>FAC PK [%]</xs:documentation>
1305 			</xs:annotation>
1306 		</xs:attribute>
1307 		<xs:attribute name="tapse" type="dsComm:number0-999">
1308 			<xs:annotation>
1309 				<xs:documentation>TAPSE (mm)</xs:documentation>
1310 			</xs:annotation>
1311 		</xs:attribute>
1312 		<xs:attribute name="diast_pk_ad" type="dsComm:number0-999">
1313 			<xs:annotation>
1314 				<xs:documentation>Diastolický rozměr PK v 4AD [mm]</xs:documentation>
1315 			</xs:annotation>
1316 		</xs:attribute>
1317 		<xs:attribute name="diast_pk_plax" type="dsComm:number0-999">
1318 			<xs:annotation>
1319 				<xs:documentation>Diastolický rozměr PK v PLAX [mm]</xs:documentation>
1320 			</xs:annotation>
1321 		</xs:attribute>
1322 		<xs:attribute name="prstenec_tr" type="dsComm:number0-999">
1323 			<xs:annotation>
1324 				<xs:documentation>Rozměr trikuspidálního prstence [mm]</xs:documentation>
1325 			</xs:annotation>
1326 		</xs:attribute>
1327 		<xs:attribute name="syst_pa" type="dsComm:number0-999">
1328 			<xs:annotation>
1329 				<xs:documentation>Systolický tlak v a. pulmonalis [mmHg] (pouze pro typ výkony 4, 5
1330 					a 6)</xs:documentation>
1331 			</xs:annotation>
1332 		</xs:attribute>
1333 		<xs:attribute name="syst_pa_mereno" type="dsComm:number1-2">
1334 			<xs:annotation>
1335 				<xs:documentation>Systolický tlak v a. pulmonalis měřen pomocí (hodnoty: 1 -
1336 					katetrizace, 2 - echokardiografie) (pouze pro typ výkony 5 a 6)</xs:documentation>
1337 			</xs:annotation>
1338 		</xs:attribute>
1339 	</xs:complexType>
1340 
1341 	<xs:complexType name="operaceType">
1342 		<xs:attribute name="prichod_op" type="dsComm:dateTime">
1343 			<xs:annotation>
1344 				<xs:documentation>Datum a čas příchodu na sál (pouze pro výkon 4, 5 a 6)</xs:documentation>
1345 			</xs:annotation>
1346 		</xs:attribute>
1347 		<xs:attribute name="zacatek_op" type="dsComm:dateTime" use="required">
1348 			<xs:annotation>
1349 				<xs:documentation>Datum a čas začátku operace (pouze pro výkon 4, 5 a 6)</xs:documentation>
1350 			</xs:annotation>
1351 		</xs:attribute>
1352 		<xs:attribute name="konec_op" type="dsComm:dateTime">
1353 			<xs:annotation>
1354 				<xs:documentation>Datum a čas konce operace (pouze pro výkon 4, 5 a 6)</xs:documentation>
1355 			</xs:annotation>
1356 		</xs:attribute>
1357 		<xs:attribute name="typ_op" type="dsComm:number2d">
1358 			<xs:annotation>
1359 				<xs:documentation>Typ operace, dle číselníku <b>TypOperace</b> (pouze pro výkon 4, 5
1360 					a 6)</xs:documentation>
1361 			</xs:annotation>
1362 		</xs:attribute>
1363 		<xs:attribute name="misto_op" type="dsComm:number2d">
1364 			<xs:annotation>
1365 				<xs:documentation>Místo operace, dle číselníku <b>MistoOperace</b> (pouze pro výkon
1366 					4, 5 a 6)</xs:documentation>
1367 			</xs:annotation>
1368 		</xs:attribute>
1369 		<xs:attribute name="zobrazovaci" type="dsComm:number2d">
1370 			<xs:annotation>
1371 				<xs:documentation>Zobrazovací metoda, dle číselníku <b>ZobrazovaciMetoda</b> (pouze
1372 					pro výkon 5 a 6)</xs:documentation>
1373 			</xs:annotation>
1374 		</xs:attribute>
1375 		<xs:attribute name="toe" type="dsComm:logical">
1376 			<xs:annotation>
1377 				<xs:documentation>Periprocedural TOE (pouze pro výkon 4)</xs:documentation>
1378 			</xs:annotation>
1379 		</xs:attribute>
1380 		<xs:attribute name="anestezie" type="dsComm:number2d">
1381 			<xs:annotation>
1382 				<xs:documentation>Anestezie (Analgosedace), dle číselníku <b>Anestezie</b> (pouze
1383 					pro výkon 4, 5 a 6)</xs:documentation>
1384 			</xs:annotation>
1385 		</xs:attribute>
1386 	</xs:complexType>
1387 
1388 	<xs:complexType name="fluoroskopieType">
1389 		<xs:attribute name="cas_fluroskopie" type="dsComm:number3.1">
1390 			<xs:annotation>
1391 				<xs:documentation>Čas fluoroskopie [min] (pouze pro výkon 4, 5 a 6)</xs:documentation>
1392 			</xs:annotation>
1393 		</xs:attribute>
1394 		<xs:attribute name="davka_zareni" type="dsComm:number6.3">
1395 			<xs:annotation>
1396 				<xs:documentation>Dávka záření [cGy.cm2] (pouze pro výkon 4, 5 a 6)</xs:documentation>
1397 			</xs:annotation>
1398 		</xs:attribute>
1399 	</xs:complexType>
1400 
1401 	<xs:complexType name="taviopType">
1402 		<xs:sequence>
1403 			<xs:element name="tavi_pristup" type="nrki:polozkaCiselnikuType" minOccurs="0"
1404 				maxOccurs="unbounded">
1405 				<xs:annotation>
1406 					<xs:documentation>Přístupové místo 1 (Ao), dle číselníku <b>TaviPristup1</b>
1407 						(pouze pro výkon 4)</xs:documentation>
1408 				</xs:annotation>
1409 			</xs:element>
1410 			<xs:element name="tavi_pristup_s" type="nrki:polozkaCiselnikuType" minOccurs="0"
1411 				maxOccurs="unbounded">
1412 				<xs:annotation>
1413 					<xs:documentation>Přístupové místo 2 sekundární (Ao), dle číselníku <b>
1414 						TaviPristup2</b> (pouze pro výkon 4)</xs:documentation>
1415 				</xs:annotation>
1416 			</xs:element>
1417 			<xs:element name="fluoroskopie" type="nrki:fluoroskopieType" minOccurs="0">
1418 				<xs:annotation>
1419 					<xs:documentation>Čas fluoroskopie a dávka záření</xs:documentation>
1420 				</xs:annotation>
1421 			</xs:element>
1422 			<xs:element name="soubezne_ao" type="nrki:polozkaCiselnikuType" minOccurs="0"
1423 				maxOccurs="unbounded">
1424 				<xs:annotation>
1425 					<xs:documentation>Souběžné postupy TAVI, dle číselníku <b>SoubeznePostupyAo</b>
1426 						(pouze pro výkon 4)</xs:documentation>
1427 				</xs:annotation>
1428 			</xs:element>
1429 		</xs:sequence>
1430 		<xs:attribute name="tavi_prebalon" type="dsComm:logical">
1431 			<xs:annotation>
1432 				<xs:documentation>Balónková predilatace aortální (pouze pro výkon 4)</xs:documentation>
1433 			</xs:annotation>
1434 		</xs:attribute>
1435 		<xs:attribute name="tavi_prebalon_pr" type="dsComm:number0-100">
1436 			<xs:annotation>
1437 				<xs:documentation>predilatace - průměr největšího balonku [mm] (pouze pro výkon 4)</xs:documentation>
1438 			</xs:annotation>
1439 		</xs:attribute>
1440 		<xs:attribute name="tavi_implantat" type="dsComm:str30">
1441 			<xs:annotation>
1442 				<xs:documentation>Použitá náhrada dle číselníku <b>KodImplantatuTAVI</b> (pouze pro
1443 					výkon 4)</xs:documentation>
1444 			</xs:annotation>
1445 		</xs:attribute>
1446 		<xs:attribute name="tavi_vel" type="dsComm:number0-50">
1447 			<xs:annotation>
1448 				<xs:documentation>Velikost náhrady [mm] (pouze pro výkon 4)</xs:documentation>
1449 			</xs:annotation>
1450 		</xs:attribute>
1451 		<xs:attribute name="tavi_ok" type="dsComm:logical">
1452 			<xs:annotation>
1453 				<xs:documentation>Náhrada úspěšně nasazena (pouze pro výkon 4)</xs:documentation>
1454 			</xs:annotation>
1455 		</xs:attribute>
1456 		<xs:attribute name="tavi_postbalon" type="dsComm:logical">
1457 			<xs:annotation>
1458 				<xs:documentation>Balónková postdilatace aortální (pouze pro výkon 4)</xs:documentation>
1459 			</xs:annotation>
1460 		</xs:attribute>
1461 		<xs:attribute name="tavi_postbalon_pr" type="dsComm:number0-100">
1462 			<xs:annotation>
1463 				<xs:documentation>postdilatace - průměr největšího balonku [mm] (pouze pro výkon 4)</xs:documentation>
1464 			</xs:annotation>
1465 		</xs:attribute>
1466 		<xs:attribute name="embolizace" type="dsComm:logical">
1467 			<xs:annotation>
1468 				<xs:documentation>Přístrojová embolizace (pouze pro výkon 4, 5 a 6)</xs:documentation>
1469 			</xs:annotation>
1470 		</xs:attribute>
1471 		<xs:attribute name="tavi_dalsi_nahrada" type="dsComm:logical">
1472 			<xs:annotation>
1473 				<xs:documentation>Použití další náhrady (pouze pro výkon 4)</xs:documentation>
1474 			</xs:annotation>
1475 		</xs:attribute>
1476 		<xs:attribute name="tavi_dalsi_duvod" type="dsComm:number2d">
1477 			<xs:annotation>
1478 				<xs:documentation>Důvod další náhrady dle číselníku <b>DalsiNahradaDuvod</b> (pouze
1479 					pro výkon 4) </xs:documentation>
1480 			</xs:annotation>
1481 		</xs:attribute>
1482 		<xs:attribute name="regur_final_ao" type="dsComm:number2d">
1483 			<xs:annotation>
1484 				<xs:documentation>Aortálního regurgitace (finální angio), dle číselníku <b>
1485 					Insuficience</b> (pouze pro výkon 4) </xs:documentation>
1486 			</xs:annotation>
1487 		</xs:attribute>
1488 		<xs:attribute name="uzaviraci_tech" type="dsComm:number2d">
1489 			<xs:annotation>
1490 				<xs:documentation>Vaskulární uzavírací technika, dle číselníku <b>
1491 					VaskularniUzaviraciTechnika</b> (pouze pro výkon 4, 5, 6) </xs:documentation>
1492 			</xs:annotation>
1493 		</xs:attribute>
1494 		<xs:attribute name="uzavirani_cev_ao" type="dsComm:number2d">
1495 			<xs:annotation>
1496 				<xs:documentation>Typ zařízení pro uzavírání cév, dle číselníku <b>TypUzaviraniCevAo</b>
1497 					(pouze pro typ výkonu 4)</xs:documentation>
1498 			</xs:annotation>
1499 		</xs:attribute>
1500 	</xs:complexType>
1501 
1502 	<xs:complexType name="tmvropType">
1503 		<xs:sequence>
1504 			<xs:element name="tmvr_pristup" type="nrki:polozkaCiselnikuType" minOccurs="0"
1505 				maxOccurs="unbounded">
1506 				<xs:annotation>
1507 					<xs:documentation>Přístupové místo 1 (Mi), dle číselníku <b>TmvrPristup</b>
1508 						(pouze pro výkon 5) </xs:documentation>
1509 				</xs:annotation>
1510 			</xs:element>
1511 			<xs:element name="tmvr_pristup_s" type="nrki:polozkaCiselnikuType" minOccurs="0"
1512 				maxOccurs="unbounded">
1513 				<xs:annotation>
1514 					<xs:documentation>Přístupové místo 2 sekundární (Mi), dle číselníku <b>
1515 						TmvrPristup2</b> (pouze pro výkon 5)</xs:documentation>
1516 				</xs:annotation>
1517 			</xs:element>
1518 			<xs:element name="fluoroskopie" type="nrki:fluoroskopieType" minOccurs="0">
1519 				<xs:annotation>
1520 					<xs:documentation>Čas fluoroskopie a dávka záření (pro typ výkonu 4, 5 a 6)</xs:documentation>
1521 				</xs:annotation>
1522 			</xs:element>
1523 			<xs:element name="klip_typ" type="nrki:polozkaKlipType" minOccurs="0"
1524 				maxOccurs="unbounded">
1525 				<xs:annotation>
1526 					<xs:documentation>Typ klipů, dle číselníku <b>TypKlipu</b> (pouze pro typ výkonu
1527 						5 a 6)</xs:documentation>
1528 				</xs:annotation>
1529 			</xs:element>
1530 			<xs:element name="soubezne_mitr" type="nrki:polozkaCiselnikuType" minOccurs="0"
1531 				maxOccurs="unbounded">
1532 				<xs:annotation>
1533 					<xs:documentation>Souběžné postupy TMVR , dle číselníku <b>SoubeznePostupyMiTr</b>
1534 						(pouze pro výkon 5 a 6)</xs:documentation>
1535 				</xs:annotation>
1536 			</xs:element>
1537 		</xs:sequence>
1538 		<xs:attribute name="typ_katetrizace" type="dsComm:number2d">
1539 			<xs:annotation>
1540 				<xs:documentation>Typ katetrizačního výkonu, dle číselníku <b>
1541 					TypKatetrizacniIntervenceMiTr</b> (pouze pro výkon 5 a 6)</xs:documentation>
1542 			</xs:annotation>
1543 		</xs:attribute>
1544 		<xs:attribute name="tmvr_implantat" type="dsComm:str30">
1545 			<xs:annotation>
1546 				<xs:documentation>Typ implantátu (protézy/prstence) Mi, dle číselníku <b>
1547 					KodImplantatuTMVR</b> (pouze pro výkon 5) </xs:documentation>
1548 			</xs:annotation>
1549 		</xs:attribute>
1550 		<xs:attribute name="typ_nahrady" type="dsComm:number2d">
1551 			<xs:annotation>
1552 				<xs:documentation>Typ použité náhrady Mi, Tr, dle číselníku <b>TypNahradyMBJ</b>
1553 					(pouze pro typ výkonu 5 a 6) </xs:documentation>
1554 			</xs:annotation>
1555 		</xs:attribute>
1556 		<xs:attribute name="tmvr_vel" type="dsComm:number0-50">
1557 			<xs:annotation>
1558 				<xs:documentation>Velikost použité mitrální náhrady [mm] (pouze pro typ výkonu 5)</xs:documentation>
1559 			</xs:annotation>
1560 		</xs:attribute>
1561 		<xs:attribute name="tmvr_druha_chlop" type="dsComm:logical">
1562 			<xs:annotation>
1563 				<xs:documentation>Nutnost implantace 2. chlopně (pouze pro typ výkonu 5 a 6)</xs:documentation>
1564 			</xs:annotation>
1565 		</xs:attribute>
1566 		<xs:attribute name="tmvr_balon" type="dsComm:number1-3">
1567 			<xs:annotation>
1568 				<xs:documentation>Balonková dilatace mitrálního ústí, hodnoty: 1 - neprovedena, 2 -
1569 					predilatace, 3 - postdilatace, (pouze pro typ výkonu 5)</xs:documentation>
1570 			</xs:annotation>
1571 		</xs:attribute>
1572 		<xs:attribute name="tmvr_balon_vel" type="dsComm:number0-50">
1573 			<xs:annotation>
1574 				<xs:documentation>Průměr největšího balonku při balonkové dilataci Mi ústí [mm]
1575 					(pouze pro typ výkonu 5)</xs:documentation>
1576 			</xs:annotation>
1577 		</xs:attribute>
1578 		<xs:attribute name="system" type="dsComm:number2d">
1579 			<xs:annotation>
1580 				<xs:documentation>Použitý systém, dle číselníku <b>PouzitySystem</b> (pouze pro typ
1581 					výkonů 5 a 6)</xs:documentation>
1582 			</xs:annotation>
1583 		</xs:attribute>
1584 		<xs:attribute name="klip_pocet" type="dsComm:number0-10">
1585 			<xs:annotation>
1586 				<xs:documentation>Počet klipů (pouze pro typ výkonů 5 a 6)</xs:documentation>
1587 			</xs:annotation>
1588 		</xs:attribute>
1589 		<xs:attribute name="embolizace" type="dsComm:logical">
1590 			<xs:annotation>
1591 				<xs:documentation>Přístrojová embolizace (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1592 			</xs:annotation>
1593 		</xs:attribute>
1594 		<xs:attribute name="gradient_final_mi" type="dsComm:number0-999">
1595 			<xs:annotation>
1596 				<xs:documentation>Finální střední gradient na mitrální chlopni [mmHg] (pouze pro typ
1597 					výkonu 5)</xs:documentation>
1598 			</xs:annotation>
1599 		</xs:attribute>
1600 		<xs:attribute name="mva_final" type="dsComm:number2.2">
1601 			<xs:annotation>
1602 				<xs:documentation>Výsledná plocha mitrálního ústí (MVA) [cm2] (pouze pro typ výkonu
1603 					5)</xs:documentation>
1604 			</xs:annotation>
1605 		</xs:attribute>
1606 		<xs:attribute name="mva_final_metoda" type="dsComm:number2d">
1607 			<xs:annotation>
1608 				<xs:documentation>Výsledná plocha Mi ústí (MVA)- Měřeno pomocí, dle číselníku <b>
1609 					MetodyMereni3</b> (pouze pro výkon 5) </xs:documentation>
1610 			</xs:annotation>
1611 		</xs:attribute>
1612 		<xs:attribute name="regur_final_mi" type="dsComm:number2d">
1613 			<xs:annotation>
1614 				<xs:documentation>Závažnost výsledné mitrální regurgitace, dle číselníku <b>
1615 					Insuficience </b> (pouze pro typ výkonu 5)</xs:documentation>
1616 			</xs:annotation>
1617 		</xs:attribute>
1618 		<xs:attribute name="uzaviraci_tech" type="dsComm:number2d">
1619 			<xs:annotation>
1620 				<xs:documentation>Vaskulární uzavírací technika, dle číselníku <b>
1621 					VaskularniUzaviraciTechnika</b> (pouze pro výkon 5 a 6) </xs:documentation>
1622 			</xs:annotation>
1623 		</xs:attribute>
1624 		<xs:attribute name="uzavirani_mitr" type="dsComm:number2d">
1625 			<xs:annotation>
1626 				<xs:documentation>Typ zařízení pro uzavírání cév, dle číselníku <b>
1627 					TypUzaviraniCevMiTr</b> (pouze pro výkon 5 a 6) </xs:documentation>
1628 			</xs:annotation>
1629 		</xs:attribute>
1630 	</xs:complexType>
1631 
1632 	<xs:complexType name="ttviopType">
1633 		<xs:sequence>
1634 			<xs:element name="ttvi_pristup" type="nrki:polozkaCiselnikuType" minOccurs="0"
1635 				maxOccurs="unbounded">
1636 				<xs:annotation>
1637 					<xs:documentation>Přístupové místo 1 (Tr), dle číselníku <b>TtviPristup</b>
1638 						(pouze pro výkon 6) </xs:documentation>
1639 				</xs:annotation>
1640 			</xs:element>
1641 			<xs:element name="ttvi_pristup_s" type="nrki:polozkaCiselnikuType" minOccurs="0"
1642 				maxOccurs="unbounded">
1643 				<xs:annotation>
1644 					<xs:documentation>Přístupové místo 2 sekundární (Tr), dle číselníku <b>
1645 						TtviPristup2</b> (pouze pro výkon 6) </xs:documentation>
1646 				</xs:annotation>
1647 			</xs:element>
1648 			<xs:element name="fluoroskopie" type="nrki:fluoroskopieType" minOccurs="0">
1649 				<xs:annotation>
1650 					<xs:documentation>Čas fluoroskopie a dávka záření (pro typ výkonu 4, 5 a 6)</xs:documentation>
1651 				</xs:annotation>
1652 			</xs:element>
1653 			<xs:element name="klip_typ" type="nrki:polozkaKlipType" minOccurs="0"
1654 				maxOccurs="unbounded">
1655 				<xs:annotation>
1656 					<xs:documentation>Typ klipů, dle číselníku <b>TypKlipu</b> (pouze pro typ výkonu
1657 						5 a 6) </xs:documentation>
1658 				</xs:annotation>
1659 			</xs:element>
1660 			<xs:element name="soubezne_mitr" type="nrki:polozkaCiselnikuType" minOccurs="0"
1661 				maxOccurs="unbounded">
1662 				<xs:annotation>
1663 					<xs:documentation>Souběžné postupy tmvr, dle číselníku <b>SoubeznePostupyMiTr</b>
1664 						(pouze pro výkon 5 a 6) </xs:documentation>
1665 				</xs:annotation>
1666 			</xs:element>
1667 		</xs:sequence>
1668 		<xs:attribute name="typ_katetrizace" type="dsComm:number2d">
1669 			<xs:annotation>
1670 				<xs:documentation>Typ katetrizačního výkonu, dle číselníku <b>
1671 					TypKatetrizacniIntervenceMiTr</b> (pouze pro výkon 5 a 6)</xs:documentation>
1672 			</xs:annotation>
1673 		</xs:attribute>
1674 		<xs:attribute name="ttvi_implantat" type="dsComm:str30">
1675 			<xs:annotation>
1676 				<xs:documentation>Typ implantátu (protézy/prstence) Tr, dle číselniku <b>
1677 					KodImplantatuTTVI</b> (pouze pro výkon 6) </xs:documentation>
1678 			</xs:annotation>
1679 		</xs:attribute>
1680 		<xs:attribute name="typ_nahrady" type="dsComm:number2d">
1681 			<xs:annotation>
1682 				<xs:documentation>Typ použité náhrady Mi, Tr, dle číselníku <b>TypNahradyMBJ</b>
1683 					(pouze pro výkon 5 a 6) </xs:documentation>
1684 			</xs:annotation>
1685 		</xs:attribute>
1686 		<xs:attribute name="ttvi_vel" type="dsComm:number0-50">
1687 			<xs:annotation>
1688 				<xs:documentation>Velikost použité trikuspidální náhrady [mm] (pouze pro výkon 6) </xs:documentation>
1689 			</xs:annotation>
1690 		</xs:attribute>
1691 		<xs:attribute name="ttvi_nahrada_upr" type="dsComm:number1-2">
1692 			<xs:annotation>
1693 				<xs:documentation>Upřesnění náhrady (hodnoty: 1 - Ortotopická 2 - Heterotopická)
1694 					(pouze pro výkon 6) </xs:documentation>
1695 			</xs:annotation>
1696 		</xs:attribute>
1697 		<xs:attribute name="ttvi_druha_chlop" type="dsComm:logical">
1698 			<xs:annotation>
1699 				<xs:documentation>Nutnost implantace 2. chlopně (pouze pro typ výkonu 5 a 6)</xs:documentation>
1700 			</xs:annotation>
1701 		</xs:attribute>
1702 		<xs:attribute name="ttvi_balon" type="dsComm:number1-3">
1703 			<xs:annotation>
1704 				<xs:documentation>Balonková dilatace trikuspidálního ústí, hodnoty: 1 - neprovedena,
1705 					2 - predilatace, 3 - postdilatace, (pouze pro výkon 6)</xs:documentation>
1706 			</xs:annotation>
1707 		</xs:attribute>
1708 		<xs:attribute name="ttvi_balon_vel" type="dsComm:number0-50">
1709 			<xs:annotation>
1710 				<xs:documentation>Průměr největšího balonku při balonkové dilataci Tr ústí [mm]
1711 					(pouze pro výkon 6) </xs:documentation>
1712 			</xs:annotation>
1713 		</xs:attribute>
1714 		<xs:attribute name="system" type="dsComm:number2d">
1715 			<xs:annotation>
1716 				<xs:documentation>Použitý systém dle číselníku <b>PouzitySystem</b> (pouze pro typ
1717 					výkonů 5 a 6)</xs:documentation>
1718 			</xs:annotation>
1719 		</xs:attribute>
1720 		<xs:attribute name="klip_pocet" type="dsComm:number0-10">
1721 			<xs:annotation>
1722 				<xs:documentation>Počet klipů (pouze pro typ výkonů 5 a 6)</xs:documentation>
1723 			</xs:annotation>
1724 		</xs:attribute>
1725 		<xs:attribute name="embolizace" type="dsComm:logical">
1726 			<xs:annotation>
1727 				<xs:documentation>Přístrojová embolizace (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1728 			</xs:annotation>
1729 		</xs:attribute>
1730 		<xs:attribute name="gradient_final_tr" type="dsComm:number0-999">
1731 			<xs:annotation>
1732 				<xs:documentation>Finální střední gradient na trikuspidální chlopni [mmHg] (pouze
1733 					pro výkon 6)</xs:documentation>
1734 			</xs:annotation>
1735 		</xs:attribute>
1736 		<xs:attribute name="tva_final_tr" type="dsComm:number2.2">
1737 			<xs:annotation>
1738 				<xs:documentation>Výsledná plocha trikuspidálního ústí (TVA) [cm2] (pouze pro výkon
1739 					6)</xs:documentation>
1740 			</xs:annotation>
1741 		</xs:attribute>
1742 		<xs:attribute name="tva_final_metoda" type="dsComm:number2d">
1743 			<xs:annotation>
1744 				<xs:documentation>Výsledná plocha Mi ústí (TVA) - Měřeno pomocí, dle číselníku <b>
1745 					MetodyMereni3</b> (pouze pro výkon 6)</xs:documentation>
1746 			</xs:annotation>
1747 		</xs:attribute>
1748 		<xs:attribute name="regur_final_tr5" type="dsComm:number2d">
1749 			<xs:annotation>
1750 				<xs:documentation>Závažnost výsledné trikuspidální regurgitace (5) dle číselníku <b>
1751 					Insuficience5</b> (pouze pro typ výkonu 6)</xs:documentation>
1752 			</xs:annotation>
1753 		</xs:attribute>
1754 		<xs:attribute name="uzaviraci_tech" type="dsComm:number2d">
1755 			<xs:annotation>
1756 				<xs:documentation>Vaskulární uzavírací technika, dle číselníku <b>
1757 					VaskularniUzaviraciTechnika</b> (pouze pro výkon 5 a 6)</xs:documentation>
1758 			</xs:annotation>
1759 		</xs:attribute>
1760 		<xs:attribute name="uzavirani_mitr" type="dsComm:number2d">
1761 			<xs:annotation>
1762 				<xs:documentation>Typ zařízení pro uzavírání cév, dle číselníku <b>
1763 					TypUzaviraniCevMiTr</b> (pouze pro výkon 5 a 6)</xs:documentation>
1764 			</xs:annotation>
1765 		</xs:attribute>
1766 	</xs:complexType>
1767 
1768 	<xs:complexType name="salkomplType">
1769 		<xs:attribute name="sal_komplikace" type="dsComm:logical">
1770 			<xs:annotation>
1771 				<xs:documentation>Komplikace na sále (pro typ výkonů 4, 5 a 6)</xs:documentation>
1772 			</xs:annotation>
1773 		</xs:attribute>
1774 		<xs:attribute name="sal_tamponada" type="dsComm:number2d">
1775 			<xs:annotation>
1776 				<xs:documentation>Tamponáda, dle číselníku <b>Tamponada</b> (pro typ výkonů 4, 5 a
1777 					6)</xs:documentation>
1778 			</xs:annotation>
1779 		</xs:attribute>
1780 		<xs:attribute name="sal_kardiosok" type="dsComm:logical">
1781 			<xs:annotation>
1782 				<xs:documentation>Kardiogenní šok (pro typ výkonů 4, 5 a 6)</xs:documentation>
1783 			</xs:annotation>
1784 		</xs:attribute>
1785 		<xs:attribute name="sal_im" type="dsComm:logical">
1786 			<xs:annotation>
1787 				<xs:documentation>Infarkt myokardu (pro typ výkonů 4, 5 a 6)</xs:documentation>
1788 			</xs:annotation>
1789 		</xs:attribute>
1790 		<xs:attribute name="sal_pci" type="dsComm:logical">
1791 			<xs:annotation>
1792 				<xs:documentation>Záchranný PCI (pro typ výkonů 4, 5 a 6)</xs:documentation>
1793 			</xs:annotation>
1794 		</xs:attribute>
1795 		<xs:attribute name="sal_konverze" type="dsComm:logical">
1796 			<xs:annotation>
1797 				<xs:documentation>Konverze na operaci chlopně (pro typ výkonů 4, 5 a 6)</xs:documentation>
1798 			</xs:annotation>
1799 		</xs:attribute>
1800 		<xs:attribute name="sal_krvaceni" type="dsComm:logical">
1801 			<xs:annotation>
1802 				<xs:documentation>Krvácení (pro typ výkonů 4, 5 a 6)</xs:documentation>
1803 			</xs:annotation>
1804 		</xs:attribute>
1805 		<xs:attribute name="sal_krvaceni_trida" type="dsComm:number2d">
1806 			<xs:annotation>
1807 				<xs:documentation>Třída krvácení, dle číselníku <b> KrvaceniTrida</b> (pro typ
1808 					výkonů 4, 5 a 6)</xs:documentation>
1809 			</xs:annotation>
1810 		</xs:attribute>
1811 		<xs:attribute name="sal_transfuze" type="dsComm:logical">
1812 			<xs:annotation>
1813 				<xs:documentation>Transfuze červených krvinek (pro typ výkonů 4, 5 a 6)</xs:documentation>
1814 			</xs:annotation>
1815 		</xs:attribute>
1816 		<xs:attribute name="sal_cmp" type="dsComm:logical">
1817 			<xs:annotation>
1818 				<xs:documentation>CMP (pro typ výkonů 4, 5 a 6)</xs:documentation>
1819 			</xs:annotation>
1820 		</xs:attribute>
1821 		<xs:attribute name="sal_cmp_etiologie" type="dsComm:number2d">
1822 			<xs:annotation>
1823 				<xs:documentation>Etiologie CMP, dle číselníku <b>EtiologieCMP</b> (pro typ výkonů
1824 					4, 5 a 6)</xs:documentation>
1825 			</xs:annotation>
1826 		</xs:attribute>
1827 	</xs:complexType>
1828 
1829 	<xs:complexType name="tavipoopType">
1830 		<xs:attribute name="po_rytmus" type="dsComm:number2d">
1831 			<xs:annotation>
1832 				<xs:documentation>Rytmus EKG dle číselníku <b>PredoperacniSrdecniRytmus</b> (pouze
1833 					pro typ 4, 5 a 6)</xs:documentation>
1834 			</xs:annotation>
1835 		</xs:attribute>
1836 		<xs:attribute name="po_qrs_komplex" type="dsComm:number2d">
1837 			<xs:annotation>
1838 				<xs:documentation>QRS komplex dle číselníku <b>KomplexQRS</b> (pouze pro typ 4)</xs:documentation>
1839 			</xs:annotation>
1840 		</xs:attribute>
1841 		<xs:attribute name="po_echokardio" type="dsComm:logical">
1842 			<xs:annotation>
1843 				<xs:documentation>Echokardiogram proveden</xs:documentation>
1844 			</xs:annotation>
1845 		</xs:attribute>
1846 		<xs:attribute name="echo_d" type="xs:date">
1847 			<xs:annotation>
1848 				<xs:documentation>Datum provedení echokardiografie (pouze pro výkon 4, 5 a 6)</xs:documentation>
1849 			</xs:annotation>
1850 		</xs:attribute>
1851 		<xs:attribute name="po_ava" type="dsComm:number2.2">
1852 			<xs:annotation>
1853 				<xs:documentation>Plocha aortální chlopně (AVA) [cm2] (pouze pro typ výkonu 4)</xs:documentation>
1854 			</xs:annotation>
1855 		</xs:attribute>
1856 		<xs:attribute name="po_lvao" type="dsComm:number0-999">
1857 			<xs:annotation>
1858 				<xs:documentation>Střední gradient LV/Ao [mmHg] (pouze pro typ výkonu 4)</xs:documentation>
1859 			</xs:annotation>
1860 		</xs:attribute>
1861 		<xs:attribute name="po_vmax" type="dsComm:number2.2">
1862 			<xs:annotation>
1863 				<xs:documentation>V max Ao chlopně [m/s] (pouze pro typ výkonu 4)</xs:documentation>
1864 			</xs:annotation>
1865 		</xs:attribute>
1866 		<xs:attribute name="po_regur_centralni" type="dsComm:number2d">
1867 			<xs:annotation>
1868 				<xs:documentation>Závažnost aortální regurgitace: Centrální, dle číselníku <b>
1869 					Insuficience</b> (pouze pro typ výkonu 4)</xs:documentation>
1870 			</xs:annotation>
1871 		</xs:attribute>
1872 		<xs:attribute name="po_regur_periproteza" type="dsComm:number2d">
1873 			<xs:annotation>
1874 				<xs:documentation>Závažnost aortální regurgitace: Periprotéza, dle číselníku <b>
1875 					Insuficience</b> (pouze pro typ výkonu 4)</xs:documentation>
1876 			</xs:annotation>
1877 		</xs:attribute>
1878 		<xs:attribute name="po_regur_mi" type="dsComm:number2d">
1879 			<xs:annotation>
1880 				<xs:documentation>Závažnost mitrální regurgitace, dle číselníku <b>Insuficience</b>
1881 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1882 			</xs:annotation>
1883 		</xs:attribute>
1884 		<xs:attribute name="po_regur_tr" type="dsComm:number2d">
1885 			<xs:annotation>
1886 				<xs:documentation>Závažnost trikuspidální regurgitace, dle číselníku <b>Insuficience</b>
1887 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1888 			</xs:annotation>
1889 		</xs:attribute>
1890 		<xs:attribute name="po_ef" type="dsComm:number0-999">
1891 			<xs:annotation>
1892 				<xs:documentation>Ejekční frakce LV [%] (pouze pro typ výkonu 4 a 5)</xs:documentation>
1893 			</xs:annotation>
1894 		</xs:attribute>
1895 		<xs:attribute name="po_diast_lv" type="dsComm:number0-999">
1896 			<xs:annotation>
1897 				<xs:documentation>Diastolický rozměr LV [mm] (pouze pro typ výkonu 4 a 5)</xs:documentation>
1898 			</xs:annotation>
1899 		</xs:attribute>
1900 		<xs:attribute name="po_syst_pa" type="dsComm:number0-999">
1901 			<xs:annotation>
1902 				<xs:documentation>Systolický tlak v a. pulmonalis [mmHg] (pouze pro typ výkony 4, 5
1903 					a 6)</xs:documentation>
1904 			</xs:annotation>
1905 		</xs:attribute>
1906 		<xs:attribute name="po_perikard_vypotek" type="dsComm:number0-999">
1907 			<xs:annotation>
1908 				<xs:documentation>Perikardiální výpotek [mm] pro pooperační stav</xs:documentation>
1909 			</xs:annotation>
1910 		</xs:attribute>
1911 	</xs:complexType>
1912 
1913 	<xs:complexType name="tmvrpoopType">
1914 		<xs:attribute name="po_rytmus" type="dsComm:number2d">
1915 			<xs:annotation>
1916 				<xs:documentation>Rytmus EKG dle číselníku <b>PredoperacniSrdecniRytmus</b> (pouze
1917 					pro typ 4, 5 a 6)</xs:documentation>
1918 			</xs:annotation>
1919 		</xs:attribute>
1920 		<xs:attribute name="po_echokardio" type="dsComm:logical">
1921 			<xs:annotation>
1922 				<xs:documentation>Echokardiogram proveden</xs:documentation>
1923 			</xs:annotation>
1924 		</xs:attribute>
1925 		<xs:attribute name="echo_d" type="xs:date">
1926 			<xs:annotation>
1927 				<xs:documentation>Datum provedení echokardiografie (pouze pro výkon 4, 5 a 6)</xs:documentation>
1928 			</xs:annotation>
1929 		</xs:attribute>
1930 		<xs:attribute name="po_mva" type="dsComm:number2.2">
1931 			<xs:annotation>
1932 				<xs:documentation>Plocha mitrální chlopně (MVA) [cm2] </xs:documentation>
1933 			</xs:annotation>
1934 		</xs:attribute>
1935 		<xs:attribute name="po_gradient_mi" type="dsComm:number0-999">
1936 			<xs:annotation>
1937 				<xs:documentation>Střední gradient mitrální chlopně [mmHg], dle číselníku <b>
1938 					Insuficience</b> (pouze pro typ výkonu 5 a 6)</xs:documentation>
1939 			</xs:annotation>
1940 		</xs:attribute>
1941 		<xs:attribute name="po_regur_mi" type="dsComm:number2d">
1942 			<xs:annotation>
1943 				<xs:documentation>Závažnost mitrální regurgitace, dle číselníku <b>Insuficience</b>
1944 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1945 			</xs:annotation>
1946 		</xs:attribute>
1947 		<xs:attribute name="po_typ_regur" type="dsComm:number2d">
1948 			<xs:annotation>
1949 				<xs:documentation>Typ regurgitace, dle číselníku <b>TypRegurgitace</b> (pouze pro
1950 					typ výkonu 5 a 6)</xs:documentation>
1951 			</xs:annotation>
1952 		</xs:attribute>
1953 		<xs:attribute name="po_gradient_ao" type="dsComm:number0-999">
1954 			<xs:annotation>
1955 				<xs:documentation>Střední gradient aortální chlopně [mmHg] (pouze pro typ výkonu 5)</xs:documentation>
1956 			</xs:annotation>
1957 		</xs:attribute>
1958 		<xs:attribute name="po_regur_ao" type="dsComm:number2d">
1959 			<xs:annotation>
1960 				<xs:documentation>Závažnost aortální regurgitace, dle číselníku <b>Insuficience</b>
1961 					(pouze pro typ výkonu 5)</xs:documentation>
1962 			</xs:annotation>
1963 		</xs:attribute>
1964 		<xs:attribute name="po_regur_tr" type="dsComm:number2d">
1965 			<xs:annotation>
1966 				<xs:documentation>Závažnost trikuspidální regurgitace, dle číselníku <b>Insuficience</b>
1967 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
1968 			</xs:annotation>
1969 		</xs:attribute>
1970 		<xs:attribute name="po_ef" type="dsComm:number0-999">
1971 			<xs:annotation>
1972 				<xs:documentation>Ejekční frakce LV [%] (pouze pro typ výkonu 4 a 5)</xs:documentation>
1973 			</xs:annotation>
1974 		</xs:attribute>
1975 		<xs:attribute name="po_diast_lv" type="dsComm:number0-999">
1976 			<xs:annotation>
1977 				<xs:documentation>Diastolický rozměr LV [mm] (pouze pro typ výkonu 5)</xs:documentation>
1978 			</xs:annotation>
1979 		</xs:attribute>
1980 		<xs:attribute name="po_syst_lv" type="dsComm:number0-999">
1981 			<xs:annotation>
1982 				<xs:documentation>Systolický rozměr LV [mm] (pouze pro typ výkonu 5)</xs:documentation>
1983 			</xs:annotation>
1984 		</xs:attribute>
1985 		<xs:attribute name="po_syst_pa" type="dsComm:number0-999">
1986 			<xs:annotation>
1987 				<xs:documentation>Systolický tlak v a. pulmonalis [mmHg] (pouze pro typ výkony 4, 5
1988 					a 6)</xs:documentation>
1989 			</xs:annotation>
1990 		</xs:attribute>
1991 		<xs:attribute name="po_perikard_vypotek" type="dsComm:number0-999">
1992 			<xs:annotation>
1993 				<xs:documentation>Perikardiální výpotek [mm] pro pooperační stav</xs:documentation>
1994 			</xs:annotation>
1995 		</xs:attribute>
1996 	</xs:complexType>
1997 
1998 	<xs:complexType name="ttvipoopType">
1999 		<xs:attribute name="po_rytmus" type="dsComm:number2d">
2000 			<xs:annotation>
2001 				<xs:documentation>Rytmus EKG dle číselníku <b>PredoperacniSrdecniRytmus</b> (pouze
2002 					pro typ 4, 5 a 6)</xs:documentation>
2003 			</xs:annotation>
2004 		</xs:attribute>
2005 		<xs:attribute name="po_echokardio" type="dsComm:logical">
2006 			<xs:annotation>
2007 				<xs:documentation>Echokardiogram proveden</xs:documentation>
2008 			</xs:annotation>
2009 		</xs:attribute>
2010 		<xs:attribute name="echo_d" type="xs:date">
2011 			<xs:annotation>
2012 				<xs:documentation>Datum provedení echokardiografie (pouze pro výkon 4, 5 a 6)</xs:documentation>
2013 			</xs:annotation>
2014 		</xs:attribute>
2015 		<xs:attribute name="po_tva" type="dsComm:number2.2">
2016 			<xs:annotation>
2017 				<xs:documentation>Plocha trikuspidálního ústí (TVA) [cm2] (pouze pro typ výkonu 6)</xs:documentation>
2018 			</xs:annotation>
2019 		</xs:attribute>
2020 		<xs:attribute name="po_gradient_tr" type="dsComm:number0-999">
2021 			<xs:annotation>
2022 				<xs:documentation>Střední gradient trikuspidální chlopně [mmHg] (pouze pro typ
2023 					výkonu 6)</xs:documentation>
2024 			</xs:annotation>
2025 		</xs:attribute>
2026 		<xs:attribute name="po_regur_tr5" type="dsComm:number2d">
2027 			<xs:annotation>
2028 				<xs:documentation>Závažnost trikuspidální regurgitace, dle číselníku <b>
2029 					Insuficience5</b> (pouze pro typ výkonu 6)</xs:documentation>
2030 			</xs:annotation>
2031 		</xs:attribute>
2032 		<xs:attribute name="po_typ_regur" type="dsComm:number2d">
2033 			<xs:annotation>
2034 				<xs:documentation>Typ regurgitace, dle číselníku <b>TypRegurgitace</b> (pouze pro
2035 					typ výkonu 5 a 6)</xs:documentation>
2036 			</xs:annotation>
2037 		</xs:attribute>
2038 		<xs:attribute name="po_gradient_mi" type="dsComm:number0-999">
2039 			<xs:annotation>
2040 				<xs:documentation>Střední gradient mitrální chlopně [mmHg] (pouze pro typ výkonu 5 a
2041 					6)</xs:documentation>
2042 			</xs:annotation>
2043 		</xs:attribute>
2044 		<xs:attribute name="po_regur_mi" type="dsComm:number2d">
2045 			<xs:annotation>
2046 				<xs:documentation>Závažnost mitrální regurgitace, dle číselníku <b>Insuficience</b>
2047 					(pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
2048 			</xs:annotation>
2049 		</xs:attribute>
2050 		<xs:attribute name="po_fac_pk" type="dsComm:number0-999">
2051 			<xs:annotation>
2052 				<xs:documentation>FAC PK [%] (pouze pro typ výkonu 6)</xs:documentation>
2053 			</xs:annotation>
2054 		</xs:attribute>
2055 		<xs:attribute name="po_tapse" type="dsComm:number0-999">
2056 			<xs:annotation>
2057 				<xs:documentation>TAPSE [mm] (pouze pro typ výkonu 6)</xs:documentation>
2058 			</xs:annotation>
2059 		</xs:attribute>
2060 		<xs:attribute name="po_diast_pk" type="dsComm:number0-999">
2061 			<xs:annotation>
2062 				<xs:documentation>Diastolický rozměr PK v 4AD [mm] (pouze pro typ výkonu 6)</xs:documentation>
2063 			</xs:annotation>
2064 		</xs:attribute>
2065 		<xs:attribute name="po_diast_pkplax" type="dsComm:number0-999">
2066 			<xs:annotation>
2067 				<xs:documentation>Diastolický rozměr PK v PLAX [mm] pouze pro typ výkonu 6)</xs:documentation>
2068 			</xs:annotation>
2069 		</xs:attribute>
2070 		<xs:attribute name="po_syst_pa" type="dsComm:number0-999">
2071 			<xs:annotation>
2072 				<xs:documentation>Systolický tlak v a. pulmonalis [mmHg] (pouze pro typ výkony 4, 5
2073 					a 6)</xs:documentation>
2074 			</xs:annotation>
2075 		</xs:attribute>
2076 		<xs:attribute name="po_perikard_vypotek" type="dsComm:number0-999">
2077 			<xs:annotation>
2078 				<xs:documentation>Perikardiální výpotek [mm] pro pooperační stav</xs:documentation>
2079 			</xs:annotation>
2080 		</xs:attribute>
2081 	</xs:complexType>
2082 
2083 	<xs:complexType name="komplikaceType">
2084 		<xs:attribute name="komplikace" type="dsComm:logical">
2085 			<xs:annotation>
2086 				<xs:documentation>Komplikace po výkonu (pouze pro typ vžkonu 4, 5 a 6) </xs:documentation>
2087 			</xs:annotation>
2088 		</xs:attribute>
2089 		<xs:attribute name="cmp" type="dsComm:logical">
2090 			<xs:annotation>
2091 				<xs:documentation>CMP (pouze pro typ vžkonu 4, 5 a 6) </xs:documentation>
2092 			</xs:annotation>
2093 		</xs:attribute>
2094 		<xs:attribute name="cmp_etiologie" type="dsComm:number2d">
2095 			<xs:annotation>
2096 				<xs:documentation>Etiologie CMP, dle číselníku <b>EtiologieCmp</b> (pouze pro typ
2097 					vžkonu 4, 5 a 6)</xs:documentation>
2098 			</xs:annotation>
2099 		</xs:attribute>
2100 		<xs:attribute name="cmp_d" type="xs:date">
2101 			<xs:annotation>
2102 				<xs:documentation>Datum CMP (pouze pro typ vžkonu 4, 5 a 6)</xs:documentation>
2103 			</xs:annotation>
2104 		</xs:attribute>
2105 		<xs:attribute name="neur_jine" type="dsComm:logical">
2106 			<xs:annotation>
2107 				<xs:documentation>Jiné neurologické komplikace (pouze pro typ vžkonu 4, 5 a 6)</xs:documentation>
2108 			</xs:annotation>
2109 		</xs:attribute>
2110 		<xs:attribute name="endokarditida" type="dsComm:logical">
2111 			<xs:annotation>
2112 				<xs:documentation>Infekční endokarditida (pouze pro typ vžkonu 4, 5 a 6)</xs:documentation>
2113 			</xs:annotation>
2114 		</xs:attribute>
2115 		<xs:attribute name="im" type="dsComm:logical">
2116 			<xs:annotation>
2117 				<xs:documentation>Ischemie myokardu (pro typ výkonů 4, 5 a 6)</xs:documentation>
2118 			</xs:annotation>
2119 		</xs:attribute>
2120 		<xs:attribute name="srdecni_selhani" type="dsComm:logical">
2121 			<xs:annotation>
2122 				<xs:documentation>Srdeční selhání (pro typ výkonů 4, 5 a 6)</xs:documentation>
2123 			</xs:annotation>
2124 		</xs:attribute>
2125 		<xs:attribute name="arter_isch" type="dsComm:logical">
2126 			<xs:annotation>
2127 				<xs:documentation>Akutní arteriální ischemie (pro typ výkonů 4, 5 a 6)</xs:documentation>
2128 			</xs:annotation>
2129 		</xs:attribute>
2130 		<xs:attribute name="fs_nova" type="dsComm:logical">
2131 			<xs:annotation>
2132 				<xs:documentation>Nová fibrilace síní (pro typ výkonů 4, 5 a 6)</xs:documentation>
2133 			</xs:annotation>
2134 		</xs:attribute>
2135 		<xs:attribute name="pm_nova" type="dsComm:logical">
2136 			<xs:annotation>
2137 				<xs:documentation>Nový kardiostimulátor (pro typ výkonů 4, 5 a 6)</xs:documentation>
2138 			</xs:annotation>
2139 		</xs:attribute>
2140 		<xs:attribute name="pm_indikace" type="dsComm:number2d">
2141 			<xs:annotation>
2142 				<xs:documentation>Indikace kardiostimulátoru, dle číselníku <b> IndikacePm</b> (pro
2143 					typ výkonů 4, 5 a 6)</xs:documentation>
2144 			</xs:annotation>
2145 		</xs:attribute>
2146 		<xs:attribute name="kardio_jine" type="dsComm:str100">
2147 			<xs:annotation>
2148 				<xs:documentation>Jiné kardiovaskulární komplikace - popis (pro typ výkonů 4, 5 a 6)</xs:documentation>
2149 			</xs:annotation>
2150 		</xs:attribute>
2151 		<xs:attribute name="s_kreatinin" type="dsComm:number0-999">
2152 			<xs:annotation>
2153 				<xs:documentation>Sérový kreatinin (S-Creatinin) [µmol/l] (pro typ výkonů 4, 5 a 6)</xs:documentation>
2154 			</xs:annotation>
2155 		</xs:attribute>
2156 		<xs:attribute name="dialyza_nova" type="dsComm:logical">
2157 			<xs:annotation>
2158 				<xs:documentation>Nová dialýza (pro typ výkonů 4, 5 a 6)</xs:documentation>
2159 			</xs:annotation>
2160 		</xs:attribute>
2161 		<xs:attribute name="krvaceni" type="dsComm:logical">
2162 			<xs:annotation>
2163 				<xs:documentation>Krvácení (pro typ výkonů 4, 5 a 6)</xs:documentation>
2164 			</xs:annotation>
2165 		</xs:attribute>
2166 		<xs:attribute name="krvaceni_d" type="dsComm:dateTime">
2167 			<xs:annotation>
2168 				<xs:documentation>Datum a čas krvácení (pro typ výkonů 4, 5 a 6)</xs:documentation>
2169 			</xs:annotation>
2170 		</xs:attribute>
2171 		<xs:attribute name="krvaceni_trida" type="dsComm:number2d">
2172 			<xs:annotation>
2173 				<xs:documentation>Třída krvácení, dle číselníku <b> KrvaceniTrida</b> (pro typ
2174 					výkonů 4, 5 a 6) (pro typ výkonů 4, 5 a 6)</xs:documentation>
2175 			</xs:annotation>
2176 		</xs:attribute>
2177 		<xs:attribute name="krvaceni_upr" type="dsComm:str100">
2178 			<xs:annotation>
2179 				<xs:documentation>Podrobnosti krvácení (pro typ výkonů 4, 5 a 6)</xs:documentation>
2180 			</xs:annotation>
2181 		</xs:attribute>
2182 		<xs:attribute name="kr_derivaty" type="dsComm:logical">
2183 			<xs:annotation>
2184 				<xs:documentation>Krevní deriváty podány (pro typ výkonů 4, 5 a 6)</xs:documentation>
2185 			</xs:annotation>
2186 		</xs:attribute>
2187 		<xs:attribute name="nekardio_jine" type="dsComm:logical">
2188 			<xs:annotation>
2189 				<xs:documentation>Jiné nekardiovaskulární komplikace (pro typ výkonů 4, 5 a 6)</xs:documentation>
2190 			</xs:annotation>
2191 		</xs:attribute>
2192 		<xs:attribute name="nekardio_popis" type="dsComm:str100">
2193 			<xs:annotation>
2194 				<xs:documentation>Popis jiné nekardiovaskulární komplikace (pro typ výkonů 4, 5 a 6)</xs:documentation>
2195 			</xs:annotation>
2196 		</xs:attribute>
2197 	</xs:complexType>
2198 
2199 	<xs:complexType name="ukonceniType">
2200 		<xs:attribute name="stav" type="dsComm:number0-2">
2201 			<xs:annotation>
2202 				<xs:documentation>Stav pacienta při propuštění ze zdravotnického zařízení (hodnoty 0
2203 					- živ, 2 - mrtev)</xs:documentation>
2204 			</xs:annotation>
2205 		</xs:attribute>
2206 		<xs:attribute name="datum_prop_jip" type="dsComm:dateTime">
2207 			<xs:annotation>
2208 				<xs:documentation>Datum a čas propuštění z JIP (pouze pro typ vžkonu 4, 5 a 6)</xs:documentation>
2209 			</xs:annotation>
2210 		</xs:attribute>
2211 		<xs:attribute name="datum_prop" type="dsComm:dateTime">
2212 			<xs:annotation>
2213 				<xs:documentation>Datum a čas propuštění (exitu) ze zdravotnického zařízení (pouze
2214 					pro typ výkonu 4, 5 a 6)</xs:documentation>
2215 			</xs:annotation>
2216 		</xs:attribute>
2217 		<xs:attribute name="prop_kam" type="dsComm:number2d">
2218 			<xs:annotation>
2219 				<xs:documentation>Propuštěn kam, dle číselníku <b>PropustenKam</b> (pouze pro typ
2220 					vžkonu 4, 5 a 6)</xs:documentation>
2221 			</xs:annotation>
2222 		</xs:attribute>
2223 		<xs:attribute name="datum_exitu" type="xs:date">
2224 			<xs:annotation>
2225 				<xs:documentation>Datum exitu (pouze pro typ výkonu 4, 5 a 6)</xs:documentation>
2226 			</xs:annotation>
2227 		</xs:attribute>
2228 		<xs:attribute name="prim_pricina" type="dsComm:number2d">
2229 			<xs:annotation>
2230 				<xs:documentation>Primární příčina exitu, dle číselníku <b>PrimarniPricinaExitu</b>
2231 					(pouze pro typ vžkonu 4, 5 a 6)</xs:documentation>
2232 			</xs:annotation>
2233 		</xs:attribute>
2234 		<xs:attribute name="duvod_exitu" type="dsComm:number2d">
2235 			<xs:annotation>
2236 				<xs:documentation>Důvod úmrtí, dle číselníku <b>DuvodUmrti</b> (pouze pro typ vžkonu
2237 					4, 5 a 6)</xs:documentation>
2238 			</xs:annotation>
2239 		</xs:attribute>
2240 	</xs:complexType>
2241 
2242 	<xs:complexType name="generatoryType">
2243 		<xs:sequence>
2244 			<xs:element name="klinika_gen" type="nrki:genklinikaType" minOccurs="0">
2245 				<xs:annotation>
2246 					<xs:documentation>Anamnéza a klinické charakteristiky pacienta</xs:documentation>
2247 				</xs:annotation>
2248 			</xs:element>
2249 			<xs:element name="predchozi_gen" type="nrki:genpredchoziType" minOccurs="0">
2250 				<xs:annotation>
2251 					<xs:documentation>Přidružená onemocnění a předchozí výkony</xs:documentation>
2252 				</xs:annotation>
2253 			</xs:element>
2254 			<xs:element name="diagnostika_gen" type="nrki:gendiagType" minOccurs="0">
2255 				<xs:annotation>
2256 					<xs:documentation>Diagnostika EKG a vyšetření levé komory (LK)</xs:documentation>
2257 				</xs:annotation>
2258 			</xs:element>
2259 			<xs:element name="vykon_gen" type="nrki:genvykonType" minOccurs="0">
2260 				<xs:annotation>
2261 					<xs:documentation>Popis vykonu implantace/explantace</xs:documentation>
2262 				</xs:annotation>
2263 			</xs:element>
2264 			<xs:element name="implantace_gen" type="nrki:genimplantaceType" minOccurs="0">
2265 				<xs:annotation>
2266 					<xs:documentation>Implantace generátoru</xs:documentation>
2267 				</xs:annotation>
2268 			</xs:element>
2269 			<xs:element name="implantace_el" type="nrki:elimplantaceType" minOccurs="0">
2270 				<xs:annotation>
2271 					<xs:documentation>Implantace elektrody (max 3 elektrody)</xs:documentation>
2272 				</xs:annotation>
2273 			</xs:element>
2274 			<xs:element name="explantace_gen" type="nrki:genexplantaceType" minOccurs="0">
2275 				<xs:annotation>
2276 					<xs:documentation>Explantace generátoru </xs:documentation>
2277 				</xs:annotation>
2278 			</xs:element>
2279 			<xs:element name="explantace_el" type="nrki:elexplantaceType" minOccurs="0">
2280 				<xs:annotation>
2281 					<xs:documentation>Explantace/extrakce elektrody (popis max 5 elektrod)</xs:documentation>
2282 				</xs:annotation>
2283 			</xs:element>
2284 		</xs:sequence>
2285 	</xs:complexType>
2286 
2287 	<xs:complexType name="genklinikaType">
2288 		<xs:sequence>
2289 			<xs:element name="symptomy" type="nrki:polozkaCiselnikuType" minOccurs="0"
2290 				maxOccurs="unbounded">
2291 				<xs:annotation>
2292 					<xs:documentation>Symptomy dle číselníku <b>Symptomy</b> (povinné pro typ výkonu
2293 						7)</xs:documentation>
2294 				</xs:annotation>
2295 			</xs:element>
2296 			<xs:element name="ehra" type="nrki:polozkaCiselnikuType" minOccurs="0"
2297 				maxOccurs="unbounded">
2298 				<xs:annotation>
2299 					<xs:documentation>EHRA diagnostika - Základní kardiální diagnóza dle číselníku <b>
2300 						ZakladniKardialniDg</b> (povinné pro typ výkonu 7)</xs:documentation>
2301 				</xs:annotation>
2302 			</xs:element>
2303 		</xs:sequence>
2304 		<xs:attribute name="nyha" type="dsComm:number2d">
2305 			<xs:annotation>
2306 				<xs:documentation>Dušnost před operací (NYHA klasifikace), dle číselníku <b>
2307 					DusnostPredOperaciNYHA</b> (pouze pro typ 4, 5, 6 a 7)</xs:documentation>
2308 			</xs:annotation>
2309 		</xs:attribute>
2310 		<xs:attribute name="komorova_tachykardie" type="dsComm:number2d">
2311 			<xs:annotation>
2312 				<xs:documentation>Nejzávažnější spontánní komorová tachykardie, dle číselníku <b>
2313 					KomorovaTachykardie</b> (pouze pro typ 7)</xs:documentation>
2314 			</xs:annotation>
2315 		</xs:attribute>
2316 		<xs:attribute name="jina_kardialni_dg" type="dsComm:str100">
2317 			<xs:annotation>
2318 				<xs:documentation>Jiná kardiální diagnóza (pouze pro typ 7)</xs:documentation>
2319 			</xs:annotation>
2320 		</xs:attribute>
2321 	</xs:complexType>
2322 
2323 	<xs:complexType name="genpredchoziType">
2324 		<xs:sequence>
2325 			<xs:element name="onem_predvykony" type="nrki:polozkaCiselnikuType" minOccurs="0"
2326 				maxOccurs="unbounded">
2327 				<xs:annotation>
2328 					<xs:documentation>Ostatní onemocnění a předchozí výkony, dle číselníku <b>
2329 						OstatniOnemocneni</b> (pouze pro výkony 7)</xs:documentation>
2330 				</xs:annotation>
2331 			</xs:element>
2332 		</xs:sequence>
2333 		<xs:attribute name="diab_mellitus" type="dsComm:logical">
2334 			<xs:annotation>
2335 				<xs:documentation>Diabetes mellitus (ano/ne)</xs:documentation>
2336 			</xs:annotation>
2337 		</xs:attribute>
2338 		<xs:attribute name="druh_lecby" type="dsComm:number2d">
2339 			<xs:annotation>
2340 				<xs:documentation>Druh léčby, dle číselníku <b>SubTypAnamnezy</b> (hodnoty: 1 -
2341 					dieta, 2 - PAD, 3 - inzulin)</xs:documentation>
2342 			</xs:annotation>
2343 		</xs:attribute>
2344 		<xs:attribute name="renalni_selh" type="dsComm:logical">
2345 			<xs:annotation>
2346 				<xs:documentation>Renální selhání (ano/ne), (Definice ano: stadium CKD 3 - CKD 5
2347 					(glomeruální filtrace < 60 ml/min/1,73 m2)</xs:documentation>
2348 			</xs:annotation>
2349 		</xs:attribute>
2350 		<xs:attribute name="dialyza" type="dsComm:logical">
2351 			<xs:annotation>
2352 				<xs:documentation>Dialýza (ano/ne), (Definice ano: pro stadium CKD 5 (end stage,
2353 					eGFR < 15 ml/min nebo dialýza); ne: pro stadium: CKD 3-4 (eGFR 15-60 ml/min) </xs:documentation>
2354 			</xs:annotation>
2355 		</xs:attribute>
2356 		<xs:attribute name="koronarografie" type="dsComm:logical">
2357 			<xs:annotation>
2358 				<xs:documentation>Koronarografie (pouze pro výkony 7)</xs:documentation>
2359 			</xs:annotation>
2360 		</xs:attribute>
2361 		<xs:attribute name="vencite_tepny" type="dsComm:number2d">
2362 			<xs:annotation>
2363 				<xs:documentation>Postižení věnčitých tepen, dle číselníku <b>
2364 					PostizeniVencitychTepen</b> (pouze pro výkony 7)</xs:documentation>
2365 			</xs:annotation>
2366 		</xs:attribute>
2367 		<xs:attribute name="predpci" type="dsComm:logical">
2368 			<xs:annotation>
2369 				<xs:documentation>Předchozí PCI (koronární intervence) (pouze pro typ výkonu 4, 5, 6
2370 					a 7)</xs:documentation>
2371 			</xs:annotation>
2372 		</xs:attribute>
2373 		<xs:attribute name="predcabg" type="dsComm:logical9">
2374 			<xs:annotation>
2375 				<xs:documentation>Předchocí operace koronárního bypassu (CABG), hodnoty: 0 - ne, 1 -
2376 					ano, 9 -neznámo, (pouze pro typ výkonu 4 a 7)</xs:documentation>
2377 			</xs:annotation>
2378 		</xs:attribute>
2379 	</xs:complexType>
2380 
2381 	<xs:complexType name="gendiagType">
2382 		<xs:sequence>
2383 			<xs:element name="predrytmus" type="nrki:polozkaCiselnikuType" minOccurs="0"
2384 				maxOccurs="unbounded">
2385 				<xs:annotation>
2386 					<xs:documentation>Srdeční rytmus před implantací dle číselníku <b>
2387 						SrdecniRytmusPredImplantaci</b> (pouze pro typ výkonu 7)</xs:documentation>
2388 				</xs:annotation>
2389 			</xs:element>
2390 		</xs:sequence>
2391 		<xs:attribute name="predrytmus_jine" type="dsComm:str100">
2392 			<xs:annotation>
2393 				<xs:documentation>Upřesnění srdečního rytmu (pouze pro typ výkonu 7) </xs:documentation>
2394 			</xs:annotation>
2395 		</xs:attribute>
2396 		<xs:attribute name="dyssynchronie" type="dsComm:number2d">
2397 			<xs:annotation>
2398 				<xs:documentation>Známky komorové dyssynchronie, dle číselníku <b>
2399 					KomorovaDyssynchronie</b> (pouze pro typ výkonu 7) </xs:documentation>
2400 			</xs:annotation>
2401 		</xs:attribute>
2402 		<xs:attribute name="dyssynchronie_jine" type="dsComm:str100">
2403 			<xs:annotation>
2404 				<xs:documentation>Upřesnění dyssynchronie (pouze pro typ výkonu 7) </xs:documentation>
2405 			</xs:annotation>
2406 		</xs:attribute>
2407 		<xs:attribute name="qrs_interval" type="dsComm:str100">
2408 			<xs:annotation>
2409 				<xs:documentation>Interval QRS při indikaci [ms] (pouze pro typ výkonu 7) </xs:documentation>
2410 			</xs:annotation>
2411 		</xs:attribute>
2412 		<xs:attribute name="echo_srdce" type="dsComm:logical">
2413 			<xs:annotation>
2414 				<xs:documentation>ECHO srdce provedeno (ano/ne) (pouze pro typ výkonu 7) </xs:documentation>
2415 			</xs:annotation>
2416 		</xs:attribute>
2417 		<xs:attribute name="ls_rozmer" type="dsComm:number0-100">
2418 			<xs:annotation>
2419 				<xs:documentation>LS rozměr (mm, PLAX) (pouze pro typ výkonu 7 a 8)</xs:documentation>
2420 			</xs:annotation>
2421 		</xs:attribute>
2422 		<xs:attribute name="ef" type="dsComm:number0-100">
2423 			<xs:annotation>
2424 				<xs:documentation>Ejekční frakce LK [%] (pro typy výkonů 4, 5, 7 a 8)</xs:documentation>
2425 			</xs:annotation>
2426 		</xs:attribute>
2427 		<xs:attribute name="ed_rozmer" type="dsComm:number0-100">
2428 			<xs:annotation>
2429 				<xs:documentation>Enddiastolický rozměr LK (mm) (pouze pro typ výkonu 7) </xs:documentation>
2430 			</xs:annotation>
2431 		</xs:attribute>
2432 	</xs:complexType>
2433 
2434 	<xs:complexType name="genvykonType">
2435 		<xs:sequence>
2436 			<xs:element name="skiaskopie" type="nrki:skiaskopieType" minOccurs="0">
2437 				<xs:annotation>
2438 					<xs:documentation>skiaskopické údaje</xs:documentation>
2439 				</xs:annotation>
2440 			</xs:element>
2441 		</xs:sequence>
2442 		<xs:attribute name="vykon_generator" type="dsComm:number2d">
2443 			<xs:annotation>
2444 				<xs:documentation>Typ výkonu - Generátor, dle číselníku <b>TypVykonuGenerator</b>
2445 					(pouze pro výkon 7)</xs:documentation>
2446 			</xs:annotation>
2447 		</xs:attribute>
2448 		<xs:attribute name="vykon_elektroda" type="dsComm:number2d">
2449 			<xs:annotation>
2450 				<xs:documentation>Typ výkonu - Elektroda, dle číselníku <b>TypVykonuElektroda</b>
2451 					(pouze pro výkon 7)</xs:documentation>
2452 			</xs:annotation>
2453 		</xs:attribute>
2454 		<xs:attribute name="gen_stimulace" type="dsComm:logical">
2455 			<xs:annotation>
2456 				<xs:documentation>Pacient závislý na stimulaci (pouze pro výkon 7)</xs:documentation>
2457 			</xs:annotation>
2458 		</xs:attribute>
2459 		<xs:attribute name="vykon_delka" type="dsComm:number0-600">
2460 			<xs:annotation>
2461 				<xs:documentation>Délka výkonu [min] (pouze pro výkon 7)</xs:documentation>
2462 			</xs:annotation>
2463 		</xs:attribute>
2464 	</xs:complexType>
2465 
2466 	<xs:complexType name="genimplantaceType">
2467 		<xs:sequence>
2468 			<xs:element name="generator" type="nrki:zprostredekType" minOccurs="0">
2469 				<xs:annotation>
2470 					<xs:documentation>Typ a popis implantovaného generátoru</xs:documentation>
2471 				</xs:annotation>
2472 			</xs:element>
2473 			<xs:element name="pozice" type="nrki:polozkaCiselnikuType" minOccurs="0"
2474 				maxOccurs="unbounded">
2475 				<xs:annotation>
2476 					<xs:documentation>Pozice Implantace generátoru, dle číselníku <b>
2477 						PoziceImplantaceGeneratoru</b></xs:documentation>
2478 				</xs:annotation>
2479 			</xs:element>
2480 		</xs:sequence>
2481 		<xs:attribute name="typ_gen" type="dsComm:number1-2">
2482 			<xs:annotation>
2483 				<xs:documentation>Generátor PM / ICD (hodnoty 1 PM, 2 ICD)</xs:documentation>
2484 			</xs:annotation>
2485 		</xs:attribute>
2486 		<xs:attribute name="ponechan_puvodni" type="dsComm:logical">
2487 			<xs:annotation>
2488 				<xs:documentation>Ponechán implantován původní přístroj</xs:documentation>
2489 			</xs:annotation>
2490 		</xs:attribute>
2491 		<xs:attribute name="char_pm" type="dsComm:number2d">
2492 			<xs:annotation>
2493 				<xs:documentation>Vlastnosti PM, dle číselníku <b>CapabilityPM</b></xs:documentation>
2494 			</xs:annotation>
2495 		</xs:attribute>
2496 		<xs:attribute name="char_icd" type="dsComm:number2d">
2497 			<xs:annotation>
2498 				<xs:documentation>Vlastnosti ICD, dle číselníku <b>CapabilityICD</b></xs:documentation>
2499 			</xs:annotation>
2500 		</xs:attribute>
2501 		<xs:attribute name="mr_kompat" type="dsComm:logical">
2502 			<xs:annotation>
2503 				<xs:documentation>MR kompatibilní</xs:documentation>
2504 			</xs:annotation>
2505 		</xs:attribute>
2506 		<xs:attribute name="pristup" type="dsComm:number2d">
2507 			<xs:annotation>
2508 				<xs:documentation>Přístup strana, dle číselníku <b>PristupImplantaceGeneratoru</b></xs:documentation>
2509 			</xs:annotation>
2510 		</xs:attribute>
2511 	</xs:complexType>
2512 
2513 	<xs:complexType name="elimplantaceType">
2514 		<xs:sequence>
2515 			<xs:element name="im_elektroda" type="nrki:imelType" minOccurs="0" maxOccurs="3">
2516 				<xs:annotation>
2517 					<xs:documentation>Přehled implantovaných eletrod (max 3 elektrody)</xs:documentation>
2518 				</xs:annotation>
2519 			</xs:element>
2520 		</xs:sequence>
2521 	</xs:complexType>
2522 
2523 	<xs:complexType name="imelType">
2524 		<xs:sequence>
2525 			<xs:element name="elektroda" type="nrki:zprostredekType" minOccurs="0"
2526 				maxOccurs="unbounded"> <!-- 0..* -->
2527 				<xs:annotation>
2528 					<xs:documentation>Typ a popis implantované elektrody</xs:documentation>
2529 				</xs:annotation>
2530 			</xs:element>
2531 		</xs:sequence>
2532 		<xs:attribute name="typ_impel" type="dsComm:number1-2">
2533 			<xs:annotation>
2534 				<xs:documentation>Typ implantované elektrody (hodnoty: 1 - Defibrilační 2 -
2535 					Stimulační)</xs:documentation>
2536 			</xs:annotation>
2537 		</xs:attribute>
2538 		<xs:attribute name="defibrilacni_typ" type="dsComm:number2d">
2539 			<xs:annotation>
2540 				<xs:documentation>Typ defibrilační elektrody, dle číselníku <b>
2541 					TypDefibrilacniElektrody</b></xs:documentation>
2542 			</xs:annotation>
2543 		</xs:attribute>
2544 		<xs:attribute name="stimulacni_umisteni" type="dsComm:number2d">
2545 			<xs:annotation>
2546 				<xs:documentation>Umístění stimulační elektrody v srdečních oddílech, dle číselníku <b>
2547 					UmisteniStimulacniElektrody</b></xs:documentation>
2548 			</xs:annotation>
2549 		</xs:attribute>
2550 		<xs:attribute name="sps_napeti_prevodni" type="dsComm:number2.2">
2551 			<xs:annotation>
2552 				<xs:documentation>Elektroda práh - napětí (V) převodní systém</xs:documentation>
2553 			</xs:annotation>
2554 		</xs:attribute>
2555 		<xs:attribute name="sps_napeti_endokardialni" type="dsComm:number2.2">
2556 			<xs:annotation>
2557 				<xs:documentation>Elektroda práh - napětí (V) endokardiální práh</xs:documentation>
2558 			</xs:annotation>
2559 		</xs:attribute>
2560 		<xs:attribute name="sps_prah_impulzu" type="dsComm:number2.2">
2561 			<xs:annotation>
2562 				<xs:documentation>Elektroda práh - při šířce impulzu (ms)</xs:documentation>
2563 			</xs:annotation>
2564 		</xs:attribute>
2565 		<xs:attribute name="sps_impedance" type="dsComm:number2.2">
2566 			<xs:annotation>
2567 				<xs:documentation>Elektroda impedance (ohm)</xs:documentation>
2568 			</xs:annotation>
2569 		</xs:attribute>
2570 		<xs:attribute name="sps_potencial" type="dsComm:number2.2">
2571 			<xs:annotation>
2572 				<xs:documentation>Elektroda potenciál (mV)</xs:documentation>
2573 			</xs:annotation>
2574 		</xs:attribute>
2575 		<xs:attribute name="sps_uchvaceni" type="dsComm:number2d">
2576 			<xs:annotation>
2577 				<xs:documentation>Potvrzení uchvácení převodního systému, dle číselníku <b>
2578 					PotvrzeniUchvaceniPrevodSystemu</b></xs:documentation>
2579 			</xs:annotation>
2580 		</xs:attribute>
2581 		<xs:attribute name="sps_zavadec" type="dsComm:number2d">
2582 			<xs:annotation>
2583 				<xs:documentation>Zavaděč pro stimulaci převodního systému, dle číselníku <b>
2584 					ZavadecProStimulaciPrevodSystemu</b></xs:documentation>
2585 			</xs:annotation>
2586 		</xs:attribute>
2587 		<xs:attribute name="polarita" type="dsComm:number2d">
2588 			<xs:annotation>
2589 				<xs:documentation>Elektroda polarita, dle číselníku <b>ElektrodaPolarita</b></xs:documentation>
2590 			</xs:annotation>
2591 		</xs:attribute>
2592 		<xs:attribute name="polarita_upr" type="dsComm:str100">
2593 			<xs:annotation>
2594 				<xs:documentation>Upřesnění polarity elektrody</xs:documentation>
2595 			</xs:annotation>
2596 		</xs:attribute>
2597 		<xs:attribute name="fixace" type="dsComm:number1-2">
2598 			<xs:annotation>
2599 				<xs:documentation>Fixace elektrody (hodnoty: 1 - Aktivni 2 - Pasivní)</xs:documentation>
2600 			</xs:annotation>
2601 		</xs:attribute>
2602 		<xs:attribute name="pristup" type="dsComm:number2d">
2603 			<xs:annotation>
2604 				<xs:documentation>Elektroda přístup, dle číselníku <b>ImplantaceElektrodaPristup</b></xs:documentation>
2605 			</xs:annotation>
2606 		</xs:attribute>
2607 	</xs:complexType>
2608 
2609 	<xs:complexType name="genexplantaceType">
2610 		<xs:sequence>
2611 			<xs:element name="generator" type="nrki:zprostredekType" minOccurs="0"
2612 				maxOccurs="unbounded"> <!-- 0..* -->
2613 				<xs:annotation>
2614 					<xs:documentation>Typ a popis explantovaného generátoru</xs:documentation>
2615 				</xs:annotation>
2616 			</xs:element>
2617 		</xs:sequence>
2618 		<xs:attribute name="typ_gen" type="dsComm:number1-2">
2619 			<xs:annotation>
2620 				<xs:documentation>Generátor PM / ICD (hodnoty: 1 PM, 2 ICD)</xs:documentation>
2621 			</xs:annotation>
2622 		</xs:attribute>
2623 		<xs:attribute name="vysledek" type="dsComm:number2d">
2624 			<xs:annotation>
2625 				<xs:documentation>Výsledek explantace, dle číselníku <b>ExplantaceVysledek</b></xs:documentation>
2626 			</xs:annotation>
2627 		</xs:attribute>
2628 	</xs:complexType>
2629 
2630 	<xs:complexType name="elexplantaceType">
2631 		<xs:sequence>
2632 			<xs:element name="extrakce_popis" type="nrki:extrakceType" minOccurs="0">
2633 				<xs:annotation>
2634 					<xs:documentation>Pokud je provedena alespoň 1 extrakce v rámci výkonu</xs:documentation>
2635 				</xs:annotation>
2636 			</xs:element>
2637 			<xs:element name="ex_elektroda" type="nrki:exelType" minOccurs="0" maxOccurs="5">
2638 				<xs:annotation>
2639 					<xs:documentation>Přehled explantovaných eletrod (max 5 elektrod)</xs:documentation>
2640 				</xs:annotation>
2641 			</xs:element>
2642 		</xs:sequence>
2643 		<xs:attribute name="provedeni" type="dsComm:number1-2">
2644 			<xs:annotation>
2645 				<xs:documentation>Provedení výkonu (hodnoty: 1 - Akutní 2 - Plánovaný)</xs:documentation>
2646 			</xs:annotation>
2647 		</xs:attribute>
2648 		<xs:attribute name="vykon_extrakce" type="dsComm:logical">
2649 			<xs:annotation>
2650 				<xs:documentation>Extrakce v rámci výkonu (Je alespon 1 elektroda starší než jak 1
2651 					rok?) (hodnota: 0 - ne, 1 - ano)</xs:documentation>
2652 			</xs:annotation>
2653 		</xs:attribute>
2654 		<xs:attribute name="pocet_el" type="dsComm:number1-7">
2655 			<xs:annotation>
2656 				<xs:documentation>Celkový počet explantovaných elektrod</xs:documentation>
2657 			</xs:annotation>
2658 		</xs:attribute>
2659 	</xs:complexType>
2660 
2661 	<xs:complexType name="extrakceType">
2662 		<xs:attribute name="anestezie" type="dsComm:number2d">
2663 			<xs:annotation>
2664 				<xs:documentation>Anestezie (Analgosedace), dle číselníku <b>Anestezie</b> (pouze
2665 					pro výkon7)</xs:documentation>
2666 			</xs:annotation>
2667 		</xs:attribute>
2668 		<xs:attribute name="antibiotika" type="dsComm:logical">
2669 			<xs:annotation>
2670 				<xs:documentation>Antibiotika perioperačně</xs:documentation>
2671 			</xs:annotation>
2672 		</xs:attribute>
2673 		<xs:attribute name="krev_podana" type="dsComm:logical">
2674 			<xs:annotation>
2675 				<xs:documentation>Krevní deriváty podány </xs:documentation>
2676 			</xs:annotation>
2677 		</xs:attribute>
2678 		<xs:attribute name="inotropika" type="dsComm:logical">
2679 			<xs:annotation>
2680 				<xs:documentation>Inotropika</xs:documentation>
2681 			</xs:annotation>
2682 		</xs:attribute>
2683 		<xs:attribute name="ice" type="dsComm:logical">
2684 			<xs:annotation>
2685 				<xs:documentation>ICE (Intrakardiální echokardiografie)</xs:documentation>
2686 			</xs:annotation>
2687 		</xs:attribute>
2688 	</xs:complexType>
2689 
2690 	<xs:complexType name="exelType">
2691 		<xs:sequence>
2692 			<xs:element name="ex_duvod" type="nrki:polozkaCiselnikuType" minOccurs="0"
2693 				maxOccurs="unbounded">
2694 				<xs:annotation>
2695 					<xs:documentation>Důvody pro explantaci elektrody, dle číselníku <b>
2696 						ExplantaceElektrodyDuvod</b></xs:documentation>
2697 				</xs:annotation>
2698 			</xs:element>
2699 			<xs:element name="elektroda" type="nrki:zprostredekType" minOccurs="0">
2700 				<xs:annotation>
2701 					<xs:documentation>Typ a popis explantované/extrahované elektrody</xs:documentation>
2702 				</xs:annotation>
2703 			</xs:element>
2704 			<xs:element name="extrakce_zpusob" type="nrki:polozkaCiselnikuType" minOccurs="0"
2705 				maxOccurs="unbounded">
2706 				<xs:annotation>
2707 					<xs:documentation>Způsob extrakce, dle číselníku <b>ExtrakceZpusob</b>
2708 					</xs:documentation>
2709 				</xs:annotation>
2710 			</xs:element>
2711 		</xs:sequence>
2712 		<xs:attribute name="extrakce" type="dsComm:logical">
2713 			<xs:annotation>
2714 				<xs:documentation>Extrakce elektrody (je elektroda starší než 1 rok?)</xs:documentation>
2715 			</xs:annotation>
2716 		</xs:attribute>
2717 		<xs:attribute name="ex_duvod_jiny" type="dsComm:str100">
2718 			<xs:annotation>
2719 				<xs:documentation>Jiné důvody pro explantaci </xs:documentation>
2720 			</xs:annotation>
2721 		</xs:attribute>
2722 		<xs:attribute name="typ_exel" type="dsComm:number2d">
2723 			<xs:annotation>
2724 				<xs:documentation>Typ explantované elektrody, dle číselníku <b>TypElektrody</b>
2725 				</xs:documentation>
2726 			</xs:annotation>
2727 		</xs:attribute>
2728 		<xs:attribute name="fixace" type="dsComm:number1-2">
2729 			<xs:annotation>
2730 				<xs:documentation>Fixace elektrody (hodnoty: 1- aktivní, 2 - pasivní)</xs:documentation>
2731 			</xs:annotation>
2732 		</xs:attribute>
2733 		<xs:attribute name="implantace_d" type="xs:date">
2734 			<xs:annotation>
2735 				<xs:documentation>Datum implantace (pouze pro typ výkonu 7)</xs:documentation>
2736 			</xs:annotation>
2737 		</xs:attribute>
2738 		<xs:attribute name="integrita" type="dsComm:logical">
2739 			<xs:annotation>
2740 				<xs:documentation>Integrita elektrody zachovalá</xs:documentation>
2741 			</xs:annotation>
2742 		</xs:attribute>
2743 		<xs:attribute name="pristup" type="dsComm:number2d">
2744 			<xs:annotation>
2745 				<xs:documentation>Přístup, dle číselníku <b>ExplantacePristup</b></xs:documentation>
2746 			</xs:annotation>
2747 		</xs:attribute>
2748 		<xs:attribute name="balon_svj" type="dsComm:logical">
2749 			<xs:annotation>
2750 				<xs:documentation>Okluzní balon SVC</xs:documentation>
2751 			</xs:annotation>
2752 		</xs:attribute>
2753 		<xs:attribute name="vysledek" type="dsComm:number2d">
2754 			<xs:annotation>
2755 				<xs:documentation>Výsledek explantace/extrakce elektrody, dle číselníku <b>
2756 					ExplantaceVysledek</b></xs:documentation>
2757 			</xs:annotation>
2758 		</xs:attribute>
2759 	</xs:complexType>
2760 
2761 	<xs:complexType name="zprostredekType">
2762 		<xs:attribute name="zp_kod" type="dsComm:str7">
2763 			<xs:annotation>
2764 				<xs:documentation>Kód VZP prostředku, dle číselníku <b>VZP_ZP_ZUM</b> (pokud není
2765 					uveden, musí být vyplněny hodnoty: zp_vyrobce, ZP_refnumber, zp_nazev)</xs:documentation>
2766 			</xs:annotation>
2767 		</xs:attribute>
2768 		<xs:attribute name="zp_nenalezen" type="dsComm:logical">
2769 			<xs:annotation>
2770 				<xs:documentation>Generátor/elektroda není v číselníku</xs:documentation>
2771 			</xs:annotation>
2772 		</xs:attribute>
2773 		<xs:attribute name="zp_vyrobce" type="dsComm:str3">
2774 			<xs:annotation>
2775 				<xs:documentation>Výrobce (ručně), dle číselníku <b>VyrobceElektrodaGenerator</b>
2776 					(pouze pokud generátor není v číselník VZP)</xs:documentation>
2777 			</xs:annotation>
2778 		</xs:attribute>
2779 		<xs:attribute name="zp_vyrobce_jiny" type="dsComm:str100">
2780 			<xs:annotation>
2781 				<xs:documentation>Jiný výrobce (ručně) (pouze pokud generátor není v číselník VZP)</xs:documentation>
2782 			</xs:annotation>
2783 		</xs:attribute>
2784 		<xs:attribute name="zp_nazev" type="dsComm:str100">
2785 			<xs:annotation>
2786 				<xs:documentation>Výrobní název (ručně) (pouze pokud generátor není v číselník VZP)</xs:documentation>
2787 			</xs:annotation>
2788 		</xs:attribute>
2789 		<xs:attribute name="zp_refnumber" type="dsComm:str100">
2790 			<xs:annotation>
2791 				<xs:documentation>Ref number (ručně) (pouze pokud generátor není v číselník VZP)</xs:documentation>
2792 			</xs:annotation>
2793 		</xs:attribute>
2794 		<xs:attribute name="zp_vyrcis" type="dsComm:str100">
2795 			<xs:annotation>
2796 				<xs:documentation>Výrobní číslo generátoru / elektrody</xs:documentation>
2797 			</xs:annotation>
2798 		</xs:attribute>
2799 	</xs:complexType>
2800 
2801 	<xs:complexType name="ablaceType">
2802 		<xs:sequence>
2803 			<xs:element name="klinika_abl" type="nrki:aklinikaType" minOccurs="0">
2804 				<xs:annotation>
2805 					<xs:documentation>Anamnéza a klinické charakteristiky pacienta</xs:documentation>
2806 				</xs:annotation>
2807 			</xs:element>
2808 			<xs:element name="arytmie_abl" type="nrki:aarytmieType" minOccurs="0">
2809 				<xs:annotation>
2810 					<xs:documentation>Intervenované arytmie</xs:documentation>
2811 				</xs:annotation>
2812 			</xs:element>
2813 			<xs:element name="vykon_abl" type="nrki:avykonType" minOccurs="0">
2814 				<xs:annotation>
2815 					<xs:documentation>Popis výkonu ablace</xs:documentation>
2816 				</xs:annotation>
2817 			</xs:element>
2818 		</xs:sequence>
2819 	</xs:complexType>
2820 
2821 	<xs:complexType name="aklinikaType">
2822 		<xs:attribute name="ls_rozmer" type="dsComm:number0-100">
2823 			<xs:annotation>
2824 				<xs:documentation>LS rozměr (mm, PLAX) (pouze pro typ výkonu 7 a 8)</xs:documentation>
2825 			</xs:annotation>
2826 		</xs:attribute>
2827 		<xs:attribute name="ef" type="dsComm:number0-100">
2828 			<xs:annotation>
2829 				<xs:documentation>Ejekční frakce LK [%] (pro typy výkonů 4, 5, 7 a 8)</xs:documentation>
2830 			</xs:annotation>
2831 		</xs:attribute>
2832 		<xs:attribute name="srd_selhani_anam" type="dsComm:logical">
2833 			<xs:annotation>
2834 				<xs:documentation>Srdeční selhání (povinné pro typ 8)</xs:documentation>
2835 			</xs:annotation>
2836 		</xs:attribute>
2837 		<xs:attribute name="hypertenze" type="dsComm:logical">
2838 			<xs:annotation>
2839 				<xs:documentation>Hypertenze (povinné pro typ 4, 5, 6 a 8)</xs:documentation>
2840 			</xs:annotation>
2841 		</xs:attribute>
2842 		<xs:attribute name="diab_mellitus" type="dsComm:logical">
2843 			<xs:annotation>
2844 				<xs:documentation>Diabetes mellitus (ano/ne)</xs:documentation>
2845 			</xs:annotation>
2846 		</xs:attribute>
2847 		<xs:attribute name="druh_lecby" type="dsComm:number2d">
2848 			<xs:annotation>
2849 				<xs:documentation>Druh léčby, dle číselníku <b>SubTypAnamnezy</b> (hodnoty: 1 -
2850 					dieta, 2 - PAD, 3 - inzulin)</xs:documentation>
2851 			</xs:annotation>
2852 		</xs:attribute>
2853 		<xs:attribute name="renalni_selh" type="dsComm:logical">
2854 			<xs:annotation>
2855 				<xs:documentation>Renální selhání (ano/ne), (Definice ano: stadium CKD 3 - CKD 5
2856 					(glomeruální filtrace < 60 ml/min/1,73 m2)</xs:documentation>
2857 			</xs:annotation>
2858 		</xs:attribute>
2859 		<xs:attribute name="dialyza" type="dsComm:logical">
2860 			<xs:annotation>
2861 				<xs:documentation>Dialýza (ano/ne), (Definice ano: pro stadium CKD 5 (end stage,
2862 					eGFR < 15 ml/min nebo dialýza); ne: pro stadium: CKD 3-4 (eGFR 15-60 ml/min)</xs:documentation>
2863 			</xs:annotation>
2864 		</xs:attribute>
2865 		<xs:attribute name="neuro_anam" type="dsComm:logical">
2866 			<xs:annotation>
2867 				<xs:documentation>Neurologického onemocnění (CMP/TIA) (pouze pro typ 4, 5, 6 a 8)</xs:documentation>
2868 			</xs:annotation>
2869 		</xs:attribute>
2870 		<xs:attribute name="ateroskleroza" type="dsComm:logical">
2871 			<xs:annotation>
2872 				<xs:documentation>Cévní ateroskleroza (povinné pro typ 8)</xs:documentation>
2873 			</xs:annotation>
2874 		</xs:attribute>
2875 		<xs:attribute name="predablace" type="dsComm:logical">
2876 			<xs:annotation>
2877 				<xs:documentation>Předchozí chirurgická ablace (pouze pro typ 8)</xs:documentation>
2878 			</xs:annotation>
2879 		</xs:attribute>
2880 		<xs:attribute name="predablace_d" type="xs:date">
2881 			<xs:annotation>
2882 				<xs:documentation>Datum předchozí chirurgické ablace (pouze pro typ výkonu 8)</xs:documentation>
2883 			</xs:annotation>
2884 		</xs:attribute>
2885 	</xs:complexType>
2886 
2887 	<xs:complexType name="aarytmieType">
2888 		<xs:sequence>
2889 			<xs:element name="oblast_fibrilace" type="nrki:polozkaCiselnikuType" minOccurs="0"
2890 				maxOccurs="unbounded">
2891 				<xs:annotation>
2892 					<xs:documentation>Oblast ablace fibrilace síní (4.), dle číselníku <b>
2893 						OblastAblace</b> (pouze pro typ výkonu 8)</xs:documentation>
2894 				</xs:annotation>
2895 			</xs:element>
2896 			<xs:element name="pricina_kt" type="nrki:polozkaCiselnikuType" minOccurs="0"
2897 				maxOccurs="unbounded">
2898 				<xs:annotation>
2899 					<xs:documentation>Základní příčina komorové tachykardie (6.), dle číselníku <b>
2900 						ZakladniPricinaKomoroveTachykardie</b> (pouze pro typ výkonu 8)</xs:documentation>
2901 				</xs:annotation>
2902 			</xs:element>
2903 			<xs:element name="lokal_kt" type="nrki:polozkaCiselnikuType" minOccurs="0"
2904 				maxOccurs="unbounded">
2905 				<xs:annotation>
2906 					<xs:documentation>Lokalizace komorové tachykardie (6.), dle číselníku <b>
2907 						LokalizaceKomoroveTachykardie</b> (pouze pro typ výkonu 8)</xs:documentation>
2908 				</xs:annotation>
2909 			</xs:element>
2910 			<xs:element name="typ_s_tachykardie" type="nrki:polozkaCiselnikuType" minOccurs="0"
2911 				maxOccurs="unbounded">
2912 				<xs:annotation>
2913 					<xs:documentation>Typ síňové tachykardie (7.), dle číselníku <b>
2914 						TypSinoveTachykardie</b> (pouze pro typ výkonu 8)</xs:documentation>
2915 				</xs:annotation>
2916 			</xs:element>
2917 			<xs:element name="ablace_bradyarytmie" type="nrki:polozkaCiselnikuType" minOccurs="0"
2918 				maxOccurs="unbounded">
2919 				<xs:annotation>
2920 					<xs:documentation>Ablace bradyarytmie (8.), dle číselníku <b>BradyarytmieAblace</b>
2921 						(pouze pro typ výkonu 8)</xs:documentation>
2922 				</xs:annotation>
2923 			</xs:element>
2924 		</xs:sequence>
2925 		<xs:attribute name="flutter_sini" type="dsComm:logical">
2926 			<xs:annotation>
2927 				<xs:documentation>1. Flutter síní I. typu (pouze pro typ výkonu 8)</xs:documentation>
2928 			</xs:annotation>
2929 		</xs:attribute>
2930 		<xs:attribute name="avnrt" type="dsComm:logical">
2931 			<xs:annotation>
2932 				<xs:documentation>2. AVNRT (pouze pro typ výkonu 8)</xs:documentation>
2933 			</xs:annotation>
2934 		</xs:attribute>
2935 		<xs:attribute name="ablace_av" type="dsComm:logical">
2936 			<xs:annotation>
2937 				<xs:documentation>3. Ablace AV junkce pro síňová tachyarytmii (pouze pro typ výkonu
2938 					8)</xs:documentation>
2939 			</xs:annotation>
2940 		</xs:attribute>
2941 		<xs:attribute name="fibrilace" type="dsComm:logical">
2942 			<xs:annotation>
2943 				<xs:documentation>4. Fibrilace síní (selektivní ablace) (pouze pro typ výkonu 8)</xs:documentation>
2944 			</xs:annotation>
2945 		</xs:attribute>
2946 		<xs:attribute name="typ_fibrilace" type="dsComm:number2d">
2947 			<xs:annotation>
2948 				<xs:documentation>Typ fibrilace síní, dle číselníku <b>TypFibrilaceSini</b> (pouze
2949 					pro typ výkonu 8)</xs:documentation>
2950 			</xs:annotation>
2951 		</xs:attribute>
2952 		<xs:attribute name="pd" type="dsComm:logical">
2953 			<xs:annotation>
2954 				<xs:documentation>5. Přídatná dráha (PD) (pouze pro typ výkonu 8)</xs:documentation>
2955 			</xs:annotation>
2956 		</xs:attribute>
2957 		<xs:attribute name="typ_pd" type="dsComm:number1-2">
2958 			<xs:annotation>
2959 				<xs:documentation>Typ přídatné dráhy (hodnoty: 1 - Manifestní/ 2 - Skrytá) (pouze
2960 					pro typ výkonu 8)</xs:documentation>
2961 			</xs:annotation>
2962 		</xs:attribute>
2963 		<xs:attribute name="lokal_pd" type="dsComm:number2d">
2964 			<xs:annotation>
2965 				<xs:documentation>Lokalizace přídatné dráhy, dle číselníku <b>
2966 					LokalizacePridatnaDraha</b> (pouze pro typ výkonu 8)</xs:documentation>
2967 			</xs:annotation>
2968 		</xs:attribute>
2969 		<xs:attribute name="spojka_upr" type="dsComm:str100">
2970 			<xs:annotation>
2971 				<xs:documentation>Spojka - upřesnění (pouze pro typ výkonu 8)</xs:documentation>
2972 			</xs:annotation>
2973 		</xs:attribute>
2974 		<xs:attribute name="dalsi_spojka" type="dsComm:logical">
2975 			<xs:annotation>
2976 				<xs:documentation>Další spojka (pouze pro typ výkonu 8)</xs:documentation>
2977 			</xs:annotation>
2978 		</xs:attribute>
2979 		<xs:attribute name="dalsi_spojka_upr" type="dsComm:str100">
2980 			<xs:annotation>
2981 				<xs:documentation>Další spojka - upřesnění (pouze pro typ výkonu 8)</xs:documentation>
2982 			</xs:annotation>
2983 		</xs:attribute>
2984 		<xs:attribute name="kt" type="dsComm:logical">
2985 			<xs:annotation>
2986 				<xs:documentation>6. Komorová tachyarytmie (KT) (pouze pro typ výkonu 8)</xs:documentation>
2987 			</xs:annotation>
2988 		</xs:attribute>
2989 		<xs:attribute name="typ_kt" type="dsComm:number1-3">
2990 			<xs:annotation>
2991 				<xs:documentation>Typ komorové tachykardie (možnost výběru obou hodnot, 1
2992 					Tachykardie, 2 Extrasystoly, 3 obojí) (pouze pro typ výkonu 8)</xs:documentation>
2993 			</xs:annotation>
2994 		</xs:attribute>
2995 		<xs:attribute name="pricina_kt_jina" type="dsComm:str100">
2996 			<xs:annotation>
2997 				<xs:documentation>Jiná základní příčina komorové tachykardie - upřesnění</xs:documentation>
2998 			</xs:annotation>
2999 		</xs:attribute>
3000 		<xs:attribute name="lokal_kt_jina" type="dsComm:str100">
3001 			<xs:annotation>
3002 				<xs:documentation>Jiná lokalizace komorové tachykardie - upřesnění (pouze pro typ
3003 					výkonu 8)</xs:documentation>
3004 			</xs:annotation>
3005 		</xs:attribute>
3006 		<xs:attribute name="s_tachykardie" type="dsComm:logical">
3007 			<xs:annotation>
3008 				<xs:documentation>7. Síňová tachykardie (pouze pro typ výkonu 8)</xs:documentation>
3009 			</xs:annotation>
3010 		</xs:attribute>
3011 		<xs:attribute name="bradyarytmie" type="dsComm:logical">
3012 			<xs:annotation>
3013 				<xs:documentation>8. Bradyarytmie (pouze pro typ výkonu 8)</xs:documentation>
3014 			</xs:annotation>
3015 		</xs:attribute>
3016 		<xs:attribute name="porucha_bradyarytmie" type="dsComm:number1-3">
3017 			<xs:annotation>
3018 				<xs:documentation>Porucha uzlu (možnost výběru obou hodnot, (hodnoty: 1 - Porucha SA
3019 					uzlu, 2 - Porucha AV uzlu, 3 - obojí) (pouze pro typ výkonu 8)</xs:documentation>
3020 			</xs:annotation>
3021 		</xs:attribute>
3022 		<xs:attribute name="jina_arytmie" type="dsComm:logical">
3023 			<xs:annotation>
3024 				<xs:documentation>9. Jiná arytmie (pouze pro typ výkonu 8)</xs:documentation>
3025 			</xs:annotation>
3026 		</xs:attribute>
3027 		<xs:attribute name="jina_arytmie_upr" type="dsComm:str100">
3028 			<xs:annotation>
3029 				<xs:documentation>Jiná arytmie - upřesnění (pouze pro typ výkonu 8)</xs:documentation>
3030 			</xs:annotation>
3031 		</xs:attribute>
3032 	</xs:complexType>
3033 
3034 	<xs:complexType name="avykonType">
3035 		<xs:sequence>
3036 			<xs:element name="abl_pristup" type="nrki:polozkaCiselnikuType" minOccurs="0"
3037 				maxOccurs="unbounded">
3038 				<xs:annotation>
3039 					<xs:documentation>Přístupy, dle číselníku<b>AblacePristupy</b> (pouze pro výkon
3040 						8)</xs:documentation>
3041 				</xs:annotation>
3042 			</xs:element>
3043 			<xs:element name="abl_navigace" type="nrki:polozkaCiselnikuType" minOccurs="0"
3044 				maxOccurs="unbounded">
3045 				<xs:annotation>
3046 					<xs:documentation>Navigace, dle číselníku <b>TypNavigace</b> (pouze pro výkon 8)</xs:documentation>
3047 				</xs:annotation>
3048 			</xs:element>
3049 			<xs:element name="abl_mapovani" type="nrki:amapovaniType" minOccurs="0">
3050 				<xs:annotation>
3051 					<xs:documentation>Mapování</xs:documentation>
3052 				</xs:annotation>
3053 			</xs:element>
3054 			<xs:element name="abl_zobrazeni" type="nrki:azobrazeniType" minOccurs="0">
3055 				<xs:annotation>
3056 					<xs:documentation>Zobrazení procedurální a pomocné </xs:documentation>
3057 				</xs:annotation>
3058 			</xs:element>
3059 			<xs:element name="abl_prostredky" type="nrki:aprostredkyType" minOccurs="0">
3060 				<xs:annotation>
3061 					<xs:documentation>Použité prostředky</xs:documentation>
3062 				</xs:annotation>
3063 			</xs:element>
3064 			<xs:element name="abl_energie" type="nrki:aenergieType" minOccurs="0">
3065 				<xs:annotation>
3066 					<xs:documentation>Ablační výkon</xs:documentation>
3067 				</xs:annotation>
3068 			</xs:element>
3069 			<xs:element name="abl_skiaskopie" type="nrki:skiaskopieType" minOccurs="0">
3070 				<xs:annotation>
3071 					<xs:documentation>skiaskopické údaje</xs:documentation>
3072 				</xs:annotation>
3073 			</xs:element>
3074 		</xs:sequence>
3075 		<xs:attribute name="abl_pristup_jiny" type="dsComm:str100">
3076 			<xs:annotation>
3077 				<xs:documentation>Jiný přístup - upřesnění (pouze pro výkon 8)</xs:documentation>
3078 			</xs:annotation>
3079 		</xs:attribute>
3080 		<xs:attribute name="abl_navigace_jiny" type="dsComm:str100">
3081 			<xs:annotation>
3082 				<xs:documentation>Jiná navigace - upřesnění (pouze pro výkon 8)</xs:documentation>
3083 			</xs:annotation>
3084 		</xs:attribute>
3085 		<xs:attribute name="vykon_delka" type="dsComm:number0-600">
3086 			<xs:annotation>
3087 				<xs:documentation>Délka výkonu [min] (pouze pro výkon 8)</xs:documentation>
3088 			</xs:annotation>
3089 		</xs:attribute>
3090 	</xs:complexType>
3091 
3092 	<xs:complexType name="amapovaniType">
3093 		<xs:attribute name="map_konvencni" type="dsComm:logical">
3094 			<xs:annotation>
3095 				<xs:documentation>Mapování - Konvenční (pouze pro výkon 8)</xs:documentation>
3096 			</xs:annotation>
3097 		</xs:attribute>
3098 		<xs:attribute name="map_elanatom" type="dsComm:logical">
3099 			<xs:annotation>
3100 				<xs:documentation>Mapování - Elektroanatomické (pouze pro výkon 8)</xs:documentation>
3101 			</xs:annotation>
3102 		</xs:attribute>
3103 		<xs:attribute name="map_elanatom_system" type="dsComm:number2d">
3104 			<xs:annotation>
3105 				<xs:documentation>Specifikace systému elektroanatomického mapování, dle číselníku <b>
3106 					TypElektroanatomickehoMapovani</b>(pouze pro výkon 8)</xs:documentation>
3107 			</xs:annotation>
3108 		</xs:attribute>
3109 		<xs:attribute name="map_jine" type="dsComm:logical">
3110 			<xs:annotation>
3111 				<xs:documentation>Mapování - jiné (pouze pro výkon 8)</xs:documentation>
3112 			</xs:annotation>
3113 		</xs:attribute>
3114 		<xs:attribute name="map_jine_upr" type="dsComm:str100">
3115 			<xs:annotation>
3116 				<xs:documentation>Jiné mapování - upřesnění (pouze pro výkon 8)</xs:documentation>
3117 			</xs:annotation>
3118 		</xs:attribute>
3119 	</xs:complexType>
3120 
3121 	<xs:complexType name="azobrazeniType">
3122 		<xs:attribute name="rtg" type="dsComm:logical">
3123 			<xs:annotation>
3124 				<xs:documentation>Rentgen</xs:documentation>
3125 			</xs:annotation>
3126 		</xs:attribute>
3127 		<xs:attribute name="ice" type="dsComm:logical">
3128 			<xs:annotation>
3129 				<xs:documentation>ICE (Intrakardiální echokardiografie)</xs:documentation>
3130 			</xs:annotation>
3131 		</xs:attribute>
3132 		<xs:attribute name="rotacni_angio" type="dsComm:logical">
3133 			<xs:annotation>
3134 				<xs:documentation>Rotační angiografie</xs:documentation>
3135 			</xs:annotation>
3136 		</xs:attribute>
3137 		<xs:attribute name="zobrazeni_jine" type="dsComm:logical">
3138 			<xs:annotation>
3139 				<xs:documentation>Jiné zobrazení</xs:documentation>
3140 			</xs:annotation>
3141 		</xs:attribute>
3142 		<xs:attribute name="zobrazeni_jine_upr" type="dsComm:str100">
3143 			<xs:annotation>
3144 				<xs:documentation>Jiné zobrazení - upřesnění </xs:documentation>
3145 			</xs:annotation>
3146 		</xs:attribute>
3147 		<xs:attribute name="pomocne_CT" type="dsComm:logical">
3148 			<xs:annotation>
3149 				<xs:documentation>Zobrazení pomocné - CT</xs:documentation>
3150 			</xs:annotation>
3151 		</xs:attribute>
3152 		<xs:attribute name="pomocne_MR" type="dsComm:logical">
3153 			<xs:annotation>
3154 				<xs:documentation>Zobrazení pomocné - MR</xs:documentation>
3155 			</xs:annotation>
3156 		</xs:attribute>
3157 	</xs:complexType>
3158 
3159 	<xs:complexType name="aprostredkyType">
3160 		<xs:sequence>
3161 			<xs:element name="katetr" type="nrki:polozkaCiselnikuType" minOccurs="0"
3162 				maxOccurs="unbounded">
3163 				<xs:annotation>
3164 					<xs:documentation>Ablační katetr, dle číselníku <b>TypAblacnihoKatetru</b>
3165 						(pouze pro výkon 8)</xs:documentation>
3166 				</xs:annotation>
3167 			</xs:element>
3168 		</xs:sequence>
3169 		<xs:attribute name="katetr_multipolar" type="dsComm:number2d">
3170 			<xs:annotation>
3171 				<xs:documentation>Specifikace multipolárního ablačního katetru, dle číselníku <b>
3172 					TypMultipolarnihoKatetru</b></xs:documentation>
3173 			</xs:annotation>
3174 		</xs:attribute>
3175 		<xs:attribute name="katetr_jiny" type="dsComm:str100">
3176 			<xs:annotation>
3177 				<xs:documentation>Jiný ablační katetr - upřesnění</xs:documentation>
3178 			</xs:annotation>
3179 		</xs:attribute>
3180 	</xs:complexType>
3181 
3182 	<xs:complexType name="aenergieType">
3183 		<xs:attribute name="radio_energie" type="dsComm:logical">
3184 			<xs:annotation>
3185 				<xs:documentation>Radiofrekvenční energie</xs:documentation>
3186 			</xs:annotation>
3187 		</xs:attribute>
3188 		<xs:attribute name="radio_cas" type="dsComm:number0-10000">
3189 			<xs:annotation>
3190 				<xs:documentation>Čas - radiofrekvenční [sekundy]</xs:documentation>
3191 			</xs:annotation>
3192 		</xs:attribute>
3193 		<xs:attribute name="pulzni_energ" type="dsComm:logical">
3194 			<xs:annotation>
3195 				<xs:documentation>Pulzní elektrické pole</xs:documentation>
3196 			</xs:annotation>
3197 		</xs:attribute>
3198 		<xs:attribute name="pulzni_cas" type="dsComm:number0-10000">
3199 			<xs:annotation>
3200 				<xs:documentation>Čas - pulzního elektrického pole [sekundy]</xs:documentation>
3201 			</xs:annotation>
3202 		</xs:attribute>
3203 		<xs:attribute name="kryo_energie" type="dsComm:logical">
3204 			<xs:annotation>
3205 				<xs:documentation>Kryoenergie</xs:documentation>
3206 			</xs:annotation>
3207 		</xs:attribute>
3208 		<xs:attribute name="kryo_cas" type="dsComm:number0-10000">
3209 			<xs:annotation>
3210 				<xs:documentation>Čas - kryoenergie [sekundy]</xs:documentation>
3211 			</xs:annotation>
3212 		</xs:attribute>
3213 		<xs:attribute name="laser_energie" type="dsComm:logical">
3214 			<xs:annotation>
3215 				<xs:documentation>Laserová energie</xs:documentation>
3216 			</xs:annotation>
3217 		</xs:attribute>
3218 		<xs:attribute name="laser_cas" type="dsComm:number0-10000">
3219 			<xs:annotation>
3220 				<xs:documentation>Čas - laser [sekundy]</xs:documentation>
3221 			</xs:annotation>
3222 		</xs:attribute>
3223 		<xs:attribute name="alkohol_energie" type="dsComm:logical">
3224 			<xs:annotation>
3225 				<xs:documentation>Alkohol</xs:documentation>
3226 			</xs:annotation>
3227 		</xs:attribute>
3228 		<xs:attribute name="energ_jina" type="dsComm:logical">
3229 			<xs:annotation>
3230 				<xs:documentation>Jiná energie</xs:documentation>
3231 			</xs:annotation>
3232 		</xs:attribute>
3233 		<xs:attribute name="energ_jina_upr" type="dsComm:str100">
3234 			<xs:annotation>
3235 				<xs:documentation>Jiná energie - upřesnění</xs:documentation>
3236 			</xs:annotation>
3237 		</xs:attribute>
3238 		<xs:attribute name="anestezie_celkova" type="dsComm:logical">
3239 			<xs:annotation>
3240 				<xs:documentation>Celková anestezie (ano/ne) (pouze pro výkon 8)</xs:documentation>
3241 			</xs:annotation>
3242 		</xs:attribute>
3243 	</xs:complexType>
3244 
3245 	<xs:complexType name="skiaskopieType">
3246 		<xs:attribute name="skia_cas" type="dsComm:number3.1">
3247 			<xs:annotation>
3248 				<xs:documentation>Skiaskopický čas [min] (pro typ výkonu 7 a 8)</xs:documentation>
3249 			</xs:annotation>
3250 		</xs:attribute>
3251 		<xs:attribute name="skia_davka" type="dsComm:number6.3">
3252 			<xs:annotation>
3253 				<xs:documentation>Skiaskopická dávka (pro typ výkonu 7 a 8)</xs:documentation>
3254 			</xs:annotation>
3255 		</xs:attribute>
3256 		<xs:attribute name="skia_jednotka" type="dsComm:number2d">
3257 			<xs:annotation>
3258 				<xs:documentation>Skiaskopická dávka - jednotka, dle číselníku <b>SkiaskopieJednotka</b>
3259 					(pro typ výkonu 7 a 8)</xs:documentation>
3260 			</xs:annotation>
3261 		</xs:attribute>
3262 	</xs:complexType>
3263 
3264 </xs:schema>