DocasneUlozisteMzd.xsd
   1 <?xml version="1.0" encoding="utf-8"?>
   2 <schema targetNamespace="https://ezprava.net/mzd/DocasneUlozisteMzd" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://microsoft.com/wsdl/types/" xmlns:tns="https://ezprava.net/mzd/DocasneUlozisteMzd" xmlns="http://www.w3.org/2001/XMLSchema">
   3   <xs:complexType name="AdresatData">
   4     <xs:annotation>
   5       <xs:documentation><p>DTO obsahující data adresáta.</p>
   6 </xs:documentation>
   7     </xs:annotation>
   8     <xs:sequence>
   9       <xs:element name="zdravotnickyPracovnik" minOccurs="0">
  10         <xs:annotation>
  11           <xs:documentation><p>Data zdravotnického pracovníka.</p>
  12 </xs:documentation>
  13         </xs:annotation>
  14         <xs:complexType>
  15           <xs:annotation>
  16             <xs:documentation><p>Data zdravotnického pracovníka.</p>
  17 </xs:documentation>
  18           </xs:annotation>
  19           <xs:sequence>
  20             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  21               <xs:annotation>
  22                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
  23 </xs:documentation>
  24               </xs:annotation>
  25             </xs:element>
  26             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  27               <xs:annotation>
  28                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
  29 </xs:documentation>
  30               </xs:annotation>
  31             </xs:element>
  32             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  33               <xs:annotation>
  34                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
  35 </xs:documentation>
  36               </xs:annotation>
  37             </xs:element>
  38             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  39               <xs:annotation>
  40                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
  41 </xs:documentation>
  42               </xs:annotation>
  43             </xs:element>
  44             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  45               <xs:annotation>
  46                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
  47 </xs:documentation>
  48               </xs:annotation>
  49             </xs:element>
  50             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
  51               <xs:annotation>
  52                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
  53 </xs:documentation>
  54               </xs:annotation>
  55             </xs:element>
  56           </xs:sequence>
  57         </xs:complexType>
  58       </xs:element>
  59       <xs:element name="pacient" minOccurs="0">
  60         <xs:annotation>
  61           <xs:documentation><p>Data pacienta.</p>
  62 </xs:documentation>
  63         </xs:annotation>
  64         <xs:complexType>
  65           <xs:annotation>
  66             <xs:documentation><p>Data pacienta.</p>
  67 </xs:documentation>
  68           </xs:annotation>
  69           <xs:sequence>
  70             <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  71               <xs:annotation>
  72                 <xs:documentation><p>RID dohledané osoby.</p>
  73 </xs:documentation>
  74               </xs:annotation>
  75             </xs:element>
  76             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  77               <xs:annotation>
  78                 <xs:documentation><p>Jméno dohledané osoby.</p>
  79 </xs:documentation>
  80               </xs:annotation>
  81             </xs:element>
  82             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  83               <xs:annotation>
  84                 <xs:documentation><p>Příjmení dohledané osoby.</p>
  85 </xs:documentation>
  86               </xs:annotation>
  87             </xs:element>
  88             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
  89               <xs:annotation>
  90                 <xs:documentation><p>Datum narození dohledané osoby.</p>
  91 </xs:documentation>
  92               </xs:annotation>
  93             </xs:element>
  94             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  95               <xs:annotation>
  96                 <xs:documentation><p>RUIAN ID dohledané osoby.</p>
  97 </xs:documentation>
  98               </xs:annotation>
  99             </xs:element>
 100             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 101               <xs:annotation>
 102                 <xs:documentation><p>Adresa dohledané osoby.</p>
 103 </xs:documentation>
 104               </xs:annotation>
 105             </xs:element>
 106             <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 107               <xs:annotation>
 108                 <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 109 </xs:documentation>
 110               </xs:annotation>
 111             </xs:element>
 112             <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 113               <xs:annotation>
 114                 <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 115 </xs:documentation>
 116               </xs:annotation>
 117             </xs:element>
 118             <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 119               <xs:annotation>
 120                 <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 121 </xs:documentation>
 122               </xs:annotation>
 123             </xs:element>
 124             <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 125               <xs:annotation>
 126                 <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 127 </xs:documentation>
 128               </xs:annotation>
 129             </xs:element>
 130             <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 131               <xs:annotation>
 132                 <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 133 </xs:documentation>
 134               </xs:annotation>
 135             </xs:element>
 136             <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 137               <xs:annotation>
 138                 <xs:documentation><p>Doklady dohledané osoby.</p>
 139 </xs:documentation>
 140               </xs:annotation>
 141             </xs:element>
 142           </xs:sequence>
 143         </xs:complexType>
 144       </xs:element>
 145       <xs:element name="poskytovatel" minOccurs="0">
 146         <xs:annotation>
 147           <xs:documentation><p>Data poskytovatele.</p>
 148 </xs:documentation>
 149         </xs:annotation>
 150         <xs:complexType>
 151           <xs:annotation>
 152             <xs:documentation><p>Data poskytovatele.</p>
 153 </xs:documentation>
 154           </xs:annotation>
 155           <xs:sequence>
 156             <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 157               <xs:annotation>
 158                 <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 159 </xs:documentation>
 160               </xs:annotation>
 161             </xs:element>
 162             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 163               <xs:annotation>
 164                 <xs:documentation><p>Název dohledaného poskytovatele.</p>
 165 </xs:documentation>
 166               </xs:annotation>
 167             </xs:element>
 168             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 169               <xs:annotation>
 170                 <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 171 </xs:documentation>
 172               </xs:annotation>
 173             </xs:element>
 174             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 175               <xs:annotation>
 176                 <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 177 </xs:documentation>
 178               </xs:annotation>
 179             </xs:element>
 180           </xs:sequence>
 181         </xs:complexType>
 182       </xs:element>
 183     </xs:sequence>
 184   </xs:complexType>
 185   <xs:complexType name="DejZasilkuDto">
 186     <xs:annotation>
 187       <xs:documentation><p>Návratova data služby DejZasilku</p>
 188 </xs:documentation>
 189     </xs:annotation>
 190     <xs:sequence>
 191       <xs:element name="id" type="ns1:guid" minOccurs="0">
 192         <xs:annotation>
 193           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 194 </xs:documentation>
 195         </xs:annotation>
 196       </xs:element>
 197       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 198         <xs:annotation>
 199           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 200 </xs:documentation>
 201         </xs:annotation>
 202       </xs:element>
 203       <xs:element name="nazev">
 204         <xs:annotation>
 205           <xs:documentation><p>Název zásilky pro referenci.</p>
 206 </xs:documentation>
 207         </xs:annotation>
 208         <xs:simpleType>
 209           <xs:restriction base="xs:string">
 210             <xs:maxLength value="255" />
 211           </xs:restriction>
 212         </xs:simpleType>
 213       </xs:element>
 214       <xs:element name="popis" minOccurs="0">
 215         <xs:annotation>
 216           <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
 217 </xs:documentation>
 218         </xs:annotation>
 219         <xs:simpleType>
 220           <xs:restriction base="xs:string">
 221             <xs:maxLength value="999" />
 222           </xs:restriction>
 223         </xs:simpleType>
 224       </xs:element>
 225       <xs:element name="stav" minOccurs="0">
 226         <xs:annotation>
 227           <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 228 </xs:documentation>
 229         </xs:annotation>
 230         <xs:complexType>
 231           <xs:annotation>
 232             <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 233 </xs:documentation>
 234           </xs:annotation>
 235           <xs:sequence>
 236             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 237               <xs:annotation>
 238                 <xs:documentation><p>Kód číselníku.</p>
 239 </xs:documentation>
 240               </xs:annotation>
 241             </xs:element>
 242             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 243               <xs:annotation>
 244                 <xs:documentation><p>Kód číselníkové položky.</p>
 245 </xs:documentation>
 246               </xs:annotation>
 247             </xs:element>
 248             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 249               <xs:annotation>
 250                 <xs:documentation><p>Verze číselníku.</p>
 251 </xs:documentation>
 252               </xs:annotation>
 253             </xs:element>
 254             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 255               <xs:annotation>
 256                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 257 </xs:documentation>
 258               </xs:annotation>
 259             </xs:element>
 260             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 261               <xs:annotation>
 262                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 263 </xs:documentation>
 264               </xs:annotation>
 265             </xs:element>
 266             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 267               <xs:annotation>
 268                 <xs:documentation><p>Platnost číselníkové položky</p>
 269 </xs:documentation>
 270               </xs:annotation>
 271             </xs:element>
 272             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 273               <xs:annotation>
 274                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 275 </xs:documentation>
 276               </xs:annotation>
 277             </xs:element>
 278           </xs:sequence>
 279         </xs:complexType>
 280       </xs:element>
 281       <xs:element name="typ">
 282         <xs:annotation>
 283           <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 284 </xs:documentation>
 285         </xs:annotation>
 286         <xs:complexType>
 287           <xs:annotation>
 288             <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 289 </xs:documentation>
 290           </xs:annotation>
 291           <xs:sequence>
 292             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 293               <xs:annotation>
 294                 <xs:documentation><p>Kód číselníku.</p>
 295 </xs:documentation>
 296               </xs:annotation>
 297             </xs:element>
 298             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 299               <xs:annotation>
 300                 <xs:documentation><p>Kód číselníkové položky.</p>
 301 </xs:documentation>
 302               </xs:annotation>
 303             </xs:element>
 304             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 305               <xs:annotation>
 306                 <xs:documentation><p>Verze číselníku.</p>
 307 </xs:documentation>
 308               </xs:annotation>
 309             </xs:element>
 310             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 311               <xs:annotation>
 312                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 313 </xs:documentation>
 314               </xs:annotation>
 315             </xs:element>
 316             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 317               <xs:annotation>
 318                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 319 </xs:documentation>
 320               </xs:annotation>
 321             </xs:element>
 322             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 323               <xs:annotation>
 324                 <xs:documentation><p>Platnost číselníkové položky</p>
 325 </xs:documentation>
 326               </xs:annotation>
 327             </xs:element>
 328             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 329               <xs:annotation>
 330                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 331 </xs:documentation>
 332               </xs:annotation>
 333             </xs:element>
 334           </xs:sequence>
 335         </xs:complexType>
 336       </xs:element>
 337       <xs:element name="klasifikace" minOccurs="0">
 338         <xs:annotation>
 339           <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
 340 </xs:documentation>
 341         </xs:annotation>
 342         <xs:complexType>
 343           <xs:annotation>
 344             <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
 345 </xs:documentation>
 346           </xs:annotation>
 347           <xs:sequence>
 348             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 349               <xs:annotation>
 350                 <xs:documentation><p>Kód číselníku.</p>
 351 </xs:documentation>
 352               </xs:annotation>
 353             </xs:element>
 354             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 355               <xs:annotation>
 356                 <xs:documentation><p>Kód číselníkové položky.</p>
 357 </xs:documentation>
 358               </xs:annotation>
 359             </xs:element>
 360             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 361               <xs:annotation>
 362                 <xs:documentation><p>Verze číselníku.</p>
 363 </xs:documentation>
 364               </xs:annotation>
 365             </xs:element>
 366             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 367               <xs:annotation>
 368                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 369 </xs:documentation>
 370               </xs:annotation>
 371             </xs:element>
 372             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 373               <xs:annotation>
 374                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 375 </xs:documentation>
 376               </xs:annotation>
 377             </xs:element>
 378             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 379               <xs:annotation>
 380                 <xs:documentation><p>Platnost číselníkové položky</p>
 381 </xs:documentation>
 382               </xs:annotation>
 383             </xs:element>
 384             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 385               <xs:annotation>
 386                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 387 </xs:documentation>
 388               </xs:annotation>
 389             </xs:element>
 390           </xs:sequence>
 391         </xs:complexType>
 392       </xs:element>
 393       <xs:element name="odbornost" minOccurs="0">
 394         <xs:annotation>
 395           <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 396 </xs:documentation>
 397         </xs:annotation>
 398         <xs:complexType>
 399           <xs:annotation>
 400             <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 401 </xs:documentation>
 402           </xs:annotation>
 403           <xs:sequence>
 404             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 405               <xs:annotation>
 406                 <xs:documentation><p>Kód číselníku.</p>
 407 </xs:documentation>
 408               </xs:annotation>
 409             </xs:element>
 410             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 411               <xs:annotation>
 412                 <xs:documentation><p>Kód číselníkové položky.</p>
 413 </xs:documentation>
 414               </xs:annotation>
 415             </xs:element>
 416             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 417               <xs:annotation>
 418                 <xs:documentation><p>Verze číselníku.</p>
 419 </xs:documentation>
 420               </xs:annotation>
 421             </xs:element>
 422             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 423               <xs:annotation>
 424                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 425 </xs:documentation>
 426               </xs:annotation>
 427             </xs:element>
 428             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 429               <xs:annotation>
 430                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 431 </xs:documentation>
 432               </xs:annotation>
 433             </xs:element>
 434             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 435               <xs:annotation>
 436                 <xs:documentation><p>Platnost číselníkové položky</p>
 437 </xs:documentation>
 438               </xs:annotation>
 439             </xs:element>
 440             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 441               <xs:annotation>
 442                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 443 </xs:documentation>
 444               </xs:annotation>
 445             </xs:element>
 446           </xs:sequence>
 447         </xs:complexType>
 448       </xs:element>
 449       <xs:element name="datumOd" type="xs:date" minOccurs="0">
 450         <xs:annotation>
 451           <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
 452 </xs:documentation>
 453         </xs:annotation>
 454       </xs:element>
 455       <xs:element name="datumDo" type="xs:date" minOccurs="0">
 456         <xs:annotation>
 457           <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
 458 </xs:documentation>
 459         </xs:annotation>
 460       </xs:element>
 461       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
 462         <xs:annotation>
 463           <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
 464 </xs:documentation>
 465         </xs:annotation>
 466       </xs:element>
 467       <xs:element name="autor" type="xs:string">
 468         <xs:annotation>
 469           <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
 470 </xs:documentation>
 471         </xs:annotation>
 472       </xs:element>
 473       <xs:element name="autorData" minOccurs="0">
 474         <xs:annotation>
 475           <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 476 </xs:documentation>
 477         </xs:annotation>
 478         <xs:complexType>
 479           <xs:annotation>
 480             <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 481 </xs:documentation>
 482           </xs:annotation>
 483           <xs:sequence>
 484             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 485               <xs:annotation>
 486                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 487 </xs:documentation>
 488               </xs:annotation>
 489             </xs:element>
 490             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 491               <xs:annotation>
 492                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 493 </xs:documentation>
 494               </xs:annotation>
 495             </xs:element>
 496             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 497               <xs:annotation>
 498                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 499 </xs:documentation>
 500               </xs:annotation>
 501             </xs:element>
 502             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 503               <xs:annotation>
 504                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 505 </xs:documentation>
 506               </xs:annotation>
 507             </xs:element>
 508             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 509               <xs:annotation>
 510                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 511 </xs:documentation>
 512               </xs:annotation>
 513             </xs:element>
 514             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 515               <xs:annotation>
 516                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 517 </xs:documentation>
 518               </xs:annotation>
 519             </xs:element>
 520           </xs:sequence>
 521         </xs:complexType>
 522       </xs:element>
 523       <xs:element name="zdravotnickyPracovnik" type="xs:string">
 524         <xs:annotation>
 525           <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
 526 </xs:documentation>
 527         </xs:annotation>
 528       </xs:element>
 529       <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
 530         <xs:annotation>
 531           <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 532 </xs:documentation>
 533         </xs:annotation>
 534         <xs:complexType>
 535           <xs:annotation>
 536             <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 537 </xs:documentation>
 538           </xs:annotation>
 539           <xs:sequence>
 540             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 541               <xs:annotation>
 542                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 543 </xs:documentation>
 544               </xs:annotation>
 545             </xs:element>
 546             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 547               <xs:annotation>
 548                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 549 </xs:documentation>
 550               </xs:annotation>
 551             </xs:element>
 552             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 553               <xs:annotation>
 554                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 555 </xs:documentation>
 556               </xs:annotation>
 557             </xs:element>
 558             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 559               <xs:annotation>
 560                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 561 </xs:documentation>
 562               </xs:annotation>
 563             </xs:element>
 564             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 565               <xs:annotation>
 566                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 567 </xs:documentation>
 568               </xs:annotation>
 569             </xs:element>
 570             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 571               <xs:annotation>
 572                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 573 </xs:documentation>
 574               </xs:annotation>
 575             </xs:element>
 576           </xs:sequence>
 577         </xs:complexType>
 578       </xs:element>
 579       <xs:element name="poskytovatel" type="xs:string">
 580         <xs:annotation>
 581           <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
 582 </xs:documentation>
 583         </xs:annotation>
 584       </xs:element>
 585       <xs:element name="poskytovatelData" minOccurs="0">
 586         <xs:annotation>
 587           <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 588 </xs:documentation>
 589         </xs:annotation>
 590         <xs:complexType>
 591           <xs:annotation>
 592             <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 593 </xs:documentation>
 594           </xs:annotation>
 595           <xs:sequence>
 596             <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 597               <xs:annotation>
 598                 <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 599 </xs:documentation>
 600               </xs:annotation>
 601             </xs:element>
 602             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 603               <xs:annotation>
 604                 <xs:documentation><p>Název dohledaného poskytovatele.</p>
 605 </xs:documentation>
 606               </xs:annotation>
 607             </xs:element>
 608             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 609               <xs:annotation>
 610                 <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 611 </xs:documentation>
 612               </xs:annotation>
 613             </xs:element>
 614             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 615               <xs:annotation>
 616                 <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 617 </xs:documentation>
 618               </xs:annotation>
 619             </xs:element>
 620           </xs:sequence>
 621         </xs:complexType>
 622       </xs:element>
 623       <xs:element name="pacient" type="xs:string">
 624         <xs:annotation>
 625           <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
 626 </xs:documentation>
 627         </xs:annotation>
 628       </xs:element>
 629       <xs:element name="pacientData" minOccurs="0">
 630         <xs:annotation>
 631           <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 632 </xs:documentation>
 633         </xs:annotation>
 634         <xs:complexType>
 635           <xs:annotation>
 636             <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 637 </xs:documentation>
 638           </xs:annotation>
 639           <xs:sequence>
 640             <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 641               <xs:annotation>
 642                 <xs:documentation><p>RID dohledané osoby.</p>
 643 </xs:documentation>
 644               </xs:annotation>
 645             </xs:element>
 646             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 647               <xs:annotation>
 648                 <xs:documentation><p>Jméno dohledané osoby.</p>
 649 </xs:documentation>
 650               </xs:annotation>
 651             </xs:element>
 652             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 653               <xs:annotation>
 654                 <xs:documentation><p>Příjmení dohledané osoby.</p>
 655 </xs:documentation>
 656               </xs:annotation>
 657             </xs:element>
 658             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 659               <xs:annotation>
 660                 <xs:documentation><p>Datum narození dohledané osoby.</p>
 661 </xs:documentation>
 662               </xs:annotation>
 663             </xs:element>
 664             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 665               <xs:annotation>
 666                 <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 667 </xs:documentation>
 668               </xs:annotation>
 669             </xs:element>
 670             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 671               <xs:annotation>
 672                 <xs:documentation><p>Adresa dohledané osoby.</p>
 673 </xs:documentation>
 674               </xs:annotation>
 675             </xs:element>
 676             <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 677               <xs:annotation>
 678                 <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 679 </xs:documentation>
 680               </xs:annotation>
 681             </xs:element>
 682             <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 683               <xs:annotation>
 684                 <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 685 </xs:documentation>
 686               </xs:annotation>
 687             </xs:element>
 688             <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 689               <xs:annotation>
 690                 <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 691 </xs:documentation>
 692               </xs:annotation>
 693             </xs:element>
 694             <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 695               <xs:annotation>
 696                 <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 697 </xs:documentation>
 698               </xs:annotation>
 699             </xs:element>
 700             <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 701               <xs:annotation>
 702                 <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 703 </xs:documentation>
 704               </xs:annotation>
 705             </xs:element>
 706             <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 707               <xs:annotation>
 708                 <xs:documentation><p>Doklady dohledané osoby.</p>
 709 </xs:documentation>
 710               </xs:annotation>
 711             </xs:element>
 712           </xs:sequence>
 713         </xs:complexType>
 714       </xs:element>
 715       <xs:element name="ispzs">
 716         <xs:annotation>
 717           <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
 718 </xs:documentation>
 719         </xs:annotation>
 720         <xs:simpleType>
 721           <xs:restriction base="xs:string">
 722             <xs:maxLength value="255" />
 723           </xs:restriction>
 724         </xs:simpleType>
 725       </xs:element>
 726       <xs:element name="adresat" type="xs:string" minOccurs="0">
 727         <xs:annotation>
 728           <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
 729 </xs:documentation>
 730         </xs:annotation>
 731       </xs:element>
 732       <xs:element name="adresatData" minOccurs="0">
 733         <xs:annotation>
 734           <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 735 </xs:documentation>
 736         </xs:annotation>
 737         <xs:complexType>
 738           <xs:annotation>
 739             <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 740 </xs:documentation>
 741           </xs:annotation>
 742           <xs:sequence>
 743             <xs:element name="zdravotnickyPracovnik" minOccurs="0">
 744               <xs:annotation>
 745                 <xs:documentation><p>Data zdravotnického pracovníka.</p>
 746 </xs:documentation>
 747               </xs:annotation>
 748               <xs:complexType>
 749                 <xs:annotation>
 750                   <xs:documentation><p>Data zdravotnického pracovníka.</p>
 751 </xs:documentation>
 752                 </xs:annotation>
 753                 <xs:sequence>
 754                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 755                     <xs:annotation>
 756                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 757 </xs:documentation>
 758                     </xs:annotation>
 759                   </xs:element>
 760                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 761                     <xs:annotation>
 762                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 763 </xs:documentation>
 764                     </xs:annotation>
 765                   </xs:element>
 766                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 767                     <xs:annotation>
 768                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 769 </xs:documentation>
 770                     </xs:annotation>
 771                   </xs:element>
 772                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 773                     <xs:annotation>
 774                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 775 </xs:documentation>
 776                     </xs:annotation>
 777                   </xs:element>
 778                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 779                     <xs:annotation>
 780                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 781 </xs:documentation>
 782                     </xs:annotation>
 783                   </xs:element>
 784                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 785                     <xs:annotation>
 786                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 787 </xs:documentation>
 788                     </xs:annotation>
 789                   </xs:element>
 790                 </xs:sequence>
 791               </xs:complexType>
 792             </xs:element>
 793             <xs:element name="pacient" minOccurs="0">
 794               <xs:annotation>
 795                 <xs:documentation><p>Data pacienta.</p>
 796 </xs:documentation>
 797               </xs:annotation>
 798               <xs:complexType>
 799                 <xs:annotation>
 800                   <xs:documentation><p>Data pacienta.</p>
 801 </xs:documentation>
 802                 </xs:annotation>
 803                 <xs:sequence>
 804                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 805                     <xs:annotation>
 806                       <xs:documentation><p>RID dohledané osoby.</p>
 807 </xs:documentation>
 808                     </xs:annotation>
 809                   </xs:element>
 810                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 811                     <xs:annotation>
 812                       <xs:documentation><p>Jméno dohledané osoby.</p>
 813 </xs:documentation>
 814                     </xs:annotation>
 815                   </xs:element>
 816                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 817                     <xs:annotation>
 818                       <xs:documentation><p>Příjmení dohledané osoby.</p>
 819 </xs:documentation>
 820                     </xs:annotation>
 821                   </xs:element>
 822                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 823                     <xs:annotation>
 824                       <xs:documentation><p>Datum narození dohledané osoby.</p>
 825 </xs:documentation>
 826                     </xs:annotation>
 827                   </xs:element>
 828                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 829                     <xs:annotation>
 830                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 831 </xs:documentation>
 832                     </xs:annotation>
 833                   </xs:element>
 834                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 835                     <xs:annotation>
 836                       <xs:documentation><p>Adresa dohledané osoby.</p>
 837 </xs:documentation>
 838                     </xs:annotation>
 839                   </xs:element>
 840                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 841                     <xs:annotation>
 842                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 843 </xs:documentation>
 844                     </xs:annotation>
 845                   </xs:element>
 846                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 847                     <xs:annotation>
 848                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 849 </xs:documentation>
 850                     </xs:annotation>
 851                   </xs:element>
 852                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 853                     <xs:annotation>
 854                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 855 </xs:documentation>
 856                     </xs:annotation>
 857                   </xs:element>
 858                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 859                     <xs:annotation>
 860                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 861 </xs:documentation>
 862                     </xs:annotation>
 863                   </xs:element>
 864                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 865                     <xs:annotation>
 866                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 867 </xs:documentation>
 868                     </xs:annotation>
 869                   </xs:element>
 870                   <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 871                     <xs:annotation>
 872                       <xs:documentation><p>Doklady dohledané osoby.</p>
 873 </xs:documentation>
 874                     </xs:annotation>
 875                   </xs:element>
 876                 </xs:sequence>
 877               </xs:complexType>
 878             </xs:element>
 879             <xs:element name="poskytovatel" minOccurs="0">
 880               <xs:annotation>
 881                 <xs:documentation><p>Data poskytovatele.</p>
 882 </xs:documentation>
 883               </xs:annotation>
 884               <xs:complexType>
 885                 <xs:annotation>
 886                   <xs:documentation><p>Data poskytovatele.</p>
 887 </xs:documentation>
 888                 </xs:annotation>
 889                 <xs:sequence>
 890                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 891                     <xs:annotation>
 892                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 893 </xs:documentation>
 894                     </xs:annotation>
 895                   </xs:element>
 896                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 897                     <xs:annotation>
 898                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
 899 </xs:documentation>
 900                     </xs:annotation>
 901                   </xs:element>
 902                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 903                     <xs:annotation>
 904                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 905 </xs:documentation>
 906                     </xs:annotation>
 907                   </xs:element>
 908                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 909                     <xs:annotation>
 910                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 911 </xs:documentation>
 912                     </xs:annotation>
 913                   </xs:element>
 914                 </xs:sequence>
 915               </xs:complexType>
 916             </xs:element>
 917           </xs:sequence>
 918         </xs:complexType>
 919       </xs:element>
 920       <xs:element name="adresatTyp" minOccurs="0">
 921         <xs:annotation>
 922           <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
 923 </xs:documentation>
 924         </xs:annotation>
 925         <xs:complexType>
 926           <xs:annotation>
 927             <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
 928 </xs:documentation>
 929           </xs:annotation>
 930           <xs:sequence>
 931             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 932               <xs:annotation>
 933                 <xs:documentation><p>Kód číselníku.</p>
 934 </xs:documentation>
 935               </xs:annotation>
 936             </xs:element>
 937             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 938               <xs:annotation>
 939                 <xs:documentation><p>Kód číselníkové položky.</p>
 940 </xs:documentation>
 941               </xs:annotation>
 942             </xs:element>
 943             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 944               <xs:annotation>
 945                 <xs:documentation><p>Verze číselníku.</p>
 946 </xs:documentation>
 947               </xs:annotation>
 948             </xs:element>
 949             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 950               <xs:annotation>
 951                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 952 </xs:documentation>
 953               </xs:annotation>
 954             </xs:element>
 955             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 956               <xs:annotation>
 957                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 958 </xs:documentation>
 959               </xs:annotation>
 960             </xs:element>
 961             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 962               <xs:annotation>
 963                 <xs:documentation><p>Platnost číselníkové položky</p>
 964 </xs:documentation>
 965               </xs:annotation>
 966             </xs:element>
 967             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 968               <xs:annotation>
 969                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 970 </xs:documentation>
 971               </xs:annotation>
 972             </xs:element>
 973           </xs:sequence>
 974         </xs:complexType>
 975       </xs:element>
 976       <xs:element name="dostupnost" type="xs:boolean" minOccurs="0">
 977         <xs:annotation>
 978           <xs:documentation><p>Status dostupnosti zásilky.</p>
 979 </xs:documentation>
 980         </xs:annotation>
 981       </xs:element>
 982       <xs:element name="rodic" type="ns1:guid" minOccurs="0">
 983         <xs:annotation>
 984           <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
 985 </xs:documentation>
 986         </xs:annotation>
 987       </xs:element>
 988       <xs:element name="udalost" minOccurs="0">
 989         <xs:annotation>
 990           <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 991 </xs:documentation>
 992         </xs:annotation>
 993         <xs:complexType>
 994           <xs:annotation>
 995             <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 996 </xs:documentation>
 997           </xs:annotation>
 998           <xs:sequence>
 999             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1000               <xs:annotation>
1001                 <xs:documentation><p>Kód číselníku.</p>
1002 </xs:documentation>
1003               </xs:annotation>
1004             </xs:element>
1005             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1006               <xs:annotation>
1007                 <xs:documentation><p>Kód číselníkové položky.</p>
1008 </xs:documentation>
1009               </xs:annotation>
1010             </xs:element>
1011             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1012               <xs:annotation>
1013                 <xs:documentation><p>Verze číselníku.</p>
1014 </xs:documentation>
1015               </xs:annotation>
1016             </xs:element>
1017             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1018               <xs:annotation>
1019                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1020 </xs:documentation>
1021               </xs:annotation>
1022             </xs:element>
1023             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1024               <xs:annotation>
1025                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1026 </xs:documentation>
1027               </xs:annotation>
1028             </xs:element>
1029             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1030               <xs:annotation>
1031                 <xs:documentation><p>Platnost číselníkové položky</p>
1032 </xs:documentation>
1033               </xs:annotation>
1034             </xs:element>
1035             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1036               <xs:annotation>
1037                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1038 </xs:documentation>
1039               </xs:annotation>
1040             </xs:element>
1041           </xs:sequence>
1042         </xs:complexType>
1043       </xs:element>
1044       <xs:element name="dokument" type="tns:Dokument" minOccurs="0" maxOccurs="2147483647">
1045         <xs:annotation>
1046           <xs:documentation><p>Dokument zásilky.</p>
1047 </xs:documentation>
1048         </xs:annotation>
1049       </xs:element>
1050     </xs:sequence>
1051   </xs:complexType>
1052   <xs:complexType name="Dokument">
1053     <xs:annotation>
1054       <xs:documentation><p>Objekt Dokument párován na JSON dokument</p>
1055 </xs:documentation>
1056     </xs:annotation>
1057     <xs:sequence>
1058       <xs:element name="id" type="ns1:guid" minOccurs="0">
1059         <xs:annotation>
1060           <xs:documentation><p>Vyplňuje se v případě změně údajů. Při vytváření zasilky se id neudává.</p>
1061 </xs:documentation>
1062         </xs:annotation>
1063       </xs:element>
1064       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
1065         <xs:annotation>
1066           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
1067 </xs:documentation>
1068         </xs:annotation>
1069       </xs:element>
1070       <xs:element name="nazev">
1071         <xs:annotation>
1072           <xs:documentation><p>Krátký název dokumentu.</p>
1073 </xs:documentation>
1074         </xs:annotation>
1075         <xs:simpleType>
1076           <xs:restriction base="xs:string">
1077             <xs:maxLength value="50" />
1078           </xs:restriction>
1079         </xs:simpleType>
1080       </xs:element>
1081       <xs:element name="popis" type="xs:string" minOccurs="0">
1082         <xs:annotation>
1083           <xs:documentation><p>Popis obsahu dokumentu.</p>
1084 </xs:documentation>
1085         </xs:annotation>
1086       </xs:element>
1087       <xs:element name="jazyk" minOccurs="0">
1088         <xs:annotation>
1089           <xs:documentation><p>Jazyk dokumentu zásilky dle číselníku &quot;languages&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje jazyk žádanky na &quot;čeština (Česko)&quot; (kód: &quot;cs-CZ&quot;).</p>
1090 </xs:documentation>
1091         </xs:annotation>
1092         <xs:complexType>
1093           <xs:annotation>
1094             <xs:documentation><p>Jazyk dokumentu zásilky dle číselníku &quot;languages&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje jazyk žádanky na &quot;čeština (Česko)&quot; (kód: &quot;cs-CZ&quot;).</p>
1095 </xs:documentation>
1096           </xs:annotation>
1097           <xs:sequence>
1098             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1099               <xs:annotation>
1100                 <xs:documentation><p>Kód číselníku.</p>
1101 </xs:documentation>
1102               </xs:annotation>
1103             </xs:element>
1104             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1105               <xs:annotation>
1106                 <xs:documentation><p>Kód číselníkové položky.</p>
1107 </xs:documentation>
1108               </xs:annotation>
1109             </xs:element>
1110             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1111               <xs:annotation>
1112                 <xs:documentation><p>Verze číselníku.</p>
1113 </xs:documentation>
1114               </xs:annotation>
1115             </xs:element>
1116             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1117               <xs:annotation>
1118                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1119 </xs:documentation>
1120               </xs:annotation>
1121             </xs:element>
1122             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1123               <xs:annotation>
1124                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1125 </xs:documentation>
1126               </xs:annotation>
1127             </xs:element>
1128             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1129               <xs:annotation>
1130                 <xs:documentation><p>Platnost číselníkové položky</p>
1131 </xs:documentation>
1132               </xs:annotation>
1133             </xs:element>
1134             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1135               <xs:annotation>
1136                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1137 </xs:documentation>
1138               </xs:annotation>
1139             </xs:element>
1140           </xs:sequence>
1141         </xs:complexType>
1142       </xs:element>
1143       <xs:element name="typ">
1144         <xs:annotation>
1145           <xs:documentation><p>Typ dokumentu (např. &quot;Lékařská zpráva&quot;, &quot;Laboratorní výsledek&quot;).</p>
1146 </xs:documentation>
1147         </xs:annotation>
1148         <xs:complexType>
1149           <xs:annotation>
1150             <xs:documentation><p>Typ dokumentu (např. &quot;Lékařská zpráva&quot;, &quot;Laboratorní výsledek&quot;).</p>
1151 </xs:documentation>
1152           </xs:annotation>
1153           <xs:sequence>
1154             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1155               <xs:annotation>
1156                 <xs:documentation><p>Kód číselníku.</p>
1157 </xs:documentation>
1158               </xs:annotation>
1159             </xs:element>
1160             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1161               <xs:annotation>
1162                 <xs:documentation><p>Kód číselníkové položky.</p>
1163 </xs:documentation>
1164               </xs:annotation>
1165             </xs:element>
1166             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1167               <xs:annotation>
1168                 <xs:documentation><p>Verze číselníku.</p>
1169 </xs:documentation>
1170               </xs:annotation>
1171             </xs:element>
1172             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1173               <xs:annotation>
1174                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1175 </xs:documentation>
1176               </xs:annotation>
1177             </xs:element>
1178             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1179               <xs:annotation>
1180                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1181 </xs:documentation>
1182               </xs:annotation>
1183             </xs:element>
1184             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1185               <xs:annotation>
1186                 <xs:documentation><p>Platnost číselníkové položky</p>
1187 </xs:documentation>
1188               </xs:annotation>
1189             </xs:element>
1190             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1191               <xs:annotation>
1192                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1193 </xs:documentation>
1194               </xs:annotation>
1195             </xs:element>
1196           </xs:sequence>
1197         </xs:complexType>
1198       </xs:element>
1199       <xs:element name="klasifikace" minOccurs="0">
1200         <xs:annotation>
1201           <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
1202 </xs:documentation>
1203         </xs:annotation>
1204         <xs:complexType>
1205           <xs:annotation>
1206             <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
1207 </xs:documentation>
1208           </xs:annotation>
1209           <xs:sequence>
1210             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1211               <xs:annotation>
1212                 <xs:documentation><p>Kód číselníku.</p>
1213 </xs:documentation>
1214               </xs:annotation>
1215             </xs:element>
1216             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1217               <xs:annotation>
1218                 <xs:documentation><p>Kód číselníkové položky.</p>
1219 </xs:documentation>
1220               </xs:annotation>
1221             </xs:element>
1222             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1223               <xs:annotation>
1224                 <xs:documentation><p>Verze číselníku.</p>
1225 </xs:documentation>
1226               </xs:annotation>
1227             </xs:element>
1228             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1229               <xs:annotation>
1230                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1231 </xs:documentation>
1232               </xs:annotation>
1233             </xs:element>
1234             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1235               <xs:annotation>
1236                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1237 </xs:documentation>
1238               </xs:annotation>
1239             </xs:element>
1240             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1241               <xs:annotation>
1242                 <xs:documentation><p>Platnost číselníkové položky</p>
1243 </xs:documentation>
1244               </xs:annotation>
1245             </xs:element>
1246             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1247               <xs:annotation>
1248                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1249 </xs:documentation>
1250               </xs:annotation>
1251             </xs:element>
1252           </xs:sequence>
1253         </xs:complexType>
1254       </xs:element>
1255       <xs:element name="kod" type="xs:string" minOccurs="0">
1256         <xs:annotation>
1257           <xs:documentation><p>Externí kód zásilky (například: konkrétní kód žádanky).</p>
1258 </xs:documentation>
1259         </xs:annotation>
1260       </xs:element>
1261       <xs:element name="autor" type="xs:string" minOccurs="0">
1262         <xs:annotation>
1263           <xs:documentation><p>ID autora zásilky (väzba na kmeňový register – zdravotnikych pracovnikov).</p>
1264 </xs:documentation>
1265         </xs:annotation>
1266       </xs:element>
1267       <xs:element name="autorData" type="tns:KRZdravotnickyPracovnikDto" minOccurs="0" />
1268       <xs:element name="poskytovatel" type="xs:string" minOccurs="0">
1269         <xs:annotation>
1270           <xs:documentation><p>ID subjektu (vazba na kmeňový register – poskytovatel).</p>
1271 </xs:documentation>
1272         </xs:annotation>
1273       </xs:element>
1274       <xs:element name="poskytovatelData" type="tns:KRPoskytovatelDto" minOccurs="0" />
1275       <xs:element name="pacient" type="xs:string">
1276         <xs:annotation>
1277           <xs:documentation><p>RID pacienta, ke kterému se zásilka vztahuje.</p>
1278 </xs:documentation>
1279         </xs:annotation>
1280       </xs:element>
1281       <xs:element name="pacientData" type="tns:KRPacientDto" minOccurs="0" />
1282       <xs:element name="dostupnost" type="xs:boolean" default="true">
1283         <xs:annotation>
1284           <xs:documentation><p>Úroveň důvěrnosti dokumentu (chránený, soukromý, verejný).</p>
1285 </xs:documentation>
1286         </xs:annotation>
1287       </xs:element>
1288       <xs:element name="duvernost" minOccurs="0">
1289         <xs:annotation>
1290           <xs:documentation><p>Úroveň důvěrnosti dokumentu dle číselníku &quot;v3-Confidentiality&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje důvěrnost na &quot;Normální&quot; (kód: &quot;N&quot;).</p>
1291 </xs:documentation>
1292         </xs:annotation>
1293         <xs:complexType>
1294           <xs:annotation>
1295             <xs:documentation><p>Úroveň důvěrnosti dokumentu dle číselníku &quot;v3-Confidentiality&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje důvěrnost na &quot;Normální&quot; (kód: &quot;N&quot;).</p>
1296 </xs:documentation>
1297           </xs:annotation>
1298           <xs:sequence>
1299             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1300               <xs:annotation>
1301                 <xs:documentation><p>Kód číselníku.</p>
1302 </xs:documentation>
1303               </xs:annotation>
1304             </xs:element>
1305             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1306               <xs:annotation>
1307                 <xs:documentation><p>Kód číselníkové položky.</p>
1308 </xs:documentation>
1309               </xs:annotation>
1310             </xs:element>
1311             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1312               <xs:annotation>
1313                 <xs:documentation><p>Verze číselníku.</p>
1314 </xs:documentation>
1315               </xs:annotation>
1316             </xs:element>
1317             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1318               <xs:annotation>
1319                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1320 </xs:documentation>
1321               </xs:annotation>
1322             </xs:element>
1323             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1324               <xs:annotation>
1325                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1326 </xs:documentation>
1327               </xs:annotation>
1328             </xs:element>
1329             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1330               <xs:annotation>
1331                 <xs:documentation><p>Platnost číselníkové položky</p>
1332 </xs:documentation>
1333               </xs:annotation>
1334             </xs:element>
1335             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1336               <xs:annotation>
1337                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1338 </xs:documentation>
1339               </xs:annotation>
1340             </xs:element>
1341           </xs:sequence>
1342         </xs:complexType>
1343       </xs:element>
1344       <xs:element name="format" minOccurs="0">
1345         <xs:annotation>
1346           <xs:documentation><p>Kód označující formát dokumentu dle číselníku &quot;format-code&quot;. Očekává se, že zde uvedená hodnota bude odpovídat vkládanému Base64 obsahu (soubor.soubor). Pokud se jedná o žádanku, systém automaticky nastavuje formát žádanky na &quot;MimeType specifikovaný&quot; (kód: &quot;urn:ihe:iti:xds:2017:mimeTypeSufficient&quot;).</p>
1347 </xs:documentation>
1348         </xs:annotation>
1349         <xs:complexType>
1350           <xs:annotation>
1351             <xs:documentation><p>Kód označující formát dokumentu dle číselníku &quot;format-code&quot;. Očekává se, že zde uvedená hodnota bude odpovídat vkládanému Base64 obsahu (soubor.soubor). Pokud se jedná o žádanku, systém automaticky nastavuje formát žádanky na &quot;MimeType specifikovaný&quot; (kód: &quot;urn:ihe:iti:xds:2017:mimeTypeSufficient&quot;).</p>
1352 </xs:documentation>
1353           </xs:annotation>
1354           <xs:sequence>
1355             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1356               <xs:annotation>
1357                 <xs:documentation><p>Kód číselníku.</p>
1358 </xs:documentation>
1359               </xs:annotation>
1360             </xs:element>
1361             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1362               <xs:annotation>
1363                 <xs:documentation><p>Kód číselníkové položky.</p>
1364 </xs:documentation>
1365               </xs:annotation>
1366             </xs:element>
1367             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1368               <xs:annotation>
1369                 <xs:documentation><p>Verze číselníku.</p>
1370 </xs:documentation>
1371               </xs:annotation>
1372             </xs:element>
1373             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1374               <xs:annotation>
1375                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1376 </xs:documentation>
1377               </xs:annotation>
1378             </xs:element>
1379             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1380               <xs:annotation>
1381                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1382 </xs:documentation>
1383               </xs:annotation>
1384             </xs:element>
1385             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1386               <xs:annotation>
1387                 <xs:documentation><p>Platnost číselníkové položky</p>
1388 </xs:documentation>
1389               </xs:annotation>
1390             </xs:element>
1391             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1392               <xs:annotation>
1393                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1394 </xs:documentation>
1395               </xs:annotation>
1396             </xs:element>
1397           </xs:sequence>
1398         </xs:complexType>
1399       </xs:element>
1400       <xs:element name="mime" minOccurs="0">
1401         <xs:annotation>
1402           <xs:documentation><p>Upřesnění mime type dokumentu, pokud je uveden formát &quot;MimeType specifikovaný&quot;, dle číselníku &quot;media-type&quot;. Očekává se, že zde uvedená hodnota bude odpovídat vkládanému Base64 obsahu (soubor.soubor). Pokud se jedná o žádanku, systém automaticky nastavuje mime typ žádanky na &quot;FHIR (JSON)&quot; (kód: &quot;application/fhir+json&quot;).</p>
1403 </xs:documentation>
1404         </xs:annotation>
1405         <xs:complexType>
1406           <xs:annotation>
1407             <xs:documentation><p>Upřesnění mime type dokumentu, pokud je uveden formát &quot;MimeType specifikovaný&quot;, dle číselníku &quot;media-type&quot;. Očekává se, že zde uvedená hodnota bude odpovídat vkládanému Base64 obsahu (soubor.soubor). Pokud se jedná o žádanku, systém automaticky nastavuje mime typ žádanky na &quot;FHIR (JSON)&quot; (kód: &quot;application/fhir+json&quot;).</p>
1408 </xs:documentation>
1409           </xs:annotation>
1410           <xs:sequence>
1411             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1412               <xs:annotation>
1413                 <xs:documentation><p>Kód číselníku.</p>
1414 </xs:documentation>
1415               </xs:annotation>
1416             </xs:element>
1417             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1418               <xs:annotation>
1419                 <xs:documentation><p>Kód číselníkové položky.</p>
1420 </xs:documentation>
1421               </xs:annotation>
1422             </xs:element>
1423             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1424               <xs:annotation>
1425                 <xs:documentation><p>Verze číselníku.</p>
1426 </xs:documentation>
1427               </xs:annotation>
1428             </xs:element>
1429             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1430               <xs:annotation>
1431                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1432 </xs:documentation>
1433               </xs:annotation>
1434             </xs:element>
1435             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1436               <xs:annotation>
1437                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1438 </xs:documentation>
1439               </xs:annotation>
1440             </xs:element>
1441             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1442               <xs:annotation>
1443                 <xs:documentation><p>Platnost číselníkové položky</p>
1444 </xs:documentation>
1445               </xs:annotation>
1446             </xs:element>
1447             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
1448               <xs:annotation>
1449                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
1450 </xs:documentation>
1451               </xs:annotation>
1452             </xs:element>
1453           </xs:sequence>
1454         </xs:complexType>
1455       </xs:element>
1456       <xs:element name="hash">
1457         <xs:annotation>
1458           <xs:documentation><p>Kontrolní hash dokumentu pro ověření integrity.</p>
1459 </xs:documentation>
1460         </xs:annotation>
1461         <xs:simpleType>
1462           <xs:restriction base="xs:string">
1463             <xs:maxLength value="255" />
1464           </xs:restriction>
1465         </xs:simpleType>
1466       </xs:element>
1467       <xs:element name="velikost" type="xs:long" minOccurs="0">
1468         <xs:annotation>
1469           <xs:documentation><p>Velikost dokumentu v bajtech. Automaticky vypočteno.</p>
1470 </xs:documentation>
1471         </xs:annotation>
1472       </xs:element>
1473       <xs:element name="vazanyDokument" type="ns1:guid" minOccurs="0">
1474         <xs:annotation>
1475           <xs:documentation><p>Odkazy na další související dokumenty (například předchozí verze, dodatky).</p>
1476 </xs:documentation>
1477         </xs:annotation>
1478       </xs:element>
1479       <xs:element name="soubor" minOccurs="0">
1480         <xs:annotation>
1481           <xs:documentation><p>Uložený soubor.</p>
1482 </xs:documentation>
1483         </xs:annotation>
1484         <xs:complexType>
1485           <xs:annotation>
1486             <xs:documentation><p>Uložený soubor.</p>
1487 </xs:documentation>
1488           </xs:annotation>
1489           <xs:sequence>
1490             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
1491               <xs:annotation>
1492                 <xs:documentation><p>ID souboru.</p>
1493 </xs:documentation>
1494               </xs:annotation>
1495             </xs:element>
1496             <xs:element name="soubor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1497               <xs:annotation>
1498                 <xs:documentation><p>Base64 soubor.</p>
1499 </xs:documentation>
1500               </xs:annotation>
1501             </xs:element>
1502             <xs:element name="cesta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1503               <xs:annotation>
1504                 <xs:documentation><p>Cesta na externí úložiště.</p>
1505 </xs:documentation>
1506               </xs:annotation>
1507             </xs:element>
1508           </xs:sequence>
1509         </xs:complexType>
1510       </xs:element>
1511       <xs:element name="slozka" minOccurs="0">
1512         <xs:annotation>
1513           <xs:documentation><p>Logicke rozdelení dokumentu do složek.</p>
1514 </xs:documentation>
1515         </xs:annotation>
1516         <xs:complexType>
1517           <xs:annotation>
1518             <xs:documentation><p>Logicke rozdelení dokumentu do složek.</p>
1519 </xs:documentation>
1520           </xs:annotation>
1521           <xs:sequence>
1522             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
1523               <xs:annotation>
1524                 <xs:documentation><p>ID zásilky pro zoskupení dokumentu do jednotní složky.</p>
1525 </xs:documentation>
1526               </xs:annotation>
1527             </xs:element>
1528             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
1529               <xs:annotation>
1530                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
1531 </xs:documentation>
1532               </xs:annotation>
1533             </xs:element>
1534             <xs:element name="nazev" minOccurs="0">
1535               <xs:annotation>
1536                 <xs:documentation><p>Název složky.</p>
1537 </xs:documentation>
1538               </xs:annotation>
1539               <xs:simpleType>
1540                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
1541                   <xs:maxLength value="255" />
1542                 </xs:restriction>
1543               </xs:simpleType>
1544             </xs:element>
1545             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1546               <xs:annotation>
1547                 <xs:documentation><p>ID uživatele, který složku vytvořil.</p>
1548 </xs:documentation>
1549               </xs:annotation>
1550             </xs:element>
1551             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
1552               <xs:annotation>
1553                 <xs:documentation><p>Datum vytvoření složky.</p>
1554 </xs:documentation>
1555               </xs:annotation>
1556             </xs:element>
1557           </xs:sequence>
1558         </xs:complexType>
1559       </xs:element>
1560     </xs:sequence>
1561   </xs:complexType>
1562   <xs:complexType name="ErrorItemResponse">
1563     <xs:annotation>
1564       <xs:documentation><p>Položka chyby pro všeobecnou návratovou třídu pro chybu</p>
1565 </xs:documentation>
1566     </xs:annotation>
1567     <xs:sequence>
1568       <xs:element name="error" type="xs:string" minOccurs="0">
1569         <xs:annotation>
1570           <xs:documentation><p>Kód chyby</p>
1571 </xs:documentation>
1572         </xs:annotation>
1573       </xs:element>
1574       <xs:element name="scope" type="xs:string" minOccurs="0">
1575         <xs:annotation>
1576           <xs:documentation><p>Položka, u které došlo k chybě</p>
1577 </xs:documentation>
1578         </xs:annotation>
1579       </xs:element>
1580       <xs:element name="parameters" type="xs:anyType" minOccurs="0">
1581         <xs:annotation>
1582           <xs:documentation><p>Parametry pro vyvolání chyby</p>
1583 </xs:documentation>
1584         </xs:annotation>
1585       </xs:element>
1586       <xs:element name="message" type="xs:string" minOccurs="0">
1587         <xs:annotation>
1588           <xs:documentation><p>Zpráva chyby</p>
1589 </xs:documentation>
1590         </xs:annotation>
1591       </xs:element>
1592     </xs:sequence>
1593   </xs:complexType>
1594   <xs:complexType name="ErrorsResponse">
1595     <xs:annotation>
1596       <xs:documentation><p>Návratová data při vyvolání chyby se seznamem chyb</p>
1597 </xs:documentation>
1598     </xs:annotation>
1599     <xs:sequence>
1600       <xs:element name="errors" type="tns:ErrorItemResponse" minOccurs="0" maxOccurs="2147483647">
1601         <xs:annotation>
1602           <xs:documentation><p>Seznam nalezených chyb</p>
1603 </xs:documentation>
1604         </xs:annotation>
1605       </xs:element>
1606     </xs:sequence>
1607   </xs:complexType>
1608   <xs:complexType name="KRDokladDTO">
1609     <xs:sequence>
1610       <xs:element name="cislo" type="xs:string" minOccurs="0">
1611         <xs:annotation>
1612           <xs:documentation><p>Číslo dokladu.</p>
1613 </xs:documentation>
1614         </xs:annotation>
1615       </xs:element>
1616       <xs:element name="typDokladu" type="xs:string" minOccurs="0">
1617         <xs:annotation>
1618           <xs:documentation><p>Typ dokladu.</p>
1619 </xs:documentation>
1620         </xs:annotation>
1621       </xs:element>
1622       <xs:element name="stat" type="xs:string" minOccurs="0">
1623         <xs:annotation>
1624           <xs:documentation><p>Stat který vydal doklad.</p>
1625 </xs:documentation>
1626         </xs:annotation>
1627       </xs:element>
1628     </xs:sequence>
1629   </xs:complexType>
1630   <xs:complexType name="KRPacientDto">
1631     <xs:sequence>
1632       <xs:element name="rid" type="xs:string" minOccurs="0">
1633         <xs:annotation>
1634           <xs:documentation><p>RID dohledané osoby.</p>
1635 </xs:documentation>
1636         </xs:annotation>
1637       </xs:element>
1638       <xs:element name="jmeno" type="xs:string" minOccurs="0">
1639         <xs:annotation>
1640           <xs:documentation><p>Jméno dohledané osoby.</p>
1641 </xs:documentation>
1642         </xs:annotation>
1643       </xs:element>
1644       <xs:element name="prijmeni" type="xs:string" minOccurs="0">
1645         <xs:annotation>
1646           <xs:documentation><p>Příjmení dohledané osoby.</p>
1647 </xs:documentation>
1648         </xs:annotation>
1649       </xs:element>
1650       <xs:element name="datumNarozeni" type="xs:date" minOccurs="0">
1651         <xs:annotation>
1652           <xs:documentation><p>Datum narození dohledané osoby.</p>
1653 </xs:documentation>
1654         </xs:annotation>
1655       </xs:element>
1656       <xs:element name="ruianId" type="xs:string" minOccurs="0">
1657         <xs:annotation>
1658           <xs:documentation><p>RUIAN ID dohledané osoby.</p>
1659 </xs:documentation>
1660         </xs:annotation>
1661       </xs:element>
1662       <xs:element name="adresaCela" type="xs:string" minOccurs="0">
1663         <xs:annotation>
1664           <xs:documentation><p>Adresa dohledané osoby.</p>
1665 </xs:documentation>
1666         </xs:annotation>
1667       </xs:element>
1668       <xs:element name="zdravotniPojistovnaKod" type="xs:string" minOccurs="0">
1669         <xs:annotation>
1670           <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
1671 </xs:documentation>
1672         </xs:annotation>
1673       </xs:element>
1674       <xs:element name="zdravotniPojistovnaNazev" type="xs:string" minOccurs="0">
1675         <xs:annotation>
1676           <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
1677 </xs:documentation>
1678         </xs:annotation>
1679       </xs:element>
1680       <xs:element name="kontaktniEmail" type="xs:string" minOccurs="0">
1681         <xs:annotation>
1682           <xs:documentation><p>Kontaktní email dohledané osoby.</p>
1683 </xs:documentation>
1684         </xs:annotation>
1685       </xs:element>
1686       <xs:element name="preferovanyJazyk" type="xs:string" minOccurs="0">
1687         <xs:annotation>
1688           <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
1689 </xs:documentation>
1690         </xs:annotation>
1691       </xs:element>
1692       <xs:element name="cisloPojistence" type="xs:string" minOccurs="0">
1693         <xs:annotation>
1694           <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
1695 </xs:documentation>
1696         </xs:annotation>
1697       </xs:element>
1698       <xs:element name="doklady" type="tns:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
1699         <xs:annotation>
1700           <xs:documentation><p>Doklady dohledané osoby.</p>
1701 </xs:documentation>
1702         </xs:annotation>
1703       </xs:element>
1704     </xs:sequence>
1705   </xs:complexType>
1706   <xs:complexType name="KRPoskytovatelDto">
1707     <xs:sequence>
1708       <xs:element name="ico" type="xs:string" minOccurs="0">
1709         <xs:annotation>
1710           <xs:documentation><p>ICO dohledaného poskytovatele.</p>
1711 </xs:documentation>
1712         </xs:annotation>
1713       </xs:element>
1714       <xs:element name="nazev" type="xs:string" minOccurs="0">
1715         <xs:annotation>
1716           <xs:documentation><p>Název dohledaného poskytovatele.</p>
1717 </xs:documentation>
1718         </xs:annotation>
1719       </xs:element>
1720       <xs:element name="ruianId" type="xs:string" minOccurs="0">
1721         <xs:annotation>
1722           <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
1723 </xs:documentation>
1724         </xs:annotation>
1725       </xs:element>
1726       <xs:element name="adresaCela" type="xs:string" minOccurs="0">
1727         <xs:annotation>
1728           <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
1729 </xs:documentation>
1730         </xs:annotation>
1731       </xs:element>
1732     </xs:sequence>
1733   </xs:complexType>
1734   <xs:complexType name="KRZdravotnickyPracovnikDto">
1735     <xs:sequence>
1736       <xs:element name="jmeno" type="xs:string" minOccurs="0">
1737         <xs:annotation>
1738           <xs:documentation><p>Jméno dohledaného pracovníka.</p>
1739 </xs:documentation>
1740         </xs:annotation>
1741       </xs:element>
1742       <xs:element name="prijmeni" type="xs:string" minOccurs="0">
1743         <xs:annotation>
1744           <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
1745 </xs:documentation>
1746         </xs:annotation>
1747       </xs:element>
1748       <xs:element name="titulPred" type="xs:string" minOccurs="0">
1749         <xs:annotation>
1750           <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
1751 </xs:documentation>
1752         </xs:annotation>
1753       </xs:element>
1754       <xs:element name="titulZa" type="xs:string" minOccurs="0">
1755         <xs:annotation>
1756           <xs:documentation><p>Titul za dohledaného pracovníka.</p>
1757 </xs:documentation>
1758         </xs:annotation>
1759       </xs:element>
1760       <xs:element name="krzpId" type="xs:string" minOccurs="0">
1761         <xs:annotation>
1762           <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
1763 </xs:documentation>
1764         </xs:annotation>
1765       </xs:element>
1766       <xs:element name="datumNarozeni" type="xs:date" minOccurs="0">
1767         <xs:annotation>
1768           <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
1769 </xs:documentation>
1770         </xs:annotation>
1771       </xs:element>
1772     </xs:sequence>
1773   </xs:complexType>
1774   <xs:complexType name="PolozkaCiselnikuDto">
1775     <xs:annotation>
1776       <xs:documentation><p>Objekt PolozkaCiselniku párován na JSON dokument</p>
1777 </xs:documentation>
1778     </xs:annotation>
1779     <xs:sequence>
1780       <xs:element name="ciselnikKod" type="xs:string" minOccurs="0">
1781         <xs:annotation>
1782           <xs:documentation><p>Kód číselníku.</p>
1783 </xs:documentation>
1784         </xs:annotation>
1785       </xs:element>
1786       <xs:element name="kod" type="xs:string" minOccurs="0">
1787         <xs:annotation>
1788           <xs:documentation><p>Kód číselníkové položky.</p>
1789 </xs:documentation>
1790         </xs:annotation>
1791       </xs:element>
1792       <xs:element name="verze" type="xs:string" minOccurs="0">
1793         <xs:annotation>
1794           <xs:documentation><p>Verze číselníku.</p>
1795 </xs:documentation>
1796         </xs:annotation>
1797       </xs:element>
1798       <xs:element name="nazev" type="xs:string" minOccurs="0">
1799         <xs:annotation>
1800           <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1801 </xs:documentation>
1802         </xs:annotation>
1803       </xs:element>
1804       <xs:element name="popis" type="xs:string" minOccurs="0">
1805         <xs:annotation>
1806           <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1807 </xs:documentation>
1808         </xs:annotation>
1809       </xs:element>
1810       <xs:element name="valid" type="xs:boolean" minOccurs="0">
1811         <xs:annotation>
1812           <xs:documentation><p>Platnost číselníkové položky</p>
1813 </xs:documentation>
1814         </xs:annotation>
1815       </xs:element>
1816       <xs:element name="nabizetVNpez" type="xs:boolean" minOccurs="0">
1817         <xs:annotation>
1818           <xs:documentation><p>Položka je nabízena v NPEZ</p>
1819 </xs:documentation>
1820         </xs:annotation>
1821       </xs:element>
1822     </xs:sequence>
1823   </xs:complexType>
1824   <xs:complexType name="PotvrdVyzvednutiZasilkyDto">
1825     <xs:annotation>
1826       <xs:documentation><p>PotvrdVyzvednutiZasilkyDto</p>
1827 </xs:documentation>
1828     </xs:annotation>
1829     <xs:sequence>
1830       <xs:element name="id" type="ns1:guid" minOccurs="0">
1831         <xs:annotation>
1832           <xs:documentation><p>Identifikace zásilky</p>
1833 </xs:documentation>
1834         </xs:annotation>
1835       </xs:element>
1836       <xs:element name="verzeRadku" type="xs:string" minOccurs="0">
1837         <xs:annotation>
1838           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
1839 </xs:documentation>
1840         </xs:annotation>
1841       </xs:element>
1842     </xs:sequence>
1843   </xs:complexType>
1844   <xs:complexType name="Slozka">
1845     <xs:annotation>
1846       <xs:documentation><p>Složka dokumentu</p>
1847 </xs:documentation>
1848     </xs:annotation>
1849     <xs:sequence>
1850       <xs:element name="id" type="ns1:guid" minOccurs="0">
1851         <xs:annotation>
1852           <xs:documentation><p>ID zásilky pro zoskupení dokumentu do jednotní složky.</p>
1853 </xs:documentation>
1854         </xs:annotation>
1855       </xs:element>
1856       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
1857         <xs:annotation>
1858           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
1859 </xs:documentation>
1860         </xs:annotation>
1861       </xs:element>
1862       <xs:element name="nazev" minOccurs="0">
1863         <xs:annotation>
1864           <xs:documentation><p>Název složky.</p>
1865 </xs:documentation>
1866         </xs:annotation>
1867         <xs:simpleType>
1868           <xs:restriction base="xs:string">
1869             <xs:maxLength value="255" />
1870           </xs:restriction>
1871         </xs:simpleType>
1872       </xs:element>
1873       <xs:element name="autor" type="xs:string" minOccurs="0">
1874         <xs:annotation>
1875           <xs:documentation><p>ID uživatele, který složku vytvořil.</p>
1876 </xs:documentation>
1877         </xs:annotation>
1878       </xs:element>
1879       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
1880         <xs:annotation>
1881           <xs:documentation><p>Datum vytvoření složky.</p>
1882 </xs:documentation>
1883         </xs:annotation>
1884       </xs:element>
1885     </xs:sequence>
1886   </xs:complexType>
1887   <xs:complexType name="Soubor">
1888     <xs:annotation>
1889       <xs:documentation><p>Data nebo informace o soubore</p>
1890 </xs:documentation>
1891     </xs:annotation>
1892     <xs:sequence>
1893       <xs:element name="id" type="ns1:guid" minOccurs="0">
1894         <xs:annotation>
1895           <xs:documentation><p>ID souboru.</p>
1896 </xs:documentation>
1897         </xs:annotation>
1898       </xs:element>
1899       <xs:element name="soubor" type="xs:string" minOccurs="0">
1900         <xs:annotation>
1901           <xs:documentation><p>Base64 soubor.</p>
1902 </xs:documentation>
1903         </xs:annotation>
1904       </xs:element>
1905       <xs:element name="cesta" type="xs:string" minOccurs="0">
1906         <xs:annotation>
1907           <xs:documentation><p>Cesta na externí úložiště.</p>
1908 </xs:documentation>
1909         </xs:annotation>
1910       </xs:element>
1911     </xs:sequence>
1912   </xs:complexType>
1913   <xs:complexType name="Strankovani">
1914     <xs:annotation>
1915       <xs:documentation><p>Specifikace stránkování</p>
1916 </xs:documentation>
1917     </xs:annotation>
1918     <xs:sequence>
1919       <xs:element name="page" type="xs:int">
1920         <xs:annotation>
1921           <xs:documentation><p>Definuje požadované číslo stránky. Stránky jsou číslovány od 1.</p>
1922 </xs:documentation>
1923         </xs:annotation>
1924       </xs:element>
1925       <xs:element name="size" type="xs:int">
1926         <xs:annotation>
1927           <xs:documentation><p>Definuje požadovaný počet záznamů na stránce.</p>
1928 </xs:documentation>
1929         </xs:annotation>
1930       </xs:element>
1931     </xs:sequence>
1932   </xs:complexType>
1933   <xs:complexType name="UlozZasilkuCommand">
1934     <xs:annotation>
1935       <xs:documentation><p>Request pro uládáni zásilky Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
1936 </xs:documentation>
1937     </xs:annotation>
1938     <xs:sequence>
1939       <xs:element name="nazev">
1940         <xs:annotation>
1941           <xs:documentation><p>Název zásilky pro referenci.</p>
1942 </xs:documentation>
1943         </xs:annotation>
1944         <xs:simpleType>
1945           <xs:restriction base="xs:string">
1946             <xs:maxLength value="255" />
1947           </xs:restriction>
1948         </xs:simpleType>
1949       </xs:element>
1950       <xs:element name="popis" minOccurs="0">
1951         <xs:annotation>
1952           <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
1953 </xs:documentation>
1954         </xs:annotation>
1955         <xs:simpleType>
1956           <xs:restriction base="xs:string">
1957             <xs:maxLength value="999" />
1958           </xs:restriction>
1959         </xs:simpleType>
1960       </xs:element>
1961       <xs:element name="typ">
1962         <xs:annotation>
1963           <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
1964 </xs:documentation>
1965         </xs:annotation>
1966         <xs:complexType>
1967           <xs:annotation>
1968             <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
1969 </xs:documentation>
1970           </xs:annotation>
1971           <xs:sequence>
1972             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1973               <xs:annotation>
1974                 <xs:documentation><p>Kód číselníku.</p>
1975 </xs:documentation>
1976               </xs:annotation>
1977             </xs:element>
1978             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1979               <xs:annotation>
1980                 <xs:documentation><p>Kód číselníkové položky.</p>
1981 </xs:documentation>
1982               </xs:annotation>
1983             </xs:element>
1984             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1985               <xs:annotation>
1986                 <xs:documentation><p>Verze číselníku.</p>
1987 </xs:documentation>
1988               </xs:annotation>
1989             </xs:element>
1990             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1991               <xs:annotation>
1992                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
1993 </xs:documentation>
1994               </xs:annotation>
1995             </xs:element>
1996             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
1997               <xs:annotation>
1998                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
1999 </xs:documentation>
2000               </xs:annotation>
2001             </xs:element>
2002             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2003               <xs:annotation>
2004                 <xs:documentation><p>Platnost číselníkové položky</p>
2005 </xs:documentation>
2006               </xs:annotation>
2007             </xs:element>
2008             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2009               <xs:annotation>
2010                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2011 </xs:documentation>
2012               </xs:annotation>
2013             </xs:element>
2014           </xs:sequence>
2015         </xs:complexType>
2016       </xs:element>
2017       <xs:element name="klasifikace" minOccurs="0">
2018         <xs:annotation>
2019           <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
2020 </xs:documentation>
2021         </xs:annotation>
2022         <xs:complexType>
2023           <xs:annotation>
2024             <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
2025 </xs:documentation>
2026           </xs:annotation>
2027           <xs:sequence>
2028             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2029               <xs:annotation>
2030                 <xs:documentation><p>Kód číselníku.</p>
2031 </xs:documentation>
2032               </xs:annotation>
2033             </xs:element>
2034             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2035               <xs:annotation>
2036                 <xs:documentation><p>Kód číselníkové položky.</p>
2037 </xs:documentation>
2038               </xs:annotation>
2039             </xs:element>
2040             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2041               <xs:annotation>
2042                 <xs:documentation><p>Verze číselníku.</p>
2043 </xs:documentation>
2044               </xs:annotation>
2045             </xs:element>
2046             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2047               <xs:annotation>
2048                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2049 </xs:documentation>
2050               </xs:annotation>
2051             </xs:element>
2052             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2053               <xs:annotation>
2054                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2055 </xs:documentation>
2056               </xs:annotation>
2057             </xs:element>
2058             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2059               <xs:annotation>
2060                 <xs:documentation><p>Platnost číselníkové položky</p>
2061 </xs:documentation>
2062               </xs:annotation>
2063             </xs:element>
2064             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2065               <xs:annotation>
2066                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2067 </xs:documentation>
2068               </xs:annotation>
2069             </xs:element>
2070           </xs:sequence>
2071         </xs:complexType>
2072       </xs:element>
2073       <xs:element name="odbornost" minOccurs="0">
2074         <xs:annotation>
2075           <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
2076 </xs:documentation>
2077         </xs:annotation>
2078         <xs:complexType>
2079           <xs:annotation>
2080             <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
2081 </xs:documentation>
2082           </xs:annotation>
2083           <xs:sequence>
2084             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2085               <xs:annotation>
2086                 <xs:documentation><p>Kód číselníku.</p>
2087 </xs:documentation>
2088               </xs:annotation>
2089             </xs:element>
2090             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2091               <xs:annotation>
2092                 <xs:documentation><p>Kód číselníkové položky.</p>
2093 </xs:documentation>
2094               </xs:annotation>
2095             </xs:element>
2096             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2097               <xs:annotation>
2098                 <xs:documentation><p>Verze číselníku.</p>
2099 </xs:documentation>
2100               </xs:annotation>
2101             </xs:element>
2102             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2103               <xs:annotation>
2104                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2105 </xs:documentation>
2106               </xs:annotation>
2107             </xs:element>
2108             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2109               <xs:annotation>
2110                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2111 </xs:documentation>
2112               </xs:annotation>
2113             </xs:element>
2114             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2115               <xs:annotation>
2116                 <xs:documentation><p>Platnost číselníkové položky</p>
2117 </xs:documentation>
2118               </xs:annotation>
2119             </xs:element>
2120             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2121               <xs:annotation>
2122                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2123 </xs:documentation>
2124               </xs:annotation>
2125             </xs:element>
2126           </xs:sequence>
2127         </xs:complexType>
2128       </xs:element>
2129       <xs:element name="datumOd" type="xs:date" minOccurs="0">
2130         <xs:annotation>
2131           <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
2132 </xs:documentation>
2133         </xs:annotation>
2134       </xs:element>
2135       <xs:element name="datumDo" type="xs:date" minOccurs="0">
2136         <xs:annotation>
2137           <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
2138 </xs:documentation>
2139         </xs:annotation>
2140       </xs:element>
2141       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
2142         <xs:annotation>
2143           <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
2144 </xs:documentation>
2145         </xs:annotation>
2146       </xs:element>
2147       <xs:element name="autor" type="xs:string">
2148         <xs:annotation>
2149           <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
2150 </xs:documentation>
2151         </xs:annotation>
2152       </xs:element>
2153       <xs:element name="zdravotnickyPracovnik" type="xs:string">
2154         <xs:annotation>
2155           <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
2156 </xs:documentation>
2157         </xs:annotation>
2158       </xs:element>
2159       <xs:element name="poskytovatel" type="xs:string">
2160         <xs:annotation>
2161           <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
2162 </xs:documentation>
2163         </xs:annotation>
2164       </xs:element>
2165       <xs:element name="pacient" type="xs:string">
2166         <xs:annotation>
2167           <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
2168 </xs:documentation>
2169         </xs:annotation>
2170       </xs:element>
2171       <xs:element name="ispzs">
2172         <xs:annotation>
2173           <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
2174 </xs:documentation>
2175         </xs:annotation>
2176         <xs:simpleType>
2177           <xs:restriction base="xs:string">
2178             <xs:maxLength value="255" />
2179           </xs:restriction>
2180         </xs:simpleType>
2181       </xs:element>
2182       <xs:element name="adresat" type="xs:string" minOccurs="0">
2183         <xs:annotation>
2184           <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
2185 </xs:documentation>
2186         </xs:annotation>
2187       </xs:element>
2188       <xs:element name="adresatTyp" minOccurs="0">
2189         <xs:annotation>
2190           <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
2191 </xs:documentation>
2192         </xs:annotation>
2193         <xs:complexType>
2194           <xs:annotation>
2195             <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
2196 </xs:documentation>
2197           </xs:annotation>
2198           <xs:sequence>
2199             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2200               <xs:annotation>
2201                 <xs:documentation><p>Kód číselníku.</p>
2202 </xs:documentation>
2203               </xs:annotation>
2204             </xs:element>
2205             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2206               <xs:annotation>
2207                 <xs:documentation><p>Kód číselníkové položky.</p>
2208 </xs:documentation>
2209               </xs:annotation>
2210             </xs:element>
2211             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2212               <xs:annotation>
2213                 <xs:documentation><p>Verze číselníku.</p>
2214 </xs:documentation>
2215               </xs:annotation>
2216             </xs:element>
2217             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2218               <xs:annotation>
2219                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2220 </xs:documentation>
2221               </xs:annotation>
2222             </xs:element>
2223             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2224               <xs:annotation>
2225                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2226 </xs:documentation>
2227               </xs:annotation>
2228             </xs:element>
2229             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2230               <xs:annotation>
2231                 <xs:documentation><p>Platnost číselníkové položky</p>
2232 </xs:documentation>
2233               </xs:annotation>
2234             </xs:element>
2235             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2236               <xs:annotation>
2237                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2238 </xs:documentation>
2239               </xs:annotation>
2240             </xs:element>
2241           </xs:sequence>
2242         </xs:complexType>
2243       </xs:element>
2244       <xs:element name="dostupnost" type="xs:boolean" minOccurs="0">
2245         <xs:annotation>
2246           <xs:documentation><p>Status dostupnosti zásilky.</p>
2247 </xs:documentation>
2248         </xs:annotation>
2249       </xs:element>
2250       <xs:element name="rodic" type="ns1:guid" minOccurs="0">
2251         <xs:annotation>
2252           <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
2253 </xs:documentation>
2254         </xs:annotation>
2255       </xs:element>
2256       <xs:element name="udalost" minOccurs="0">
2257         <xs:annotation>
2258           <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
2259 </xs:documentation>
2260         </xs:annotation>
2261         <xs:complexType>
2262           <xs:annotation>
2263             <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
2264 </xs:documentation>
2265           </xs:annotation>
2266           <xs:sequence>
2267             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2268               <xs:annotation>
2269                 <xs:documentation><p>Kód číselníku.</p>
2270 </xs:documentation>
2271               </xs:annotation>
2272             </xs:element>
2273             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2274               <xs:annotation>
2275                 <xs:documentation><p>Kód číselníkové položky.</p>
2276 </xs:documentation>
2277               </xs:annotation>
2278             </xs:element>
2279             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2280               <xs:annotation>
2281                 <xs:documentation><p>Verze číselníku.</p>
2282 </xs:documentation>
2283               </xs:annotation>
2284             </xs:element>
2285             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2286               <xs:annotation>
2287                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2288 </xs:documentation>
2289               </xs:annotation>
2290             </xs:element>
2291             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2292               <xs:annotation>
2293                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2294 </xs:documentation>
2295               </xs:annotation>
2296             </xs:element>
2297             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2298               <xs:annotation>
2299                 <xs:documentation><p>Platnost číselníkové položky</p>
2300 </xs:documentation>
2301               </xs:annotation>
2302             </xs:element>
2303             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2304               <xs:annotation>
2305                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2306 </xs:documentation>
2307               </xs:annotation>
2308             </xs:element>
2309           </xs:sequence>
2310         </xs:complexType>
2311       </xs:element>
2312       <xs:element name="dokument" type="tns:Dokument" minOccurs="0" maxOccurs="2147483647">
2313         <xs:annotation>
2314           <xs:documentation><p>Dokument zásilky.</p>
2315 </xs:documentation>
2316         </xs:annotation>
2317       </xs:element>
2318     </xs:sequence>
2319   </xs:complexType>
2320   <xs:complexType name="UlozZasilkuDto">
2321     <xs:annotation>
2322       <xs:documentation><p>Návratova data pro UlozZasilku</p>
2323 </xs:documentation>
2324     </xs:annotation>
2325     <xs:sequence>
2326       <xs:element name="id" type="ns1:guid" minOccurs="0">
2327         <xs:annotation>
2328           <xs:documentation><p>Identifikace vygenerované zásilky.</p>
2329 </xs:documentation>
2330         </xs:annotation>
2331       </xs:element>
2332       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
2333         <xs:annotation>
2334           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
2335 </xs:documentation>
2336         </xs:annotation>
2337       </xs:element>
2338     </xs:sequence>
2339   </xs:complexType>
2340   <xs:complexType name="VyhledejZasilkuDto">
2341     <xs:annotation>
2342       <xs:documentation><p>Návratová data pro vyhledání zásilky</p>
2343 </xs:documentation>
2344     </xs:annotation>
2345     <xs:sequence>
2346       <xs:element name="pageNumber" type="xs:int" minOccurs="0">
2347         <xs:annotation>
2348           <xs:documentation><p>Reprezentuje číslo aktuální stránky.</p>
2349 </xs:documentation>
2350         </xs:annotation>
2351       </xs:element>
2352       <xs:element name="nextPage" type="xs:int" minOccurs="0">
2353         <xs:annotation>
2354           <xs:documentation><p>Reprezentuje číslo další stránky. Pokud je aktuální stránka zároveň poslední stránkou seznamu, pak tento parametr není uveden nebo je uveden s hodnotou null.</p>
2355 </xs:documentation>
2356         </xs:annotation>
2357       </xs:element>
2358       <xs:element name="pageCount" type="xs:int" minOccurs="0">
2359         <xs:annotation>
2360           <xs:documentation><p>Reprezentuje celkový počet stránek dotazu.</p>
2361 </xs:documentation>
2362         </xs:annotation>
2363       </xs:element>
2364       <xs:element name="pageSize" type="xs:long" minOccurs="0">
2365         <xs:annotation>
2366           <xs:documentation><p>Počet zásilek na stránku (na základě uvedeného stránkování v rámci requestu).</p>
2367 </xs:documentation>
2368         </xs:annotation>
2369       </xs:element>
2370       <xs:element name="totalCount" type="xs:long" minOccurs="0">
2371         <xs:annotation>
2372           <xs:documentation><p>Celkový počet zásilek nalezený na základě zadaných parametrů.</p>
2373 </xs:documentation>
2374         </xs:annotation>
2375       </xs:element>
2376       <xs:element name="pocetNeprectenych" type="xs:long" minOccurs="0">
2377         <xs:annotation>
2378           <xs:documentation><p>Počet neprečtěních záznamů.</p>
2379 </xs:documentation>
2380         </xs:annotation>
2381       </xs:element>
2382       <xs:element name="zasilka" type="tns:Zasilka" minOccurs="0" maxOccurs="2147483647">
2383         <xs:annotation>
2384           <xs:documentation><p>Seznam nalezených zásilek.</p>
2385 </xs:documentation>
2386         </xs:annotation>
2387       </xs:element>
2388     </xs:sequence>
2389   </xs:complexType>
2390   <xs:complexType name="VyhledejZasilkuExtQuery">
2391     <xs:annotation>
2392       <xs:documentation><p>Požadavek pro filtraci externích zásilek Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
2393 </xs:documentation>
2394     </xs:annotation>
2395     <xs:sequence>
2396       <xs:element name="idZasilky" type="ns1:guid" minOccurs="0">
2397         <xs:annotation>
2398           <xs:documentation><p>Identifikace zásilky.</p>
2399 </xs:documentation>
2400         </xs:annotation>
2401       </xs:element>
2402       <xs:element name="pacient" type="xs:string" minOccurs="0">
2403         <xs:annotation>
2404           <xs:documentation><p>RID - Identifikátor pacienta, kterému seznam náleží.</p>
2405 </xs:documentation>
2406         </xs:annotation>
2407       </xs:element>
2408       <xs:element name="autor" type="xs:string" minOccurs="0">
2409         <xs:annotation>
2410           <xs:documentation><p>Identifikátor autora Zásilky, který zásilku vytvořil.</p>
2411 </xs:documentation>
2412         </xs:annotation>
2413       </xs:element>
2414       <xs:element name="prijemce" type="xs:string" minOccurs="0">
2415         <xs:annotation>
2416           <xs:documentation><p>Identifikátor příjemce Zásilky.</p>
2417 </xs:documentation>
2418         </xs:annotation>
2419       </xs:element>
2420       <xs:element name="poskytovatel" type="xs:string" minOccurs="0">
2421         <xs:annotation>
2422           <xs:documentation><p>Identifikátor poskytovatele, který Zásilku vytvořil.</p>
2423 </xs:documentation>
2424         </xs:annotation>
2425       </xs:element>
2426       <xs:element name="datumOd" type="xs:date">
2427         <xs:annotation>
2428           <xs:documentation><p>Datumové ohraničení nejstaršího datumu vytvoření Zásilky.</p>
2429 </xs:documentation>
2430         </xs:annotation>
2431       </xs:element>
2432       <xs:element name="datumDo" type="xs:date">
2433         <xs:annotation>
2434           <xs:documentation><p>Datumové ohraničení nejmladšího datumu vytvoření Zásilky.</p>
2435 </xs:documentation>
2436         </xs:annotation>
2437       </xs:element>
2438       <xs:element name="strankovani" minOccurs="0">
2439         <xs:annotation>
2440           <xs:documentation><p>Stránkovaní.</p>
2441 </xs:documentation>
2442         </xs:annotation>
2443         <xs:complexType>
2444           <xs:annotation>
2445             <xs:documentation><p>Stránkovaní.</p>
2446 </xs:documentation>
2447           </xs:annotation>
2448           <xs:sequence>
2449             <xs:element name="page" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
2450               <xs:annotation>
2451                 <xs:documentation><p>Definuje požadované číslo stránky. Stránky jsou číslovány od 1.</p>
2452 </xs:documentation>
2453               </xs:annotation>
2454             </xs:element>
2455             <xs:element name="size" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
2456               <xs:annotation>
2457                 <xs:documentation><p>Definuje požadovaný počet záznamů na stránce.</p>
2458 </xs:documentation>
2459               </xs:annotation>
2460             </xs:element>
2461           </xs:sequence>
2462         </xs:complexType>
2463       </xs:element>
2464     </xs:sequence>
2465   </xs:complexType>
2466   <xs:complexType name="Zasilka">
2467     <xs:annotation>
2468       <xs:documentation><p>Data zásilky</p>
2469 </xs:documentation>
2470     </xs:annotation>
2471     <xs:sequence>
2472       <xs:element name="id" type="ns1:guid" minOccurs="0">
2473         <xs:annotation>
2474           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
2475 </xs:documentation>
2476         </xs:annotation>
2477       </xs:element>
2478       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
2479         <xs:annotation>
2480           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
2481 </xs:documentation>
2482         </xs:annotation>
2483       </xs:element>
2484       <xs:element name="nazev">
2485         <xs:annotation>
2486           <xs:documentation><p>Název zásilky pro referenci.</p>
2487 </xs:documentation>
2488         </xs:annotation>
2489         <xs:simpleType>
2490           <xs:restriction base="xs:string">
2491             <xs:maxLength value="255" />
2492           </xs:restriction>
2493         </xs:simpleType>
2494       </xs:element>
2495       <xs:element name="popis" minOccurs="0">
2496         <xs:annotation>
2497           <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
2498 </xs:documentation>
2499         </xs:annotation>
2500         <xs:simpleType>
2501           <xs:restriction base="xs:string">
2502             <xs:maxLength value="999" />
2503           </xs:restriction>
2504         </xs:simpleType>
2505       </xs:element>
2506       <xs:element name="stav" minOccurs="0">
2507         <xs:annotation>
2508           <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
2509 </xs:documentation>
2510         </xs:annotation>
2511         <xs:complexType>
2512           <xs:annotation>
2513             <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
2514 </xs:documentation>
2515           </xs:annotation>
2516           <xs:sequence>
2517             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2518               <xs:annotation>
2519                 <xs:documentation><p>Kód číselníku.</p>
2520 </xs:documentation>
2521               </xs:annotation>
2522             </xs:element>
2523             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2524               <xs:annotation>
2525                 <xs:documentation><p>Kód číselníkové položky.</p>
2526 </xs:documentation>
2527               </xs:annotation>
2528             </xs:element>
2529             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2530               <xs:annotation>
2531                 <xs:documentation><p>Verze číselníku.</p>
2532 </xs:documentation>
2533               </xs:annotation>
2534             </xs:element>
2535             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2536               <xs:annotation>
2537                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2538 </xs:documentation>
2539               </xs:annotation>
2540             </xs:element>
2541             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2542               <xs:annotation>
2543                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2544 </xs:documentation>
2545               </xs:annotation>
2546             </xs:element>
2547             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2548               <xs:annotation>
2549                 <xs:documentation><p>Platnost číselníkové položky</p>
2550 </xs:documentation>
2551               </xs:annotation>
2552             </xs:element>
2553             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2554               <xs:annotation>
2555                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2556 </xs:documentation>
2557               </xs:annotation>
2558             </xs:element>
2559           </xs:sequence>
2560         </xs:complexType>
2561       </xs:element>
2562       <xs:element name="typ">
2563         <xs:annotation>
2564           <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
2565 </xs:documentation>
2566         </xs:annotation>
2567         <xs:complexType>
2568           <xs:annotation>
2569             <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
2570 </xs:documentation>
2571           </xs:annotation>
2572           <xs:sequence>
2573             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2574               <xs:annotation>
2575                 <xs:documentation><p>Kód číselníku.</p>
2576 </xs:documentation>
2577               </xs:annotation>
2578             </xs:element>
2579             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2580               <xs:annotation>
2581                 <xs:documentation><p>Kód číselníkové položky.</p>
2582 </xs:documentation>
2583               </xs:annotation>
2584             </xs:element>
2585             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2586               <xs:annotation>
2587                 <xs:documentation><p>Verze číselníku.</p>
2588 </xs:documentation>
2589               </xs:annotation>
2590             </xs:element>
2591             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2592               <xs:annotation>
2593                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2594 </xs:documentation>
2595               </xs:annotation>
2596             </xs:element>
2597             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2598               <xs:annotation>
2599                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2600 </xs:documentation>
2601               </xs:annotation>
2602             </xs:element>
2603             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2604               <xs:annotation>
2605                 <xs:documentation><p>Platnost číselníkové položky</p>
2606 </xs:documentation>
2607               </xs:annotation>
2608             </xs:element>
2609             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2610               <xs:annotation>
2611                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2612 </xs:documentation>
2613               </xs:annotation>
2614             </xs:element>
2615           </xs:sequence>
2616         </xs:complexType>
2617       </xs:element>
2618       <xs:element name="klasifikace" minOccurs="0">
2619         <xs:annotation>
2620           <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
2621 </xs:documentation>
2622         </xs:annotation>
2623         <xs:complexType>
2624           <xs:annotation>
2625             <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
2626 </xs:documentation>
2627           </xs:annotation>
2628           <xs:sequence>
2629             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2630               <xs:annotation>
2631                 <xs:documentation><p>Kód číselníku.</p>
2632 </xs:documentation>
2633               </xs:annotation>
2634             </xs:element>
2635             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2636               <xs:annotation>
2637                 <xs:documentation><p>Kód číselníkové položky.</p>
2638 </xs:documentation>
2639               </xs:annotation>
2640             </xs:element>
2641             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2642               <xs:annotation>
2643                 <xs:documentation><p>Verze číselníku.</p>
2644 </xs:documentation>
2645               </xs:annotation>
2646             </xs:element>
2647             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2648               <xs:annotation>
2649                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2650 </xs:documentation>
2651               </xs:annotation>
2652             </xs:element>
2653             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2654               <xs:annotation>
2655                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2656 </xs:documentation>
2657               </xs:annotation>
2658             </xs:element>
2659             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2660               <xs:annotation>
2661                 <xs:documentation><p>Platnost číselníkové položky</p>
2662 </xs:documentation>
2663               </xs:annotation>
2664             </xs:element>
2665             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2666               <xs:annotation>
2667                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2668 </xs:documentation>
2669               </xs:annotation>
2670             </xs:element>
2671           </xs:sequence>
2672         </xs:complexType>
2673       </xs:element>
2674       <xs:element name="odbornost" minOccurs="0">
2675         <xs:annotation>
2676           <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
2677 </xs:documentation>
2678         </xs:annotation>
2679         <xs:complexType>
2680           <xs:annotation>
2681             <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
2682 </xs:documentation>
2683           </xs:annotation>
2684           <xs:sequence>
2685             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2686               <xs:annotation>
2687                 <xs:documentation><p>Kód číselníku.</p>
2688 </xs:documentation>
2689               </xs:annotation>
2690             </xs:element>
2691             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2692               <xs:annotation>
2693                 <xs:documentation><p>Kód číselníkové položky.</p>
2694 </xs:documentation>
2695               </xs:annotation>
2696             </xs:element>
2697             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2698               <xs:annotation>
2699                 <xs:documentation><p>Verze číselníku.</p>
2700 </xs:documentation>
2701               </xs:annotation>
2702             </xs:element>
2703             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2704               <xs:annotation>
2705                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
2706 </xs:documentation>
2707               </xs:annotation>
2708             </xs:element>
2709             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2710               <xs:annotation>
2711                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
2712 </xs:documentation>
2713               </xs:annotation>
2714             </xs:element>
2715             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2716               <xs:annotation>
2717                 <xs:documentation><p>Platnost číselníkové položky</p>
2718 </xs:documentation>
2719               </xs:annotation>
2720             </xs:element>
2721             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
2722               <xs:annotation>
2723                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
2724 </xs:documentation>
2725               </xs:annotation>
2726             </xs:element>
2727           </xs:sequence>
2728         </xs:complexType>
2729       </xs:element>
2730       <xs:element name="datumOd" type="xs:date" minOccurs="0">
2731         <xs:annotation>
2732           <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
2733 </xs:documentation>
2734         </xs:annotation>
2735       </xs:element>
2736       <xs:element name="datumDo" type="xs:date" minOccurs="0">
2737         <xs:annotation>
2738           <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
2739 </xs:documentation>
2740         </xs:annotation>
2741       </xs:element>
2742       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
2743         <xs:annotation>
2744           <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
2745 </xs:documentation>
2746         </xs:annotation>
2747       </xs:element>
2748       <xs:element name="autor" type="xs:string">
2749         <xs:annotation>
2750           <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
2751 </xs:documentation>
2752         </xs:annotation>
2753       </xs:element>
2754       <xs:element name="autorData" minOccurs="0">
2755         <xs:annotation>
2756           <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
2757 </xs:documentation>
2758         </xs:annotation>
2759         <xs:complexType>
2760           <xs:annotation>
2761             <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
2762 </xs:documentation>
2763           </xs:annotation>
2764           <xs:sequence>
2765             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2766               <xs:annotation>
2767                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
2768 </xs:documentation>
2769               </xs:annotation>
2770             </xs:element>
2771             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2772               <xs:annotation>
2773                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
2774 </xs:documentation>
2775               </xs:annotation>
2776             </xs:element>
2777             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2778               <xs:annotation>
2779                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
2780 </xs:documentation>
2781               </xs:annotation>
2782             </xs:element>
2783             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2784               <xs:annotation>
2785                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
2786 </xs:documentation>
2787               </xs:annotation>
2788             </xs:element>
2789             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2790               <xs:annotation>
2791                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
2792 </xs:documentation>
2793               </xs:annotation>
2794             </xs:element>
2795             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
2796               <xs:annotation>
2797                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
2798 </xs:documentation>
2799               </xs:annotation>
2800             </xs:element>
2801           </xs:sequence>
2802         </xs:complexType>
2803       </xs:element>
2804       <xs:element name="zdravotnickyPracovnik" type="xs:string">
2805         <xs:annotation>
2806           <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
2807 </xs:documentation>
2808         </xs:annotation>
2809       </xs:element>
2810       <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
2811         <xs:annotation>
2812           <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
2813 </xs:documentation>
2814         </xs:annotation>
2815         <xs:complexType>
2816           <xs:annotation>
2817             <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
2818 </xs:documentation>
2819           </xs:annotation>
2820           <xs:sequence>
2821             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2822               <xs:annotation>
2823                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
2824 </xs:documentation>
2825               </xs:annotation>
2826             </xs:element>
2827             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2828               <xs:annotation>
2829                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
2830 </xs:documentation>
2831               </xs:annotation>
2832             </xs:element>
2833             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2834               <xs:annotation>
2835                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
2836 </xs:documentation>
2837               </xs:annotation>
2838             </xs:element>
2839             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2840               <xs:annotation>
2841                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
2842 </xs:documentation>
2843               </xs:annotation>
2844             </xs:element>
2845             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2846               <xs:annotation>
2847                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
2848 </xs:documentation>
2849               </xs:annotation>
2850             </xs:element>
2851             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
2852               <xs:annotation>
2853                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
2854 </xs:documentation>
2855               </xs:annotation>
2856             </xs:element>
2857           </xs:sequence>
2858         </xs:complexType>
2859       </xs:element>
2860       <xs:element name="poskytovatel" type="xs:string">
2861         <xs:annotation>
2862           <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
2863 </xs:documentation>
2864         </xs:annotation>
2865       </xs:element>
2866       <xs:element name="poskytovatelData" minOccurs="0">
2867         <xs:annotation>
2868           <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
2869 </xs:documentation>
2870         </xs:annotation>
2871         <xs:complexType>
2872           <xs:annotation>
2873             <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
2874 </xs:documentation>
2875           </xs:annotation>
2876           <xs:sequence>
2877             <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2878               <xs:annotation>
2879                 <xs:documentation><p>ICO dohledaného poskytovatele.</p>
2880 </xs:documentation>
2881               </xs:annotation>
2882             </xs:element>
2883             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2884               <xs:annotation>
2885                 <xs:documentation><p>Název dohledaného poskytovatele.</p>
2886 </xs:documentation>
2887               </xs:annotation>
2888             </xs:element>
2889             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2890               <xs:annotation>
2891                 <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
2892 </xs:documentation>
2893               </xs:annotation>
2894             </xs:element>
2895             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2896               <xs:annotation>
2897                 <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
2898 </xs:documentation>
2899               </xs:annotation>
2900             </xs:element>
2901           </xs:sequence>
2902         </xs:complexType>
2903       </xs:element>
2904       <xs:element name="pacient" type="xs:string">
2905         <xs:annotation>
2906           <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
2907 </xs:documentation>
2908         </xs:annotation>
2909       </xs:element>
2910       <xs:element name="pacientData" minOccurs="0">
2911         <xs:annotation>
2912           <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
2913 </xs:documentation>
2914         </xs:annotation>
2915         <xs:complexType>
2916           <xs:annotation>
2917             <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
2918 </xs:documentation>
2919           </xs:annotation>
2920           <xs:sequence>
2921             <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2922               <xs:annotation>
2923                 <xs:documentation><p>RID dohledané osoby.</p>
2924 </xs:documentation>
2925               </xs:annotation>
2926             </xs:element>
2927             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2928               <xs:annotation>
2929                 <xs:documentation><p>Jméno dohledané osoby.</p>
2930 </xs:documentation>
2931               </xs:annotation>
2932             </xs:element>
2933             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2934               <xs:annotation>
2935                 <xs:documentation><p>Příjmení dohledané osoby.</p>
2936 </xs:documentation>
2937               </xs:annotation>
2938             </xs:element>
2939             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
2940               <xs:annotation>
2941                 <xs:documentation><p>Datum narození dohledané osoby.</p>
2942 </xs:documentation>
2943               </xs:annotation>
2944             </xs:element>
2945             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2946               <xs:annotation>
2947                 <xs:documentation><p>RUIAN ID dohledané osoby.</p>
2948 </xs:documentation>
2949               </xs:annotation>
2950             </xs:element>
2951             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2952               <xs:annotation>
2953                 <xs:documentation><p>Adresa dohledané osoby.</p>
2954 </xs:documentation>
2955               </xs:annotation>
2956             </xs:element>
2957             <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2958               <xs:annotation>
2959                 <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
2960 </xs:documentation>
2961               </xs:annotation>
2962             </xs:element>
2963             <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2964               <xs:annotation>
2965                 <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
2966 </xs:documentation>
2967               </xs:annotation>
2968             </xs:element>
2969             <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2970               <xs:annotation>
2971                 <xs:documentation><p>Kontaktní email dohledané osoby.</p>
2972 </xs:documentation>
2973               </xs:annotation>
2974             </xs:element>
2975             <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2976               <xs:annotation>
2977                 <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
2978 </xs:documentation>
2979               </xs:annotation>
2980             </xs:element>
2981             <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
2982               <xs:annotation>
2983                 <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
2984 </xs:documentation>
2985               </xs:annotation>
2986             </xs:element>
2987             <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
2988               <xs:annotation>
2989                 <xs:documentation><p>Doklady dohledané osoby.</p>
2990 </xs:documentation>
2991               </xs:annotation>
2992             </xs:element>
2993           </xs:sequence>
2994         </xs:complexType>
2995       </xs:element>
2996       <xs:element name="ispzs">
2997         <xs:annotation>
2998           <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
2999 </xs:documentation>
3000         </xs:annotation>
3001         <xs:simpleType>
3002           <xs:restriction base="xs:string">
3003             <xs:maxLength value="255" />
3004           </xs:restriction>
3005         </xs:simpleType>
3006       </xs:element>
3007       <xs:element name="adresat" type="xs:string" minOccurs="0">
3008         <xs:annotation>
3009           <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
3010 </xs:documentation>
3011         </xs:annotation>
3012       </xs:element>
3013       <xs:element name="adresatData" minOccurs="0">
3014         <xs:annotation>
3015           <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
3016 </xs:documentation>
3017         </xs:annotation>
3018         <xs:complexType>
3019           <xs:annotation>
3020             <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
3021 </xs:documentation>
3022           </xs:annotation>
3023           <xs:sequence>
3024             <xs:element name="zdravotnickyPracovnik" minOccurs="0">
3025               <xs:annotation>
3026                 <xs:documentation><p>Data zdravotnického pracovníka.</p>
3027 </xs:documentation>
3028               </xs:annotation>
3029               <xs:complexType>
3030                 <xs:annotation>
3031                   <xs:documentation><p>Data zdravotnického pracovníka.</p>
3032 </xs:documentation>
3033                 </xs:annotation>
3034                 <xs:sequence>
3035                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3036                     <xs:annotation>
3037                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
3038 </xs:documentation>
3039                     </xs:annotation>
3040                   </xs:element>
3041                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3042                     <xs:annotation>
3043                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
3044 </xs:documentation>
3045                     </xs:annotation>
3046                   </xs:element>
3047                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3048                     <xs:annotation>
3049                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
3050 </xs:documentation>
3051                     </xs:annotation>
3052                   </xs:element>
3053                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3054                     <xs:annotation>
3055                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
3056 </xs:documentation>
3057                     </xs:annotation>
3058                   </xs:element>
3059                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3060                     <xs:annotation>
3061                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
3062 </xs:documentation>
3063                     </xs:annotation>
3064                   </xs:element>
3065                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
3066                     <xs:annotation>
3067                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
3068 </xs:documentation>
3069                     </xs:annotation>
3070                   </xs:element>
3071                 </xs:sequence>
3072               </xs:complexType>
3073             </xs:element>
3074             <xs:element name="pacient" minOccurs="0">
3075               <xs:annotation>
3076                 <xs:documentation><p>Data pacienta.</p>
3077 </xs:documentation>
3078               </xs:annotation>
3079               <xs:complexType>
3080                 <xs:annotation>
3081                   <xs:documentation><p>Data pacienta.</p>
3082 </xs:documentation>
3083                 </xs:annotation>
3084                 <xs:sequence>
3085                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3086                     <xs:annotation>
3087                       <xs:documentation><p>RID dohledané osoby.</p>
3088 </xs:documentation>
3089                     </xs:annotation>
3090                   </xs:element>
3091                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3092                     <xs:annotation>
3093                       <xs:documentation><p>Jméno dohledané osoby.</p>
3094 </xs:documentation>
3095                     </xs:annotation>
3096                   </xs:element>
3097                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3098                     <xs:annotation>
3099                       <xs:documentation><p>Příjmení dohledané osoby.</p>
3100 </xs:documentation>
3101                     </xs:annotation>
3102                   </xs:element>
3103                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
3104                     <xs:annotation>
3105                       <xs:documentation><p>Datum narození dohledané osoby.</p>
3106 </xs:documentation>
3107                     </xs:annotation>
3108                   </xs:element>
3109                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3110                     <xs:annotation>
3111                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
3112 </xs:documentation>
3113                     </xs:annotation>
3114                   </xs:element>
3115                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3116                     <xs:annotation>
3117                       <xs:documentation><p>Adresa dohledané osoby.</p>
3118 </xs:documentation>
3119                     </xs:annotation>
3120                   </xs:element>
3121                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3122                     <xs:annotation>
3123                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
3124 </xs:documentation>
3125                     </xs:annotation>
3126                   </xs:element>
3127                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3128                     <xs:annotation>
3129                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
3130 </xs:documentation>
3131                     </xs:annotation>
3132                   </xs:element>
3133                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3134                     <xs:annotation>
3135                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
3136 </xs:documentation>
3137                     </xs:annotation>
3138                   </xs:element>
3139                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3140                     <xs:annotation>
3141                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
3142 </xs:documentation>
3143                     </xs:annotation>
3144                   </xs:element>
3145                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3146                     <xs:annotation>
3147                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
3148 </xs:documentation>
3149                     </xs:annotation>
3150                   </xs:element>
3151                   <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
3152                     <xs:annotation>
3153                       <xs:documentation><p>Doklady dohledané osoby.</p>
3154 </xs:documentation>
3155                     </xs:annotation>
3156                   </xs:element>
3157                 </xs:sequence>
3158               </xs:complexType>
3159             </xs:element>
3160             <xs:element name="poskytovatel" minOccurs="0">
3161               <xs:annotation>
3162                 <xs:documentation><p>Data poskytovatele.</p>
3163 </xs:documentation>
3164               </xs:annotation>
3165               <xs:complexType>
3166                 <xs:annotation>
3167                   <xs:documentation><p>Data poskytovatele.</p>
3168 </xs:documentation>
3169                 </xs:annotation>
3170                 <xs:sequence>
3171                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3172                     <xs:annotation>
3173                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
3174 </xs:documentation>
3175                     </xs:annotation>
3176                   </xs:element>
3177                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3178                     <xs:annotation>
3179                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
3180 </xs:documentation>
3181                     </xs:annotation>
3182                   </xs:element>
3183                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3184                     <xs:annotation>
3185                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
3186 </xs:documentation>
3187                     </xs:annotation>
3188                   </xs:element>
3189                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3190                     <xs:annotation>
3191                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
3192 </xs:documentation>
3193                     </xs:annotation>
3194                   </xs:element>
3195                 </xs:sequence>
3196               </xs:complexType>
3197             </xs:element>
3198           </xs:sequence>
3199         </xs:complexType>
3200       </xs:element>
3201       <xs:element name="adresatTyp" minOccurs="0">
3202         <xs:annotation>
3203           <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
3204 </xs:documentation>
3205         </xs:annotation>
3206         <xs:complexType>
3207           <xs:annotation>
3208             <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
3209 </xs:documentation>
3210           </xs:annotation>
3211           <xs:sequence>
3212             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3213               <xs:annotation>
3214                 <xs:documentation><p>Kód číselníku.</p>
3215 </xs:documentation>
3216               </xs:annotation>
3217             </xs:element>
3218             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3219               <xs:annotation>
3220                 <xs:documentation><p>Kód číselníkové položky.</p>
3221 </xs:documentation>
3222               </xs:annotation>
3223             </xs:element>
3224             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3225               <xs:annotation>
3226                 <xs:documentation><p>Verze číselníku.</p>
3227 </xs:documentation>
3228               </xs:annotation>
3229             </xs:element>
3230             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3231               <xs:annotation>
3232                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3233 </xs:documentation>
3234               </xs:annotation>
3235             </xs:element>
3236             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3237               <xs:annotation>
3238                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3239 </xs:documentation>
3240               </xs:annotation>
3241             </xs:element>
3242             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3243               <xs:annotation>
3244                 <xs:documentation><p>Platnost číselníkové položky</p>
3245 </xs:documentation>
3246               </xs:annotation>
3247             </xs:element>
3248             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3249               <xs:annotation>
3250                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3251 </xs:documentation>
3252               </xs:annotation>
3253             </xs:element>
3254           </xs:sequence>
3255         </xs:complexType>
3256       </xs:element>
3257       <xs:element name="dostupnost" type="xs:boolean" minOccurs="0">
3258         <xs:annotation>
3259           <xs:documentation><p>Status dostupnosti zásilky.</p>
3260 </xs:documentation>
3261         </xs:annotation>
3262       </xs:element>
3263       <xs:element name="rodic" type="ns1:guid" minOccurs="0">
3264         <xs:annotation>
3265           <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
3266 </xs:documentation>
3267         </xs:annotation>
3268       </xs:element>
3269       <xs:element name="udalost" minOccurs="0">
3270         <xs:annotation>
3271           <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
3272 </xs:documentation>
3273         </xs:annotation>
3274         <xs:complexType>
3275           <xs:annotation>
3276             <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
3277 </xs:documentation>
3278           </xs:annotation>
3279           <xs:sequence>
3280             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3281               <xs:annotation>
3282                 <xs:documentation><p>Kód číselníku.</p>
3283 </xs:documentation>
3284               </xs:annotation>
3285             </xs:element>
3286             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3287               <xs:annotation>
3288                 <xs:documentation><p>Kód číselníkové položky.</p>
3289 </xs:documentation>
3290               </xs:annotation>
3291             </xs:element>
3292             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3293               <xs:annotation>
3294                 <xs:documentation><p>Verze číselníku.</p>
3295 </xs:documentation>
3296               </xs:annotation>
3297             </xs:element>
3298             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3299               <xs:annotation>
3300                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3301 </xs:documentation>
3302               </xs:annotation>
3303             </xs:element>
3304             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3305               <xs:annotation>
3306                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3307 </xs:documentation>
3308               </xs:annotation>
3309             </xs:element>
3310             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3311               <xs:annotation>
3312                 <xs:documentation><p>Platnost číselníkové položky</p>
3313 </xs:documentation>
3314               </xs:annotation>
3315             </xs:element>
3316             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3317               <xs:annotation>
3318                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3319 </xs:documentation>
3320               </xs:annotation>
3321             </xs:element>
3322           </xs:sequence>
3323         </xs:complexType>
3324       </xs:element>
3325       <xs:element name="dokument" type="tns:Dokument" minOccurs="0" maxOccurs="2147483647">
3326         <xs:annotation>
3327           <xs:documentation><p>Dokument zásilky.</p>
3328 </xs:documentation>
3329         </xs:annotation>
3330       </xs:element>
3331     </xs:sequence>
3332   </xs:complexType>
3333   <xs:complexType name="ZmenZasilkuCommand">
3334     <xs:annotation>
3335       <xs:documentation><p>Request pro změnu zásilky Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
3336 </xs:documentation>
3337     </xs:annotation>
3338     <xs:sequence>
3339       <xs:element name="nazev">
3340         <xs:annotation>
3341           <xs:documentation><p>Název zásilky pro referenci.</p>
3342 </xs:documentation>
3343         </xs:annotation>
3344         <xs:simpleType>
3345           <xs:restriction base="xs:string">
3346             <xs:maxLength value="255" />
3347           </xs:restriction>
3348         </xs:simpleType>
3349       </xs:element>
3350       <xs:element name="popis" minOccurs="0">
3351         <xs:annotation>
3352           <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
3353 </xs:documentation>
3354         </xs:annotation>
3355         <xs:simpleType>
3356           <xs:restriction base="xs:string">
3357             <xs:maxLength value="999" />
3358           </xs:restriction>
3359         </xs:simpleType>
3360       </xs:element>
3361       <xs:element name="typ">
3362         <xs:annotation>
3363           <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
3364 </xs:documentation>
3365         </xs:annotation>
3366         <xs:complexType>
3367           <xs:annotation>
3368             <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
3369 </xs:documentation>
3370           </xs:annotation>
3371           <xs:sequence>
3372             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3373               <xs:annotation>
3374                 <xs:documentation><p>Kód číselníku.</p>
3375 </xs:documentation>
3376               </xs:annotation>
3377             </xs:element>
3378             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3379               <xs:annotation>
3380                 <xs:documentation><p>Kód číselníkové položky.</p>
3381 </xs:documentation>
3382               </xs:annotation>
3383             </xs:element>
3384             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3385               <xs:annotation>
3386                 <xs:documentation><p>Verze číselníku.</p>
3387 </xs:documentation>
3388               </xs:annotation>
3389             </xs:element>
3390             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3391               <xs:annotation>
3392                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3393 </xs:documentation>
3394               </xs:annotation>
3395             </xs:element>
3396             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3397               <xs:annotation>
3398                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3399 </xs:documentation>
3400               </xs:annotation>
3401             </xs:element>
3402             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3403               <xs:annotation>
3404                 <xs:documentation><p>Platnost číselníkové položky</p>
3405 </xs:documentation>
3406               </xs:annotation>
3407             </xs:element>
3408             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3409               <xs:annotation>
3410                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3411 </xs:documentation>
3412               </xs:annotation>
3413             </xs:element>
3414           </xs:sequence>
3415         </xs:complexType>
3416       </xs:element>
3417       <xs:element name="klasifikace" minOccurs="0">
3418         <xs:annotation>
3419           <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
3420 </xs:documentation>
3421         </xs:annotation>
3422         <xs:complexType>
3423           <xs:annotation>
3424             <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
3425 </xs:documentation>
3426           </xs:annotation>
3427           <xs:sequence>
3428             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3429               <xs:annotation>
3430                 <xs:documentation><p>Kód číselníku.</p>
3431 </xs:documentation>
3432               </xs:annotation>
3433             </xs:element>
3434             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3435               <xs:annotation>
3436                 <xs:documentation><p>Kód číselníkové položky.</p>
3437 </xs:documentation>
3438               </xs:annotation>
3439             </xs:element>
3440             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3441               <xs:annotation>
3442                 <xs:documentation><p>Verze číselníku.</p>
3443 </xs:documentation>
3444               </xs:annotation>
3445             </xs:element>
3446             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3447               <xs:annotation>
3448                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3449 </xs:documentation>
3450               </xs:annotation>
3451             </xs:element>
3452             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3453               <xs:annotation>
3454                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3455 </xs:documentation>
3456               </xs:annotation>
3457             </xs:element>
3458             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3459               <xs:annotation>
3460                 <xs:documentation><p>Platnost číselníkové položky</p>
3461 </xs:documentation>
3462               </xs:annotation>
3463             </xs:element>
3464             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3465               <xs:annotation>
3466                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3467 </xs:documentation>
3468               </xs:annotation>
3469             </xs:element>
3470           </xs:sequence>
3471         </xs:complexType>
3472       </xs:element>
3473       <xs:element name="odbornost" minOccurs="0">
3474         <xs:annotation>
3475           <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
3476 </xs:documentation>
3477         </xs:annotation>
3478         <xs:complexType>
3479           <xs:annotation>
3480             <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
3481 </xs:documentation>
3482           </xs:annotation>
3483           <xs:sequence>
3484             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3485               <xs:annotation>
3486                 <xs:documentation><p>Kód číselníku.</p>
3487 </xs:documentation>
3488               </xs:annotation>
3489             </xs:element>
3490             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3491               <xs:annotation>
3492                 <xs:documentation><p>Kód číselníkové položky.</p>
3493 </xs:documentation>
3494               </xs:annotation>
3495             </xs:element>
3496             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3497               <xs:annotation>
3498                 <xs:documentation><p>Verze číselníku.</p>
3499 </xs:documentation>
3500               </xs:annotation>
3501             </xs:element>
3502             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3503               <xs:annotation>
3504                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3505 </xs:documentation>
3506               </xs:annotation>
3507             </xs:element>
3508             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3509               <xs:annotation>
3510                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3511 </xs:documentation>
3512               </xs:annotation>
3513             </xs:element>
3514             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3515               <xs:annotation>
3516                 <xs:documentation><p>Platnost číselníkové položky</p>
3517 </xs:documentation>
3518               </xs:annotation>
3519             </xs:element>
3520             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3521               <xs:annotation>
3522                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3523 </xs:documentation>
3524               </xs:annotation>
3525             </xs:element>
3526           </xs:sequence>
3527         </xs:complexType>
3528       </xs:element>
3529       <xs:element name="datumOd" type="xs:date" minOccurs="0">
3530         <xs:annotation>
3531           <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
3532 </xs:documentation>
3533         </xs:annotation>
3534       </xs:element>
3535       <xs:element name="datumDo" type="xs:date" minOccurs="0">
3536         <xs:annotation>
3537           <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
3538 </xs:documentation>
3539         </xs:annotation>
3540       </xs:element>
3541       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
3542         <xs:annotation>
3543           <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
3544 </xs:documentation>
3545         </xs:annotation>
3546       </xs:element>
3547       <xs:element name="autor" type="xs:string">
3548         <xs:annotation>
3549           <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
3550 </xs:documentation>
3551         </xs:annotation>
3552       </xs:element>
3553       <xs:element name="zdravotnickyPracovnik" type="xs:string">
3554         <xs:annotation>
3555           <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
3556 </xs:documentation>
3557         </xs:annotation>
3558       </xs:element>
3559       <xs:element name="poskytovatel" type="xs:string">
3560         <xs:annotation>
3561           <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
3562 </xs:documentation>
3563         </xs:annotation>
3564       </xs:element>
3565       <xs:element name="pacient" type="xs:string">
3566         <xs:annotation>
3567           <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
3568 </xs:documentation>
3569         </xs:annotation>
3570       </xs:element>
3571       <xs:element name="ispzs">
3572         <xs:annotation>
3573           <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
3574 </xs:documentation>
3575         </xs:annotation>
3576         <xs:simpleType>
3577           <xs:restriction base="xs:string">
3578             <xs:maxLength value="255" />
3579           </xs:restriction>
3580         </xs:simpleType>
3581       </xs:element>
3582       <xs:element name="adresat" type="xs:string" minOccurs="0">
3583         <xs:annotation>
3584           <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
3585 </xs:documentation>
3586         </xs:annotation>
3587       </xs:element>
3588       <xs:element name="adresatTyp" minOccurs="0">
3589         <xs:annotation>
3590           <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
3591 </xs:documentation>
3592         </xs:annotation>
3593         <xs:complexType>
3594           <xs:annotation>
3595             <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
3596 </xs:documentation>
3597           </xs:annotation>
3598           <xs:sequence>
3599             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3600               <xs:annotation>
3601                 <xs:documentation><p>Kód číselníku.</p>
3602 </xs:documentation>
3603               </xs:annotation>
3604             </xs:element>
3605             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3606               <xs:annotation>
3607                 <xs:documentation><p>Kód číselníkové položky.</p>
3608 </xs:documentation>
3609               </xs:annotation>
3610             </xs:element>
3611             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3612               <xs:annotation>
3613                 <xs:documentation><p>Verze číselníku.</p>
3614 </xs:documentation>
3615               </xs:annotation>
3616             </xs:element>
3617             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3618               <xs:annotation>
3619                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3620 </xs:documentation>
3621               </xs:annotation>
3622             </xs:element>
3623             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3624               <xs:annotation>
3625                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3626 </xs:documentation>
3627               </xs:annotation>
3628             </xs:element>
3629             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3630               <xs:annotation>
3631                 <xs:documentation><p>Platnost číselníkové položky</p>
3632 </xs:documentation>
3633               </xs:annotation>
3634             </xs:element>
3635             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3636               <xs:annotation>
3637                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3638 </xs:documentation>
3639               </xs:annotation>
3640             </xs:element>
3641           </xs:sequence>
3642         </xs:complexType>
3643       </xs:element>
3644       <xs:element name="dostupnost" type="xs:boolean" minOccurs="0">
3645         <xs:annotation>
3646           <xs:documentation><p>Status dostupnosti zásilky.</p>
3647 </xs:documentation>
3648         </xs:annotation>
3649       </xs:element>
3650       <xs:element name="rodic" type="ns1:guid" minOccurs="0">
3651         <xs:annotation>
3652           <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
3653 </xs:documentation>
3654         </xs:annotation>
3655       </xs:element>
3656       <xs:element name="udalost" minOccurs="0">
3657         <xs:annotation>
3658           <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
3659 </xs:documentation>
3660         </xs:annotation>
3661         <xs:complexType>
3662           <xs:annotation>
3663             <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
3664 </xs:documentation>
3665           </xs:annotation>
3666           <xs:sequence>
3667             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3668               <xs:annotation>
3669                 <xs:documentation><p>Kód číselníku.</p>
3670 </xs:documentation>
3671               </xs:annotation>
3672             </xs:element>
3673             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3674               <xs:annotation>
3675                 <xs:documentation><p>Kód číselníkové položky.</p>
3676 </xs:documentation>
3677               </xs:annotation>
3678             </xs:element>
3679             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3680               <xs:annotation>
3681                 <xs:documentation><p>Verze číselníku.</p>
3682 </xs:documentation>
3683               </xs:annotation>
3684             </xs:element>
3685             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3686               <xs:annotation>
3687                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3688 </xs:documentation>
3689               </xs:annotation>
3690             </xs:element>
3691             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3692               <xs:annotation>
3693                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3694 </xs:documentation>
3695               </xs:annotation>
3696             </xs:element>
3697             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3698               <xs:annotation>
3699                 <xs:documentation><p>Platnost číselníkové položky</p>
3700 </xs:documentation>
3701               </xs:annotation>
3702             </xs:element>
3703             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3704               <xs:annotation>
3705                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3706 </xs:documentation>
3707               </xs:annotation>
3708             </xs:element>
3709           </xs:sequence>
3710         </xs:complexType>
3711       </xs:element>
3712       <xs:element name="dokument" type="tns:Dokument" minOccurs="0" maxOccurs="2147483647">
3713         <xs:annotation>
3714           <xs:documentation><p>Dokument zásilky.</p>
3715 </xs:documentation>
3716         </xs:annotation>
3717       </xs:element>
3718     </xs:sequence>
3719   </xs:complexType>
3720   <xs:complexType name="ZmenZasilkuDto">
3721     <xs:annotation>
3722       <xs:documentation><p>Návratova data pro ZmenZasilku</p>
3723 </xs:documentation>
3724     </xs:annotation>
3725     <xs:sequence>
3726       <xs:element name="id" type="ns1:guid" minOccurs="0">
3727         <xs:annotation>
3728           <xs:documentation><p>Identifikace změněné zásilky</p>
3729 </xs:documentation>
3730         </xs:annotation>
3731       </xs:element>
3732       <xs:element name="verzeRadku" type="xs:string" minOccurs="0">
3733         <xs:annotation>
3734           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control v Base64.</p>
3735 </xs:documentation>
3736         </xs:annotation>
3737       </xs:element>
3738     </xs:sequence>
3739   </xs:complexType>
3740   <xs:complexType name="ZneplatniZasilkuDto">
3741     <xs:annotation>
3742       <xs:documentation><p>Návratova data služby ZneplatniZasilku</p>
3743 </xs:documentation>
3744     </xs:annotation>
3745     <xs:sequence>
3746       <xs:element name="id" type="ns1:guid" minOccurs="0">
3747         <xs:annotation>
3748           <xs:documentation><p>Identifikace zneplatněné zásilky</p>
3749 </xs:documentation>
3750         </xs:annotation>
3751       </xs:element>
3752       <xs:element name="verzeRadku" type="xs:string" minOccurs="0">
3753         <xs:annotation>
3754           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
3755 </xs:documentation>
3756         </xs:annotation>
3757       </xs:element>
3758     </xs:sequence>
3759   </xs:complexType>
3760   <xs:complexType name="ZpochybniZasilkuDto">
3761     <xs:annotation>
3762       <xs:documentation><p>Návratová data služby ZpochybniZasilku</p>
3763 </xs:documentation>
3764     </xs:annotation>
3765     <xs:sequence>
3766       <xs:element name="id" type="ns1:guid" minOccurs="0">
3767         <xs:annotation>
3768           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
3769 </xs:documentation>
3770         </xs:annotation>
3771       </xs:element>
3772       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
3773         <xs:annotation>
3774           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
3775 </xs:documentation>
3776         </xs:annotation>
3777       </xs:element>
3778       <xs:element name="nazev">
3779         <xs:annotation>
3780           <xs:documentation><p>Název zásilky pro referenci.</p>
3781 </xs:documentation>
3782         </xs:annotation>
3783         <xs:simpleType>
3784           <xs:restriction base="xs:string">
3785             <xs:maxLength value="255" />
3786           </xs:restriction>
3787         </xs:simpleType>
3788       </xs:element>
3789       <xs:element name="popis" minOccurs="0">
3790         <xs:annotation>
3791           <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
3792 </xs:documentation>
3793         </xs:annotation>
3794         <xs:simpleType>
3795           <xs:restriction base="xs:string">
3796             <xs:maxLength value="999" />
3797           </xs:restriction>
3798         </xs:simpleType>
3799       </xs:element>
3800       <xs:element name="stav" minOccurs="0">
3801         <xs:annotation>
3802           <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
3803 </xs:documentation>
3804         </xs:annotation>
3805         <xs:complexType>
3806           <xs:annotation>
3807             <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
3808 </xs:documentation>
3809           </xs:annotation>
3810           <xs:sequence>
3811             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3812               <xs:annotation>
3813                 <xs:documentation><p>Kód číselníku.</p>
3814 </xs:documentation>
3815               </xs:annotation>
3816             </xs:element>
3817             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3818               <xs:annotation>
3819                 <xs:documentation><p>Kód číselníkové položky.</p>
3820 </xs:documentation>
3821               </xs:annotation>
3822             </xs:element>
3823             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3824               <xs:annotation>
3825                 <xs:documentation><p>Verze číselníku.</p>
3826 </xs:documentation>
3827               </xs:annotation>
3828             </xs:element>
3829             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3830               <xs:annotation>
3831                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3832 </xs:documentation>
3833               </xs:annotation>
3834             </xs:element>
3835             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3836               <xs:annotation>
3837                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3838 </xs:documentation>
3839               </xs:annotation>
3840             </xs:element>
3841             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3842               <xs:annotation>
3843                 <xs:documentation><p>Platnost číselníkové položky</p>
3844 </xs:documentation>
3845               </xs:annotation>
3846             </xs:element>
3847             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3848               <xs:annotation>
3849                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3850 </xs:documentation>
3851               </xs:annotation>
3852             </xs:element>
3853           </xs:sequence>
3854         </xs:complexType>
3855       </xs:element>
3856       <xs:element name="typ">
3857         <xs:annotation>
3858           <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
3859 </xs:documentation>
3860         </xs:annotation>
3861         <xs:complexType>
3862           <xs:annotation>
3863             <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
3864 </xs:documentation>
3865           </xs:annotation>
3866           <xs:sequence>
3867             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3868               <xs:annotation>
3869                 <xs:documentation><p>Kód číselníku.</p>
3870 </xs:documentation>
3871               </xs:annotation>
3872             </xs:element>
3873             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3874               <xs:annotation>
3875                 <xs:documentation><p>Kód číselníkové položky.</p>
3876 </xs:documentation>
3877               </xs:annotation>
3878             </xs:element>
3879             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3880               <xs:annotation>
3881                 <xs:documentation><p>Verze číselníku.</p>
3882 </xs:documentation>
3883               </xs:annotation>
3884             </xs:element>
3885             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3886               <xs:annotation>
3887                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3888 </xs:documentation>
3889               </xs:annotation>
3890             </xs:element>
3891             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3892               <xs:annotation>
3893                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3894 </xs:documentation>
3895               </xs:annotation>
3896             </xs:element>
3897             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3898               <xs:annotation>
3899                 <xs:documentation><p>Platnost číselníkové položky</p>
3900 </xs:documentation>
3901               </xs:annotation>
3902             </xs:element>
3903             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3904               <xs:annotation>
3905                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3906 </xs:documentation>
3907               </xs:annotation>
3908             </xs:element>
3909           </xs:sequence>
3910         </xs:complexType>
3911       </xs:element>
3912       <xs:element name="klasifikace" minOccurs="0">
3913         <xs:annotation>
3914           <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
3915 </xs:documentation>
3916         </xs:annotation>
3917         <xs:complexType>
3918           <xs:annotation>
3919             <xs:documentation><p>Klasifikace zásilky či dokumentu dle číselníku &quot;document-category&quot;. Pokud se jedná o žádanku, systém automaticky nastavuje klasifikaci zásilky a dokumentu na &quot;Žádanky&quot; (kód: &quot;57133-1&quot;).</p>
3920 </xs:documentation>
3921           </xs:annotation>
3922           <xs:sequence>
3923             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3924               <xs:annotation>
3925                 <xs:documentation><p>Kód číselníku.</p>
3926 </xs:documentation>
3927               </xs:annotation>
3928             </xs:element>
3929             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3930               <xs:annotation>
3931                 <xs:documentation><p>Kód číselníkové položky.</p>
3932 </xs:documentation>
3933               </xs:annotation>
3934             </xs:element>
3935             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3936               <xs:annotation>
3937                 <xs:documentation><p>Verze číselníku.</p>
3938 </xs:documentation>
3939               </xs:annotation>
3940             </xs:element>
3941             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3942               <xs:annotation>
3943                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
3944 </xs:documentation>
3945               </xs:annotation>
3946             </xs:element>
3947             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3948               <xs:annotation>
3949                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
3950 </xs:documentation>
3951               </xs:annotation>
3952             </xs:element>
3953             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3954               <xs:annotation>
3955                 <xs:documentation><p>Platnost číselníkové položky</p>
3956 </xs:documentation>
3957               </xs:annotation>
3958             </xs:element>
3959             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
3960               <xs:annotation>
3961                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
3962 </xs:documentation>
3963               </xs:annotation>
3964             </xs:element>
3965           </xs:sequence>
3966         </xs:complexType>
3967       </xs:element>
3968       <xs:element name="odbornost" minOccurs="0">
3969         <xs:annotation>
3970           <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
3971 </xs:documentation>
3972         </xs:annotation>
3973         <xs:complexType>
3974           <xs:annotation>
3975             <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
3976 </xs:documentation>
3977           </xs:annotation>
3978           <xs:sequence>
3979             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3980               <xs:annotation>
3981                 <xs:documentation><p>Kód číselníku.</p>
3982 </xs:documentation>
3983               </xs:annotation>
3984             </xs:element>
3985             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3986               <xs:annotation>
3987                 <xs:documentation><p>Kód číselníkové položky.</p>
3988 </xs:documentation>
3989               </xs:annotation>
3990             </xs:element>
3991             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3992               <xs:annotation>
3993                 <xs:documentation><p>Verze číselníku.</p>
3994 </xs:documentation>
3995               </xs:annotation>
3996             </xs:element>
3997             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
3998               <xs:annotation>
3999                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
4000 </xs:documentation>
4001               </xs:annotation>
4002             </xs:element>
4003             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4004               <xs:annotation>
4005                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
4006 </xs:documentation>
4007               </xs:annotation>
4008             </xs:element>
4009             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
4010               <xs:annotation>
4011                 <xs:documentation><p>Platnost číselníkové položky</p>
4012 </xs:documentation>
4013               </xs:annotation>
4014             </xs:element>
4015             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
4016               <xs:annotation>
4017                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
4018 </xs:documentation>
4019               </xs:annotation>
4020             </xs:element>
4021           </xs:sequence>
4022         </xs:complexType>
4023       </xs:element>
4024       <xs:element name="datumOd" type="xs:date" minOccurs="0">
4025         <xs:annotation>
4026           <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
4027 </xs:documentation>
4028         </xs:annotation>
4029       </xs:element>
4030       <xs:element name="datumDo" type="xs:date" minOccurs="0">
4031         <xs:annotation>
4032           <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
4033 </xs:documentation>
4034         </xs:annotation>
4035       </xs:element>
4036       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
4037         <xs:annotation>
4038           <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
4039 </xs:documentation>
4040         </xs:annotation>
4041       </xs:element>
4042       <xs:element name="autor" type="xs:string">
4043         <xs:annotation>
4044           <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
4045 </xs:documentation>
4046         </xs:annotation>
4047       </xs:element>
4048       <xs:element name="autorData" minOccurs="0">
4049         <xs:annotation>
4050           <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
4051 </xs:documentation>
4052         </xs:annotation>
4053         <xs:complexType>
4054           <xs:annotation>
4055             <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
4056 </xs:documentation>
4057           </xs:annotation>
4058           <xs:sequence>
4059             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4060               <xs:annotation>
4061                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
4062 </xs:documentation>
4063               </xs:annotation>
4064             </xs:element>
4065             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4066               <xs:annotation>
4067                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
4068 </xs:documentation>
4069               </xs:annotation>
4070             </xs:element>
4071             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4072               <xs:annotation>
4073                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
4074 </xs:documentation>
4075               </xs:annotation>
4076             </xs:element>
4077             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4078               <xs:annotation>
4079                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
4080 </xs:documentation>
4081               </xs:annotation>
4082             </xs:element>
4083             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4084               <xs:annotation>
4085                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
4086 </xs:documentation>
4087               </xs:annotation>
4088             </xs:element>
4089             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
4090               <xs:annotation>
4091                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
4092 </xs:documentation>
4093               </xs:annotation>
4094             </xs:element>
4095           </xs:sequence>
4096         </xs:complexType>
4097       </xs:element>
4098       <xs:element name="zdravotnickyPracovnik" type="xs:string">
4099         <xs:annotation>
4100           <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
4101 </xs:documentation>
4102         </xs:annotation>
4103       </xs:element>
4104       <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
4105         <xs:annotation>
4106           <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
4107 </xs:documentation>
4108         </xs:annotation>
4109         <xs:complexType>
4110           <xs:annotation>
4111             <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
4112 </xs:documentation>
4113           </xs:annotation>
4114           <xs:sequence>
4115             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4116               <xs:annotation>
4117                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
4118 </xs:documentation>
4119               </xs:annotation>
4120             </xs:element>
4121             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4122               <xs:annotation>
4123                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
4124 </xs:documentation>
4125               </xs:annotation>
4126             </xs:element>
4127             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4128               <xs:annotation>
4129                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
4130 </xs:documentation>
4131               </xs:annotation>
4132             </xs:element>
4133             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4134               <xs:annotation>
4135                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
4136 </xs:documentation>
4137               </xs:annotation>
4138             </xs:element>
4139             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4140               <xs:annotation>
4141                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
4142 </xs:documentation>
4143               </xs:annotation>
4144             </xs:element>
4145             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
4146               <xs:annotation>
4147                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
4148 </xs:documentation>
4149               </xs:annotation>
4150             </xs:element>
4151           </xs:sequence>
4152         </xs:complexType>
4153       </xs:element>
4154       <xs:element name="poskytovatel" type="xs:string">
4155         <xs:annotation>
4156           <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
4157 </xs:documentation>
4158         </xs:annotation>
4159       </xs:element>
4160       <xs:element name="poskytovatelData" minOccurs="0">
4161         <xs:annotation>
4162           <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
4163 </xs:documentation>
4164         </xs:annotation>
4165         <xs:complexType>
4166           <xs:annotation>
4167             <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
4168 </xs:documentation>
4169           </xs:annotation>
4170           <xs:sequence>
4171             <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4172               <xs:annotation>
4173                 <xs:documentation><p>ICO dohledaného poskytovatele.</p>
4174 </xs:documentation>
4175               </xs:annotation>
4176             </xs:element>
4177             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4178               <xs:annotation>
4179                 <xs:documentation><p>Název dohledaného poskytovatele.</p>
4180 </xs:documentation>
4181               </xs:annotation>
4182             </xs:element>
4183             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4184               <xs:annotation>
4185                 <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
4186 </xs:documentation>
4187               </xs:annotation>
4188             </xs:element>
4189             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4190               <xs:annotation>
4191                 <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
4192 </xs:documentation>
4193               </xs:annotation>
4194             </xs:element>
4195           </xs:sequence>
4196         </xs:complexType>
4197       </xs:element>
4198       <xs:element name="pacient" type="xs:string">
4199         <xs:annotation>
4200           <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
4201 </xs:documentation>
4202         </xs:annotation>
4203       </xs:element>
4204       <xs:element name="pacientData" minOccurs="0">
4205         <xs:annotation>
4206           <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
4207 </xs:documentation>
4208         </xs:annotation>
4209         <xs:complexType>
4210           <xs:annotation>
4211             <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
4212 </xs:documentation>
4213           </xs:annotation>
4214           <xs:sequence>
4215             <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4216               <xs:annotation>
4217                 <xs:documentation><p>RID dohledané osoby.</p>
4218 </xs:documentation>
4219               </xs:annotation>
4220             </xs:element>
4221             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4222               <xs:annotation>
4223                 <xs:documentation><p>Jméno dohledané osoby.</p>
4224 </xs:documentation>
4225               </xs:annotation>
4226             </xs:element>
4227             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4228               <xs:annotation>
4229                 <xs:documentation><p>Příjmení dohledané osoby.</p>
4230 </xs:documentation>
4231               </xs:annotation>
4232             </xs:element>
4233             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
4234               <xs:annotation>
4235                 <xs:documentation><p>Datum narození dohledané osoby.</p>
4236 </xs:documentation>
4237               </xs:annotation>
4238             </xs:element>
4239             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4240               <xs:annotation>
4241                 <xs:documentation><p>RUIAN ID dohledané osoby.</p>
4242 </xs:documentation>
4243               </xs:annotation>
4244             </xs:element>
4245             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4246               <xs:annotation>
4247                 <xs:documentation><p>Adresa dohledané osoby.</p>
4248 </xs:documentation>
4249               </xs:annotation>
4250             </xs:element>
4251             <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4252               <xs:annotation>
4253                 <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
4254 </xs:documentation>
4255               </xs:annotation>
4256             </xs:element>
4257             <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4258               <xs:annotation>
4259                 <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
4260 </xs:documentation>
4261               </xs:annotation>
4262             </xs:element>
4263             <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4264               <xs:annotation>
4265                 <xs:documentation><p>Kontaktní email dohledané osoby.</p>
4266 </xs:documentation>
4267               </xs:annotation>
4268             </xs:element>
4269             <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4270               <xs:annotation>
4271                 <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
4272 </xs:documentation>
4273               </xs:annotation>
4274             </xs:element>
4275             <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4276               <xs:annotation>
4277                 <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
4278 </xs:documentation>
4279               </xs:annotation>
4280             </xs:element>
4281             <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
4282               <xs:annotation>
4283                 <xs:documentation><p>Doklady dohledané osoby.</p>
4284 </xs:documentation>
4285               </xs:annotation>
4286             </xs:element>
4287           </xs:sequence>
4288         </xs:complexType>
4289       </xs:element>
4290       <xs:element name="ispzs">
4291         <xs:annotation>
4292           <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
4293 </xs:documentation>
4294         </xs:annotation>
4295         <xs:simpleType>
4296           <xs:restriction base="xs:string">
4297             <xs:maxLength value="255" />
4298           </xs:restriction>
4299         </xs:simpleType>
4300       </xs:element>
4301       <xs:element name="adresat" type="xs:string" minOccurs="0">
4302         <xs:annotation>
4303           <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
4304 </xs:documentation>
4305         </xs:annotation>
4306       </xs:element>
4307       <xs:element name="adresatData" minOccurs="0">
4308         <xs:annotation>
4309           <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
4310 </xs:documentation>
4311         </xs:annotation>
4312         <xs:complexType>
4313           <xs:annotation>
4314             <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
4315 </xs:documentation>
4316           </xs:annotation>
4317           <xs:sequence>
4318             <xs:element name="zdravotnickyPracovnik" minOccurs="0">
4319               <xs:annotation>
4320                 <xs:documentation><p>Data zdravotnického pracovníka.</p>
4321 </xs:documentation>
4322               </xs:annotation>
4323               <xs:complexType>
4324                 <xs:annotation>
4325                   <xs:documentation><p>Data zdravotnického pracovníka.</p>
4326 </xs:documentation>
4327                 </xs:annotation>
4328                 <xs:sequence>
4329                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4330                     <xs:annotation>
4331                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
4332 </xs:documentation>
4333                     </xs:annotation>
4334                   </xs:element>
4335                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4336                     <xs:annotation>
4337                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
4338 </xs:documentation>
4339                     </xs:annotation>
4340                   </xs:element>
4341                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4342                     <xs:annotation>
4343                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
4344 </xs:documentation>
4345                     </xs:annotation>
4346                   </xs:element>
4347                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4348                     <xs:annotation>
4349                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
4350 </xs:documentation>
4351                     </xs:annotation>
4352                   </xs:element>
4353                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4354                     <xs:annotation>
4355                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
4356 </xs:documentation>
4357                     </xs:annotation>
4358                   </xs:element>
4359                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
4360                     <xs:annotation>
4361                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
4362 </xs:documentation>
4363                     </xs:annotation>
4364                   </xs:element>
4365                 </xs:sequence>
4366               </xs:complexType>
4367             </xs:element>
4368             <xs:element name="pacient" minOccurs="0">
4369               <xs:annotation>
4370                 <xs:documentation><p>Data pacienta.</p>
4371 </xs:documentation>
4372               </xs:annotation>
4373               <xs:complexType>
4374                 <xs:annotation>
4375                   <xs:documentation><p>Data pacienta.</p>
4376 </xs:documentation>
4377                 </xs:annotation>
4378                 <xs:sequence>
4379                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4380                     <xs:annotation>
4381                       <xs:documentation><p>RID dohledané osoby.</p>
4382 </xs:documentation>
4383                     </xs:annotation>
4384                   </xs:element>
4385                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4386                     <xs:annotation>
4387                       <xs:documentation><p>Jméno dohledané osoby.</p>
4388 </xs:documentation>
4389                     </xs:annotation>
4390                   </xs:element>
4391                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4392                     <xs:annotation>
4393                       <xs:documentation><p>Příjmení dohledané osoby.</p>
4394 </xs:documentation>
4395                     </xs:annotation>
4396                   </xs:element>
4397                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
4398                     <xs:annotation>
4399                       <xs:documentation><p>Datum narození dohledané osoby.</p>
4400 </xs:documentation>
4401                     </xs:annotation>
4402                   </xs:element>
4403                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4404                     <xs:annotation>
4405                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
4406 </xs:documentation>
4407                     </xs:annotation>
4408                   </xs:element>
4409                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4410                     <xs:annotation>
4411                       <xs:documentation><p>Adresa dohledané osoby.</p>
4412 </xs:documentation>
4413                     </xs:annotation>
4414                   </xs:element>
4415                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4416                     <xs:annotation>
4417                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
4418 </xs:documentation>
4419                     </xs:annotation>
4420                   </xs:element>
4421                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4422                     <xs:annotation>
4423                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
4424 </xs:documentation>
4425                     </xs:annotation>
4426                   </xs:element>
4427                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4428                     <xs:annotation>
4429                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
4430 </xs:documentation>
4431                     </xs:annotation>
4432                   </xs:element>
4433                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4434                     <xs:annotation>
4435                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
4436 </xs:documentation>
4437                     </xs:annotation>
4438                   </xs:element>
4439                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4440                     <xs:annotation>
4441                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
4442 </xs:documentation>
4443                     </xs:annotation>
4444                   </xs:element>
4445                   <xs:element name="doklady" type="https://ezprava.net/mzd/DocasneUlozisteMzd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
4446                     <xs:annotation>
4447                       <xs:documentation><p>Doklady dohledané osoby.</p>
4448 </xs:documentation>
4449                     </xs:annotation>
4450                   </xs:element>
4451                 </xs:sequence>
4452               </xs:complexType>
4453             </xs:element>
4454             <xs:element name="poskytovatel" minOccurs="0">
4455               <xs:annotation>
4456                 <xs:documentation><p>Data poskytovatele.</p>
4457 </xs:documentation>
4458               </xs:annotation>
4459               <xs:complexType>
4460                 <xs:annotation>
4461                   <xs:documentation><p>Data poskytovatele.</p>
4462 </xs:documentation>
4463                 </xs:annotation>
4464                 <xs:sequence>
4465                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4466                     <xs:annotation>
4467                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
4468 </xs:documentation>
4469                     </xs:annotation>
4470                   </xs:element>
4471                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4472                     <xs:annotation>
4473                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
4474 </xs:documentation>
4475                     </xs:annotation>
4476                   </xs:element>
4477                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4478                     <xs:annotation>
4479                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
4480 </xs:documentation>
4481                     </xs:annotation>
4482                   </xs:element>
4483                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4484                     <xs:annotation>
4485                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
4486 </xs:documentation>
4487                     </xs:annotation>
4488                   </xs:element>
4489                 </xs:sequence>
4490               </xs:complexType>
4491             </xs:element>
4492           </xs:sequence>
4493         </xs:complexType>
4494       </xs:element>
4495       <xs:element name="adresatTyp" minOccurs="0">
4496         <xs:annotation>
4497           <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
4498 </xs:documentation>
4499         </xs:annotation>
4500         <xs:complexType>
4501           <xs:annotation>
4502             <xs:documentation><p>Typ adresáta zásilky dle číselníku &quot;typ-adresata&quot;. Pokud se jedná o žádanku, systém automaticky při vyplnění adresat nastavuje pro typ adresáta hodnotu &quot;PZS&quot;. V rámci aktuální verze je možná výměna žádanek pouze mezi poskytovateli zdravotních služeb.</p>
4503 </xs:documentation>
4504           </xs:annotation>
4505           <xs:sequence>
4506             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4507               <xs:annotation>
4508                 <xs:documentation><p>Kód číselníku.</p>
4509 </xs:documentation>
4510               </xs:annotation>
4511             </xs:element>
4512             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4513               <xs:annotation>
4514                 <xs:documentation><p>Kód číselníkové položky.</p>
4515 </xs:documentation>
4516               </xs:annotation>
4517             </xs:element>
4518             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4519               <xs:annotation>
4520                 <xs:documentation><p>Verze číselníku.</p>
4521 </xs:documentation>
4522               </xs:annotation>
4523             </xs:element>
4524             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4525               <xs:annotation>
4526                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
4527 </xs:documentation>
4528               </xs:annotation>
4529             </xs:element>
4530             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4531               <xs:annotation>
4532                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
4533 </xs:documentation>
4534               </xs:annotation>
4535             </xs:element>
4536             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
4537               <xs:annotation>
4538                 <xs:documentation><p>Platnost číselníkové položky</p>
4539 </xs:documentation>
4540               </xs:annotation>
4541             </xs:element>
4542             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
4543               <xs:annotation>
4544                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
4545 </xs:documentation>
4546               </xs:annotation>
4547             </xs:element>
4548           </xs:sequence>
4549         </xs:complexType>
4550       </xs:element>
4551       <xs:element name="dostupnost" type="xs:boolean" minOccurs="0">
4552         <xs:annotation>
4553           <xs:documentation><p>Status dostupnosti zásilky.</p>
4554 </xs:documentation>
4555         </xs:annotation>
4556       </xs:element>
4557       <xs:element name="rodic" type="ns1:guid" minOccurs="0">
4558         <xs:annotation>
4559           <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
4560 </xs:documentation>
4561         </xs:annotation>
4562       </xs:element>
4563       <xs:element name="udalost" minOccurs="0">
4564         <xs:annotation>
4565           <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
4566 </xs:documentation>
4567         </xs:annotation>
4568         <xs:complexType>
4569           <xs:annotation>
4570             <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
4571 </xs:documentation>
4572           </xs:annotation>
4573           <xs:sequence>
4574             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4575               <xs:annotation>
4576                 <xs:documentation><p>Kód číselníku.</p>
4577 </xs:documentation>
4578               </xs:annotation>
4579             </xs:element>
4580             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4581               <xs:annotation>
4582                 <xs:documentation><p>Kód číselníkové položky.</p>
4583 </xs:documentation>
4584               </xs:annotation>
4585             </xs:element>
4586             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4587               <xs:annotation>
4588                 <xs:documentation><p>Verze číselníku.</p>
4589 </xs:documentation>
4590               </xs:annotation>
4591             </xs:element>
4592             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4593               <xs:annotation>
4594                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
4595 </xs:documentation>
4596               </xs:annotation>
4597             </xs:element>
4598             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
4599               <xs:annotation>
4600                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
4601 </xs:documentation>
4602               </xs:annotation>
4603             </xs:element>
4604             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
4605               <xs:annotation>
4606                 <xs:documentation><p>Platnost číselníkové položky</p>
4607 </xs:documentation>
4608               </xs:annotation>
4609             </xs:element>
4610             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
4611               <xs:annotation>
4612                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
4613 </xs:documentation>
4614               </xs:annotation>
4615             </xs:element>
4616           </xs:sequence>
4617         </xs:complexType>
4618       </xs:element>
4619       <xs:element name="dokument" type="tns:Dokument" minOccurs="0" maxOccurs="2147483647">
4620         <xs:annotation>
4621           <xs:documentation><p>Dokument zásilky.</p>
4622 </xs:documentation>
4623         </xs:annotation>
4624       </xs:element>
4625     </xs:sequence>
4626   </xs:complexType>
4627   <xs:element name="UlozZasilkuCommand" type="https://ezprava.net/mzd/DocasneUlozisteMzd:UlozZasilkuCommand" />
4628   <xs:element name="UlozZasilkuDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:UlozZasilkuDto" />
4629   <xs:element name="ApiV1ZasilkaDejZasilku_Input" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ApiV1ZasilkaDejZasilku_Input" />
4630   <xs:complexType name="ApiV1ZasilkaDejZasilku_Input">
4631     <xs:sequence>
4632       <xs:element name="id" type="ns1:guid" />
4633       <xs:element name="Accept-Language" type="xs:string" minOccurs="0" default=""cs"" />
4634       <xs:element name="X-Correlation-Id" type="ns1:guid" minOccurs="0" />
4635       <xs:element name="X-Trace-Id" type="ns1:guid" minOccurs="0" />
4636     </xs:sequence>
4637   </xs:complexType>
4638   <xs:element name="DejZasilkuDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:DejZasilkuDto" />
4639   <xs:element name="VyhledejZasilkuExtQuery" type="https://ezprava.net/mzd/DocasneUlozisteMzd:VyhledejZasilkuExtQuery" />
4640   <xs:element name="VyhledejZasilkuDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:VyhledejZasilkuDto" />
4641   <xs:element name="ApiV1ZasilkaZneplatniZasilku_Input" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ApiV1ZasilkaZneplatniZasilku_Input" />
4642   <xs:complexType name="ApiV1ZasilkaZneplatniZasilku_Input">
4643     <xs:sequence>
4644       <xs:element name="Id" type="ns1:guid" minOccurs="0">
4645         <xs:annotation>
4646           <xs:documentation><p>Identifikátor zásilky</p>
4647 </xs:documentation>
4648         </xs:annotation>
4649       </xs:element>
4650       <xs:element name="VerzeRadku" type="xs:string" minOccurs="0">
4651         <xs:annotation>
4652           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control v Base64.</p>
4653 </xs:documentation>
4654         </xs:annotation>
4655       </xs:element>
4656       <xs:element name="Accept-Language" type="xs:string" minOccurs="0" default=""cs"" />
4657       <xs:element name="X-Correlation-Id" type="ns1:guid" minOccurs="0" />
4658       <xs:element name="X-Trace-Id" type="ns1:guid" minOccurs="0" />
4659     </xs:sequence>
4660   </xs:complexType>
4661   <xs:element name="ZneplatniZasilkuDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ZneplatniZasilkuDto" />
4662   <xs:element name="ZmenZasilkuCommand" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ZmenZasilkuCommand" />
4663   <xs:element name="ZmenZasilkuDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ZmenZasilkuDto" />
4664   <xs:element name="ApiV1ZasilkaPotvrdVyzvednutiZasilky_Input" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ApiV1ZasilkaPotvrdVyzvednutiZasilky_Input" />
4665   <xs:complexType name="ApiV1ZasilkaPotvrdVyzvednutiZasilky_Input">
4666     <xs:sequence>
4667       <xs:element name="Id" type="ns1:guid" minOccurs="0">
4668         <xs:annotation>
4669           <xs:documentation><p>ID zásilky</p>
4670 </xs:documentation>
4671         </xs:annotation>
4672       </xs:element>
4673       <xs:element name="VerzeRadku" type="xs:string" minOccurs="0">
4674         <xs:annotation>
4675           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control v Base64.</p>
4676 </xs:documentation>
4677         </xs:annotation>
4678       </xs:element>
4679       <xs:element name="Accept-Language" type="xs:string" minOccurs="0" default=""cs"" />
4680       <xs:element name="X-Correlation-Id" type="ns1:guid" minOccurs="0" />
4681       <xs:element name="X-Trace-Id" type="ns1:guid" minOccurs="0" />
4682     </xs:sequence>
4683   </xs:complexType>
4684   <xs:element name="PotvrdVyzvednutiZasilkyDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:PotvrdVyzvednutiZasilkyDto" />
4685   <xs:element name="ApiV1ZasilkaZpochybniZasilku_Input" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ApiV1ZasilkaZpochybniZasilku_Input" />
4686   <xs:complexType name="ApiV1ZasilkaZpochybniZasilku_Input">
4687     <xs:sequence>
4688       <xs:element name="Id" type="ns1:guid" minOccurs="0">
4689         <xs:annotation>
4690           <xs:documentation><p>Identifikátor zásilky</p>
4691 </xs:documentation>
4692         </xs:annotation>
4693       </xs:element>
4694       <xs:element name="VerzeRadku" type="xs:string" minOccurs="0">
4695         <xs:annotation>
4696           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control v Base64.</p>
4697 </xs:documentation>
4698         </xs:annotation>
4699       </xs:element>
4700       <xs:element name="Zpochybni" type="xs:boolean" minOccurs="0">
4701         <xs:annotation>
4702           <xs:documentation><p>Atribút pro zpochybnění.</p>
4703 </xs:documentation>
4704         </xs:annotation>
4705       </xs:element>
4706       <xs:element name="Accept-Language" type="xs:string" minOccurs="0" default=""cs"" />
4707       <xs:element name="X-Correlation-Id" type="ns1:guid" minOccurs="0" />
4708       <xs:element name="X-Trace-Id" type="ns1:guid" minOccurs="0" />
4709     </xs:sequence>
4710   </xs:complexType>
4711   <xs:element name="ZpochybniZasilkuDto" type="https://ezprava.net/mzd/DocasneUlozisteMzd:ZpochybniZasilkuDto" />
4712 </schema>