eZadankaMZd.xsd
    1 <?xml version="1.0" encoding="utf-8"?>
    2 <schema targetNamespace="https://ezprava.net/mzd/eZadankaMZd" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="https://ezprava.net/mzd/eZadankaMZd" xmlns:ns1="http://microsoft.com/wsdl/types/" 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/eZadankaMZd: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="AlergieIntolerance">
  186     <xs:annotation>
  187       <xs:documentation><p>Alergie Intolerance</p>
  188 </xs:documentation>
  189     </xs:annotation>
  190     <xs:sequence>
  191       <xs:element name="identifikator" type="tns:IdentifikatorModel" minOccurs="0" maxOccurs="2147483647">
  192         <xs:annotation>
  193           <xs:documentation><p>Gets or sets the identifikator.</p>
  194 </xs:documentation>
  195         </xs:annotation>
  196       </xs:element>
  197       <xs:element name="kod" type="tns:CodeableConcept" minOccurs="0" />
  198     </xs:sequence>
  199   </xs:complexType>
  200   <xs:complexType name="BiometrickeUdaje">
  201     <xs:annotation>
  202       <xs:documentation><p>Objekt s biometrickými údajmi pro klinické informace</p>
  203 </xs:documentation>
  204     </xs:annotation>
  205     <xs:sequence>
  206       <xs:element name="vyska">
  207         <xs:annotation>
  208           <xs:documentation><p>Výška osoby.</p>
  209 </xs:documentation>
  210         </xs:annotation>
  211         <xs:complexType>
  212           <xs:annotation>
  213             <xs:documentation><p>Výška osoby.</p>
  214 </xs:documentation>
  215           </xs:annotation>
  216           <xs:sequence>
  217             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  218               <xs:annotation>
  219                 <xs:documentation><p>Kód pro výšku.</p>
  220 </xs:documentation>
  221               </xs:annotation>
  222             </xs:element>
  223             <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
  224               <xs:annotation>
  225                 <xs:documentation><p>Hodnota výšky.</p>
  226 </xs:documentation>
  227               </xs:annotation>
  228             </xs:element>
  229             <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
  230               <xs:annotation>
  231                 <xs:documentation><p>Datum měření výšky.</p>
  232 </xs:documentation>
  233               </xs:annotation>
  234             </xs:element>
  235           </xs:sequence>
  236         </xs:complexType>
  237       </xs:element>
  238       <xs:element name="vaha">
  239         <xs:annotation>
  240           <xs:documentation><p>Váha osoby.</p>
  241 </xs:documentation>
  242         </xs:annotation>
  243         <xs:complexType>
  244           <xs:annotation>
  245             <xs:documentation><p>Váha osoby.</p>
  246 </xs:documentation>
  247           </xs:annotation>
  248           <xs:sequence>
  249             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  250               <xs:annotation>
  251                 <xs:documentation><p>Kód pro váhu.</p>
  252 </xs:documentation>
  253               </xs:annotation>
  254             </xs:element>
  255             <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
  256               <xs:annotation>
  257                 <xs:documentation><p>Hodnota váhy.</p>
  258 </xs:documentation>
  259               </xs:annotation>
  260             </xs:element>
  261             <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
  262               <xs:annotation>
  263                 <xs:documentation><p>Datum měření váhy.</p>
  264 </xs:documentation>
  265               </xs:annotation>
  266             </xs:element>
  267           </xs:sequence>
  268         </xs:complexType>
  269       </xs:element>
  270     </xs:sequence>
  271   </xs:complexType>
  272   <xs:complexType name="CodeableConcept">
  273     <xs:annotation>
  274       <xs:documentation><p>Codeable Concept</p>
  275 </xs:documentation>
  276     </xs:annotation>
  277     <xs:sequence>
  278       <xs:element name="coding" type="tns:Coding" minOccurs="0" maxOccurs="2147483647">
  279         <xs:annotation>
  280           <xs:documentation><p>Gets or sets the coding.</p>
  281 </xs:documentation>
  282         </xs:annotation>
  283       </xs:element>
  284       <xs:element name="text" type="xs:string" minOccurs="0">
  285         <xs:annotation>
  286           <xs:documentation><p>Gets or sets the text.</p>
  287 </xs:documentation>
  288         </xs:annotation>
  289       </xs:element>
  290     </xs:sequence>
  291   </xs:complexType>
  292   <xs:complexType name="Coding">
  293     <xs:annotation>
  294       <xs:documentation><p>Coding</p>
  295 </xs:documentation>
  296     </xs:annotation>
  297     <xs:sequence>
  298       <xs:element name="system" type="xs:string" minOccurs="0">
  299         <xs:annotation>
  300           <xs:documentation><p>Gets or sets the system.</p>
  301 </xs:documentation>
  302         </xs:annotation>
  303       </xs:element>
  304       <xs:element name="code" type="xs:string" minOccurs="0">
  305         <xs:annotation>
  306           <xs:documentation><p>Gets or sets the code.</p>
  307 </xs:documentation>
  308         </xs:annotation>
  309       </xs:element>
  310       <xs:element name="display" type="xs:string" minOccurs="0">
  311         <xs:annotation>
  312           <xs:documentation><p>Gets or sets the display.</p>
  313 </xs:documentation>
  314         </xs:annotation>
  315       </xs:element>
  316     </xs:sequence>
  317   </xs:complexType>
  318   <xs:complexType name="DalsiRelevantniUdaje">
  319     <xs:annotation>
  320       <xs:documentation><p>Dalsi Relevantni Udaje</p>
  321 </xs:documentation>
  322     </xs:annotation>
  323     <xs:sequence>
  324       <xs:element name="kod" type="tns:CodeableConcept" minOccurs="0" />
  325     </xs:sequence>
  326   </xs:complexType>
  327   <xs:complexType name="DetailyObjednavky">
  328     <xs:annotation>
  329       <xs:documentation><p>Detaily Objednavky</p>
  330 </xs:documentation>
  331     </xs:annotation>
  332     <xs:sequence>
  333       <xs:element name="id" type="tns:IdentifikatorModel" minOccurs="0" maxOccurs="2147483647">
  334         <xs:annotation>
  335           <xs:documentation><p>Gets or sets the identifier.</p>
  336 </xs:documentation>
  337         </xs:annotation>
  338       </xs:element>
  339       <xs:element name="datumACas" type="xs:date" minOccurs="0">
  340         <xs:annotation>
  341           <xs:documentation><p>Gets or sets the datum a cas.</p>
  342 </xs:documentation>
  343         </xs:annotation>
  344       </xs:element>
  345       <xs:element name="datumPozadovanehoProvedeni" type="xs:date" minOccurs="0">
  346         <xs:annotation>
  347           <xs:documentation><p>Gets or sets the datum pozadovaneho provedeni.</p>
  348 </xs:documentation>
  349         </xs:annotation>
  350       </xs:element>
  351       <xs:element name="textObjednavky" type="xs:string" minOccurs="0">
  352         <xs:annotation>
  353           <xs:documentation><p>Gets or sets the text objednavky.</p>
  354 </xs:documentation>
  355         </xs:annotation>
  356       </xs:element>
  357     </xs:sequence>
  358   </xs:complexType>
  359   <xs:complexType name="DiagnozaDto">
  360     <xs:annotation>
  361       <xs:documentation><p>Class for DiagnozaDto</p>
  362 </xs:documentation>
  363     </xs:annotation>
  364     <xs:sequence>
  365       <xs:element name="hlavniDiagnoza" minOccurs="0">
  366         <xs:annotation>
  367           <xs:documentation><p>Hlavní diagnoza.</p>
  368 </xs:documentation>
  369         </xs:annotation>
  370         <xs:complexType>
  371           <xs:annotation>
  372             <xs:documentation><p>Hlavní diagnoza.</p>
  373 </xs:documentation>
  374           </xs:annotation>
  375           <xs:sequence>
  376             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
  377               <xs:annotation>
  378                 <xs:documentation><p>Gets or sets the coding.</p>
  379 </xs:documentation>
  380               </xs:annotation>
  381             </xs:element>
  382             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  383               <xs:annotation>
  384                 <xs:documentation><p>Gets or sets the text.</p>
  385 </xs:documentation>
  386               </xs:annotation>
  387             </xs:element>
  388           </xs:sequence>
  389         </xs:complexType>
  390       </xs:element>
  391       <xs:element name="vedlejsiDiagnoza" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
  392         <xs:annotation>
  393           <xs:documentation><p>Vedlejší diagnoza.</p>
  394 </xs:documentation>
  395         </xs:annotation>
  396       </xs:element>
  397       <xs:element name="duvod" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
  398         <xs:annotation>
  399           <xs:documentation><p>Důvod.</p>
  400 </xs:documentation>
  401         </xs:annotation>
  402       </xs:element>
  403     </xs:sequence>
  404   </xs:complexType>
  405   <xs:complexType name="DodatecnyPrijemce">
  406     <xs:annotation>
  407       <xs:documentation><p>Specifikace třídy dodatečný příjemce</p>
  408 </xs:documentation>
  409     </xs:annotation>
  410     <xs:sequence>
  411       <xs:element name="adresat" type="xs:string">
  412         <xs:annotation>
  413           <xs:documentation><p>Identifikace adresáta</p>
  414 </xs:documentation>
  415         </xs:annotation>
  416       </xs:element>
  417       <xs:element name="adresatTyp">
  418         <xs:annotation>
  419           <xs:documentation><p>Typ adresáta</p>
  420 </xs:documentation>
  421         </xs:annotation>
  422         <xs:complexType>
  423           <xs:annotation>
  424             <xs:documentation><p>Typ adresáta</p>
  425 </xs:documentation>
  426           </xs:annotation>
  427           <xs:sequence>
  428             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  429               <xs:annotation>
  430                 <xs:documentation><p>Kód číselníku.</p>
  431 </xs:documentation>
  432               </xs:annotation>
  433             </xs:element>
  434             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  435               <xs:annotation>
  436                 <xs:documentation><p>Kód číselníkové položky.</p>
  437 </xs:documentation>
  438               </xs:annotation>
  439             </xs:element>
  440             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  441               <xs:annotation>
  442                 <xs:documentation><p>Verze číselníku.</p>
  443 </xs:documentation>
  444               </xs:annotation>
  445             </xs:element>
  446             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  447               <xs:annotation>
  448                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
  449 </xs:documentation>
  450               </xs:annotation>
  451             </xs:element>
  452             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  453               <xs:annotation>
  454                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
  455 </xs:documentation>
  456               </xs:annotation>
  457             </xs:element>
  458             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  459               <xs:annotation>
  460                 <xs:documentation><p>Platnost číselníkové položky</p>
  461 </xs:documentation>
  462               </xs:annotation>
  463             </xs:element>
  464             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  465               <xs:annotation>
  466                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
  467 </xs:documentation>
  468               </xs:annotation>
  469             </xs:element>
  470           </xs:sequence>
  471         </xs:complexType>
  472       </xs:element>
  473       <xs:element name="adresatData" minOccurs="0">
  474         <xs:annotation>
  475           <xs:documentation><p>Dohledaná data adresáta</p>
  476 </xs:documentation>
  477         </xs:annotation>
  478         <xs:complexType>
  479           <xs:annotation>
  480             <xs:documentation><p>Dohledaná data adresáta</p>
  481 </xs:documentation>
  482           </xs:annotation>
  483           <xs:sequence>
  484             <xs:element name="zdravotnickyPracovnik" minOccurs="0">
  485               <xs:annotation>
  486                 <xs:documentation><p>Data zdravotnického pracovníka.</p>
  487 </xs:documentation>
  488               </xs:annotation>
  489               <xs:complexType>
  490                 <xs:annotation>
  491                   <xs:documentation><p>Data zdravotnického pracovníka.</p>
  492 </xs:documentation>
  493                 </xs:annotation>
  494                 <xs:sequence>
  495                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  496                     <xs:annotation>
  497                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
  498 </xs:documentation>
  499                     </xs:annotation>
  500                   </xs:element>
  501                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  502                     <xs:annotation>
  503                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
  504 </xs:documentation>
  505                     </xs:annotation>
  506                   </xs:element>
  507                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  508                     <xs:annotation>
  509                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
  510 </xs:documentation>
  511                     </xs:annotation>
  512                   </xs:element>
  513                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  514                     <xs:annotation>
  515                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
  516 </xs:documentation>
  517                     </xs:annotation>
  518                   </xs:element>
  519                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  520                     <xs:annotation>
  521                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
  522 </xs:documentation>
  523                     </xs:annotation>
  524                   </xs:element>
  525                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
  526                     <xs:annotation>
  527                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
  528 </xs:documentation>
  529                     </xs:annotation>
  530                   </xs:element>
  531                 </xs:sequence>
  532               </xs:complexType>
  533             </xs:element>
  534             <xs:element name="pacient" minOccurs="0">
  535               <xs:annotation>
  536                 <xs:documentation><p>Data pacienta.</p>
  537 </xs:documentation>
  538               </xs:annotation>
  539               <xs:complexType>
  540                 <xs:annotation>
  541                   <xs:documentation><p>Data pacienta.</p>
  542 </xs:documentation>
  543                 </xs:annotation>
  544                 <xs:sequence>
  545                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  546                     <xs:annotation>
  547                       <xs:documentation><p>RID dohledané osoby.</p>
  548 </xs:documentation>
  549                     </xs:annotation>
  550                   </xs:element>
  551                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  552                     <xs:annotation>
  553                       <xs:documentation><p>Jméno dohledané osoby.</p>
  554 </xs:documentation>
  555                     </xs:annotation>
  556                   </xs:element>
  557                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  558                     <xs:annotation>
  559                       <xs:documentation><p>Příjmení dohledané osoby.</p>
  560 </xs:documentation>
  561                     </xs:annotation>
  562                   </xs:element>
  563                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
  564                     <xs:annotation>
  565                       <xs:documentation><p>Datum narození dohledané osoby.</p>
  566 </xs:documentation>
  567                     </xs:annotation>
  568                   </xs:element>
  569                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  570                     <xs:annotation>
  571                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
  572 </xs:documentation>
  573                     </xs:annotation>
  574                   </xs:element>
  575                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  576                     <xs:annotation>
  577                       <xs:documentation><p>Adresa dohledané osoby.</p>
  578 </xs:documentation>
  579                     </xs:annotation>
  580                   </xs:element>
  581                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  582                     <xs:annotation>
  583                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
  584 </xs:documentation>
  585                     </xs:annotation>
  586                   </xs:element>
  587                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  588                     <xs:annotation>
  589                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
  590 </xs:documentation>
  591                     </xs:annotation>
  592                   </xs:element>
  593                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  594                     <xs:annotation>
  595                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
  596 </xs:documentation>
  597                     </xs:annotation>
  598                   </xs:element>
  599                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  600                     <xs:annotation>
  601                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
  602 </xs:documentation>
  603                     </xs:annotation>
  604                   </xs:element>
  605                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  606                     <xs:annotation>
  607                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
  608 </xs:documentation>
  609                     </xs:annotation>
  610                   </xs:element>
  611                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
  612                     <xs:annotation>
  613                       <xs:documentation><p>Doklady dohledané osoby.</p>
  614 </xs:documentation>
  615                     </xs:annotation>
  616                   </xs:element>
  617                 </xs:sequence>
  618               </xs:complexType>
  619             </xs:element>
  620             <xs:element name="poskytovatel" minOccurs="0">
  621               <xs:annotation>
  622                 <xs:documentation><p>Data poskytovatele.</p>
  623 </xs:documentation>
  624               </xs:annotation>
  625               <xs:complexType>
  626                 <xs:annotation>
  627                   <xs:documentation><p>Data poskytovatele.</p>
  628 </xs:documentation>
  629                 </xs:annotation>
  630                 <xs:sequence>
  631                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  632                     <xs:annotation>
  633                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
  634 </xs:documentation>
  635                     </xs:annotation>
  636                   </xs:element>
  637                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  638                     <xs:annotation>
  639                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
  640 </xs:documentation>
  641                     </xs:annotation>
  642                   </xs:element>
  643                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  644                     <xs:annotation>
  645                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
  646 </xs:documentation>
  647                     </xs:annotation>
  648                   </xs:element>
  649                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  650                     <xs:annotation>
  651                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
  652 </xs:documentation>
  653                     </xs:annotation>
  654                   </xs:element>
  655                 </xs:sequence>
  656               </xs:complexType>
  657             </xs:element>
  658           </xs:sequence>
  659         </xs:complexType>
  660       </xs:element>
  661     </xs:sequence>
  662   </xs:complexType>
  663   <xs:complexType name="Dokument">
  664     <xs:annotation>
  665       <xs:documentation><p>Objekt Dokument párován na JSON dokument</p>
  666 </xs:documentation>
  667     </xs:annotation>
  668     <xs:sequence>
  669       <xs:element name="id" type="ns1:guid" minOccurs="0">
  670         <xs:annotation>
  671           <xs:documentation><p>Vyplňuje se v případě změně údajů. Při vytváření zasilky se id neudává.</p>
  672 </xs:documentation>
  673         </xs:annotation>
  674       </xs:element>
  675       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
  676         <xs:annotation>
  677           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
  678 </xs:documentation>
  679         </xs:annotation>
  680       </xs:element>
  681       <xs:element name="nazev">
  682         <xs:annotation>
  683           <xs:documentation><p>Krátký název dokumentu.</p>
  684 </xs:documentation>
  685         </xs:annotation>
  686         <xs:simpleType>
  687           <xs:restriction base="xs:string">
  688             <xs:maxLength value="50" />
  689           </xs:restriction>
  690         </xs:simpleType>
  691       </xs:element>
  692       <xs:element name="popis" type="xs:string" minOccurs="0">
  693         <xs:annotation>
  694           <xs:documentation><p>Popis obsahu dokumentu.</p>
  695 </xs:documentation>
  696         </xs:annotation>
  697       </xs:element>
  698       <xs:element name="jazyk" minOccurs="0">
  699         <xs:annotation>
  700           <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>
  701 </xs:documentation>
  702         </xs:annotation>
  703         <xs:complexType>
  704           <xs:annotation>
  705             <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>
  706 </xs:documentation>
  707           </xs:annotation>
  708           <xs:sequence>
  709             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  710               <xs:annotation>
  711                 <xs:documentation><p>Kód číselníku.</p>
  712 </xs:documentation>
  713               </xs:annotation>
  714             </xs:element>
  715             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  716               <xs:annotation>
  717                 <xs:documentation><p>Kód číselníkové položky.</p>
  718 </xs:documentation>
  719               </xs:annotation>
  720             </xs:element>
  721             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  722               <xs:annotation>
  723                 <xs:documentation><p>Verze číselníku.</p>
  724 </xs:documentation>
  725               </xs:annotation>
  726             </xs:element>
  727             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  728               <xs:annotation>
  729                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
  730 </xs:documentation>
  731               </xs:annotation>
  732             </xs:element>
  733             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  734               <xs:annotation>
  735                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
  736 </xs:documentation>
  737               </xs:annotation>
  738             </xs:element>
  739             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  740               <xs:annotation>
  741                 <xs:documentation><p>Platnost číselníkové položky</p>
  742 </xs:documentation>
  743               </xs:annotation>
  744             </xs:element>
  745             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  746               <xs:annotation>
  747                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
  748 </xs:documentation>
  749               </xs:annotation>
  750             </xs:element>
  751           </xs:sequence>
  752         </xs:complexType>
  753       </xs:element>
  754       <xs:element name="typ">
  755         <xs:annotation>
  756           <xs:documentation><p>Typ dokumentu (např. &quot;Lékařská zpráva&quot;, &quot;Laboratorní výsledek&quot;).</p>
  757 </xs:documentation>
  758         </xs:annotation>
  759         <xs:complexType>
  760           <xs:annotation>
  761             <xs:documentation><p>Typ dokumentu (např. &quot;Lékařská zpráva&quot;, &quot;Laboratorní výsledek&quot;).</p>
  762 </xs:documentation>
  763           </xs:annotation>
  764           <xs:sequence>
  765             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  766               <xs:annotation>
  767                 <xs:documentation><p>Kód číselníku.</p>
  768 </xs:documentation>
  769               </xs:annotation>
  770             </xs:element>
  771             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  772               <xs:annotation>
  773                 <xs:documentation><p>Kód číselníkové položky.</p>
  774 </xs:documentation>
  775               </xs:annotation>
  776             </xs:element>
  777             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  778               <xs:annotation>
  779                 <xs:documentation><p>Verze číselníku.</p>
  780 </xs:documentation>
  781               </xs:annotation>
  782             </xs:element>
  783             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  784               <xs:annotation>
  785                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
  786 </xs:documentation>
  787               </xs:annotation>
  788             </xs:element>
  789             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  790               <xs:annotation>
  791                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
  792 </xs:documentation>
  793               </xs:annotation>
  794             </xs:element>
  795             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  796               <xs:annotation>
  797                 <xs:documentation><p>Platnost číselníkové položky</p>
  798 </xs:documentation>
  799               </xs:annotation>
  800             </xs:element>
  801             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  802               <xs:annotation>
  803                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
  804 </xs:documentation>
  805               </xs:annotation>
  806             </xs:element>
  807           </xs:sequence>
  808         </xs:complexType>
  809       </xs:element>
  810       <xs:element name="klasifikace" minOccurs="0">
  811         <xs:annotation>
  812           <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>
  813 </xs:documentation>
  814         </xs:annotation>
  815         <xs:complexType>
  816           <xs:annotation>
  817             <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>
  818 </xs:documentation>
  819           </xs:annotation>
  820           <xs:sequence>
  821             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  822               <xs:annotation>
  823                 <xs:documentation><p>Kód číselníku.</p>
  824 </xs:documentation>
  825               </xs:annotation>
  826             </xs:element>
  827             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  828               <xs:annotation>
  829                 <xs:documentation><p>Kód číselníkové položky.</p>
  830 </xs:documentation>
  831               </xs:annotation>
  832             </xs:element>
  833             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  834               <xs:annotation>
  835                 <xs:documentation><p>Verze číselníku.</p>
  836 </xs:documentation>
  837               </xs:annotation>
  838             </xs:element>
  839             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  840               <xs:annotation>
  841                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
  842 </xs:documentation>
  843               </xs:annotation>
  844             </xs:element>
  845             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  846               <xs:annotation>
  847                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
  848 </xs:documentation>
  849               </xs:annotation>
  850             </xs:element>
  851             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  852               <xs:annotation>
  853                 <xs:documentation><p>Platnost číselníkové položky</p>
  854 </xs:documentation>
  855               </xs:annotation>
  856             </xs:element>
  857             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  858               <xs:annotation>
  859                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
  860 </xs:documentation>
  861               </xs:annotation>
  862             </xs:element>
  863           </xs:sequence>
  864         </xs:complexType>
  865       </xs:element>
  866       <xs:element name="kod" type="xs:string" minOccurs="0">
  867         <xs:annotation>
  868           <xs:documentation><p>Externí kód zásilky (například: konkrétní kód žádanky).</p>
  869 </xs:documentation>
  870         </xs:annotation>
  871       </xs:element>
  872       <xs:element name="autor" type="xs:string" minOccurs="0">
  873         <xs:annotation>
  874           <xs:documentation><p>ID autora zásilky (väzba na kmeňový register – zdravotnikych pracovnikov).</p>
  875 </xs:documentation>
  876         </xs:annotation>
  877       </xs:element>
  878       <xs:element name="autorData" type="tns:KRZdravotnickyPracovnikDto" minOccurs="0" />
  879       <xs:element name="poskytovatel" type="xs:string" minOccurs="0">
  880         <xs:annotation>
  881           <xs:documentation><p>ID subjektu (vazba na kmeňový register – poskytovatel).</p>
  882 </xs:documentation>
  883         </xs:annotation>
  884       </xs:element>
  885       <xs:element name="poskytovatelData" type="tns:KRPoskytovatelDto" minOccurs="0" />
  886       <xs:element name="pacient" type="xs:string">
  887         <xs:annotation>
  888           <xs:documentation><p>RID pacienta, ke kterému se zásilka vztahuje.</p>
  889 </xs:documentation>
  890         </xs:annotation>
  891       </xs:element>
  892       <xs:element name="pacientData" type="tns:KRPacientDto" minOccurs="0" />
  893       <xs:element name="dostupnost" type="xs:boolean" default="true">
  894         <xs:annotation>
  895           <xs:documentation><p>Úroveň důvěrnosti dokumentu (chránený, soukromý, verejný).</p>
  896 </xs:documentation>
  897         </xs:annotation>
  898       </xs:element>
  899       <xs:element name="duvernost" minOccurs="0">
  900         <xs:annotation>
  901           <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>
  902 </xs:documentation>
  903         </xs:annotation>
  904         <xs:complexType>
  905           <xs:annotation>
  906             <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>
  907 </xs:documentation>
  908           </xs:annotation>
  909           <xs:sequence>
  910             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  911               <xs:annotation>
  912                 <xs:documentation><p>Kód číselníku.</p>
  913 </xs:documentation>
  914               </xs:annotation>
  915             </xs:element>
  916             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  917               <xs:annotation>
  918                 <xs:documentation><p>Kód číselníkové položky.</p>
  919 </xs:documentation>
  920               </xs:annotation>
  921             </xs:element>
  922             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  923               <xs:annotation>
  924                 <xs:documentation><p>Verze číselníku.</p>
  925 </xs:documentation>
  926               </xs:annotation>
  927             </xs:element>
  928             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  929               <xs:annotation>
  930                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
  931 </xs:documentation>
  932               </xs:annotation>
  933             </xs:element>
  934             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  935               <xs:annotation>
  936                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
  937 </xs:documentation>
  938               </xs:annotation>
  939             </xs:element>
  940             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  941               <xs:annotation>
  942                 <xs:documentation><p>Platnost číselníkové položky</p>
  943 </xs:documentation>
  944               </xs:annotation>
  945             </xs:element>
  946             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  947               <xs:annotation>
  948                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
  949 </xs:documentation>
  950               </xs:annotation>
  951             </xs:element>
  952           </xs:sequence>
  953         </xs:complexType>
  954       </xs:element>
  955       <xs:element name="format" minOccurs="0">
  956         <xs:annotation>
  957           <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>
  958 </xs:documentation>
  959         </xs:annotation>
  960         <xs:complexType>
  961           <xs:annotation>
  962             <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>
  963 </xs:documentation>
  964           </xs:annotation>
  965           <xs:sequence>
  966             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  967               <xs:annotation>
  968                 <xs:documentation><p>Kód číselníku.</p>
  969 </xs:documentation>
  970               </xs:annotation>
  971             </xs:element>
  972             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  973               <xs:annotation>
  974                 <xs:documentation><p>Kód číselníkové položky.</p>
  975 </xs:documentation>
  976               </xs:annotation>
  977             </xs:element>
  978             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  979               <xs:annotation>
  980                 <xs:documentation><p>Verze číselníku.</p>
  981 </xs:documentation>
  982               </xs:annotation>
  983             </xs:element>
  984             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  985               <xs:annotation>
  986                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
  987 </xs:documentation>
  988               </xs:annotation>
  989             </xs:element>
  990             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
  991               <xs:annotation>
  992                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
  993 </xs:documentation>
  994               </xs:annotation>
  995             </xs:element>
  996             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
  997               <xs:annotation>
  998                 <xs:documentation><p>Platnost číselníkové položky</p>
  999 </xs:documentation>
 1000               </xs:annotation>
 1001             </xs:element>
 1002             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1003               <xs:annotation>
 1004                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 1005 </xs:documentation>
 1006               </xs:annotation>
 1007             </xs:element>
 1008           </xs:sequence>
 1009         </xs:complexType>
 1010       </xs:element>
 1011       <xs:element name="mime" minOccurs="0">
 1012         <xs:annotation>
 1013           <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>
 1014 </xs:documentation>
 1015         </xs:annotation>
 1016         <xs:complexType>
 1017           <xs:annotation>
 1018             <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>
 1019 </xs:documentation>
 1020           </xs:annotation>
 1021           <xs:sequence>
 1022             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1023               <xs:annotation>
 1024                 <xs:documentation><p>Kód číselníku.</p>
 1025 </xs:documentation>
 1026               </xs:annotation>
 1027             </xs:element>
 1028             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1029               <xs:annotation>
 1030                 <xs:documentation><p>Kód číselníkové položky.</p>
 1031 </xs:documentation>
 1032               </xs:annotation>
 1033             </xs:element>
 1034             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1035               <xs:annotation>
 1036                 <xs:documentation><p>Verze číselníku.</p>
 1037 </xs:documentation>
 1038               </xs:annotation>
 1039             </xs:element>
 1040             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1041               <xs:annotation>
 1042                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 1043 </xs:documentation>
 1044               </xs:annotation>
 1045             </xs:element>
 1046             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1047               <xs:annotation>
 1048                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 1049 </xs:documentation>
 1050               </xs:annotation>
 1051             </xs:element>
 1052             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1053               <xs:annotation>
 1054                 <xs:documentation><p>Platnost číselníkové položky</p>
 1055 </xs:documentation>
 1056               </xs:annotation>
 1057             </xs:element>
 1058             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1059               <xs:annotation>
 1060                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 1061 </xs:documentation>
 1062               </xs:annotation>
 1063             </xs:element>
 1064           </xs:sequence>
 1065         </xs:complexType>
 1066       </xs:element>
 1067       <xs:element name="hash">
 1068         <xs:annotation>
 1069           <xs:documentation><p>Kontrolní hash dokumentu pro ověření integrity.</p>
 1070 </xs:documentation>
 1071         </xs:annotation>
 1072         <xs:simpleType>
 1073           <xs:restriction base="xs:string">
 1074             <xs:maxLength value="255" />
 1075           </xs:restriction>
 1076         </xs:simpleType>
 1077       </xs:element>
 1078       <xs:element name="velikost" type="xs:long" minOccurs="0">
 1079         <xs:annotation>
 1080           <xs:documentation><p>Velikost dokumentu v bajtech. Automaticky vypočteno.</p>
 1081 </xs:documentation>
 1082         </xs:annotation>
 1083       </xs:element>
 1084       <xs:element name="vazanyDokument" type="ns1:guid" minOccurs="0">
 1085         <xs:annotation>
 1086           <xs:documentation><p>Odkazy na další související dokumenty (například předchozí verze, dodatky).</p>
 1087 </xs:documentation>
 1088         </xs:annotation>
 1089       </xs:element>
 1090       <xs:element name="soubor" minOccurs="0">
 1091         <xs:annotation>
 1092           <xs:documentation><p>Uložený soubor.</p>
 1093 </xs:documentation>
 1094         </xs:annotation>
 1095         <xs:complexType>
 1096           <xs:annotation>
 1097             <xs:documentation><p>Uložený soubor.</p>
 1098 </xs:documentation>
 1099           </xs:annotation>
 1100           <xs:sequence>
 1101             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 1102               <xs:annotation>
 1103                 <xs:documentation><p>ID souboru.</p>
 1104 </xs:documentation>
 1105               </xs:annotation>
 1106             </xs:element>
 1107             <xs:element name="soubor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1108               <xs:annotation>
 1109                 <xs:documentation><p>Base64 soubor.</p>
 1110 </xs:documentation>
 1111               </xs:annotation>
 1112             </xs:element>
 1113             <xs:element name="cesta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1114               <xs:annotation>
 1115                 <xs:documentation><p>Cesta na externí úložiště.</p>
 1116 </xs:documentation>
 1117               </xs:annotation>
 1118             </xs:element>
 1119           </xs:sequence>
 1120         </xs:complexType>
 1121       </xs:element>
 1122       <xs:element name="slozka" minOccurs="0">
 1123         <xs:annotation>
 1124           <xs:documentation><p>Logicke rozdelení dokumentu do složek.</p>
 1125 </xs:documentation>
 1126         </xs:annotation>
 1127         <xs:complexType>
 1128           <xs:annotation>
 1129             <xs:documentation><p>Logicke rozdelení dokumentu do složek.</p>
 1130 </xs:documentation>
 1131           </xs:annotation>
 1132           <xs:sequence>
 1133             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 1134               <xs:annotation>
 1135                 <xs:documentation><p>ID zásilky pro zoskupení dokumentu do jednotní složky.</p>
 1136 </xs:documentation>
 1137               </xs:annotation>
 1138             </xs:element>
 1139             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 1140               <xs:annotation>
 1141                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 1142 </xs:documentation>
 1143               </xs:annotation>
 1144             </xs:element>
 1145             <xs:element name="nazev" minOccurs="0">
 1146               <xs:annotation>
 1147                 <xs:documentation><p>Název složky.</p>
 1148 </xs:documentation>
 1149               </xs:annotation>
 1150               <xs:simpleType>
 1151                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 1152                   <xs:maxLength value="255" />
 1153                 </xs:restriction>
 1154               </xs:simpleType>
 1155             </xs:element>
 1156             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1157               <xs:annotation>
 1158                 <xs:documentation><p>ID uživatele, který složku vytvořil.</p>
 1159 </xs:documentation>
 1160               </xs:annotation>
 1161             </xs:element>
 1162             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 1163               <xs:annotation>
 1164                 <xs:documentation><p>Datum vytvoření složky.</p>
 1165 </xs:documentation>
 1166               </xs:annotation>
 1167             </xs:element>
 1168           </xs:sequence>
 1169         </xs:complexType>
 1170       </xs:element>
 1171     </xs:sequence>
 1172   </xs:complexType>
 1173   <xs:complexType name="DuvodObjednavky">
 1174     <xs:annotation>
 1175       <xs:documentation><p>Duvod Objednavky</p>
 1176 </xs:documentation>
 1177     </xs:annotation>
 1178     <xs:sequence>
 1179       <xs:element name="problem" type="tns:CodeableConcept" minOccurs="0" />
 1180       <xs:element name="vedlejsiProblem" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1181         <xs:annotation>
 1182           <xs:documentation><p>Gets or sets the problem.</p>
 1183 </xs:documentation>
 1184         </xs:annotation>
 1185       </xs:element>
 1186       <xs:element name="klinickaOtazkaKod" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1187         <xs:annotation>
 1188           <xs:documentation><p>Gets or sets the klinicka otazka kod.</p>
 1189 </xs:documentation>
 1190         </xs:annotation>
 1191       </xs:element>
 1192       <xs:element name="klinickaOtazkaText" type="xs:string" minOccurs="0" maxOccurs="2147483647">
 1193         <xs:annotation>
 1194           <xs:documentation><p>Gets or sets the klinicka otazka text.</p>
 1195 </xs:documentation>
 1196         </xs:annotation>
 1197       </xs:element>
 1198       <xs:element name="duvodKod" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1199         <xs:annotation>
 1200           <xs:documentation><p>Gets or sets the duvod kod.</p>
 1201 </xs:documentation>
 1202         </xs:annotation>
 1203       </xs:element>
 1204       <xs:element name="duvodText" type="xs:string" minOccurs="0" maxOccurs="2147483647">
 1205         <xs:annotation>
 1206           <xs:documentation><p>Gets or sets the duvod text.</p>
 1207 </xs:documentation>
 1208         </xs:annotation>
 1209       </xs:element>
 1210     </xs:sequence>
 1211   </xs:complexType>
 1212   <xs:complexType name="ErrorItemResponse">
 1213     <xs:annotation>
 1214       <xs:documentation><p>Položka chyby pro všeobecnou návratovou třídu pro chybu</p>
 1215 </xs:documentation>
 1216     </xs:annotation>
 1217     <xs:sequence>
 1218       <xs:element name="error" type="xs:string" minOccurs="0">
 1219         <xs:annotation>
 1220           <xs:documentation><p>Kód chyby</p>
 1221 </xs:documentation>
 1222         </xs:annotation>
 1223       </xs:element>
 1224       <xs:element name="scope" type="xs:string" minOccurs="0">
 1225         <xs:annotation>
 1226           <xs:documentation><p>Položka, u které došlo k chybě</p>
 1227 </xs:documentation>
 1228         </xs:annotation>
 1229       </xs:element>
 1230       <xs:element name="parameters" type="xs:anyType" minOccurs="0">
 1231         <xs:annotation>
 1232           <xs:documentation><p>Parametry pro vyvolání chyby</p>
 1233 </xs:documentation>
 1234         </xs:annotation>
 1235       </xs:element>
 1236       <xs:element name="message" type="xs:string" minOccurs="0">
 1237         <xs:annotation>
 1238           <xs:documentation><p>Zpráva chyby</p>
 1239 </xs:documentation>
 1240         </xs:annotation>
 1241       </xs:element>
 1242     </xs:sequence>
 1243   </xs:complexType>
 1244   <xs:complexType name="ErrorsResponse">
 1245     <xs:annotation>
 1246       <xs:documentation><p>Návratová data při vyvolání chyby se seznamem chyb</p>
 1247 </xs:documentation>
 1248     </xs:annotation>
 1249     <xs:sequence>
 1250       <xs:element name="errors" type="tns:ErrorItemResponse" minOccurs="0" maxOccurs="2147483647">
 1251         <xs:annotation>
 1252           <xs:documentation><p>Seznam nalezených chyb</p>
 1253 </xs:documentation>
 1254         </xs:annotation>
 1255       </xs:element>
 1256     </xs:sequence>
 1257   </xs:complexType>
 1258   <xs:complexType name="IdentifikatorModel">
 1259     <xs:annotation>
 1260       <xs:documentation><p>Identifikator Model</p>
 1261 </xs:documentation>
 1262     </xs:annotation>
 1263     <xs:sequence>
 1264       <xs:element name="use" type="xs:string" minOccurs="0">
 1265         <xs:annotation>
 1266           <xs:documentation><p>Gets or sets the use.</p>
 1267 </xs:documentation>
 1268         </xs:annotation>
 1269       </xs:element>
 1270       <xs:element name="type" type="tns:CodeableConcept" minOccurs="0" />
 1271       <xs:element name="system" type="xs:string" minOccurs="0">
 1272         <xs:annotation>
 1273           <xs:documentation><p>Gets or sets the system.</p>
 1274 </xs:documentation>
 1275         </xs:annotation>
 1276       </xs:element>
 1277       <xs:element name="value" type="xs:string" minOccurs="0">
 1278         <xs:annotation>
 1279           <xs:documentation><p>Gets or sets the value.</p>
 1280 </xs:documentation>
 1281         </xs:annotation>
 1282       </xs:element>
 1283     </xs:sequence>
 1284   </xs:complexType>
 1285   <xs:complexType name="ImplantatModel">
 1286     <xs:annotation>
 1287       <xs:documentation><p>Implantat Model</p>
 1288 </xs:documentation>
 1289     </xs:annotation>
 1290     <xs:sequence>
 1291       <xs:element name="typZarizeni" type="tns:CodeableConcept" minOccurs="0" />
 1292       <xs:element name="lokace" type="tns:CodeableConcept" minOccurs="0" />
 1293       <xs:element name="vyrobce" type="xs:string" minOccurs="0">
 1294         <xs:annotation>
 1295           <xs:documentation><p>Gets or sets the vyrobce.</p>
 1296 </xs:documentation>
 1297         </xs:annotation>
 1298       </xs:element>
 1299       <xs:element name="model" type="xs:string" minOccurs="0">
 1300         <xs:annotation>
 1301           <xs:documentation><p>Gets or sets the model.</p>
 1302 </xs:documentation>
 1303         </xs:annotation>
 1304       </xs:element>
 1305     </xs:sequence>
 1306   </xs:complexType>
 1307   <xs:complexType name="InformaceOObjednavceModel">
 1308     <xs:annotation>
 1309       <xs:documentation><p>Informace O Objednavce Model</p>
 1310 </xs:documentation>
 1311     </xs:annotation>
 1312     <xs:sequence>
 1313       <xs:element name="detailyObjednavky" type="tns:DetailyObjednavky" minOccurs="0" maxOccurs="2147483647">
 1314         <xs:annotation>
 1315           <xs:documentation><p>Gets or sets the detaily objednavky.</p>
 1316 </xs:documentation>
 1317         </xs:annotation>
 1318       </xs:element>
 1319       <xs:element name="duvodObjednavky" type="tns:DuvodObjednavky" minOccurs="0" />
 1320     </xs:sequence>
 1321   </xs:complexType>
 1322   <xs:complexType name="KRDokladDTO">
 1323     <xs:sequence>
 1324       <xs:element name="cislo" type="xs:string" minOccurs="0">
 1325         <xs:annotation>
 1326           <xs:documentation><p>Číslo dokladu.</p>
 1327 </xs:documentation>
 1328         </xs:annotation>
 1329       </xs:element>
 1330       <xs:element name="typDokladu" type="xs:string" minOccurs="0">
 1331         <xs:annotation>
 1332           <xs:documentation><p>Typ dokladu.</p>
 1333 </xs:documentation>
 1334         </xs:annotation>
 1335       </xs:element>
 1336       <xs:element name="stat" type="xs:string" minOccurs="0">
 1337         <xs:annotation>
 1338           <xs:documentation><p>Stat který vydal doklad.</p>
 1339 </xs:documentation>
 1340         </xs:annotation>
 1341       </xs:element>
 1342     </xs:sequence>
 1343   </xs:complexType>
 1344   <xs:complexType name="KRPacientDto">
 1345     <xs:sequence>
 1346       <xs:element name="rid" type="xs:string" minOccurs="0">
 1347         <xs:annotation>
 1348           <xs:documentation><p>RID dohledané osoby.</p>
 1349 </xs:documentation>
 1350         </xs:annotation>
 1351       </xs:element>
 1352       <xs:element name="jmeno" type="xs:string" minOccurs="0">
 1353         <xs:annotation>
 1354           <xs:documentation><p>Jméno dohledané osoby.</p>
 1355 </xs:documentation>
 1356         </xs:annotation>
 1357       </xs:element>
 1358       <xs:element name="prijmeni" type="xs:string" minOccurs="0">
 1359         <xs:annotation>
 1360           <xs:documentation><p>Příjmení dohledané osoby.</p>
 1361 </xs:documentation>
 1362         </xs:annotation>
 1363       </xs:element>
 1364       <xs:element name="datumNarozeni" type="xs:date" minOccurs="0">
 1365         <xs:annotation>
 1366           <xs:documentation><p>Datum narození dohledané osoby.</p>
 1367 </xs:documentation>
 1368         </xs:annotation>
 1369       </xs:element>
 1370       <xs:element name="ruianId" type="xs:string" minOccurs="0">
 1371         <xs:annotation>
 1372           <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 1373 </xs:documentation>
 1374         </xs:annotation>
 1375       </xs:element>
 1376       <xs:element name="adresaCela" type="xs:string" minOccurs="0">
 1377         <xs:annotation>
 1378           <xs:documentation><p>Adresa dohledané osoby.</p>
 1379 </xs:documentation>
 1380         </xs:annotation>
 1381       </xs:element>
 1382       <xs:element name="zdravotniPojistovnaKod" type="xs:string" minOccurs="0">
 1383         <xs:annotation>
 1384           <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 1385 </xs:documentation>
 1386         </xs:annotation>
 1387       </xs:element>
 1388       <xs:element name="zdravotniPojistovnaNazev" type="xs:string" minOccurs="0">
 1389         <xs:annotation>
 1390           <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 1391 </xs:documentation>
 1392         </xs:annotation>
 1393       </xs:element>
 1394       <xs:element name="kontaktniEmail" type="xs:string" minOccurs="0">
 1395         <xs:annotation>
 1396           <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 1397 </xs:documentation>
 1398         </xs:annotation>
 1399       </xs:element>
 1400       <xs:element name="preferovanyJazyk" type="xs:string" minOccurs="0">
 1401         <xs:annotation>
 1402           <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 1403 </xs:documentation>
 1404         </xs:annotation>
 1405       </xs:element>
 1406       <xs:element name="cisloPojistence" type="xs:string" minOccurs="0">
 1407         <xs:annotation>
 1408           <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 1409 </xs:documentation>
 1410         </xs:annotation>
 1411       </xs:element>
 1412       <xs:element name="doklady" type="tns:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 1413         <xs:annotation>
 1414           <xs:documentation><p>Doklady dohledané osoby.</p>
 1415 </xs:documentation>
 1416         </xs:annotation>
 1417       </xs:element>
 1418     </xs:sequence>
 1419   </xs:complexType>
 1420   <xs:complexType name="KRPoskytovatelDto">
 1421     <xs:sequence>
 1422       <xs:element name="ico" type="xs:string" minOccurs="0">
 1423         <xs:annotation>
 1424           <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 1425 </xs:documentation>
 1426         </xs:annotation>
 1427       </xs:element>
 1428       <xs:element name="nazev" type="xs:string" minOccurs="0">
 1429         <xs:annotation>
 1430           <xs:documentation><p>Název dohledaného poskytovatele.</p>
 1431 </xs:documentation>
 1432         </xs:annotation>
 1433       </xs:element>
 1434       <xs:element name="ruianId" type="xs:string" minOccurs="0">
 1435         <xs:annotation>
 1436           <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 1437 </xs:documentation>
 1438         </xs:annotation>
 1439       </xs:element>
 1440       <xs:element name="adresaCela" type="xs:string" minOccurs="0">
 1441         <xs:annotation>
 1442           <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 1443 </xs:documentation>
 1444         </xs:annotation>
 1445       </xs:element>
 1446     </xs:sequence>
 1447   </xs:complexType>
 1448   <xs:complexType name="KRZdravotnickyPracovnikDto">
 1449     <xs:sequence>
 1450       <xs:element name="jmeno" type="xs:string" minOccurs="0">
 1451         <xs:annotation>
 1452           <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 1453 </xs:documentation>
 1454         </xs:annotation>
 1455       </xs:element>
 1456       <xs:element name="prijmeni" type="xs:string" minOccurs="0">
 1457         <xs:annotation>
 1458           <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 1459 </xs:documentation>
 1460         </xs:annotation>
 1461       </xs:element>
 1462       <xs:element name="titulPred" type="xs:string" minOccurs="0">
 1463         <xs:annotation>
 1464           <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 1465 </xs:documentation>
 1466         </xs:annotation>
 1467       </xs:element>
 1468       <xs:element name="titulZa" type="xs:string" minOccurs="0">
 1469         <xs:annotation>
 1470           <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 1471 </xs:documentation>
 1472         </xs:annotation>
 1473       </xs:element>
 1474       <xs:element name="krzpId" type="xs:string" minOccurs="0">
 1475         <xs:annotation>
 1476           <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 1477 </xs:documentation>
 1478         </xs:annotation>
 1479       </xs:element>
 1480       <xs:element name="datumNarozeni" type="xs:date" minOccurs="0">
 1481         <xs:annotation>
 1482           <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 1483 </xs:documentation>
 1484         </xs:annotation>
 1485       </xs:element>
 1486     </xs:sequence>
 1487   </xs:complexType>
 1488   <xs:complexType name="Kontraindikace">
 1489     <xs:annotation>
 1490       <xs:documentation><p>Kontraindikace</p>
 1491 </xs:documentation>
 1492     </xs:annotation>
 1493     <xs:sequence>
 1494       <xs:element name="medikace" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1495         <xs:annotation>
 1496           <xs:documentation><p>Seznam medikací.</p>
 1497 </xs:documentation>
 1498         </xs:annotation>
 1499       </xs:element>
 1500     </xs:sequence>
 1501   </xs:complexType>
 1502   <xs:complexType name="NactiZadankuDto">
 1503     <xs:annotation>
 1504       <xs:documentation><p>Nacti Zadanku Dto</p>
 1505 </xs:documentation>
 1506     </xs:annotation>
 1507     <xs:sequence>
 1508       <xs:element name="zadanka" type="tns:Zadanka" minOccurs="0" />
 1509       <xs:element name="zadankaZ" minOccurs="0">
 1510         <xs:annotation>
 1511           <xs:documentation><p>Data Z žádanky.</p>
 1512 </xs:documentation>
 1513         </xs:annotation>
 1514         <xs:complexType>
 1515           <xs:annotation>
 1516             <xs:documentation><p>Data Z žádanky.</p>
 1517 </xs:documentation>
 1518           </xs:annotation>
 1519           <xs:sequence>
 1520             <xs:element name="kodNahrady" minOccurs="0">
 1521               <xs:annotation>
 1522                 <xs:documentation><p>Kód náhrady.</p>
 1523 </xs:documentation>
 1524               </xs:annotation>
 1525               <xs:complexType>
 1526                 <xs:annotation>
 1527                   <xs:documentation><p>Kód náhrady.</p>
 1528 </xs:documentation>
 1529                 </xs:annotation>
 1530                 <xs:sequence>
 1531                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1532                     <xs:annotation>
 1533                       <xs:documentation><p>Kód číselníku.</p>
 1534 </xs:documentation>
 1535                     </xs:annotation>
 1536                   </xs:element>
 1537                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1538                     <xs:annotation>
 1539                       <xs:documentation><p>Kód číselníkové položky.</p>
 1540 </xs:documentation>
 1541                     </xs:annotation>
 1542                   </xs:element>
 1543                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1544                     <xs:annotation>
 1545                       <xs:documentation><p>Verze číselníku.</p>
 1546 </xs:documentation>
 1547                     </xs:annotation>
 1548                   </xs:element>
 1549                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1550                     <xs:annotation>
 1551                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 1552 </xs:documentation>
 1553                     </xs:annotation>
 1554                   </xs:element>
 1555                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1556                     <xs:annotation>
 1557                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 1558 </xs:documentation>
 1559                     </xs:annotation>
 1560                   </xs:element>
 1561                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1562                     <xs:annotation>
 1563                       <xs:documentation><p>Platnost číselníkové položky</p>
 1564 </xs:documentation>
 1565                     </xs:annotation>
 1566                   </xs:element>
 1567                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1568                     <xs:annotation>
 1569                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 1570 </xs:documentation>
 1571                     </xs:annotation>
 1572                   </xs:element>
 1573                 </xs:sequence>
 1574               </xs:complexType>
 1575             </xs:element>
 1576             <xs:element name="uhrada" minOccurs="0">
 1577               <xs:annotation>
 1578                 <xs:documentation><p>Úhrada.</p>
 1579 </xs:documentation>
 1580               </xs:annotation>
 1581               <xs:complexType>
 1582                 <xs:annotation>
 1583                   <xs:documentation><p>Úhrada.</p>
 1584 </xs:documentation>
 1585                 </xs:annotation>
 1586                 <xs:sequence>
 1587                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 1588                     <xs:annotation>
 1589                       <xs:documentation><p>Gets or sets the coding.</p>
 1590 </xs:documentation>
 1591                     </xs:annotation>
 1592                   </xs:element>
 1593                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1594                     <xs:annotation>
 1595                       <xs:documentation><p>Gets or sets the text.</p>
 1596 </xs:documentation>
 1597                     </xs:annotation>
 1598                   </xs:element>
 1599                 </xs:sequence>
 1600               </xs:complexType>
 1601             </xs:element>
 1602             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
 1603               <xs:annotation>
 1604                 <xs:documentation><p>Přílohy.</p>
 1605 </xs:documentation>
 1606               </xs:annotation>
 1607             </xs:element>
 1608             <xs:element name="biometrickeUdaje" minOccurs="0">
 1609               <xs:annotation>
 1610                 <xs:documentation><p>Biometrické údaje.</p>
 1611 </xs:documentation>
 1612               </xs:annotation>
 1613               <xs:complexType>
 1614                 <xs:annotation>
 1615                   <xs:documentation><p>Biometrické údaje.</p>
 1616 </xs:documentation>
 1617                 </xs:annotation>
 1618                 <xs:sequence>
 1619                   <xs:element name="vyska" minOccurs="0">
 1620                     <xs:annotation>
 1621                       <xs:documentation><p>Výška osoby.</p>
 1622 </xs:documentation>
 1623                     </xs:annotation>
 1624                     <xs:complexType>
 1625                       <xs:annotation>
 1626                         <xs:documentation><p>Výška osoby.</p>
 1627 </xs:documentation>
 1628                       </xs:annotation>
 1629                       <xs:sequence>
 1630                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1631                           <xs:annotation>
 1632                             <xs:documentation><p>Kód pro výšku.</p>
 1633 </xs:documentation>
 1634                           </xs:annotation>
 1635                         </xs:element>
 1636                         <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 1637                           <xs:annotation>
 1638                             <xs:documentation><p>Hodnota výšky.</p>
 1639 </xs:documentation>
 1640                           </xs:annotation>
 1641                         </xs:element>
 1642                         <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 1643                           <xs:annotation>
 1644                             <xs:documentation><p>Datum měření výšky.</p>
 1645 </xs:documentation>
 1646                           </xs:annotation>
 1647                         </xs:element>
 1648                       </xs:sequence>
 1649                     </xs:complexType>
 1650                   </xs:element>
 1651                   <xs:element name="vaha" minOccurs="0">
 1652                     <xs:annotation>
 1653                       <xs:documentation><p>Váha osoby.</p>
 1654 </xs:documentation>
 1655                     </xs:annotation>
 1656                     <xs:complexType>
 1657                       <xs:annotation>
 1658                         <xs:documentation><p>Váha osoby.</p>
 1659 </xs:documentation>
 1660                       </xs:annotation>
 1661                       <xs:sequence>
 1662                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1663                           <xs:annotation>
 1664                             <xs:documentation><p>Kód pro váhu.</p>
 1665 </xs:documentation>
 1666                           </xs:annotation>
 1667                         </xs:element>
 1668                         <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 1669                           <xs:annotation>
 1670                             <xs:documentation><p>Hodnota váhy.</p>
 1671 </xs:documentation>
 1672                           </xs:annotation>
 1673                         </xs:element>
 1674                         <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 1675                           <xs:annotation>
 1676                             <xs:documentation><p>Datum měření váhy.</p>
 1677 </xs:documentation>
 1678                           </xs:annotation>
 1679                         </xs:element>
 1680                       </xs:sequence>
 1681                     </xs:complexType>
 1682                   </xs:element>
 1683                 </xs:sequence>
 1684               </xs:complexType>
 1685             </xs:element>
 1686             <xs:element name="informaceOObjednavce" minOccurs="0">
 1687               <xs:annotation>
 1688                 <xs:documentation><p>Informace o objednávce.</p>
 1689 </xs:documentation>
 1690               </xs:annotation>
 1691               <xs:complexType>
 1692                 <xs:annotation>
 1693                   <xs:documentation><p>Informace o objednávce.</p>
 1694 </xs:documentation>
 1695                 </xs:annotation>
 1696                 <xs:sequence>
 1697                   <xs:element name="detailyObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DetailyObjednavky" minOccurs="0" maxOccurs="2147483647">
 1698                     <xs:annotation>
 1699                       <xs:documentation><p>Gets or sets the detaily objednavky.</p>
 1700 </xs:documentation>
 1701                     </xs:annotation>
 1702                   </xs:element>
 1703                   <xs:element name="duvodObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DuvodObjednavky" minOccurs="0" />
 1704                 </xs:sequence>
 1705               </xs:complexType>
 1706             </xs:element>
 1707             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:PozadovaneVysetreniZDto" minOccurs="0" maxOccurs="2147483647">
 1708               <xs:annotation>
 1709                 <xs:documentation><p>Požadovaná vyšetření.</p>
 1710 </xs:documentation>
 1711               </xs:annotation>
 1712             </xs:element>
 1713             <xs:element name="urgentniInformace" minOccurs="0">
 1714               <xs:annotation>
 1715                 <xs:documentation><p>Urgentní informace.</p>
 1716 </xs:documentation>
 1717               </xs:annotation>
 1718               <xs:complexType>
 1719                 <xs:annotation>
 1720                   <xs:documentation><p>Urgentní informace.</p>
 1721 </xs:documentation>
 1722                 </xs:annotation>
 1723                 <xs:sequence>
 1724                   <xs:element name="alergieIntolerance" type="https://ezprava.net/mzd/eZadankaMZd:AlergieIntolerance" minOccurs="0" maxOccurs="2147483647">
 1725                     <xs:annotation>
 1726                       <xs:documentation><p>Gets or sets the alergie intolerance.</p>
 1727 </xs:documentation>
 1728                     </xs:annotation>
 1729                   </xs:element>
 1730                   <xs:element name="varovani" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 1731                     <xs:annotation>
 1732                       <xs:documentation><p>Gets or sets the varovani.</p>
 1733 </xs:documentation>
 1734                     </xs:annotation>
 1735                   </xs:element>
 1736                 </xs:sequence>
 1737               </xs:complexType>
 1738             </xs:element>
 1739             <xs:element name="kontraindikace" minOccurs="0">
 1740               <xs:annotation>
 1741                 <xs:documentation><p>Kontraindikace.</p>
 1742 </xs:documentation>
 1743               </xs:annotation>
 1744               <xs:complexType>
 1745                 <xs:annotation>
 1746                   <xs:documentation><p>Kontraindikace.</p>
 1747 </xs:documentation>
 1748                 </xs:annotation>
 1749                 <xs:sequence>
 1750                   <xs:element name="medikace" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1751                     <xs:annotation>
 1752                       <xs:documentation><p>Seznam medikací.</p>
 1753 </xs:documentation>
 1754                     </xs:annotation>
 1755                   </xs:element>
 1756                 </xs:sequence>
 1757               </xs:complexType>
 1758             </xs:element>
 1759             <xs:element name="dalsiRelevantniUdaje" minOccurs="0">
 1760               <xs:annotation>
 1761                 <xs:documentation><p>Další relevantí údaje.</p>
 1762 </xs:documentation>
 1763               </xs:annotation>
 1764               <xs:complexType>
 1765                 <xs:annotation>
 1766                   <xs:documentation><p>Další relevantí údaje.</p>
 1767 </xs:documentation>
 1768                 </xs:annotation>
 1769                 <xs:sequence>
 1770                   <xs:element name="kod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" />
 1771                 </xs:sequence>
 1772               </xs:complexType>
 1773             </xs:element>
 1774             <xs:element name="implantat" type="https://ezprava.net/mzd/eZadankaMZd:ImplantatModel" minOccurs="0" maxOccurs="2147483647">
 1775               <xs:annotation>
 1776                 <xs:documentation><p>Implantát.</p>
 1777 </xs:documentation>
 1778               </xs:annotation>
 1779             </xs:element>
 1780             <xs:element name="omezeniMobility" minOccurs="0">
 1781               <xs:annotation>
 1782                 <xs:documentation><p>Omezení mobility.</p>
 1783 </xs:documentation>
 1784               </xs:annotation>
 1785               <xs:complexType>
 1786                 <xs:annotation>
 1787                   <xs:documentation><p>Omezení mobility.</p>
 1788 </xs:documentation>
 1789                 </xs:annotation>
 1790                 <xs:sequence>
 1791                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 1792                     <xs:annotation>
 1793                       <xs:documentation><p>Gets or sets the coding.</p>
 1794 </xs:documentation>
 1795                     </xs:annotation>
 1796                   </xs:element>
 1797                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1798                     <xs:annotation>
 1799                       <xs:documentation><p>Gets or sets the text.</p>
 1800 </xs:documentation>
 1801                     </xs:annotation>
 1802                   </xs:element>
 1803                 </xs:sequence>
 1804               </xs:complexType>
 1805             </xs:element>
 1806           </xs:sequence>
 1807         </xs:complexType>
 1808       </xs:element>
 1809       <xs:element name="zadankaFt" minOccurs="0">
 1810         <xs:annotation>
 1811           <xs:documentation><p>Data Ft žádanky.</p>
 1812 </xs:documentation>
 1813         </xs:annotation>
 1814         <xs:complexType>
 1815           <xs:annotation>
 1816             <xs:documentation><p>Data Ft žádanky.</p>
 1817 </xs:documentation>
 1818           </xs:annotation>
 1819           <xs:sequence>
 1820             <xs:element name="kodNahrady" minOccurs="0">
 1821               <xs:annotation>
 1822                 <xs:documentation><p>Kód náhrady.</p>
 1823 </xs:documentation>
 1824               </xs:annotation>
 1825               <xs:complexType>
 1826                 <xs:annotation>
 1827                   <xs:documentation><p>Kód náhrady.</p>
 1828 </xs:documentation>
 1829                 </xs:annotation>
 1830                 <xs:sequence>
 1831                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1832                     <xs:annotation>
 1833                       <xs:documentation><p>Kód číselníku.</p>
 1834 </xs:documentation>
 1835                     </xs:annotation>
 1836                   </xs:element>
 1837                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1838                     <xs:annotation>
 1839                       <xs:documentation><p>Kód číselníkové položky.</p>
 1840 </xs:documentation>
 1841                     </xs:annotation>
 1842                   </xs:element>
 1843                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1844                     <xs:annotation>
 1845                       <xs:documentation><p>Verze číselníku.</p>
 1846 </xs:documentation>
 1847                     </xs:annotation>
 1848                   </xs:element>
 1849                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1850                     <xs:annotation>
 1851                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 1852 </xs:documentation>
 1853                     </xs:annotation>
 1854                   </xs:element>
 1855                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1856                     <xs:annotation>
 1857                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 1858 </xs:documentation>
 1859                     </xs:annotation>
 1860                   </xs:element>
 1861                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1862                     <xs:annotation>
 1863                       <xs:documentation><p>Platnost číselníkové položky</p>
 1864 </xs:documentation>
 1865                     </xs:annotation>
 1866                   </xs:element>
 1867                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 1868                     <xs:annotation>
 1869                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 1870 </xs:documentation>
 1871                     </xs:annotation>
 1872                   </xs:element>
 1873                 </xs:sequence>
 1874               </xs:complexType>
 1875             </xs:element>
 1876             <xs:element name="uhrada" minOccurs="0">
 1877               <xs:annotation>
 1878                 <xs:documentation><p>Úhrada.</p>
 1879 </xs:documentation>
 1880               </xs:annotation>
 1881               <xs:complexType>
 1882                 <xs:annotation>
 1883                   <xs:documentation><p>Úhrada.</p>
 1884 </xs:documentation>
 1885                 </xs:annotation>
 1886                 <xs:sequence>
 1887                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 1888                     <xs:annotation>
 1889                       <xs:documentation><p>Gets or sets the coding.</p>
 1890 </xs:documentation>
 1891                     </xs:annotation>
 1892                   </xs:element>
 1893                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1894                     <xs:annotation>
 1895                       <xs:documentation><p>Gets or sets the text.</p>
 1896 </xs:documentation>
 1897                     </xs:annotation>
 1898                   </xs:element>
 1899                 </xs:sequence>
 1900               </xs:complexType>
 1901             </xs:element>
 1902             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
 1903               <xs:annotation>
 1904                 <xs:documentation><p>Přílohy.</p>
 1905 </xs:documentation>
 1906               </xs:annotation>
 1907             </xs:element>
 1908             <xs:element name="stavPacienta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1909               <xs:annotation>
 1910                 <xs:documentation><p>Stav pacienta.</p>
 1911 </xs:documentation>
 1912               </xs:annotation>
 1913             </xs:element>
 1914             <xs:element name="cil" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1915               <xs:annotation>
 1916                 <xs:documentation><p>Cíl.</p>
 1917 </xs:documentation>
 1918               </xs:annotation>
 1919             </xs:element>
 1920             <xs:element name="datumPlanovaneKontroly" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 1921               <xs:annotation>
 1922                 <xs:documentation><p>Datum plánované kontroly.</p>
 1923 </xs:documentation>
 1924               </xs:annotation>
 1925             </xs:element>
 1926             <xs:element name="castTela" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1927               <xs:annotation>
 1928                 <xs:documentation><p>Část těla.</p>
 1929 </xs:documentation>
 1930               </xs:annotation>
 1931             </xs:element>
 1932             <xs:element name="adresa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1933               <xs:annotation>
 1934                 <xs:documentation><p>Adresa.</p>
 1935 </xs:documentation>
 1936               </xs:annotation>
 1937             </xs:element>
 1938             <xs:element name="duvodZadanky" minOccurs="0">
 1939               <xs:annotation>
 1940                 <xs:documentation><p>Důvod žádanky.</p>
 1941 </xs:documentation>
 1942               </xs:annotation>
 1943               <xs:complexType>
 1944                 <xs:annotation>
 1945                   <xs:documentation><p>Důvod žádanky.</p>
 1946 </xs:documentation>
 1947                 </xs:annotation>
 1948                 <xs:sequence>
 1949                   <xs:element name="hlavniDiagnoza" minOccurs="0">
 1950                     <xs:annotation>
 1951                       <xs:documentation><p>Hlavní diagnoza.</p>
 1952 </xs:documentation>
 1953                     </xs:annotation>
 1954                     <xs:complexType>
 1955                       <xs:annotation>
 1956                         <xs:documentation><p>Hlavní diagnoza.</p>
 1957 </xs:documentation>
 1958                       </xs:annotation>
 1959                       <xs:sequence>
 1960                         <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 1961                           <xs:annotation>
 1962                             <xs:documentation><p>Gets or sets the coding.</p>
 1963 </xs:documentation>
 1964                           </xs:annotation>
 1965                         </xs:element>
 1966                         <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 1967                           <xs:annotation>
 1968                             <xs:documentation><p>Gets or sets the text.</p>
 1969 </xs:documentation>
 1970                           </xs:annotation>
 1971                         </xs:element>
 1972                       </xs:sequence>
 1973                     </xs:complexType>
 1974                   </xs:element>
 1975                   <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1976                     <xs:annotation>
 1977                       <xs:documentation><p>Vedlejší diagnoza.</p>
 1978 </xs:documentation>
 1979                     </xs:annotation>
 1980                   </xs:element>
 1981                   <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 1982                     <xs:annotation>
 1983                       <xs:documentation><p>Důvod.</p>
 1984 </xs:documentation>
 1985                     </xs:annotation>
 1986                   </xs:element>
 1987                 </xs:sequence>
 1988               </xs:complexType>
 1989             </xs:element>
 1990             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:VykonFtDto" minOccurs="0" maxOccurs="2147483647">
 1991               <xs:annotation>
 1992                 <xs:documentation><p>Požadovaná vyšetření.</p>
 1993 </xs:documentation>
 1994               </xs:annotation>
 1995             </xs:element>
 1996             <xs:element name="druhPece" minOccurs="0">
 1997               <xs:annotation>
 1998                 <xs:documentation><p>Druh péče.</p>
 1999 </xs:documentation>
 2000               </xs:annotation>
 2001               <xs:complexType>
 2002                 <xs:annotation>
 2003                   <xs:documentation><p>Druh péče.</p>
 2004 </xs:documentation>
 2005                 </xs:annotation>
 2006                 <xs:sequence>
 2007                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2008                     <xs:annotation>
 2009                       <xs:documentation><p>Kód číselníku.</p>
 2010 </xs:documentation>
 2011                     </xs:annotation>
 2012                   </xs:element>
 2013                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2014                     <xs:annotation>
 2015                       <xs:documentation><p>Kód číselníkové položky.</p>
 2016 </xs:documentation>
 2017                     </xs:annotation>
 2018                   </xs:element>
 2019                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2020                     <xs:annotation>
 2021                       <xs:documentation><p>Verze číselníku.</p>
 2022 </xs:documentation>
 2023                     </xs:annotation>
 2024                   </xs:element>
 2025                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2026                     <xs:annotation>
 2027                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2028 </xs:documentation>
 2029                     </xs:annotation>
 2030                   </xs:element>
 2031                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2032                     <xs:annotation>
 2033                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2034 </xs:documentation>
 2035                     </xs:annotation>
 2036                   </xs:element>
 2037                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2038                     <xs:annotation>
 2039                       <xs:documentation><p>Platnost číselníkové položky</p>
 2040 </xs:documentation>
 2041                     </xs:annotation>
 2042                   </xs:element>
 2043                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2044                     <xs:annotation>
 2045                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2046 </xs:documentation>
 2047                     </xs:annotation>
 2048                   </xs:element>
 2049                 </xs:sequence>
 2050               </xs:complexType>
 2051             </xs:element>
 2052             <xs:element name="doplnujiciInformace" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2053               <xs:annotation>
 2054                 <xs:documentation><p>Doplňující informace.</p>
 2055 </xs:documentation>
 2056               </xs:annotation>
 2057             </xs:element>
 2058             <xs:element name="vylouceniUpravyIndikace" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2059               <xs:annotation>
 2060                 <xs:documentation><p>Příznak, zda žádající lékař vylučuje úpravu indikace.</p>
 2061 </xs:documentation>
 2062               </xs:annotation>
 2063             </xs:element>
 2064           </xs:sequence>
 2065         </xs:complexType>
 2066       </xs:element>
 2067       <xs:element name="zadankaK" minOccurs="0">
 2068         <xs:annotation>
 2069           <xs:documentation><p>Data K žádanky.</p>
 2070 </xs:documentation>
 2071         </xs:annotation>
 2072         <xs:complexType>
 2073           <xs:annotation>
 2074             <xs:documentation><p>Data K žádanky.</p>
 2075 </xs:documentation>
 2076           </xs:annotation>
 2077           <xs:sequence>
 2078             <xs:element name="kodNahrady" minOccurs="0">
 2079               <xs:annotation>
 2080                 <xs:documentation><p>Kód náhrady.</p>
 2081 </xs:documentation>
 2082               </xs:annotation>
 2083               <xs:complexType>
 2084                 <xs:annotation>
 2085                   <xs:documentation><p>Kód náhrady.</p>
 2086 </xs:documentation>
 2087                 </xs:annotation>
 2088                 <xs:sequence>
 2089                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2090                     <xs:annotation>
 2091                       <xs:documentation><p>Kód číselníku.</p>
 2092 </xs:documentation>
 2093                     </xs:annotation>
 2094                   </xs:element>
 2095                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2096                     <xs:annotation>
 2097                       <xs:documentation><p>Kód číselníkové položky.</p>
 2098 </xs:documentation>
 2099                     </xs:annotation>
 2100                   </xs:element>
 2101                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2102                     <xs:annotation>
 2103                       <xs:documentation><p>Verze číselníku.</p>
 2104 </xs:documentation>
 2105                     </xs:annotation>
 2106                   </xs:element>
 2107                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2108                     <xs:annotation>
 2109                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2110 </xs:documentation>
 2111                     </xs:annotation>
 2112                   </xs:element>
 2113                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2114                     <xs:annotation>
 2115                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2116 </xs:documentation>
 2117                     </xs:annotation>
 2118                   </xs:element>
 2119                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2120                     <xs:annotation>
 2121                       <xs:documentation><p>Platnost číselníkové položky</p>
 2122 </xs:documentation>
 2123                     </xs:annotation>
 2124                   </xs:element>
 2125                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2126                     <xs:annotation>
 2127                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2128 </xs:documentation>
 2129                     </xs:annotation>
 2130                   </xs:element>
 2131                 </xs:sequence>
 2132               </xs:complexType>
 2133             </xs:element>
 2134             <xs:element name="uhrada" minOccurs="0">
 2135               <xs:annotation>
 2136                 <xs:documentation><p>Úhrada.</p>
 2137 </xs:documentation>
 2138               </xs:annotation>
 2139               <xs:complexType>
 2140                 <xs:annotation>
 2141                   <xs:documentation><p>Úhrada.</p>
 2142 </xs:documentation>
 2143                 </xs:annotation>
 2144                 <xs:sequence>
 2145                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2146                     <xs:annotation>
 2147                       <xs:documentation><p>Gets or sets the coding.</p>
 2148 </xs:documentation>
 2149                     </xs:annotation>
 2150                   </xs:element>
 2151                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2152                     <xs:annotation>
 2153                       <xs:documentation><p>Gets or sets the text.</p>
 2154 </xs:documentation>
 2155                     </xs:annotation>
 2156                   </xs:element>
 2157                 </xs:sequence>
 2158               </xs:complexType>
 2159             </xs:element>
 2160             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
 2161               <xs:annotation>
 2162                 <xs:documentation><p>Přílohy.</p>
 2163 </xs:documentation>
 2164               </xs:annotation>
 2165             </xs:element>
 2166             <xs:element name="typVysetreni" minOccurs="0">
 2167               <xs:annotation>
 2168                 <xs:documentation><p>Typ vyšetření.</p>
 2169 </xs:documentation>
 2170               </xs:annotation>
 2171               <xs:complexType>
 2172                 <xs:annotation>
 2173                   <xs:documentation><p>Typ vyšetření.</p>
 2174 </xs:documentation>
 2175                 </xs:annotation>
 2176                 <xs:sequence>
 2177                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2178                     <xs:annotation>
 2179                       <xs:documentation><p>Kód číselníku.</p>
 2180 </xs:documentation>
 2181                     </xs:annotation>
 2182                   </xs:element>
 2183                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2184                     <xs:annotation>
 2185                       <xs:documentation><p>Kód číselníkové položky.</p>
 2186 </xs:documentation>
 2187                     </xs:annotation>
 2188                   </xs:element>
 2189                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2190                     <xs:annotation>
 2191                       <xs:documentation><p>Verze číselníku.</p>
 2192 </xs:documentation>
 2193                     </xs:annotation>
 2194                   </xs:element>
 2195                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2196                     <xs:annotation>
 2197                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2198 </xs:documentation>
 2199                     </xs:annotation>
 2200                   </xs:element>
 2201                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2202                     <xs:annotation>
 2203                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2204 </xs:documentation>
 2205                     </xs:annotation>
 2206                   </xs:element>
 2207                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2208                     <xs:annotation>
 2209                       <xs:documentation><p>Platnost číselníkové položky</p>
 2210 </xs:documentation>
 2211                     </xs:annotation>
 2212                   </xs:element>
 2213                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2214                     <xs:annotation>
 2215                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2216 </xs:documentation>
 2217                     </xs:annotation>
 2218                   </xs:element>
 2219                 </xs:sequence>
 2220               </xs:complexType>
 2221             </xs:element>
 2222             <xs:element name="doporuceni" minOccurs="0">
 2223               <xs:annotation>
 2224                 <xs:documentation><p>Doporučení.</p>
 2225 </xs:documentation>
 2226               </xs:annotation>
 2227               <xs:complexType>
 2228                 <xs:annotation>
 2229                   <xs:documentation><p>Doporučení.</p>
 2230 </xs:documentation>
 2231                 </xs:annotation>
 2232                 <xs:sequence>
 2233                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2234                     <xs:annotation>
 2235                       <xs:documentation><p>Kód číselníku.</p>
 2236 </xs:documentation>
 2237                     </xs:annotation>
 2238                   </xs:element>
 2239                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2240                     <xs:annotation>
 2241                       <xs:documentation><p>Kód číselníkové položky.</p>
 2242 </xs:documentation>
 2243                     </xs:annotation>
 2244                   </xs:element>
 2245                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2246                     <xs:annotation>
 2247                       <xs:documentation><p>Verze číselníku.</p>
 2248 </xs:documentation>
 2249                     </xs:annotation>
 2250                   </xs:element>
 2251                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2252                     <xs:annotation>
 2253                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2254 </xs:documentation>
 2255                     </xs:annotation>
 2256                   </xs:element>
 2257                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2258                     <xs:annotation>
 2259                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2260 </xs:documentation>
 2261                     </xs:annotation>
 2262                   </xs:element>
 2263                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2264                     <xs:annotation>
 2265                       <xs:documentation><p>Platnost číselníkové položky</p>
 2266 </xs:documentation>
 2267                     </xs:annotation>
 2268                   </xs:element>
 2269                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2270                     <xs:annotation>
 2271                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2272 </xs:documentation>
 2273                     </xs:annotation>
 2274                   </xs:element>
 2275                 </xs:sequence>
 2276               </xs:complexType>
 2277             </xs:element>
 2278             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2279               <xs:annotation>
 2280                 <xs:documentation><p>Požadovaná vyšetření.</p>
 2281 </xs:documentation>
 2282               </xs:annotation>
 2283             </xs:element>
 2284             <xs:element name="doporuceniDetail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2285               <xs:annotation>
 2286                 <xs:documentation><p>Detail doporučení.</p>
 2287 </xs:documentation>
 2288               </xs:annotation>
 2289             </xs:element>
 2290             <xs:element name="duvodZadanky" minOccurs="0">
 2291               <xs:annotation>
 2292                 <xs:documentation><p>Důvod žádanky.</p>
 2293 </xs:documentation>
 2294               </xs:annotation>
 2295               <xs:complexType>
 2296                 <xs:annotation>
 2297                   <xs:documentation><p>Důvod žádanky.</p>
 2298 </xs:documentation>
 2299                 </xs:annotation>
 2300                 <xs:sequence>
 2301                   <xs:element name="hlavniDiagnoza" minOccurs="0">
 2302                     <xs:annotation>
 2303                       <xs:documentation><p>Hlavní diagnoza.</p>
 2304 </xs:documentation>
 2305                     </xs:annotation>
 2306                     <xs:complexType>
 2307                       <xs:annotation>
 2308                         <xs:documentation><p>Hlavní diagnoza.</p>
 2309 </xs:documentation>
 2310                       </xs:annotation>
 2311                       <xs:sequence>
 2312                         <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2313                           <xs:annotation>
 2314                             <xs:documentation><p>Gets or sets the coding.</p>
 2315 </xs:documentation>
 2316                           </xs:annotation>
 2317                         </xs:element>
 2318                         <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2319                           <xs:annotation>
 2320                             <xs:documentation><p>Gets or sets the text.</p>
 2321 </xs:documentation>
 2322                           </xs:annotation>
 2323                         </xs:element>
 2324                       </xs:sequence>
 2325                     </xs:complexType>
 2326                   </xs:element>
 2327                   <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2328                     <xs:annotation>
 2329                       <xs:documentation><p>Vedlejší diagnoza.</p>
 2330 </xs:documentation>
 2331                     </xs:annotation>
 2332                   </xs:element>
 2333                   <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2334                     <xs:annotation>
 2335                       <xs:documentation><p>Důvod.</p>
 2336 </xs:documentation>
 2337                     </xs:annotation>
 2338                   </xs:element>
 2339                 </xs:sequence>
 2340               </xs:complexType>
 2341             </xs:element>
 2342             <xs:element name="zavaznaAnamnestickaData" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2343               <xs:annotation>
 2344                 <xs:documentation><p>Závazná anamnestická data.</p>
 2345 </xs:documentation>
 2346               </xs:annotation>
 2347             </xs:element>
 2348             <xs:element name="vysledkyVysetreni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2349               <xs:annotation>
 2350                 <xs:documentation><p>Výsledky vyšetření.</p>
 2351 </xs:documentation>
 2352               </xs:annotation>
 2353             </xs:element>
 2354             <xs:element name="soucasnaLecba" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2355               <xs:annotation>
 2356                 <xs:documentation><p>Současná léčba.</p>
 2357 </xs:documentation>
 2358               </xs:annotation>
 2359             </xs:element>
 2360             <xs:element name="diferencialneDiagnostickaRozvaha" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2361               <xs:annotation>
 2362                 <xs:documentation><p>Diferencialně diagnostická rozvaha.</p>
 2363 </xs:documentation>
 2364               </xs:annotation>
 2365             </xs:element>
 2366           </xs:sequence>
 2367         </xs:complexType>
 2368       </xs:element>
 2369       <xs:element name="vysledkyZadanky" type="tns:Zasilka" minOccurs="0" maxOccurs="2147483647">
 2370         <xs:annotation>
 2371           <xs:documentation><p>Gets or sets the vysledky zadanky.</p>
 2372 </xs:documentation>
 2373         </xs:annotation>
 2374       </xs:element>
 2375       <xs:element name="podrizeneZadanky" type="tns:Zadanka" minOccurs="0" maxOccurs="2147483647">
 2376         <xs:annotation>
 2377           <xs:documentation><p>Gets or sets the podrizene zadanky.</p>
 2378 </xs:documentation>
 2379         </xs:annotation>
 2380       </xs:element>
 2381     </xs:sequence>
 2382   </xs:complexType>
 2383   <xs:complexType name="PolozkaCiselnikuDto">
 2384     <xs:annotation>
 2385       <xs:documentation><p>Objekt PolozkaCiselniku párován na JSON dokument</p>
 2386 </xs:documentation>
 2387     </xs:annotation>
 2388     <xs:sequence>
 2389       <xs:element name="ciselnikKod" type="xs:string" minOccurs="0">
 2390         <xs:annotation>
 2391           <xs:documentation><p>Kód číselníku.</p>
 2392 </xs:documentation>
 2393         </xs:annotation>
 2394       </xs:element>
 2395       <xs:element name="kod" type="xs:string" minOccurs="0">
 2396         <xs:annotation>
 2397           <xs:documentation><p>Kód číselníkové položky.</p>
 2398 </xs:documentation>
 2399         </xs:annotation>
 2400       </xs:element>
 2401       <xs:element name="verze" type="xs:string" minOccurs="0">
 2402         <xs:annotation>
 2403           <xs:documentation><p>Verze číselníku.</p>
 2404 </xs:documentation>
 2405         </xs:annotation>
 2406       </xs:element>
 2407       <xs:element name="nazev" type="xs:string" minOccurs="0">
 2408         <xs:annotation>
 2409           <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2410 </xs:documentation>
 2411         </xs:annotation>
 2412       </xs:element>
 2413       <xs:element name="popis" type="xs:string" minOccurs="0">
 2414         <xs:annotation>
 2415           <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2416 </xs:documentation>
 2417         </xs:annotation>
 2418       </xs:element>
 2419       <xs:element name="valid" type="xs:boolean" minOccurs="0">
 2420         <xs:annotation>
 2421           <xs:documentation><p>Platnost číselníkové položky</p>
 2422 </xs:documentation>
 2423         </xs:annotation>
 2424       </xs:element>
 2425       <xs:element name="nabizetVNpez" type="xs:boolean" minOccurs="0">
 2426         <xs:annotation>
 2427           <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2428 </xs:documentation>
 2429         </xs:annotation>
 2430       </xs:element>
 2431     </xs:sequence>
 2432   </xs:complexType>
 2433   <xs:complexType name="PozadovaneVysetreniZDto">
 2434     <xs:annotation>
 2435       <xs:documentation><p>Požadované vyšetření</p>
 2436 </xs:documentation>
 2437     </xs:annotation>
 2438     <xs:sequence>
 2439       <xs:element name="kodVysetreni">
 2440         <xs:annotation>
 2441           <xs:documentation><p>Kód vyšetření.</p>
 2442 </xs:documentation>
 2443         </xs:annotation>
 2444         <xs:complexType>
 2445           <xs:annotation>
 2446             <xs:documentation><p>Kód vyšetření.</p>
 2447 </xs:documentation>
 2448           </xs:annotation>
 2449           <xs:sequence>
 2450             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2451               <xs:annotation>
 2452                 <xs:documentation><p>Gets or sets the coding.</p>
 2453 </xs:documentation>
 2454               </xs:annotation>
 2455             </xs:element>
 2456             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2457               <xs:annotation>
 2458                 <xs:documentation><p>Gets or sets the text.</p>
 2459 </xs:documentation>
 2460               </xs:annotation>
 2461             </xs:element>
 2462           </xs:sequence>
 2463         </xs:complexType>
 2464       </xs:element>
 2465       <xs:element name="nazevVysetreni" type="xs:string">
 2466         <xs:annotation>
 2467           <xs:documentation><p>Název vyšetření.</p>
 2468 </xs:documentation>
 2469         </xs:annotation>
 2470       </xs:element>
 2471       <xs:element name="metodaMereni" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2472         <xs:annotation>
 2473           <xs:documentation><p>Metóda měření.</p>
 2474 </xs:documentation>
 2475         </xs:annotation>
 2476       </xs:element>
 2477       <xs:element name="castTela">
 2478         <xs:annotation>
 2479           <xs:documentation><p>Část těla k požadovanému vyšetření.</p>
 2480 </xs:documentation>
 2481         </xs:annotation>
 2482         <xs:complexType>
 2483           <xs:annotation>
 2484             <xs:documentation><p>Část těla k požadovanému vyšetření.</p>
 2485 </xs:documentation>
 2486           </xs:annotation>
 2487           <xs:sequence>
 2488             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2489               <xs:annotation>
 2490                 <xs:documentation><p>Gets or sets the coding.</p>
 2491 </xs:documentation>
 2492               </xs:annotation>
 2493             </xs:element>
 2494             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2495               <xs:annotation>
 2496                 <xs:documentation><p>Gets or sets the text.</p>
 2497 </xs:documentation>
 2498               </xs:annotation>
 2499             </xs:element>
 2500           </xs:sequence>
 2501         </xs:complexType>
 2502       </xs:element>
 2503       <xs:element name="lateralita" minOccurs="0">
 2504         <xs:annotation>
 2505           <xs:documentation><p>Lateralita.</p>
 2506 </xs:documentation>
 2507         </xs:annotation>
 2508         <xs:complexType>
 2509           <xs:annotation>
 2510             <xs:documentation><p>Lateralita.</p>
 2511 </xs:documentation>
 2512           </xs:annotation>
 2513           <xs:sequence>
 2514             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2515               <xs:annotation>
 2516                 <xs:documentation><p>Gets or sets the coding.</p>
 2517 </xs:documentation>
 2518               </xs:annotation>
 2519             </xs:element>
 2520             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2521               <xs:annotation>
 2522                 <xs:documentation><p>Gets or sets the text.</p>
 2523 </xs:documentation>
 2524               </xs:annotation>
 2525             </xs:element>
 2526           </xs:sequence>
 2527         </xs:complexType>
 2528       </xs:element>
 2529       <xs:element name="poznamka" type="xs:string" minOccurs="0">
 2530         <xs:annotation>
 2531           <xs:documentation><p>Poznámka.</p>
 2532 </xs:documentation>
 2533         </xs:annotation>
 2534       </xs:element>
 2535       <xs:element name="urgentnost" type="xs:string" minOccurs="0">
 2536         <xs:annotation>
 2537           <xs:documentation><p>Urgentnost.</p>
 2538 </xs:documentation>
 2539         </xs:annotation>
 2540       </xs:element>
 2541       <xs:element name="informaceProPacienta" type="xs:string" minOccurs="0">
 2542         <xs:annotation>
 2543           <xs:documentation><p>InformaceProPacienta.</p>
 2544 </xs:documentation>
 2545         </xs:annotation>
 2546       </xs:element>
 2547     </xs:sequence>
 2548   </xs:complexType>
 2549   <xs:complexType name="PrijmiZadankuCommand">
 2550     <xs:annotation>
 2551       <xs:documentation><p>Požadavek pro přijetí žádanky Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
 2552 </xs:documentation>
 2553     </xs:annotation>
 2554     <xs:sequence>
 2555       <xs:element name="id" type="ns1:guid">
 2556         <xs:annotation>
 2557           <xs:documentation><p>Identifikace příjmané žádanky.</p>
 2558 </xs:documentation>
 2559         </xs:annotation>
 2560       </xs:element>
 2561       <xs:element name="verzeRadku" type="xs:base64Binary">
 2562         <xs:annotation>
 2563           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
 2564 </xs:documentation>
 2565         </xs:annotation>
 2566       </xs:element>
 2567       <xs:element name="cisloDokladu" type="xs:string" minOccurs="0">
 2568         <xs:annotation>
 2569           <xs:documentation><p>Číslo dokladu.</p>
 2570 </xs:documentation>
 2571         </xs:annotation>
 2572       </xs:element>
 2573       <xs:element name="kodZadanky" type="xs:string" minOccurs="0">
 2574         <xs:annotation>
 2575           <xs:documentation><p>Kód příjmané žádanky.</p>
 2576 </xs:documentation>
 2577         </xs:annotation>
 2578       </xs:element>
 2579       <xs:element name="cisloVzorku" type="xs:string" minOccurs="0">
 2580         <xs:annotation>
 2581           <xs:documentation><p>Číslo vzorku.</p>
 2582 </xs:documentation>
 2583         </xs:annotation>
 2584       </xs:element>
 2585       <xs:element name="datumPlanovanehoVysetreni" type="xs:date" minOccurs="0">
 2586         <xs:annotation>
 2587           <xs:documentation><p>Datum plánovaného vyšetření.</p>
 2588 </xs:documentation>
 2589         </xs:annotation>
 2590       </xs:element>
 2591     </xs:sequence>
 2592   </xs:complexType>
 2593   <xs:complexType name="PrijmiZadankuDto">
 2594     <xs:annotation>
 2595       <xs:documentation><p>Výstupní data pro službu PrijmiZadanku</p>
 2596 </xs:documentation>
 2597     </xs:annotation>
 2598     <xs:sequence>
 2599       <xs:element name="id" type="ns1:guid" minOccurs="0">
 2600         <xs:annotation>
 2601           <xs:documentation><p>Identifikace přijaté žádankyky.</p>
 2602 </xs:documentation>
 2603         </xs:annotation>
 2604       </xs:element>
 2605       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 2606         <xs:annotation>
 2607           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 2608 </xs:documentation>
 2609         </xs:annotation>
 2610       </xs:element>
 2611     </xs:sequence>
 2612   </xs:complexType>
 2613   <xs:complexType name="Priloha">
 2614     <xs:annotation>
 2615       <xs:documentation><p>Priloha</p>
 2616 </xs:documentation>
 2617     </xs:annotation>
 2618     <xs:sequence>
 2619       <xs:element name="typObsahu" type="xs:string" minOccurs="0">
 2620         <xs:annotation>
 2621           <xs:documentation><p>Gets or sets the typ obsahu.</p>
 2622 </xs:documentation>
 2623         </xs:annotation>
 2624       </xs:element>
 2625       <xs:element name="jazyk" type="xs:string" minOccurs="0">
 2626         <xs:annotation>
 2627           <xs:documentation><p>Gets or sets the jazyk.</p>
 2628 </xs:documentation>
 2629         </xs:annotation>
 2630       </xs:element>
 2631       <xs:element name="data" type="xs:base64Binary" minOccurs="0">
 2632         <xs:annotation>
 2633           <xs:documentation><p>Obsah přílohy kódovaný ve formátu Base64</p>
 2634 </xs:documentation>
 2635         </xs:annotation>
 2636       </xs:element>
 2637       <xs:element name="url" type="xs:string" minOccurs="0">
 2638         <xs:annotation>
 2639           <xs:documentation><p>Gets or sets the URL.</p>
 2640 </xs:documentation>
 2641         </xs:annotation>
 2642       </xs:element>
 2643       <xs:element name="nazev" type="xs:string" minOccurs="0">
 2644         <xs:annotation>
 2645           <xs:documentation><p>Gets or sets the nazev.</p>
 2646 </xs:documentation>
 2647         </xs:annotation>
 2648       </xs:element>
 2649       <xs:element name="vytvoreni" type="xs:dateTime" minOccurs="0">
 2650         <xs:annotation>
 2651           <xs:documentation><p>Gets or sets the vytvoreni.</p>
 2652 </xs:documentation>
 2653         </xs:annotation>
 2654       </xs:element>
 2655     </xs:sequence>
 2656   </xs:complexType>
 2657   <xs:complexType name="PrilohaInfoDto">
 2658     <xs:annotation>
 2659       <xs:documentation><p>Informace o příloze</p>
 2660 </xs:documentation>
 2661     </xs:annotation>
 2662     <xs:sequence>
 2663       <xs:element name="nazev" type="xs:string" minOccurs="0">
 2664         <xs:annotation>
 2665           <xs:documentation><p>Název přílohy.</p>
 2666 </xs:documentation>
 2667         </xs:annotation>
 2668       </xs:element>
 2669       <xs:element name="typObsahu" type="xs:string" minOccurs="0">
 2670         <xs:annotation>
 2671           <xs:documentation><p>Typ obsahu přílohy.</p>
 2672 </xs:documentation>
 2673         </xs:annotation>
 2674       </xs:element>
 2675     </xs:sequence>
 2676   </xs:complexType>
 2677   <xs:complexType name="SestavSouborFtZadankyRequestDto">
 2678     <xs:annotation>
 2679       <xs:documentation><p>Class for SestavSouborFtZadankyRequestDto</p>
 2680 </xs:documentation>
 2681     </xs:annotation>
 2682     <xs:sequence>
 2683       <xs:element name="autorId" type="xs:string" minOccurs="0">
 2684         <xs:annotation>
 2685           <xs:documentation><p>Id autora.</p>
 2686 </xs:documentation>
 2687         </xs:annotation>
 2688       </xs:element>
 2689       <xs:element name="zadatelId" type="xs:string" minOccurs="0">
 2690         <xs:annotation>
 2691           <xs:documentation><p>Id žadatele.</p>
 2692 </xs:documentation>
 2693         </xs:annotation>
 2694       </xs:element>
 2695       <xs:element name="pacient" type="xs:string" minOccurs="0">
 2696         <xs:annotation>
 2697           <xs:documentation><p>Pacient.</p>
 2698 </xs:documentation>
 2699         </xs:annotation>
 2700       </xs:element>
 2701       <xs:element name="adresatId" type="xs:string" minOccurs="0">
 2702         <xs:annotation>
 2703           <xs:documentation><p>Id adresáta.</p>
 2704 </xs:documentation>
 2705         </xs:annotation>
 2706       </xs:element>
 2707       <xs:element name="dodatecnyPrijemce" type="xs:string" minOccurs="0" maxOccurs="2147483647">
 2708         <xs:annotation>
 2709           <xs:documentation><p>Dodatečný příjemce.</p>
 2710 </xs:documentation>
 2711         </xs:annotation>
 2712       </xs:element>
 2713       <xs:element name="typZadanky" type="xs:string" minOccurs="0">
 2714         <xs:annotation>
 2715           <xs:documentation><p>Typ žádanky.</p>
 2716 </xs:documentation>
 2717         </xs:annotation>
 2718       </xs:element>
 2719       <xs:element name="uhrada" minOccurs="0">
 2720         <xs:annotation>
 2721           <xs:documentation><p>Úhrada.</p>
 2722 </xs:documentation>
 2723         </xs:annotation>
 2724         <xs:complexType>
 2725           <xs:annotation>
 2726             <xs:documentation><p>Úhrada.</p>
 2727 </xs:documentation>
 2728           </xs:annotation>
 2729           <xs:sequence>
 2730             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2731               <xs:annotation>
 2732                 <xs:documentation><p>Gets or sets the coding.</p>
 2733 </xs:documentation>
 2734               </xs:annotation>
 2735             </xs:element>
 2736             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2737               <xs:annotation>
 2738                 <xs:documentation><p>Gets or sets the text.</p>
 2739 </xs:documentation>
 2740               </xs:annotation>
 2741             </xs:element>
 2742           </xs:sequence>
 2743         </xs:complexType>
 2744       </xs:element>
 2745       <xs:element name="icp" type="xs:string" minOccurs="0">
 2746         <xs:annotation>
 2747           <xs:documentation><p>ICP.</p>
 2748 </xs:documentation>
 2749         </xs:annotation>
 2750       </xs:element>
 2751       <xs:element name="pojistovnaKod" minOccurs="0">
 2752         <xs:annotation>
 2753           <xs:documentation><p>Kód pojišťovny.</p>
 2754 </xs:documentation>
 2755         </xs:annotation>
 2756         <xs:complexType>
 2757           <xs:annotation>
 2758             <xs:documentation><p>Kód pojišťovny.</p>
 2759 </xs:documentation>
 2760           </xs:annotation>
 2761           <xs:sequence>
 2762             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2763               <xs:annotation>
 2764                 <xs:documentation><p>Gets or sets the coding.</p>
 2765 </xs:documentation>
 2766               </xs:annotation>
 2767             </xs:element>
 2768             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2769               <xs:annotation>
 2770                 <xs:documentation><p>Gets or sets the text.</p>
 2771 </xs:documentation>
 2772               </xs:annotation>
 2773             </xs:element>
 2774           </xs:sequence>
 2775         </xs:complexType>
 2776       </xs:element>
 2777       <xs:element name="kodNahrady" minOccurs="0">
 2778         <xs:annotation>
 2779           <xs:documentation><p>Kód náhrady.</p>
 2780 </xs:documentation>
 2781         </xs:annotation>
 2782         <xs:complexType>
 2783           <xs:annotation>
 2784             <xs:documentation><p>Kód náhrady.</p>
 2785 </xs:documentation>
 2786           </xs:annotation>
 2787           <xs:sequence>
 2788             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2789               <xs:annotation>
 2790                 <xs:documentation><p>Kód číselníku.</p>
 2791 </xs:documentation>
 2792               </xs:annotation>
 2793             </xs:element>
 2794             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2795               <xs:annotation>
 2796                 <xs:documentation><p>Kód číselníkové položky.</p>
 2797 </xs:documentation>
 2798               </xs:annotation>
 2799             </xs:element>
 2800             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2801               <xs:annotation>
 2802                 <xs:documentation><p>Verze číselníku.</p>
 2803 </xs:documentation>
 2804               </xs:annotation>
 2805             </xs:element>
 2806             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2807               <xs:annotation>
 2808                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2809 </xs:documentation>
 2810               </xs:annotation>
 2811             </xs:element>
 2812             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2813               <xs:annotation>
 2814                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2815 </xs:documentation>
 2816               </xs:annotation>
 2817             </xs:element>
 2818             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2819               <xs:annotation>
 2820                 <xs:documentation><p>Platnost číselníkové položky</p>
 2821 </xs:documentation>
 2822               </xs:annotation>
 2823             </xs:element>
 2824             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2825               <xs:annotation>
 2826                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2827 </xs:documentation>
 2828               </xs:annotation>
 2829             </xs:element>
 2830           </xs:sequence>
 2831         </xs:complexType>
 2832       </xs:element>
 2833       <xs:element name="prilohy" type="tns:Priloha" minOccurs="0" maxOccurs="2147483647">
 2834         <xs:annotation>
 2835           <xs:documentation><p>Přílohy.</p>
 2836 </xs:documentation>
 2837         </xs:annotation>
 2838       </xs:element>
 2839       <xs:element name="stavPacienta" type="xs:string" minOccurs="0">
 2840         <xs:annotation>
 2841           <xs:documentation><p>Stav pacienta.</p>
 2842 </xs:documentation>
 2843         </xs:annotation>
 2844       </xs:element>
 2845       <xs:element name="cil" type="xs:string" minOccurs="0">
 2846         <xs:annotation>
 2847           <xs:documentation><p>Cíl.</p>
 2848 </xs:documentation>
 2849         </xs:annotation>
 2850       </xs:element>
 2851       <xs:element name="datumPlanovaneKontroly" type="xs:date" minOccurs="0">
 2852         <xs:annotation>
 2853           <xs:documentation><p>Datum plánované kontroly.</p>
 2854 </xs:documentation>
 2855         </xs:annotation>
 2856       </xs:element>
 2857       <xs:element name="castTela" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2858         <xs:annotation>
 2859           <xs:documentation><p>Část těla.</p>
 2860 </xs:documentation>
 2861         </xs:annotation>
 2862       </xs:element>
 2863       <xs:element name="adresa" type="xs:string" minOccurs="0">
 2864         <xs:annotation>
 2865           <xs:documentation><p>Adresa.</p>
 2866 </xs:documentation>
 2867         </xs:annotation>
 2868       </xs:element>
 2869       <xs:element name="duvodZadanky" minOccurs="0">
 2870         <xs:annotation>
 2871           <xs:documentation><p>Důvod žádanky.</p>
 2872 </xs:documentation>
 2873         </xs:annotation>
 2874         <xs:complexType>
 2875           <xs:annotation>
 2876             <xs:documentation><p>Důvod žádanky.</p>
 2877 </xs:documentation>
 2878           </xs:annotation>
 2879           <xs:sequence>
 2880             <xs:element name="hlavniDiagnoza" minOccurs="0">
 2881               <xs:annotation>
 2882                 <xs:documentation><p>Hlavní diagnoza.</p>
 2883 </xs:documentation>
 2884               </xs:annotation>
 2885               <xs:complexType>
 2886                 <xs:annotation>
 2887                   <xs:documentation><p>Hlavní diagnoza.</p>
 2888 </xs:documentation>
 2889                 </xs:annotation>
 2890                 <xs:sequence>
 2891                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 2892                     <xs:annotation>
 2893                       <xs:documentation><p>Gets or sets the coding.</p>
 2894 </xs:documentation>
 2895                     </xs:annotation>
 2896                   </xs:element>
 2897                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2898                     <xs:annotation>
 2899                       <xs:documentation><p>Gets or sets the text.</p>
 2900 </xs:documentation>
 2901                     </xs:annotation>
 2902                   </xs:element>
 2903                 </xs:sequence>
 2904               </xs:complexType>
 2905             </xs:element>
 2906             <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2907               <xs:annotation>
 2908                 <xs:documentation><p>Vedlejší diagnoza.</p>
 2909 </xs:documentation>
 2910               </xs:annotation>
 2911             </xs:element>
 2912             <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 2913               <xs:annotation>
 2914                 <xs:documentation><p>Důvod.</p>
 2915 </xs:documentation>
 2916               </xs:annotation>
 2917             </xs:element>
 2918           </xs:sequence>
 2919         </xs:complexType>
 2920       </xs:element>
 2921       <xs:element name="pozadovanaVysetreni" type="tns:VykonFtDto" minOccurs="0" maxOccurs="2147483647">
 2922         <xs:annotation>
 2923           <xs:documentation><p>Požadovaná vyšetření.</p>
 2924 </xs:documentation>
 2925         </xs:annotation>
 2926       </xs:element>
 2927       <xs:element name="druhPece" minOccurs="0">
 2928         <xs:annotation>
 2929           <xs:documentation><p>Druh péče.</p>
 2930 </xs:documentation>
 2931         </xs:annotation>
 2932         <xs:complexType>
 2933           <xs:annotation>
 2934             <xs:documentation><p>Druh péče.</p>
 2935 </xs:documentation>
 2936           </xs:annotation>
 2937           <xs:sequence>
 2938             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2939               <xs:annotation>
 2940                 <xs:documentation><p>Kód číselníku.</p>
 2941 </xs:documentation>
 2942               </xs:annotation>
 2943             </xs:element>
 2944             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2945               <xs:annotation>
 2946                 <xs:documentation><p>Kód číselníkové položky.</p>
 2947 </xs:documentation>
 2948               </xs:annotation>
 2949             </xs:element>
 2950             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2951               <xs:annotation>
 2952                 <xs:documentation><p>Verze číselníku.</p>
 2953 </xs:documentation>
 2954               </xs:annotation>
 2955             </xs:element>
 2956             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2957               <xs:annotation>
 2958                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2959 </xs:documentation>
 2960               </xs:annotation>
 2961             </xs:element>
 2962             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 2963               <xs:annotation>
 2964                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 2965 </xs:documentation>
 2966               </xs:annotation>
 2967             </xs:element>
 2968             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2969               <xs:annotation>
 2970                 <xs:documentation><p>Platnost číselníkové položky</p>
 2971 </xs:documentation>
 2972               </xs:annotation>
 2973             </xs:element>
 2974             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 2975               <xs:annotation>
 2976                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 2977 </xs:documentation>
 2978               </xs:annotation>
 2979             </xs:element>
 2980           </xs:sequence>
 2981         </xs:complexType>
 2982       </xs:element>
 2983       <xs:element name="doplnujiciInformace" type="xs:string" minOccurs="0">
 2984         <xs:annotation>
 2985           <xs:documentation><p>Doplňující informace.</p>
 2986 </xs:documentation>
 2987         </xs:annotation>
 2988       </xs:element>
 2989       <xs:element name="vylouceniUpravyIndikace" type="xs:boolean" minOccurs="0">
 2990         <xs:annotation>
 2991           <xs:documentation><p>Příznak, zda žádající lékař vylučuje úpravu indikace.</p>
 2992 </xs:documentation>
 2993         </xs:annotation>
 2994       </xs:element>
 2995     </xs:sequence>
 2996   </xs:complexType>
 2997   <xs:complexType name="SestavSouborKonziliarniZadankyRequestDto">
 2998     <xs:annotation>
 2999       <xs:documentation><p>Class for SestavSouborKonziliarniZadankyRequestDto</p>
 3000 </xs:documentation>
 3001     </xs:annotation>
 3002     <xs:sequence>
 3003       <xs:element name="autorId" type="xs:string" minOccurs="0">
 3004         <xs:annotation>
 3005           <xs:documentation><p>Id autora.</p>
 3006 </xs:documentation>
 3007         </xs:annotation>
 3008       </xs:element>
 3009       <xs:element name="zadatelId" type="xs:string" minOccurs="0">
 3010         <xs:annotation>
 3011           <xs:documentation><p>Id žadatele.</p>
 3012 </xs:documentation>
 3013         </xs:annotation>
 3014       </xs:element>
 3015       <xs:element name="pacient" type="xs:string" minOccurs="0">
 3016         <xs:annotation>
 3017           <xs:documentation><p>Pacient.</p>
 3018 </xs:documentation>
 3019         </xs:annotation>
 3020       </xs:element>
 3021       <xs:element name="adresatId" type="xs:string" minOccurs="0">
 3022         <xs:annotation>
 3023           <xs:documentation><p>Id adresáta.</p>
 3024 </xs:documentation>
 3025         </xs:annotation>
 3026       </xs:element>
 3027       <xs:element name="dodatecnyPrijemce" type="xs:string" minOccurs="0" maxOccurs="2147483647">
 3028         <xs:annotation>
 3029           <xs:documentation><p>Dodatečný příjemce.</p>
 3030 </xs:documentation>
 3031         </xs:annotation>
 3032       </xs:element>
 3033       <xs:element name="typZadanky" type="xs:string" minOccurs="0">
 3034         <xs:annotation>
 3035           <xs:documentation><p>Typ žádanky.</p>
 3036 </xs:documentation>
 3037         </xs:annotation>
 3038       </xs:element>
 3039       <xs:element name="uhrada" minOccurs="0">
 3040         <xs:annotation>
 3041           <xs:documentation><p>Úhrada.</p>
 3042 </xs:documentation>
 3043         </xs:annotation>
 3044         <xs:complexType>
 3045           <xs:annotation>
 3046             <xs:documentation><p>Úhrada.</p>
 3047 </xs:documentation>
 3048           </xs:annotation>
 3049           <xs:sequence>
 3050             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 3051               <xs:annotation>
 3052                 <xs:documentation><p>Gets or sets the coding.</p>
 3053 </xs:documentation>
 3054               </xs:annotation>
 3055             </xs:element>
 3056             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3057               <xs:annotation>
 3058                 <xs:documentation><p>Gets or sets the text.</p>
 3059 </xs:documentation>
 3060               </xs:annotation>
 3061             </xs:element>
 3062           </xs:sequence>
 3063         </xs:complexType>
 3064       </xs:element>
 3065       <xs:element name="icp" type="xs:string" minOccurs="0">
 3066         <xs:annotation>
 3067           <xs:documentation><p>ICP.</p>
 3068 </xs:documentation>
 3069         </xs:annotation>
 3070       </xs:element>
 3071       <xs:element name="pojistovnaKod" minOccurs="0">
 3072         <xs:annotation>
 3073           <xs:documentation><p>Kód pojišťovny.</p>
 3074 </xs:documentation>
 3075         </xs:annotation>
 3076         <xs:complexType>
 3077           <xs:annotation>
 3078             <xs:documentation><p>Kód pojišťovny.</p>
 3079 </xs:documentation>
 3080           </xs:annotation>
 3081           <xs:sequence>
 3082             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 3083               <xs:annotation>
 3084                 <xs:documentation><p>Gets or sets the coding.</p>
 3085 </xs:documentation>
 3086               </xs:annotation>
 3087             </xs:element>
 3088             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3089               <xs:annotation>
 3090                 <xs:documentation><p>Gets or sets the text.</p>
 3091 </xs:documentation>
 3092               </xs:annotation>
 3093             </xs:element>
 3094           </xs:sequence>
 3095         </xs:complexType>
 3096       </xs:element>
 3097       <xs:element name="kodNahrady" minOccurs="0">
 3098         <xs:annotation>
 3099           <xs:documentation><p>Kód náhrady.</p>
 3100 </xs:documentation>
 3101         </xs:annotation>
 3102         <xs:complexType>
 3103           <xs:annotation>
 3104             <xs:documentation><p>Kód náhrady.</p>
 3105 </xs:documentation>
 3106           </xs:annotation>
 3107           <xs:sequence>
 3108             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3109               <xs:annotation>
 3110                 <xs:documentation><p>Kód číselníku.</p>
 3111 </xs:documentation>
 3112               </xs:annotation>
 3113             </xs:element>
 3114             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3115               <xs:annotation>
 3116                 <xs:documentation><p>Kód číselníkové položky.</p>
 3117 </xs:documentation>
 3118               </xs:annotation>
 3119             </xs:element>
 3120             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3121               <xs:annotation>
 3122                 <xs:documentation><p>Verze číselníku.</p>
 3123 </xs:documentation>
 3124               </xs:annotation>
 3125             </xs:element>
 3126             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3127               <xs:annotation>
 3128                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3129 </xs:documentation>
 3130               </xs:annotation>
 3131             </xs:element>
 3132             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3133               <xs:annotation>
 3134                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3135 </xs:documentation>
 3136               </xs:annotation>
 3137             </xs:element>
 3138             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3139               <xs:annotation>
 3140                 <xs:documentation><p>Platnost číselníkové položky</p>
 3141 </xs:documentation>
 3142               </xs:annotation>
 3143             </xs:element>
 3144             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3145               <xs:annotation>
 3146                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 3147 </xs:documentation>
 3148               </xs:annotation>
 3149             </xs:element>
 3150           </xs:sequence>
 3151         </xs:complexType>
 3152       </xs:element>
 3153       <xs:element name="prilohy" type="tns:Priloha" minOccurs="0" maxOccurs="2147483647">
 3154         <xs:annotation>
 3155           <xs:documentation><p>Přílohy.</p>
 3156 </xs:documentation>
 3157         </xs:annotation>
 3158       </xs:element>
 3159       <xs:element name="typVysetreni" minOccurs="0">
 3160         <xs:annotation>
 3161           <xs:documentation><p>Typ vyšetření.</p>
 3162 </xs:documentation>
 3163         </xs:annotation>
 3164         <xs:complexType>
 3165           <xs:annotation>
 3166             <xs:documentation><p>Typ vyšetření.</p>
 3167 </xs:documentation>
 3168           </xs:annotation>
 3169           <xs:sequence>
 3170             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3171               <xs:annotation>
 3172                 <xs:documentation><p>Kód číselníku.</p>
 3173 </xs:documentation>
 3174               </xs:annotation>
 3175             </xs:element>
 3176             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3177               <xs:annotation>
 3178                 <xs:documentation><p>Kód číselníkové položky.</p>
 3179 </xs:documentation>
 3180               </xs:annotation>
 3181             </xs:element>
 3182             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3183               <xs:annotation>
 3184                 <xs:documentation><p>Verze číselníku.</p>
 3185 </xs:documentation>
 3186               </xs:annotation>
 3187             </xs:element>
 3188             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3189               <xs:annotation>
 3190                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3191 </xs:documentation>
 3192               </xs:annotation>
 3193             </xs:element>
 3194             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3195               <xs:annotation>
 3196                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3197 </xs:documentation>
 3198               </xs:annotation>
 3199             </xs:element>
 3200             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3201               <xs:annotation>
 3202                 <xs:documentation><p>Platnost číselníkové položky</p>
 3203 </xs:documentation>
 3204               </xs:annotation>
 3205             </xs:element>
 3206             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3207               <xs:annotation>
 3208                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 3209 </xs:documentation>
 3210               </xs:annotation>
 3211             </xs:element>
 3212           </xs:sequence>
 3213         </xs:complexType>
 3214       </xs:element>
 3215       <xs:element name="doporuceni" minOccurs="0">
 3216         <xs:annotation>
 3217           <xs:documentation><p>Doporučení.</p>
 3218 </xs:documentation>
 3219         </xs:annotation>
 3220         <xs:complexType>
 3221           <xs:annotation>
 3222             <xs:documentation><p>Doporučení.</p>
 3223 </xs:documentation>
 3224           </xs:annotation>
 3225           <xs:sequence>
 3226             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3227               <xs:annotation>
 3228                 <xs:documentation><p>Kód číselníku.</p>
 3229 </xs:documentation>
 3230               </xs:annotation>
 3231             </xs:element>
 3232             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3233               <xs:annotation>
 3234                 <xs:documentation><p>Kód číselníkové položky.</p>
 3235 </xs:documentation>
 3236               </xs:annotation>
 3237             </xs:element>
 3238             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3239               <xs:annotation>
 3240                 <xs:documentation><p>Verze číselníku.</p>
 3241 </xs:documentation>
 3242               </xs:annotation>
 3243             </xs:element>
 3244             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3245               <xs:annotation>
 3246                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3247 </xs:documentation>
 3248               </xs:annotation>
 3249             </xs:element>
 3250             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3251               <xs:annotation>
 3252                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3253 </xs:documentation>
 3254               </xs:annotation>
 3255             </xs:element>
 3256             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3257               <xs:annotation>
 3258                 <xs:documentation><p>Platnost číselníkové položky</p>
 3259 </xs:documentation>
 3260               </xs:annotation>
 3261             </xs:element>
 3262             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3263               <xs:annotation>
 3264                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 3265 </xs:documentation>
 3266               </xs:annotation>
 3267             </xs:element>
 3268           </xs:sequence>
 3269         </xs:complexType>
 3270       </xs:element>
 3271       <xs:element name="pozadovanaVysetreni" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 3272         <xs:annotation>
 3273           <xs:documentation><p>Požadovaná vyšetření.</p>
 3274 </xs:documentation>
 3275         </xs:annotation>
 3276       </xs:element>
 3277       <xs:element name="doporuceniDetail" type="xs:string" minOccurs="0">
 3278         <xs:annotation>
 3279           <xs:documentation><p>Detail doporučení.</p>
 3280 </xs:documentation>
 3281         </xs:annotation>
 3282       </xs:element>
 3283       <xs:element name="duvodZadanky" minOccurs="0">
 3284         <xs:annotation>
 3285           <xs:documentation><p>Důvod žádanky.</p>
 3286 </xs:documentation>
 3287         </xs:annotation>
 3288         <xs:complexType>
 3289           <xs:annotation>
 3290             <xs:documentation><p>Důvod žádanky.</p>
 3291 </xs:documentation>
 3292           </xs:annotation>
 3293           <xs:sequence>
 3294             <xs:element name="hlavniDiagnoza" minOccurs="0">
 3295               <xs:annotation>
 3296                 <xs:documentation><p>Hlavní diagnoza.</p>
 3297 </xs:documentation>
 3298               </xs:annotation>
 3299               <xs:complexType>
 3300                 <xs:annotation>
 3301                   <xs:documentation><p>Hlavní diagnoza.</p>
 3302 </xs:documentation>
 3303                 </xs:annotation>
 3304                 <xs:sequence>
 3305                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 3306                     <xs:annotation>
 3307                       <xs:documentation><p>Gets or sets the coding.</p>
 3308 </xs:documentation>
 3309                     </xs:annotation>
 3310                   </xs:element>
 3311                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3312                     <xs:annotation>
 3313                       <xs:documentation><p>Gets or sets the text.</p>
 3314 </xs:documentation>
 3315                     </xs:annotation>
 3316                   </xs:element>
 3317                 </xs:sequence>
 3318               </xs:complexType>
 3319             </xs:element>
 3320             <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 3321               <xs:annotation>
 3322                 <xs:documentation><p>Vedlejší diagnoza.</p>
 3323 </xs:documentation>
 3324               </xs:annotation>
 3325             </xs:element>
 3326             <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 3327               <xs:annotation>
 3328                 <xs:documentation><p>Důvod.</p>
 3329 </xs:documentation>
 3330               </xs:annotation>
 3331             </xs:element>
 3332           </xs:sequence>
 3333         </xs:complexType>
 3334       </xs:element>
 3335       <xs:element name="zavaznaAnamnestickaData" type="xs:string" minOccurs="0">
 3336         <xs:annotation>
 3337           <xs:documentation><p>Závazná anamnestická data.</p>
 3338 </xs:documentation>
 3339         </xs:annotation>
 3340       </xs:element>
 3341       <xs:element name="vysledkyVysetreni" type="xs:string" minOccurs="0">
 3342         <xs:annotation>
 3343           <xs:documentation><p>Výsledky vyšetření.</p>
 3344 </xs:documentation>
 3345         </xs:annotation>
 3346       </xs:element>
 3347       <xs:element name="soucasnaLecba" type="xs:string" minOccurs="0">
 3348         <xs:annotation>
 3349           <xs:documentation><p>Současná léčba.</p>
 3350 </xs:documentation>
 3351         </xs:annotation>
 3352       </xs:element>
 3353       <xs:element name="diferencialneDiagnostickaRozvaha" type="xs:string" minOccurs="0">
 3354         <xs:annotation>
 3355           <xs:documentation><p>Diferencialně diagnostická rozvaha.</p>
 3356 </xs:documentation>
 3357         </xs:annotation>
 3358       </xs:element>
 3359     </xs:sequence>
 3360   </xs:complexType>
 3361   <xs:complexType name="SestavSouborZadankyRequestDto">
 3362     <xs:annotation>
 3363       <xs:documentation><p>Class for SestavSouborZadankyRequestDto</p>
 3364 </xs:documentation>
 3365     </xs:annotation>
 3366     <xs:sequence>
 3367       <xs:element name="autorId" type="xs:string" minOccurs="0">
 3368         <xs:annotation>
 3369           <xs:documentation><p>Id autora.</p>
 3370 </xs:documentation>
 3371         </xs:annotation>
 3372       </xs:element>
 3373       <xs:element name="zadatelId" type="xs:string" minOccurs="0">
 3374         <xs:annotation>
 3375           <xs:documentation><p>Id žadatele.</p>
 3376 </xs:documentation>
 3377         </xs:annotation>
 3378       </xs:element>
 3379       <xs:element name="pacient" type="xs:string" minOccurs="0">
 3380         <xs:annotation>
 3381           <xs:documentation><p>Pacient.</p>
 3382 </xs:documentation>
 3383         </xs:annotation>
 3384       </xs:element>
 3385       <xs:element name="adresatId" type="xs:string" minOccurs="0">
 3386         <xs:annotation>
 3387           <xs:documentation><p>Id adresáta.</p>
 3388 </xs:documentation>
 3389         </xs:annotation>
 3390       </xs:element>
 3391       <xs:element name="dodatecnyPrijemce" type="xs:string" minOccurs="0" maxOccurs="2147483647">
 3392         <xs:annotation>
 3393           <xs:documentation><p>Dodatečný příjemce.</p>
 3394 </xs:documentation>
 3395         </xs:annotation>
 3396       </xs:element>
 3397       <xs:element name="typZadanky" type="xs:string" minOccurs="0">
 3398         <xs:annotation>
 3399           <xs:documentation><p>Typ žádanky.</p>
 3400 </xs:documentation>
 3401         </xs:annotation>
 3402       </xs:element>
 3403       <xs:element name="uhrada" minOccurs="0">
 3404         <xs:annotation>
 3405           <xs:documentation><p>Úhrada.</p>
 3406 </xs:documentation>
 3407         </xs:annotation>
 3408         <xs:complexType>
 3409           <xs:annotation>
 3410             <xs:documentation><p>Úhrada.</p>
 3411 </xs:documentation>
 3412           </xs:annotation>
 3413           <xs:sequence>
 3414             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 3415               <xs:annotation>
 3416                 <xs:documentation><p>Gets or sets the coding.</p>
 3417 </xs:documentation>
 3418               </xs:annotation>
 3419             </xs:element>
 3420             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3421               <xs:annotation>
 3422                 <xs:documentation><p>Gets or sets the text.</p>
 3423 </xs:documentation>
 3424               </xs:annotation>
 3425             </xs:element>
 3426           </xs:sequence>
 3427         </xs:complexType>
 3428       </xs:element>
 3429       <xs:element name="icp" type="xs:string" minOccurs="0">
 3430         <xs:annotation>
 3431           <xs:documentation><p>ICP.</p>
 3432 </xs:documentation>
 3433         </xs:annotation>
 3434       </xs:element>
 3435       <xs:element name="pojistovnaKod" minOccurs="0">
 3436         <xs:annotation>
 3437           <xs:documentation><p>Kód pojišťovny.</p>
 3438 </xs:documentation>
 3439         </xs:annotation>
 3440         <xs:complexType>
 3441           <xs:annotation>
 3442             <xs:documentation><p>Kód pojišťovny.</p>
 3443 </xs:documentation>
 3444           </xs:annotation>
 3445           <xs:sequence>
 3446             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 3447               <xs:annotation>
 3448                 <xs:documentation><p>Gets or sets the coding.</p>
 3449 </xs:documentation>
 3450               </xs:annotation>
 3451             </xs:element>
 3452             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3453               <xs:annotation>
 3454                 <xs:documentation><p>Gets or sets the text.</p>
 3455 </xs:documentation>
 3456               </xs:annotation>
 3457             </xs:element>
 3458           </xs:sequence>
 3459         </xs:complexType>
 3460       </xs:element>
 3461       <xs:element name="kodNahrady" minOccurs="0">
 3462         <xs:annotation>
 3463           <xs:documentation><p>Kód náhrady.</p>
 3464 </xs:documentation>
 3465         </xs:annotation>
 3466         <xs:complexType>
 3467           <xs:annotation>
 3468             <xs:documentation><p>Kód náhrady.</p>
 3469 </xs:documentation>
 3470           </xs:annotation>
 3471           <xs:sequence>
 3472             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3473               <xs:annotation>
 3474                 <xs:documentation><p>Kód číselníku.</p>
 3475 </xs:documentation>
 3476               </xs:annotation>
 3477             </xs:element>
 3478             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3479               <xs:annotation>
 3480                 <xs:documentation><p>Kód číselníkové položky.</p>
 3481 </xs:documentation>
 3482               </xs:annotation>
 3483             </xs:element>
 3484             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3485               <xs:annotation>
 3486                 <xs:documentation><p>Verze číselníku.</p>
 3487 </xs:documentation>
 3488               </xs:annotation>
 3489             </xs:element>
 3490             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3491               <xs:annotation>
 3492                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3493 </xs:documentation>
 3494               </xs:annotation>
 3495             </xs:element>
 3496             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3497               <xs:annotation>
 3498                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3499 </xs:documentation>
 3500               </xs:annotation>
 3501             </xs:element>
 3502             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3503               <xs:annotation>
 3504                 <xs:documentation><p>Platnost číselníkové položky</p>
 3505 </xs:documentation>
 3506               </xs:annotation>
 3507             </xs:element>
 3508             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3509               <xs:annotation>
 3510                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 3511 </xs:documentation>
 3512               </xs:annotation>
 3513             </xs:element>
 3514           </xs:sequence>
 3515         </xs:complexType>
 3516       </xs:element>
 3517       <xs:element name="prilohy" type="tns:Priloha" minOccurs="0" maxOccurs="2147483647">
 3518         <xs:annotation>
 3519           <xs:documentation><p>Přílohy.</p>
 3520 </xs:documentation>
 3521         </xs:annotation>
 3522       </xs:element>
 3523       <xs:element name="biometrickeUdaje" minOccurs="0">
 3524         <xs:annotation>
 3525           <xs:documentation><p>Biometrické údaje.</p>
 3526 </xs:documentation>
 3527         </xs:annotation>
 3528         <xs:complexType>
 3529           <xs:annotation>
 3530             <xs:documentation><p>Biometrické údaje.</p>
 3531 </xs:documentation>
 3532           </xs:annotation>
 3533           <xs:sequence>
 3534             <xs:element name="vyska" minOccurs="0">
 3535               <xs:annotation>
 3536                 <xs:documentation><p>Výška osoby.</p>
 3537 </xs:documentation>
 3538               </xs:annotation>
 3539               <xs:complexType>
 3540                 <xs:annotation>
 3541                   <xs:documentation><p>Výška osoby.</p>
 3542 </xs:documentation>
 3543                 </xs:annotation>
 3544                 <xs:sequence>
 3545                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3546                     <xs:annotation>
 3547                       <xs:documentation><p>Kód pro výšku.</p>
 3548 </xs:documentation>
 3549                     </xs:annotation>
 3550                   </xs:element>
 3551                   <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 3552                     <xs:annotation>
 3553                       <xs:documentation><p>Hodnota výšky.</p>
 3554 </xs:documentation>
 3555                     </xs:annotation>
 3556                   </xs:element>
 3557                   <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 3558                     <xs:annotation>
 3559                       <xs:documentation><p>Datum měření výšky.</p>
 3560 </xs:documentation>
 3561                     </xs:annotation>
 3562                   </xs:element>
 3563                 </xs:sequence>
 3564               </xs:complexType>
 3565             </xs:element>
 3566             <xs:element name="vaha" minOccurs="0">
 3567               <xs:annotation>
 3568                 <xs:documentation><p>Váha osoby.</p>
 3569 </xs:documentation>
 3570               </xs:annotation>
 3571               <xs:complexType>
 3572                 <xs:annotation>
 3573                   <xs:documentation><p>Váha osoby.</p>
 3574 </xs:documentation>
 3575                 </xs:annotation>
 3576                 <xs:sequence>
 3577                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3578                     <xs:annotation>
 3579                       <xs:documentation><p>Kód pro váhu.</p>
 3580 </xs:documentation>
 3581                     </xs:annotation>
 3582                   </xs:element>
 3583                   <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 3584                     <xs:annotation>
 3585                       <xs:documentation><p>Hodnota váhy.</p>
 3586 </xs:documentation>
 3587                     </xs:annotation>
 3588                   </xs:element>
 3589                   <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 3590                     <xs:annotation>
 3591                       <xs:documentation><p>Datum měření váhy.</p>
 3592 </xs:documentation>
 3593                     </xs:annotation>
 3594                   </xs:element>
 3595                 </xs:sequence>
 3596               </xs:complexType>
 3597             </xs:element>
 3598           </xs:sequence>
 3599         </xs:complexType>
 3600       </xs:element>
 3601       <xs:element name="informaceOObjednavce" minOccurs="0">
 3602         <xs:annotation>
 3603           <xs:documentation><p>Informace o objednávce.</p>
 3604 </xs:documentation>
 3605         </xs:annotation>
 3606         <xs:complexType>
 3607           <xs:annotation>
 3608             <xs:documentation><p>Informace o objednávce.</p>
 3609 </xs:documentation>
 3610           </xs:annotation>
 3611           <xs:sequence>
 3612             <xs:element name="detailyObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DetailyObjednavky" minOccurs="0" maxOccurs="2147483647">
 3613               <xs:annotation>
 3614                 <xs:documentation><p>Gets or sets the detaily objednavky.</p>
 3615 </xs:documentation>
 3616               </xs:annotation>
 3617             </xs:element>
 3618             <xs:element name="duvodObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DuvodObjednavky" minOccurs="0" />
 3619           </xs:sequence>
 3620         </xs:complexType>
 3621       </xs:element>
 3622       <xs:element name="pozadovanaVysetreni" type="tns:PozadovaneVysetreniZDto" minOccurs="0" maxOccurs="2147483647">
 3623         <xs:annotation>
 3624           <xs:documentation><p>Požadovaná vyšetření.</p>
 3625 </xs:documentation>
 3626         </xs:annotation>
 3627       </xs:element>
 3628       <xs:element name="urgentniInformace" minOccurs="0">
 3629         <xs:annotation>
 3630           <xs:documentation><p>Urgentní informace.</p>
 3631 </xs:documentation>
 3632         </xs:annotation>
 3633         <xs:complexType>
 3634           <xs:annotation>
 3635             <xs:documentation><p>Urgentní informace.</p>
 3636 </xs:documentation>
 3637           </xs:annotation>
 3638           <xs:sequence>
 3639             <xs:element name="alergieIntolerance" type="https://ezprava.net/mzd/eZadankaMZd:AlergieIntolerance" minOccurs="0" maxOccurs="2147483647">
 3640               <xs:annotation>
 3641                 <xs:documentation><p>Gets or sets the alergie intolerance.</p>
 3642 </xs:documentation>
 3643               </xs:annotation>
 3644             </xs:element>
 3645             <xs:element name="varovani" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 3646               <xs:annotation>
 3647                 <xs:documentation><p>Gets or sets the varovani.</p>
 3648 </xs:documentation>
 3649               </xs:annotation>
 3650             </xs:element>
 3651           </xs:sequence>
 3652         </xs:complexType>
 3653       </xs:element>
 3654       <xs:element name="kontraindikace" minOccurs="0">
 3655         <xs:annotation>
 3656           <xs:documentation><p>Kontraindikace.</p>
 3657 </xs:documentation>
 3658         </xs:annotation>
 3659         <xs:complexType>
 3660           <xs:annotation>
 3661             <xs:documentation><p>Kontraindikace.</p>
 3662 </xs:documentation>
 3663           </xs:annotation>
 3664           <xs:sequence>
 3665             <xs:element name="medikace" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 3666               <xs:annotation>
 3667                 <xs:documentation><p>Seznam medikací.</p>
 3668 </xs:documentation>
 3669               </xs:annotation>
 3670             </xs:element>
 3671           </xs:sequence>
 3672         </xs:complexType>
 3673       </xs:element>
 3674       <xs:element name="dalsiRelevantniUdaje" minOccurs="0">
 3675         <xs:annotation>
 3676           <xs:documentation><p>Další relevantí údaje.</p>
 3677 </xs:documentation>
 3678         </xs:annotation>
 3679         <xs:complexType>
 3680           <xs:annotation>
 3681             <xs:documentation><p>Další relevantí údaje.</p>
 3682 </xs:documentation>
 3683           </xs:annotation>
 3684           <xs:sequence>
 3685             <xs:element name="kod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" />
 3686           </xs:sequence>
 3687         </xs:complexType>
 3688       </xs:element>
 3689       <xs:element name="implantat" type="tns:ImplantatModel" minOccurs="0" maxOccurs="2147483647">
 3690         <xs:annotation>
 3691           <xs:documentation><p>Implantát.</p>
 3692 </xs:documentation>
 3693         </xs:annotation>
 3694       </xs:element>
 3695       <xs:element name="omezeniMobility" minOccurs="0">
 3696         <xs:annotation>
 3697           <xs:documentation><p>Omezení mobility.</p>
 3698 </xs:documentation>
 3699         </xs:annotation>
 3700         <xs:complexType>
 3701           <xs:annotation>
 3702             <xs:documentation><p>Omezení mobility.</p>
 3703 </xs:documentation>
 3704           </xs:annotation>
 3705           <xs:sequence>
 3706             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 3707               <xs:annotation>
 3708                 <xs:documentation><p>Gets or sets the coding.</p>
 3709 </xs:documentation>
 3710               </xs:annotation>
 3711             </xs:element>
 3712             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3713               <xs:annotation>
 3714                 <xs:documentation><p>Gets or sets the text.</p>
 3715 </xs:documentation>
 3716               </xs:annotation>
 3717             </xs:element>
 3718           </xs:sequence>
 3719         </xs:complexType>
 3720       </xs:element>
 3721     </xs:sequence>
 3722   </xs:complexType>
 3723   <xs:complexType name="Slozka">
 3724     <xs:annotation>
 3725       <xs:documentation><p>Složka dokumentu</p>
 3726 </xs:documentation>
 3727     </xs:annotation>
 3728     <xs:sequence>
 3729       <xs:element name="id" type="ns1:guid" minOccurs="0">
 3730         <xs:annotation>
 3731           <xs:documentation><p>ID zásilky pro zoskupení dokumentu do jednotní složky.</p>
 3732 </xs:documentation>
 3733         </xs:annotation>
 3734       </xs:element>
 3735       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 3736         <xs:annotation>
 3737           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 3738 </xs:documentation>
 3739         </xs:annotation>
 3740       </xs:element>
 3741       <xs:element name="nazev" minOccurs="0">
 3742         <xs:annotation>
 3743           <xs:documentation><p>Název složky.</p>
 3744 </xs:documentation>
 3745         </xs:annotation>
 3746         <xs:simpleType>
 3747           <xs:restriction base="xs:string">
 3748             <xs:maxLength value="255" />
 3749           </xs:restriction>
 3750         </xs:simpleType>
 3751       </xs:element>
 3752       <xs:element name="autor" type="xs:string" minOccurs="0">
 3753         <xs:annotation>
 3754           <xs:documentation><p>ID uživatele, který složku vytvořil.</p>
 3755 </xs:documentation>
 3756         </xs:annotation>
 3757       </xs:element>
 3758       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
 3759         <xs:annotation>
 3760           <xs:documentation><p>Datum vytvoření složky.</p>
 3761 </xs:documentation>
 3762         </xs:annotation>
 3763       </xs:element>
 3764     </xs:sequence>
 3765   </xs:complexType>
 3766   <xs:complexType name="Soubor">
 3767     <xs:annotation>
 3768       <xs:documentation><p>Data nebo informace o soubore</p>
 3769 </xs:documentation>
 3770     </xs:annotation>
 3771     <xs:sequence>
 3772       <xs:element name="id" type="ns1:guid" minOccurs="0">
 3773         <xs:annotation>
 3774           <xs:documentation><p>ID souboru.</p>
 3775 </xs:documentation>
 3776         </xs:annotation>
 3777       </xs:element>
 3778       <xs:element name="soubor" type="xs:string" minOccurs="0">
 3779         <xs:annotation>
 3780           <xs:documentation><p>Base64 soubor.</p>
 3781 </xs:documentation>
 3782         </xs:annotation>
 3783       </xs:element>
 3784       <xs:element name="cesta" type="xs:string" minOccurs="0">
 3785         <xs:annotation>
 3786           <xs:documentation><p>Cesta na externí úložiště.</p>
 3787 </xs:documentation>
 3788         </xs:annotation>
 3789       </xs:element>
 3790     </xs:sequence>
 3791   </xs:complexType>
 3792   <xs:complexType name="StornujZadankuRequest">
 3793     <xs:annotation>
 3794       <xs:documentation><p>Request pro storno žádanky Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
 3795 </xs:documentation>
 3796     </xs:annotation>
 3797     <xs:sequence>
 3798       <xs:element name="id" type="ns1:guid">
 3799         <xs:annotation>
 3800           <xs:documentation><p>Identifikace stornované žádanky.</p>
 3801 </xs:documentation>
 3802         </xs:annotation>
 3803       </xs:element>
 3804       <xs:element name="verzeRadku" type="xs:base64Binary">
 3805         <xs:annotation>
 3806           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
 3807 </xs:documentation>
 3808         </xs:annotation>
 3809       </xs:element>
 3810       <xs:element name="duvodStornaZadanky">
 3811         <xs:annotation>
 3812           <xs:documentation><p>Důvod storna žádanky (číselník: &quot;duvod-storna&quot;)</p>
 3813 </xs:documentation>
 3814         </xs:annotation>
 3815         <xs:complexType>
 3816           <xs:annotation>
 3817             <xs:documentation><p>Důvod storna žádanky (číselník: &quot;duvod-storna&quot;)</p>
 3818 </xs:documentation>
 3819           </xs:annotation>
 3820           <xs:sequence>
 3821             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3822               <xs:annotation>
 3823                 <xs:documentation><p>Kód číselníku.</p>
 3824 </xs:documentation>
 3825               </xs:annotation>
 3826             </xs:element>
 3827             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3828               <xs:annotation>
 3829                 <xs:documentation><p>Kód číselníkové položky.</p>
 3830 </xs:documentation>
 3831               </xs:annotation>
 3832             </xs:element>
 3833             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3834               <xs:annotation>
 3835                 <xs:documentation><p>Verze číselníku.</p>
 3836 </xs:documentation>
 3837               </xs:annotation>
 3838             </xs:element>
 3839             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3840               <xs:annotation>
 3841                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3842 </xs:documentation>
 3843               </xs:annotation>
 3844             </xs:element>
 3845             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3846               <xs:annotation>
 3847                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3848 </xs:documentation>
 3849               </xs:annotation>
 3850             </xs:element>
 3851             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3852               <xs:annotation>
 3853                 <xs:documentation><p>Platnost číselníkové položky</p>
 3854 </xs:documentation>
 3855               </xs:annotation>
 3856             </xs:element>
 3857             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3858               <xs:annotation>
 3859                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 3860 </xs:documentation>
 3861               </xs:annotation>
 3862             </xs:element>
 3863           </xs:sequence>
 3864         </xs:complexType>
 3865       </xs:element>
 3866       <xs:element name="duvodStornaUpresneni" type="xs:string" minOccurs="0">
 3867         <xs:annotation>
 3868           <xs:documentation><p>Upřesnení důvodu storna žádanky.</p>
 3869 </xs:documentation>
 3870         </xs:annotation>
 3871       </xs:element>
 3872     </xs:sequence>
 3873   </xs:complexType>
 3874   <xs:complexType name="StornujZadankuResponse">
 3875     <xs:annotation>
 3876       <xs:documentation><p>Návratova data pro StornujZadanku</p>
 3877 </xs:documentation>
 3878     </xs:annotation>
 3879     <xs:sequence>
 3880       <xs:element name="id" type="ns1:guid" minOccurs="0">
 3881         <xs:annotation>
 3882           <xs:documentation><p>Identifikace stornované žádanky.</p>
 3883 </xs:documentation>
 3884         </xs:annotation>
 3885       </xs:element>
 3886       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 3887         <xs:annotation>
 3888           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 3889 </xs:documentation>
 3890         </xs:annotation>
 3891       </xs:element>
 3892     </xs:sequence>
 3893   </xs:complexType>
 3894   <xs:complexType name="Strankovani">
 3895     <xs:annotation>
 3896       <xs:documentation><p>Specifikace stránkování</p>
 3897 </xs:documentation>
 3898     </xs:annotation>
 3899     <xs:sequence>
 3900       <xs:element name="page" type="xs:int">
 3901         <xs:annotation>
 3902           <xs:documentation><p>Definuje požadované číslo stránky. Stránky jsou číslovány od 1.</p>
 3903 </xs:documentation>
 3904         </xs:annotation>
 3905       </xs:element>
 3906       <xs:element name="size" type="xs:int">
 3907         <xs:annotation>
 3908           <xs:documentation><p>Definuje požadovaný počet záznamů na stránce.</p>
 3909 </xs:documentation>
 3910         </xs:annotation>
 3911       </xs:element>
 3912     </xs:sequence>
 3913   </xs:complexType>
 3914   <xs:complexType name="UlozZadankuExtRequest">
 3915     <xs:annotation>
 3916       <xs:documentation><p>Požadavek pro ukladání žádanky v externím API Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
 3917 </xs:documentation>
 3918     </xs:annotation>
 3919     <xs:sequence>
 3920       <xs:element name="zadanka">
 3921         <xs:annotation>
 3922           <xs:documentation><p>Data žádanky.</p>
 3923 </xs:documentation>
 3924         </xs:annotation>
 3925         <xs:complexType>
 3926           <xs:annotation>
 3927             <xs:documentation><p>Data žádanky.</p>
 3928 </xs:documentation>
 3929           </xs:annotation>
 3930           <xs:sequence>
 3931             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 3932               <xs:annotation>
 3933                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 3934 </xs:documentation>
 3935               </xs:annotation>
 3936             </xs:element>
 3937             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 3938               <xs:annotation>
 3939                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 3940 </xs:documentation>
 3941               </xs:annotation>
 3942             </xs:element>
 3943             <xs:element name="stav" minOccurs="0">
 3944               <xs:annotation>
 3945                 <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
 3946 </xs:documentation>
 3947               </xs:annotation>
 3948               <xs:complexType>
 3949                 <xs:annotation>
 3950                   <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
 3951 </xs:documentation>
 3952                 </xs:annotation>
 3953                 <xs:sequence>
 3954                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3955                     <xs:annotation>
 3956                       <xs:documentation><p>Kód číselníku.</p>
 3957 </xs:documentation>
 3958                     </xs:annotation>
 3959                   </xs:element>
 3960                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3961                     <xs:annotation>
 3962                       <xs:documentation><p>Kód číselníkové položky.</p>
 3963 </xs:documentation>
 3964                     </xs:annotation>
 3965                   </xs:element>
 3966                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3967                     <xs:annotation>
 3968                       <xs:documentation><p>Verze číselníku.</p>
 3969 </xs:documentation>
 3970                     </xs:annotation>
 3971                   </xs:element>
 3972                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3973                     <xs:annotation>
 3974                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3975 </xs:documentation>
 3976                     </xs:annotation>
 3977                   </xs:element>
 3978                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 3979                     <xs:annotation>
 3980                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 3981 </xs:documentation>
 3982                     </xs:annotation>
 3983                   </xs:element>
 3984                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3985                     <xs:annotation>
 3986                       <xs:documentation><p>Platnost číselníkové položky</p>
 3987 </xs:documentation>
 3988                     </xs:annotation>
 3989                   </xs:element>
 3990                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 3991                     <xs:annotation>
 3992                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 3993 </xs:documentation>
 3994                     </xs:annotation>
 3995                   </xs:element>
 3996                 </xs:sequence>
 3997               </xs:complexType>
 3998             </xs:element>
 3999             <xs:element name="kod" minOccurs="0">
 4000               <xs:annotation>
 4001                 <xs:documentation><p>Kód žádanky.</p>
 4002 </xs:documentation>
 4003               </xs:annotation>
 4004               <xs:simpleType>
 4005                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 4006                   <xs:maxLength value="100" />
 4007                 </xs:restriction>
 4008               </xs:simpleType>
 4009             </xs:element>
 4010             <xs:element name="urgentnost" minOccurs="0">
 4011               <xs:annotation>
 4012                 <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
 4013 </xs:documentation>
 4014               </xs:annotation>
 4015               <xs:complexType>
 4016                 <xs:annotation>
 4017                   <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
 4018 </xs:documentation>
 4019                 </xs:annotation>
 4020                 <xs:sequence>
 4021                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4022                     <xs:annotation>
 4023                       <xs:documentation><p>Kód číselníku.</p>
 4024 </xs:documentation>
 4025                     </xs:annotation>
 4026                   </xs:element>
 4027                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4028                     <xs:annotation>
 4029                       <xs:documentation><p>Kód číselníkové položky.</p>
 4030 </xs:documentation>
 4031                     </xs:annotation>
 4032                   </xs:element>
 4033                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4034                     <xs:annotation>
 4035                       <xs:documentation><p>Verze číselníku.</p>
 4036 </xs:documentation>
 4037                     </xs:annotation>
 4038                   </xs:element>
 4039                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4040                     <xs:annotation>
 4041                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4042 </xs:documentation>
 4043                     </xs:annotation>
 4044                   </xs:element>
 4045                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4046                     <xs:annotation>
 4047                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4048 </xs:documentation>
 4049                     </xs:annotation>
 4050                   </xs:element>
 4051                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4052                     <xs:annotation>
 4053                       <xs:documentation><p>Platnost číselníkové položky</p>
 4054 </xs:documentation>
 4055                     </xs:annotation>
 4056                   </xs:element>
 4057                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4058                     <xs:annotation>
 4059                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4060 </xs:documentation>
 4061                     </xs:annotation>
 4062                   </xs:element>
 4063                 </xs:sequence>
 4064               </xs:complexType>
 4065             </xs:element>
 4066             <xs:element name="samoplatce" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4067               <xs:annotation>
 4068                 <xs:documentation><p>Informace o tom, zda je osoba samoplátcem.</p>
 4069 </xs:documentation>
 4070               </xs:annotation>
 4071             </xs:element>
 4072             <xs:element name="prilozenVzorek" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4073               <xs:annotation>
 4074                 <xs:documentation><p>Informace o tom, zda byl přiložen vzorek (laboratorní).</p>
 4075 </xs:documentation>
 4076               </xs:annotation>
 4077             </xs:element>
 4078             <xs:element name="omezeniMobility" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4079               <xs:annotation>
 4080                 <xs:documentation><p>Informace o tom, zda se jedná o pacienta s omezenou mobilitou (obrazová).</p>
 4081 </xs:documentation>
 4082               </xs:annotation>
 4083             </xs:element>
 4084             <xs:element name="popisOmezeniMobility" minOccurs="0">
 4085               <xs:annotation>
 4086                 <xs:documentation><p>Nepovinné textové pole pro upřesnění omezení mobility pacienta (obrazová, omezeniMobility == 1).</p>
 4087 </xs:documentation>
 4088               </xs:annotation>
 4089               <xs:simpleType>
 4090                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 4091                   <xs:maxLength value="250" />
 4092                 </xs:restriction>
 4093               </xs:simpleType>
 4094             </xs:element>
 4095             <xs:element name="instrukceProPacienta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4096               <xs:annotation>
 4097                 <xs:documentation><p>Instrukce pro pacienta.</p>
 4098 </xs:documentation>
 4099               </xs:annotation>
 4100             </xs:element>
 4101             <xs:element name="zpusobVyrizeni" minOccurs="0">
 4102               <xs:annotation>
 4103                 <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
 4104 </xs:documentation>
 4105               </xs:annotation>
 4106               <xs:complexType>
 4107                 <xs:annotation>
 4108                   <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
 4109 </xs:documentation>
 4110                 </xs:annotation>
 4111                 <xs:sequence>
 4112                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4113                     <xs:annotation>
 4114                       <xs:documentation><p>Kód číselníku.</p>
 4115 </xs:documentation>
 4116                     </xs:annotation>
 4117                   </xs:element>
 4118                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4119                     <xs:annotation>
 4120                       <xs:documentation><p>Kód číselníkové položky.</p>
 4121 </xs:documentation>
 4122                     </xs:annotation>
 4123                   </xs:element>
 4124                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4125                     <xs:annotation>
 4126                       <xs:documentation><p>Verze číselníku.</p>
 4127 </xs:documentation>
 4128                     </xs:annotation>
 4129                   </xs:element>
 4130                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4131                     <xs:annotation>
 4132                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4133 </xs:documentation>
 4134                     </xs:annotation>
 4135                   </xs:element>
 4136                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4137                     <xs:annotation>
 4138                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4139 </xs:documentation>
 4140                     </xs:annotation>
 4141                   </xs:element>
 4142                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4143                     <xs:annotation>
 4144                       <xs:documentation><p>Platnost číselníkové položky</p>
 4145 </xs:documentation>
 4146                     </xs:annotation>
 4147                   </xs:element>
 4148                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4149                     <xs:annotation>
 4150                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4151 </xs:documentation>
 4152                     </xs:annotation>
 4153                   </xs:element>
 4154                 </xs:sequence>
 4155               </xs:complexType>
 4156             </xs:element>
 4157             <xs:element name="zpusobVyrizeniUpresneni" minOccurs="0">
 4158               <xs:annotation>
 4159                 <xs:documentation><p>Upřesnení způsobu vyřízení žádanky.</p>
 4160 </xs:documentation>
 4161               </xs:annotation>
 4162               <xs:simpleType>
 4163                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 4164                   <xs:maxLength value="250" />
 4165                 </xs:restriction>
 4166               </xs:simpleType>
 4167             </xs:element>
 4168             <xs:element name="nadrizenaZadankaId" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 4169               <xs:annotation>
 4170                 <xs:documentation><p>Odkaz na záznam nadřízené žádanky.</p>
 4171 </xs:documentation>
 4172               </xs:annotation>
 4173             </xs:element>
 4174             <xs:element name="zasilkaVysledekId" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 4175               <xs:annotation>
 4176                 <xs:documentation><p>Odkaz na záznam zásilky, v rámci které byl přiložen výsledek.</p>
 4177 </xs:documentation>
 4178               </xs:annotation>
 4179             </xs:element>
 4180             <xs:element name="datumStorna" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4181               <xs:annotation>
 4182                 <xs:documentation><p>Gets or sets the datum storna.</p>
 4183 </xs:documentation>
 4184               </xs:annotation>
 4185             </xs:element>
 4186             <xs:element name="datumZaznaceniNeproveditelnosti" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4187               <xs:annotation>
 4188                 <xs:documentation><p>Gets or sets the datum zaznaceni neproveditelnosti.</p>
 4189 </xs:documentation>
 4190               </xs:annotation>
 4191             </xs:element>
 4192             <xs:element name="datumPoslednihoVraceniDoObehu" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4193               <xs:annotation>
 4194                 <xs:documentation><p>Gets or sets the datum posledniho vraceni do obehu.</p>
 4195 </xs:documentation>
 4196               </xs:annotation>
 4197             </xs:element>
 4198             <xs:element name="datumPoslednihoPrijeti" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4199               <xs:annotation>
 4200                 <xs:documentation><p>Gets or sets the datum posledniho prijeti.</p>
 4201 </xs:documentation>
 4202               </xs:annotation>
 4203             </xs:element>
 4204             <xs:element name="datumRozdeleni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4205               <xs:annotation>
 4206                 <xs:documentation><p>Gets or sets the datum rozdeleni.</p>
 4207 </xs:documentation>
 4208               </xs:annotation>
 4209             </xs:element>
 4210             <xs:element name="datumVyrizeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4211               <xs:annotation>
 4212                 <xs:documentation><p>Gets or sets the datum vyrizeni.</p>
 4213 </xs:documentation>
 4214               </xs:annotation>
 4215             </xs:element>
 4216             <xs:element name="datumExpirace" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4217               <xs:annotation>
 4218                 <xs:documentation><p>Gets or sets the datum expirace.</p>
 4219 </xs:documentation>
 4220               </xs:annotation>
 4221             </xs:element>
 4222             <xs:element name="datumPlanovanehoVysetreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4223               <xs:annotation>
 4224                 <xs:documentation><p>Gets or sets the datum planovaneho vysetreni.</p>
 4225 </xs:documentation>
 4226               </xs:annotation>
 4227             </xs:element>
 4228             <xs:element name="datumSkutecneRealizaceVysetreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4229               <xs:annotation>
 4230                 <xs:documentation><p>Gets or sets the datum skutecne realizace vysetreni.</p>
 4231 </xs:documentation>
 4232               </xs:annotation>
 4233             </xs:element>
 4234             <xs:element name="pacientPojistovna" minOccurs="0">
 4235               <xs:annotation>
 4236                 <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
 4237 </xs:documentation>
 4238               </xs:annotation>
 4239               <xs:complexType>
 4240                 <xs:annotation>
 4241                   <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
 4242 </xs:documentation>
 4243                 </xs:annotation>
 4244                 <xs:sequence>
 4245                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4246                     <xs:annotation>
 4247                       <xs:documentation><p>Kód číselníku.</p>
 4248 </xs:documentation>
 4249                     </xs:annotation>
 4250                   </xs:element>
 4251                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4252                     <xs:annotation>
 4253                       <xs:documentation><p>Kód číselníkové položky.</p>
 4254 </xs:documentation>
 4255                     </xs:annotation>
 4256                   </xs:element>
 4257                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4258                     <xs:annotation>
 4259                       <xs:documentation><p>Verze číselníku.</p>
 4260 </xs:documentation>
 4261                     </xs:annotation>
 4262                   </xs:element>
 4263                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4264                     <xs:annotation>
 4265                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4266 </xs:documentation>
 4267                     </xs:annotation>
 4268                   </xs:element>
 4269                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4270                     <xs:annotation>
 4271                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4272 </xs:documentation>
 4273                     </xs:annotation>
 4274                   </xs:element>
 4275                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4276                     <xs:annotation>
 4277                       <xs:documentation><p>Platnost číselníkové položky</p>
 4278 </xs:documentation>
 4279                     </xs:annotation>
 4280                   </xs:element>
 4281                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4282                     <xs:annotation>
 4283                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4284 </xs:documentation>
 4285                     </xs:annotation>
 4286                   </xs:element>
 4287                 </xs:sequence>
 4288               </xs:complexType>
 4289             </xs:element>
 4290             <xs:element name="icpZadatele" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4291               <xs:annotation>
 4292                 <xs:documentation><p>Identifikační číslo zařízení žadatele</p>
 4293 </xs:documentation>
 4294               </xs:annotation>
 4295             </xs:element>
 4296             <xs:element name="pacientImplantat" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4297               <xs:annotation>
 4298                 <xs:documentation><p>Implantát pacienta</p>
 4299 </xs:documentation>
 4300               </xs:annotation>
 4301             </xs:element>
 4302             <xs:element name="vzorekData" type="https://ezprava.net/mzd/eZadankaMZd:Vzorek" minOccurs="0" maxOccurs="2147483647">
 4303               <xs:annotation>
 4304                 <xs:documentation><p>Seznam vzorků žádanky.</p>
 4305 </xs:documentation>
 4306               </xs:annotation>
 4307             </xs:element>
 4308             <xs:element name="zasilka" minOccurs="0">
 4309               <xs:annotation>
 4310                 <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
 4311 </xs:documentation>
 4312               </xs:annotation>
 4313               <xs:complexType>
 4314                 <xs:annotation>
 4315                   <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
 4316 </xs:documentation>
 4317                 </xs:annotation>
 4318                 <xs:sequence>
 4319                   <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 4320                     <xs:annotation>
 4321                       <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 4322 </xs:documentation>
 4323                     </xs:annotation>
 4324                   </xs:element>
 4325                   <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 4326                     <xs:annotation>
 4327                       <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 4328 </xs:documentation>
 4329                     </xs:annotation>
 4330                   </xs:element>
 4331                   <xs:element name="nazev" minOccurs="0">
 4332                     <xs:annotation>
 4333                       <xs:documentation><p>Název zásilky pro referenci.</p>
 4334 </xs:documentation>
 4335                     </xs:annotation>
 4336                     <xs:simpleType>
 4337                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 4338                         <xs:maxLength value="255" />
 4339                       </xs:restriction>
 4340                     </xs:simpleType>
 4341                   </xs:element>
 4342                   <xs:element name="popis" minOccurs="0">
 4343                     <xs:annotation>
 4344                       <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
 4345 </xs:documentation>
 4346                     </xs:annotation>
 4347                     <xs:simpleType>
 4348                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 4349                         <xs:maxLength value="999" />
 4350                       </xs:restriction>
 4351                     </xs:simpleType>
 4352                   </xs:element>
 4353                   <xs:element name="stav" minOccurs="0">
 4354                     <xs:annotation>
 4355                       <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 4356 </xs:documentation>
 4357                     </xs:annotation>
 4358                     <xs:complexType>
 4359                       <xs:annotation>
 4360                         <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 4361 </xs:documentation>
 4362                       </xs:annotation>
 4363                       <xs:sequence>
 4364                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4365                           <xs:annotation>
 4366                             <xs:documentation><p>Kód číselníku.</p>
 4367 </xs:documentation>
 4368                           </xs:annotation>
 4369                         </xs:element>
 4370                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4371                           <xs:annotation>
 4372                             <xs:documentation><p>Kód číselníkové položky.</p>
 4373 </xs:documentation>
 4374                           </xs:annotation>
 4375                         </xs:element>
 4376                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4377                           <xs:annotation>
 4378                             <xs:documentation><p>Verze číselníku.</p>
 4379 </xs:documentation>
 4380                           </xs:annotation>
 4381                         </xs:element>
 4382                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4383                           <xs:annotation>
 4384                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4385 </xs:documentation>
 4386                           </xs:annotation>
 4387                         </xs:element>
 4388                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4389                           <xs:annotation>
 4390                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4391 </xs:documentation>
 4392                           </xs:annotation>
 4393                         </xs:element>
 4394                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4395                           <xs:annotation>
 4396                             <xs:documentation><p>Platnost číselníkové položky</p>
 4397 </xs:documentation>
 4398                           </xs:annotation>
 4399                         </xs:element>
 4400                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4401                           <xs:annotation>
 4402                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4403 </xs:documentation>
 4404                           </xs:annotation>
 4405                         </xs:element>
 4406                       </xs:sequence>
 4407                     </xs:complexType>
 4408                   </xs:element>
 4409                   <xs:element name="typ" minOccurs="0">
 4410                     <xs:annotation>
 4411                       <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 4412 </xs:documentation>
 4413                     </xs:annotation>
 4414                     <xs:complexType>
 4415                       <xs:annotation>
 4416                         <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 4417 </xs:documentation>
 4418                       </xs:annotation>
 4419                       <xs:sequence>
 4420                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4421                           <xs:annotation>
 4422                             <xs:documentation><p>Kód číselníku.</p>
 4423 </xs:documentation>
 4424                           </xs:annotation>
 4425                         </xs:element>
 4426                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4427                           <xs:annotation>
 4428                             <xs:documentation><p>Kód číselníkové položky.</p>
 4429 </xs:documentation>
 4430                           </xs:annotation>
 4431                         </xs:element>
 4432                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4433                           <xs:annotation>
 4434                             <xs:documentation><p>Verze číselníku.</p>
 4435 </xs:documentation>
 4436                           </xs:annotation>
 4437                         </xs:element>
 4438                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4439                           <xs:annotation>
 4440                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4441 </xs:documentation>
 4442                           </xs:annotation>
 4443                         </xs:element>
 4444                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4445                           <xs:annotation>
 4446                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4447 </xs:documentation>
 4448                           </xs:annotation>
 4449                         </xs:element>
 4450                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4451                           <xs:annotation>
 4452                             <xs:documentation><p>Platnost číselníkové položky</p>
 4453 </xs:documentation>
 4454                           </xs:annotation>
 4455                         </xs:element>
 4456                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4457                           <xs:annotation>
 4458                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4459 </xs:documentation>
 4460                           </xs:annotation>
 4461                         </xs:element>
 4462                       </xs:sequence>
 4463                     </xs:complexType>
 4464                   </xs:element>
 4465                   <xs:element name="klasifikace" minOccurs="0">
 4466                     <xs:annotation>
 4467                       <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>
 4468 </xs:documentation>
 4469                     </xs:annotation>
 4470                     <xs:complexType>
 4471                       <xs:annotation>
 4472                         <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>
 4473 </xs:documentation>
 4474                       </xs:annotation>
 4475                       <xs:sequence>
 4476                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4477                           <xs:annotation>
 4478                             <xs:documentation><p>Kód číselníku.</p>
 4479 </xs:documentation>
 4480                           </xs:annotation>
 4481                         </xs:element>
 4482                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4483                           <xs:annotation>
 4484                             <xs:documentation><p>Kód číselníkové položky.</p>
 4485 </xs:documentation>
 4486                           </xs:annotation>
 4487                         </xs:element>
 4488                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4489                           <xs:annotation>
 4490                             <xs:documentation><p>Verze číselníku.</p>
 4491 </xs:documentation>
 4492                           </xs:annotation>
 4493                         </xs:element>
 4494                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4495                           <xs:annotation>
 4496                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4497 </xs:documentation>
 4498                           </xs:annotation>
 4499                         </xs:element>
 4500                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4501                           <xs:annotation>
 4502                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4503 </xs:documentation>
 4504                           </xs:annotation>
 4505                         </xs:element>
 4506                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4507                           <xs:annotation>
 4508                             <xs:documentation><p>Platnost číselníkové položky</p>
 4509 </xs:documentation>
 4510                           </xs:annotation>
 4511                         </xs:element>
 4512                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4513                           <xs:annotation>
 4514                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4515 </xs:documentation>
 4516                           </xs:annotation>
 4517                         </xs:element>
 4518                       </xs:sequence>
 4519                     </xs:complexType>
 4520                   </xs:element>
 4521                   <xs:element name="odbornost" minOccurs="0">
 4522                     <xs:annotation>
 4523                       <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 4524 </xs:documentation>
 4525                     </xs:annotation>
 4526                     <xs:complexType>
 4527                       <xs:annotation>
 4528                         <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 4529 </xs:documentation>
 4530                       </xs:annotation>
 4531                       <xs:sequence>
 4532                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4533                           <xs:annotation>
 4534                             <xs:documentation><p>Kód číselníku.</p>
 4535 </xs:documentation>
 4536                           </xs:annotation>
 4537                         </xs:element>
 4538                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4539                           <xs:annotation>
 4540                             <xs:documentation><p>Kód číselníkové položky.</p>
 4541 </xs:documentation>
 4542                           </xs:annotation>
 4543                         </xs:element>
 4544                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4545                           <xs:annotation>
 4546                             <xs:documentation><p>Verze číselníku.</p>
 4547 </xs:documentation>
 4548                           </xs:annotation>
 4549                         </xs:element>
 4550                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4551                           <xs:annotation>
 4552                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4553 </xs:documentation>
 4554                           </xs:annotation>
 4555                         </xs:element>
 4556                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4557                           <xs:annotation>
 4558                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 4559 </xs:documentation>
 4560                           </xs:annotation>
 4561                         </xs:element>
 4562                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4563                           <xs:annotation>
 4564                             <xs:documentation><p>Platnost číselníkové položky</p>
 4565 </xs:documentation>
 4566                           </xs:annotation>
 4567                         </xs:element>
 4568                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 4569                           <xs:annotation>
 4570                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 4571 </xs:documentation>
 4572                           </xs:annotation>
 4573                         </xs:element>
 4574                       </xs:sequence>
 4575                     </xs:complexType>
 4576                   </xs:element>
 4577                   <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4578                     <xs:annotation>
 4579                       <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
 4580 </xs:documentation>
 4581                     </xs:annotation>
 4582                   </xs:element>
 4583                   <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4584                     <xs:annotation>
 4585                       <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
 4586 </xs:documentation>
 4587                     </xs:annotation>
 4588                   </xs:element>
 4589                   <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4590                     <xs:annotation>
 4591                       <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
 4592 </xs:documentation>
 4593                     </xs:annotation>
 4594                   </xs:element>
 4595                   <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4596                     <xs:annotation>
 4597                       <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
 4598 </xs:documentation>
 4599                     </xs:annotation>
 4600                   </xs:element>
 4601                   <xs:element name="autorData" minOccurs="0">
 4602                     <xs:annotation>
 4603                       <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 4604 </xs:documentation>
 4605                     </xs:annotation>
 4606                     <xs:complexType>
 4607                       <xs:annotation>
 4608                         <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 4609 </xs:documentation>
 4610                       </xs:annotation>
 4611                       <xs:sequence>
 4612                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4613                           <xs:annotation>
 4614                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 4615 </xs:documentation>
 4616                           </xs:annotation>
 4617                         </xs:element>
 4618                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4619                           <xs:annotation>
 4620                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 4621 </xs:documentation>
 4622                           </xs:annotation>
 4623                         </xs:element>
 4624                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4625                           <xs:annotation>
 4626                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 4627 </xs:documentation>
 4628                           </xs:annotation>
 4629                         </xs:element>
 4630                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4631                           <xs:annotation>
 4632                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 4633 </xs:documentation>
 4634                           </xs:annotation>
 4635                         </xs:element>
 4636                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4637                           <xs:annotation>
 4638                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 4639 </xs:documentation>
 4640                           </xs:annotation>
 4641                         </xs:element>
 4642                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4643                           <xs:annotation>
 4644                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 4645 </xs:documentation>
 4646                           </xs:annotation>
 4647                         </xs:element>
 4648                       </xs:sequence>
 4649                     </xs:complexType>
 4650                   </xs:element>
 4651                   <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4652                     <xs:annotation>
 4653                       <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
 4654 </xs:documentation>
 4655                     </xs:annotation>
 4656                   </xs:element>
 4657                   <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
 4658                     <xs:annotation>
 4659                       <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 4660 </xs:documentation>
 4661                     </xs:annotation>
 4662                     <xs:complexType>
 4663                       <xs:annotation>
 4664                         <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 4665 </xs:documentation>
 4666                       </xs:annotation>
 4667                       <xs:sequence>
 4668                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4669                           <xs:annotation>
 4670                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 4671 </xs:documentation>
 4672                           </xs:annotation>
 4673                         </xs:element>
 4674                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4675                           <xs:annotation>
 4676                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 4677 </xs:documentation>
 4678                           </xs:annotation>
 4679                         </xs:element>
 4680                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4681                           <xs:annotation>
 4682                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 4683 </xs:documentation>
 4684                           </xs:annotation>
 4685                         </xs:element>
 4686                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4687                           <xs:annotation>
 4688                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 4689 </xs:documentation>
 4690                           </xs:annotation>
 4691                         </xs:element>
 4692                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4693                           <xs:annotation>
 4694                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 4695 </xs:documentation>
 4696                           </xs:annotation>
 4697                         </xs:element>
 4698                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4699                           <xs:annotation>
 4700                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 4701 </xs:documentation>
 4702                           </xs:annotation>
 4703                         </xs:element>
 4704                       </xs:sequence>
 4705                     </xs:complexType>
 4706                   </xs:element>
 4707                   <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4708                     <xs:annotation>
 4709                       <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
 4710 </xs:documentation>
 4711                     </xs:annotation>
 4712                   </xs:element>
 4713                   <xs:element name="poskytovatelData" minOccurs="0">
 4714                     <xs:annotation>
 4715                       <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 4716 </xs:documentation>
 4717                     </xs:annotation>
 4718                     <xs:complexType>
 4719                       <xs:annotation>
 4720                         <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 4721 </xs:documentation>
 4722                       </xs:annotation>
 4723                       <xs:sequence>
 4724                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4725                           <xs:annotation>
 4726                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 4727 </xs:documentation>
 4728                           </xs:annotation>
 4729                         </xs:element>
 4730                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4731                           <xs:annotation>
 4732                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
 4733 </xs:documentation>
 4734                           </xs:annotation>
 4735                         </xs:element>
 4736                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4737                           <xs:annotation>
 4738                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 4739 </xs:documentation>
 4740                           </xs:annotation>
 4741                         </xs:element>
 4742                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4743                           <xs:annotation>
 4744                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 4745 </xs:documentation>
 4746                           </xs:annotation>
 4747                         </xs:element>
 4748                       </xs:sequence>
 4749                     </xs:complexType>
 4750                   </xs:element>
 4751                   <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4752                     <xs:annotation>
 4753                       <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
 4754 </xs:documentation>
 4755                     </xs:annotation>
 4756                   </xs:element>
 4757                   <xs:element name="pacientData" minOccurs="0">
 4758                     <xs:annotation>
 4759                       <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 4760 </xs:documentation>
 4761                     </xs:annotation>
 4762                     <xs:complexType>
 4763                       <xs:annotation>
 4764                         <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 4765 </xs:documentation>
 4766                       </xs:annotation>
 4767                       <xs:sequence>
 4768                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4769                           <xs:annotation>
 4770                             <xs:documentation><p>RID dohledané osoby.</p>
 4771 </xs:documentation>
 4772                           </xs:annotation>
 4773                         </xs:element>
 4774                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4775                           <xs:annotation>
 4776                             <xs:documentation><p>Jméno dohledané osoby.</p>
 4777 </xs:documentation>
 4778                           </xs:annotation>
 4779                         </xs:element>
 4780                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4781                           <xs:annotation>
 4782                             <xs:documentation><p>Příjmení dohledané osoby.</p>
 4783 </xs:documentation>
 4784                           </xs:annotation>
 4785                         </xs:element>
 4786                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4787                           <xs:annotation>
 4788                             <xs:documentation><p>Datum narození dohledané osoby.</p>
 4789 </xs:documentation>
 4790                           </xs:annotation>
 4791                         </xs:element>
 4792                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4793                           <xs:annotation>
 4794                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 4795 </xs:documentation>
 4796                           </xs:annotation>
 4797                         </xs:element>
 4798                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4799                           <xs:annotation>
 4800                             <xs:documentation><p>Adresa dohledané osoby.</p>
 4801 </xs:documentation>
 4802                           </xs:annotation>
 4803                         </xs:element>
 4804                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4805                           <xs:annotation>
 4806                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 4807 </xs:documentation>
 4808                           </xs:annotation>
 4809                         </xs:element>
 4810                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4811                           <xs:annotation>
 4812                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 4813 </xs:documentation>
 4814                           </xs:annotation>
 4815                         </xs:element>
 4816                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4817                           <xs:annotation>
 4818                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 4819 </xs:documentation>
 4820                           </xs:annotation>
 4821                         </xs:element>
 4822                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4823                           <xs:annotation>
 4824                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 4825 </xs:documentation>
 4826                           </xs:annotation>
 4827                         </xs:element>
 4828                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4829                           <xs:annotation>
 4830                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 4831 </xs:documentation>
 4832                           </xs:annotation>
 4833                         </xs:element>
 4834                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 4835                           <xs:annotation>
 4836                             <xs:documentation><p>Doklady dohledané osoby.</p>
 4837 </xs:documentation>
 4838                           </xs:annotation>
 4839                         </xs:element>
 4840                       </xs:sequence>
 4841                     </xs:complexType>
 4842                   </xs:element>
 4843                   <xs:element name="ispzs" minOccurs="0">
 4844                     <xs:annotation>
 4845                       <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
 4846 </xs:documentation>
 4847                     </xs:annotation>
 4848                     <xs:simpleType>
 4849                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 4850                         <xs:maxLength value="255" />
 4851                       </xs:restriction>
 4852                     </xs:simpleType>
 4853                   </xs:element>
 4854                   <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4855                     <xs:annotation>
 4856                       <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
 4857 </xs:documentation>
 4858                     </xs:annotation>
 4859                   </xs:element>
 4860                   <xs:element name="adresatData" minOccurs="0">
 4861                     <xs:annotation>
 4862                       <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 4863 </xs:documentation>
 4864                     </xs:annotation>
 4865                     <xs:complexType>
 4866                       <xs:annotation>
 4867                         <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 4868 </xs:documentation>
 4869                       </xs:annotation>
 4870                       <xs:sequence>
 4871                         <xs:element name="zdravotnickyPracovnik" minOccurs="0">
 4872                           <xs:annotation>
 4873                             <xs:documentation><p>Data zdravotnického pracovníka.</p>
 4874 </xs:documentation>
 4875                           </xs:annotation>
 4876                           <xs:complexType>
 4877                             <xs:annotation>
 4878                               <xs:documentation><p>Data zdravotnického pracovníka.</p>
 4879 </xs:documentation>
 4880                             </xs:annotation>
 4881                             <xs:sequence>
 4882                               <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4883                                 <xs:annotation>
 4884                                   <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 4885 </xs:documentation>
 4886                                 </xs:annotation>
 4887                               </xs:element>
 4888                               <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4889                                 <xs:annotation>
 4890                                   <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 4891 </xs:documentation>
 4892                                 </xs:annotation>
 4893                               </xs:element>
 4894                               <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4895                                 <xs:annotation>
 4896                                   <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 4897 </xs:documentation>
 4898                                 </xs:annotation>
 4899                               </xs:element>
 4900                               <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4901                                 <xs:annotation>
 4902                                   <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 4903 </xs:documentation>
 4904                                 </xs:annotation>
 4905                               </xs:element>
 4906                               <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4907                                 <xs:annotation>
 4908                                   <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 4909 </xs:documentation>
 4910                                 </xs:annotation>
 4911                               </xs:element>
 4912                               <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4913                                 <xs:annotation>
 4914                                   <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 4915 </xs:documentation>
 4916                                 </xs:annotation>
 4917                               </xs:element>
 4918                             </xs:sequence>
 4919                           </xs:complexType>
 4920                         </xs:element>
 4921                         <xs:element name="pacient" minOccurs="0">
 4922                           <xs:annotation>
 4923                             <xs:documentation><p>Data pacienta.</p>
 4924 </xs:documentation>
 4925                           </xs:annotation>
 4926                           <xs:complexType>
 4927                             <xs:annotation>
 4928                               <xs:documentation><p>Data pacienta.</p>
 4929 </xs:documentation>
 4930                             </xs:annotation>
 4931                             <xs:sequence>
 4932                               <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4933                                 <xs:annotation>
 4934                                   <xs:documentation><p>RID dohledané osoby.</p>
 4935 </xs:documentation>
 4936                                 </xs:annotation>
 4937                               </xs:element>
 4938                               <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4939                                 <xs:annotation>
 4940                                   <xs:documentation><p>Jméno dohledané osoby.</p>
 4941 </xs:documentation>
 4942                                 </xs:annotation>
 4943                               </xs:element>
 4944                               <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4945                                 <xs:annotation>
 4946                                   <xs:documentation><p>Příjmení dohledané osoby.</p>
 4947 </xs:documentation>
 4948                                 </xs:annotation>
 4949                               </xs:element>
 4950                               <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 4951                                 <xs:annotation>
 4952                                   <xs:documentation><p>Datum narození dohledané osoby.</p>
 4953 </xs:documentation>
 4954                                 </xs:annotation>
 4955                               </xs:element>
 4956                               <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4957                                 <xs:annotation>
 4958                                   <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 4959 </xs:documentation>
 4960                                 </xs:annotation>
 4961                               </xs:element>
 4962                               <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4963                                 <xs:annotation>
 4964                                   <xs:documentation><p>Adresa dohledané osoby.</p>
 4965 </xs:documentation>
 4966                                 </xs:annotation>
 4967                               </xs:element>
 4968                               <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4969                                 <xs:annotation>
 4970                                   <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 4971 </xs:documentation>
 4972                                 </xs:annotation>
 4973                               </xs:element>
 4974                               <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4975                                 <xs:annotation>
 4976                                   <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 4977 </xs:documentation>
 4978                                 </xs:annotation>
 4979                               </xs:element>
 4980                               <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4981                                 <xs:annotation>
 4982                                   <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 4983 </xs:documentation>
 4984                                 </xs:annotation>
 4985                               </xs:element>
 4986                               <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4987                                 <xs:annotation>
 4988                                   <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 4989 </xs:documentation>
 4990                                 </xs:annotation>
 4991                               </xs:element>
 4992                               <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 4993                                 <xs:annotation>
 4994                                   <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 4995 </xs:documentation>
 4996                                 </xs:annotation>
 4997                               </xs:element>
 4998                               <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 4999                                 <xs:annotation>
 5000                                   <xs:documentation><p>Doklady dohledané osoby.</p>
 5001 </xs:documentation>
 5002                                 </xs:annotation>
 5003                               </xs:element>
 5004                             </xs:sequence>
 5005                           </xs:complexType>
 5006                         </xs:element>
 5007                         <xs:element name="poskytovatel" minOccurs="0">
 5008                           <xs:annotation>
 5009                             <xs:documentation><p>Data poskytovatele.</p>
 5010 </xs:documentation>
 5011                           </xs:annotation>
 5012                           <xs:complexType>
 5013                             <xs:annotation>
 5014                               <xs:documentation><p>Data poskytovatele.</p>
 5015 </xs:documentation>
 5016                             </xs:annotation>
 5017                             <xs:sequence>
 5018                               <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5019                                 <xs:annotation>
 5020                                   <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 5021 </xs:documentation>
 5022                                 </xs:annotation>
 5023                               </xs:element>
 5024                               <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5025                                 <xs:annotation>
 5026                                   <xs:documentation><p>Název dohledaného poskytovatele.</p>
 5027 </xs:documentation>
 5028                                 </xs:annotation>
 5029                               </xs:element>
 5030                               <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5031                                 <xs:annotation>
 5032                                   <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 5033 </xs:documentation>
 5034                                 </xs:annotation>
 5035                               </xs:element>
 5036                               <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5037                                 <xs:annotation>
 5038                                   <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 5039 </xs:documentation>
 5040                                 </xs:annotation>
 5041                               </xs:element>
 5042                             </xs:sequence>
 5043                           </xs:complexType>
 5044                         </xs:element>
 5045                       </xs:sequence>
 5046                     </xs:complexType>
 5047                   </xs:element>
 5048                   <xs:element name="adresatTyp" minOccurs="0">
 5049                     <xs:annotation>
 5050                       <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>
 5051 </xs:documentation>
 5052                     </xs:annotation>
 5053                     <xs:complexType>
 5054                       <xs:annotation>
 5055                         <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>
 5056 </xs:documentation>
 5057                       </xs:annotation>
 5058                       <xs:sequence>
 5059                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5060                           <xs:annotation>
 5061                             <xs:documentation><p>Kód číselníku.</p>
 5062 </xs:documentation>
 5063                           </xs:annotation>
 5064                         </xs:element>
 5065                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5066                           <xs:annotation>
 5067                             <xs:documentation><p>Kód číselníkové položky.</p>
 5068 </xs:documentation>
 5069                           </xs:annotation>
 5070                         </xs:element>
 5071                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5072                           <xs:annotation>
 5073                             <xs:documentation><p>Verze číselníku.</p>
 5074 </xs:documentation>
 5075                           </xs:annotation>
 5076                         </xs:element>
 5077                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5078                           <xs:annotation>
 5079                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5080 </xs:documentation>
 5081                           </xs:annotation>
 5082                         </xs:element>
 5083                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5084                           <xs:annotation>
 5085                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5086 </xs:documentation>
 5087                           </xs:annotation>
 5088                         </xs:element>
 5089                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5090                           <xs:annotation>
 5091                             <xs:documentation><p>Platnost číselníkové položky</p>
 5092 </xs:documentation>
 5093                           </xs:annotation>
 5094                         </xs:element>
 5095                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5096                           <xs:annotation>
 5097                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 5098 </xs:documentation>
 5099                           </xs:annotation>
 5100                         </xs:element>
 5101                       </xs:sequence>
 5102                     </xs:complexType>
 5103                   </xs:element>
 5104                   <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5105                     <xs:annotation>
 5106                       <xs:documentation><p>Status dostupnosti zásilky.</p>
 5107 </xs:documentation>
 5108                     </xs:annotation>
 5109                   </xs:element>
 5110                   <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 5111                     <xs:annotation>
 5112                       <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
 5113 </xs:documentation>
 5114                     </xs:annotation>
 5115                   </xs:element>
 5116                   <xs:element name="udalost" minOccurs="0">
 5117                     <xs:annotation>
 5118                       <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 5119 </xs:documentation>
 5120                     </xs:annotation>
 5121                     <xs:complexType>
 5122                       <xs:annotation>
 5123                         <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 5124 </xs:documentation>
 5125                       </xs:annotation>
 5126                       <xs:sequence>
 5127                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5128                           <xs:annotation>
 5129                             <xs:documentation><p>Kód číselníku.</p>
 5130 </xs:documentation>
 5131                           </xs:annotation>
 5132                         </xs:element>
 5133                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5134                           <xs:annotation>
 5135                             <xs:documentation><p>Kód číselníkové položky.</p>
 5136 </xs:documentation>
 5137                           </xs:annotation>
 5138                         </xs:element>
 5139                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5140                           <xs:annotation>
 5141                             <xs:documentation><p>Verze číselníku.</p>
 5142 </xs:documentation>
 5143                           </xs:annotation>
 5144                         </xs:element>
 5145                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5146                           <xs:annotation>
 5147                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5148 </xs:documentation>
 5149                           </xs:annotation>
 5150                         </xs:element>
 5151                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5152                           <xs:annotation>
 5153                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5154 </xs:documentation>
 5155                           </xs:annotation>
 5156                         </xs:element>
 5157                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5158                           <xs:annotation>
 5159                             <xs:documentation><p>Platnost číselníkové položky</p>
 5160 </xs:documentation>
 5161                           </xs:annotation>
 5162                         </xs:element>
 5163                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5164                           <xs:annotation>
 5165                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 5166 </xs:documentation>
 5167                           </xs:annotation>
 5168                         </xs:element>
 5169                       </xs:sequence>
 5170                     </xs:complexType>
 5171                   </xs:element>
 5172                   <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
 5173                     <xs:annotation>
 5174                       <xs:documentation><p>Dokument zásilky.</p>
 5175 </xs:documentation>
 5176                     </xs:annotation>
 5177                   </xs:element>
 5178                 </xs:sequence>
 5179               </xs:complexType>
 5180             </xs:element>
 5181             <xs:element name="dodatecnyPrijemce" type="https://ezprava.net/mzd/eZadankaMZd:DodatecnyPrijemce" minOccurs="0" maxOccurs="2147483647">
 5182               <xs:annotation>
 5183                 <xs:documentation><p>Seznam dodatečních příjemců žádanky.</p>
 5184 </xs:documentation>
 5185               </xs:annotation>
 5186             </xs:element>
 5187             <xs:element name="metodaData" type="https://ezprava.net/mzd/eZadankaMZd:PolozkaCiselnikuDto" minOccurs="0" maxOccurs="2147483647">
 5188               <xs:annotation>
 5189                 <xs:documentation><p>Metoda konkrétní žádanky. Liší se dle typu žádanky (číselník: referralorder-types). Pro typ &quot;žádanka o vyšetření (K)&quot; (kód: &quot;57133-1&quot;) musí být uvedena položka číselníku: &quot;korder-type-vs&quot;; Pro typ &quot;žádanka o zobrazovací vyšetření (Z)&quot; (kód: &quot;721964003&quot;) musí být uvedena položka číselníku: &quot;cz-modality&quot;; Pro typ &quot;žádanka o fyzioterapii (FT)&quot; (kód: &quot;57154-7&quot;) nemusí být pole vyplněno</p>
 5190 </xs:documentation>
 5191               </xs:annotation>
 5192             </xs:element>
 5193             <xs:element name="obsahujePrilohy" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5194               <xs:annotation>
 5195                 <xs:documentation><p>Příznak, zda žádanka obsahuje přílohy.</p>
 5196 </xs:documentation>
 5197               </xs:annotation>
 5198             </xs:element>
 5199           </xs:sequence>
 5200         </xs:complexType>
 5201       </xs:element>
 5202       <xs:element name="zadankaZ" minOccurs="0">
 5203         <xs:annotation>
 5204           <xs:documentation><p>Data Z žádanky.</p>
 5205 </xs:documentation>
 5206         </xs:annotation>
 5207         <xs:complexType>
 5208           <xs:annotation>
 5209             <xs:documentation><p>Data Z žádanky.</p>
 5210 </xs:documentation>
 5211           </xs:annotation>
 5212           <xs:sequence>
 5213             <xs:element name="autorId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5214               <xs:annotation>
 5215                 <xs:documentation><p>Id autora.</p>
 5216 </xs:documentation>
 5217               </xs:annotation>
 5218             </xs:element>
 5219             <xs:element name="zadatelId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5220               <xs:annotation>
 5221                 <xs:documentation><p>Id žadatele.</p>
 5222 </xs:documentation>
 5223               </xs:annotation>
 5224             </xs:element>
 5225             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5226               <xs:annotation>
 5227                 <xs:documentation><p>Pacient.</p>
 5228 </xs:documentation>
 5229               </xs:annotation>
 5230             </xs:element>
 5231             <xs:element name="adresatId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5232               <xs:annotation>
 5233                 <xs:documentation><p>Id adresáta.</p>
 5234 </xs:documentation>
 5235               </xs:annotation>
 5236             </xs:element>
 5237             <xs:element name="dodatecnyPrijemce" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 5238               <xs:annotation>
 5239                 <xs:documentation><p>Dodatečný příjemce.</p>
 5240 </xs:documentation>
 5241               </xs:annotation>
 5242             </xs:element>
 5243             <xs:element name="typZadanky" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5244               <xs:annotation>
 5245                 <xs:documentation><p>Typ žádanky.</p>
 5246 </xs:documentation>
 5247               </xs:annotation>
 5248             </xs:element>
 5249             <xs:element name="uhrada" minOccurs="0">
 5250               <xs:annotation>
 5251                 <xs:documentation><p>Úhrada.</p>
 5252 </xs:documentation>
 5253               </xs:annotation>
 5254               <xs:complexType>
 5255                 <xs:annotation>
 5256                   <xs:documentation><p>Úhrada.</p>
 5257 </xs:documentation>
 5258                 </xs:annotation>
 5259                 <xs:sequence>
 5260                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5261                     <xs:annotation>
 5262                       <xs:documentation><p>Gets or sets the coding.</p>
 5263 </xs:documentation>
 5264                     </xs:annotation>
 5265                   </xs:element>
 5266                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5267                     <xs:annotation>
 5268                       <xs:documentation><p>Gets or sets the text.</p>
 5269 </xs:documentation>
 5270                     </xs:annotation>
 5271                   </xs:element>
 5272                 </xs:sequence>
 5273               </xs:complexType>
 5274             </xs:element>
 5275             <xs:element name="icp" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5276               <xs:annotation>
 5277                 <xs:documentation><p>ICP.</p>
 5278 </xs:documentation>
 5279               </xs:annotation>
 5280             </xs:element>
 5281             <xs:element name="pojistovnaKod" minOccurs="0">
 5282               <xs:annotation>
 5283                 <xs:documentation><p>Kód pojišťovny.</p>
 5284 </xs:documentation>
 5285               </xs:annotation>
 5286               <xs:complexType>
 5287                 <xs:annotation>
 5288                   <xs:documentation><p>Kód pojišťovny.</p>
 5289 </xs:documentation>
 5290                 </xs:annotation>
 5291                 <xs:sequence>
 5292                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5293                     <xs:annotation>
 5294                       <xs:documentation><p>Gets or sets the coding.</p>
 5295 </xs:documentation>
 5296                     </xs:annotation>
 5297                   </xs:element>
 5298                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5299                     <xs:annotation>
 5300                       <xs:documentation><p>Gets or sets the text.</p>
 5301 </xs:documentation>
 5302                     </xs:annotation>
 5303                   </xs:element>
 5304                 </xs:sequence>
 5305               </xs:complexType>
 5306             </xs:element>
 5307             <xs:element name="kodNahrady" minOccurs="0">
 5308               <xs:annotation>
 5309                 <xs:documentation><p>Kód náhrady.</p>
 5310 </xs:documentation>
 5311               </xs:annotation>
 5312               <xs:complexType>
 5313                 <xs:annotation>
 5314                   <xs:documentation><p>Kód náhrady.</p>
 5315 </xs:documentation>
 5316                 </xs:annotation>
 5317                 <xs:sequence>
 5318                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5319                     <xs:annotation>
 5320                       <xs:documentation><p>Kód číselníku.</p>
 5321 </xs:documentation>
 5322                     </xs:annotation>
 5323                   </xs:element>
 5324                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5325                     <xs:annotation>
 5326                       <xs:documentation><p>Kód číselníkové položky.</p>
 5327 </xs:documentation>
 5328                     </xs:annotation>
 5329                   </xs:element>
 5330                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5331                     <xs:annotation>
 5332                       <xs:documentation><p>Verze číselníku.</p>
 5333 </xs:documentation>
 5334                     </xs:annotation>
 5335                   </xs:element>
 5336                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5337                     <xs:annotation>
 5338                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5339 </xs:documentation>
 5340                     </xs:annotation>
 5341                   </xs:element>
 5342                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5343                     <xs:annotation>
 5344                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5345 </xs:documentation>
 5346                     </xs:annotation>
 5347                   </xs:element>
 5348                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5349                     <xs:annotation>
 5350                       <xs:documentation><p>Platnost číselníkové položky</p>
 5351 </xs:documentation>
 5352                     </xs:annotation>
 5353                   </xs:element>
 5354                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5355                     <xs:annotation>
 5356                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 5357 </xs:documentation>
 5358                     </xs:annotation>
 5359                   </xs:element>
 5360                 </xs:sequence>
 5361               </xs:complexType>
 5362             </xs:element>
 5363             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:Priloha" minOccurs="0" maxOccurs="2147483647">
 5364               <xs:annotation>
 5365                 <xs:documentation><p>Přílohy.</p>
 5366 </xs:documentation>
 5367               </xs:annotation>
 5368             </xs:element>
 5369             <xs:element name="biometrickeUdaje" minOccurs="0">
 5370               <xs:annotation>
 5371                 <xs:documentation><p>Biometrické údaje.</p>
 5372 </xs:documentation>
 5373               </xs:annotation>
 5374               <xs:complexType>
 5375                 <xs:annotation>
 5376                   <xs:documentation><p>Biometrické údaje.</p>
 5377 </xs:documentation>
 5378                 </xs:annotation>
 5379                 <xs:sequence>
 5380                   <xs:element name="vyska" minOccurs="0">
 5381                     <xs:annotation>
 5382                       <xs:documentation><p>Výška osoby.</p>
 5383 </xs:documentation>
 5384                     </xs:annotation>
 5385                     <xs:complexType>
 5386                       <xs:annotation>
 5387                         <xs:documentation><p>Výška osoby.</p>
 5388 </xs:documentation>
 5389                       </xs:annotation>
 5390                       <xs:sequence>
 5391                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5392                           <xs:annotation>
 5393                             <xs:documentation><p>Kód pro výšku.</p>
 5394 </xs:documentation>
 5395                           </xs:annotation>
 5396                         </xs:element>
 5397                         <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 5398                           <xs:annotation>
 5399                             <xs:documentation><p>Hodnota výšky.</p>
 5400 </xs:documentation>
 5401                           </xs:annotation>
 5402                         </xs:element>
 5403                         <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 5404                           <xs:annotation>
 5405                             <xs:documentation><p>Datum měření výšky.</p>
 5406 </xs:documentation>
 5407                           </xs:annotation>
 5408                         </xs:element>
 5409                       </xs:sequence>
 5410                     </xs:complexType>
 5411                   </xs:element>
 5412                   <xs:element name="vaha" minOccurs="0">
 5413                     <xs:annotation>
 5414                       <xs:documentation><p>Váha osoby.</p>
 5415 </xs:documentation>
 5416                     </xs:annotation>
 5417                     <xs:complexType>
 5418                       <xs:annotation>
 5419                         <xs:documentation><p>Váha osoby.</p>
 5420 </xs:documentation>
 5421                       </xs:annotation>
 5422                       <xs:sequence>
 5423                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5424                           <xs:annotation>
 5425                             <xs:documentation><p>Kód pro váhu.</p>
 5426 </xs:documentation>
 5427                           </xs:annotation>
 5428                         </xs:element>
 5429                         <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 5430                           <xs:annotation>
 5431                             <xs:documentation><p>Hodnota váhy.</p>
 5432 </xs:documentation>
 5433                           </xs:annotation>
 5434                         </xs:element>
 5435                         <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 5436                           <xs:annotation>
 5437                             <xs:documentation><p>Datum měření váhy.</p>
 5438 </xs:documentation>
 5439                           </xs:annotation>
 5440                         </xs:element>
 5441                       </xs:sequence>
 5442                     </xs:complexType>
 5443                   </xs:element>
 5444                 </xs:sequence>
 5445               </xs:complexType>
 5446             </xs:element>
 5447             <xs:element name="informaceOObjednavce" minOccurs="0">
 5448               <xs:annotation>
 5449                 <xs:documentation><p>Informace o objednávce.</p>
 5450 </xs:documentation>
 5451               </xs:annotation>
 5452               <xs:complexType>
 5453                 <xs:annotation>
 5454                   <xs:documentation><p>Informace o objednávce.</p>
 5455 </xs:documentation>
 5456                 </xs:annotation>
 5457                 <xs:sequence>
 5458                   <xs:element name="detailyObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DetailyObjednavky" minOccurs="0" maxOccurs="2147483647">
 5459                     <xs:annotation>
 5460                       <xs:documentation><p>Gets or sets the detaily objednavky.</p>
 5461 </xs:documentation>
 5462                     </xs:annotation>
 5463                   </xs:element>
 5464                   <xs:element name="duvodObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DuvodObjednavky" minOccurs="0" />
 5465                 </xs:sequence>
 5466               </xs:complexType>
 5467             </xs:element>
 5468             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:PozadovaneVysetreniZDto" minOccurs="0" maxOccurs="2147483647">
 5469               <xs:annotation>
 5470                 <xs:documentation><p>Požadovaná vyšetření.</p>
 5471 </xs:documentation>
 5472               </xs:annotation>
 5473             </xs:element>
 5474             <xs:element name="urgentniInformace" minOccurs="0">
 5475               <xs:annotation>
 5476                 <xs:documentation><p>Urgentní informace.</p>
 5477 </xs:documentation>
 5478               </xs:annotation>
 5479               <xs:complexType>
 5480                 <xs:annotation>
 5481                   <xs:documentation><p>Urgentní informace.</p>
 5482 </xs:documentation>
 5483                 </xs:annotation>
 5484                 <xs:sequence>
 5485                   <xs:element name="alergieIntolerance" type="https://ezprava.net/mzd/eZadankaMZd:AlergieIntolerance" minOccurs="0" maxOccurs="2147483647">
 5486                     <xs:annotation>
 5487                       <xs:documentation><p>Gets or sets the alergie intolerance.</p>
 5488 </xs:documentation>
 5489                     </xs:annotation>
 5490                   </xs:element>
 5491                   <xs:element name="varovani" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 5492                     <xs:annotation>
 5493                       <xs:documentation><p>Gets or sets the varovani.</p>
 5494 </xs:documentation>
 5495                     </xs:annotation>
 5496                   </xs:element>
 5497                 </xs:sequence>
 5498               </xs:complexType>
 5499             </xs:element>
 5500             <xs:element name="kontraindikace" minOccurs="0">
 5501               <xs:annotation>
 5502                 <xs:documentation><p>Kontraindikace.</p>
 5503 </xs:documentation>
 5504               </xs:annotation>
 5505               <xs:complexType>
 5506                 <xs:annotation>
 5507                   <xs:documentation><p>Kontraindikace.</p>
 5508 </xs:documentation>
 5509                 </xs:annotation>
 5510                 <xs:sequence>
 5511                   <xs:element name="medikace" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 5512                     <xs:annotation>
 5513                       <xs:documentation><p>Seznam medikací.</p>
 5514 </xs:documentation>
 5515                     </xs:annotation>
 5516                   </xs:element>
 5517                 </xs:sequence>
 5518               </xs:complexType>
 5519             </xs:element>
 5520             <xs:element name="dalsiRelevantniUdaje" minOccurs="0">
 5521               <xs:annotation>
 5522                 <xs:documentation><p>Další relevantí údaje.</p>
 5523 </xs:documentation>
 5524               </xs:annotation>
 5525               <xs:complexType>
 5526                 <xs:annotation>
 5527                   <xs:documentation><p>Další relevantí údaje.</p>
 5528 </xs:documentation>
 5529                 </xs:annotation>
 5530                 <xs:sequence>
 5531                   <xs:element name="kod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" />
 5532                 </xs:sequence>
 5533               </xs:complexType>
 5534             </xs:element>
 5535             <xs:element name="implantat" type="https://ezprava.net/mzd/eZadankaMZd:ImplantatModel" minOccurs="0" maxOccurs="2147483647">
 5536               <xs:annotation>
 5537                 <xs:documentation><p>Implantát.</p>
 5538 </xs:documentation>
 5539               </xs:annotation>
 5540             </xs:element>
 5541             <xs:element name="omezeniMobility" minOccurs="0">
 5542               <xs:annotation>
 5543                 <xs:documentation><p>Omezení mobility.</p>
 5544 </xs:documentation>
 5545               </xs:annotation>
 5546               <xs:complexType>
 5547                 <xs:annotation>
 5548                   <xs:documentation><p>Omezení mobility.</p>
 5549 </xs:documentation>
 5550                 </xs:annotation>
 5551                 <xs:sequence>
 5552                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5553                     <xs:annotation>
 5554                       <xs:documentation><p>Gets or sets the coding.</p>
 5555 </xs:documentation>
 5556                     </xs:annotation>
 5557                   </xs:element>
 5558                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5559                     <xs:annotation>
 5560                       <xs:documentation><p>Gets or sets the text.</p>
 5561 </xs:documentation>
 5562                     </xs:annotation>
 5563                   </xs:element>
 5564                 </xs:sequence>
 5565               </xs:complexType>
 5566             </xs:element>
 5567           </xs:sequence>
 5568         </xs:complexType>
 5569       </xs:element>
 5570       <xs:element name="zadankaFt" minOccurs="0">
 5571         <xs:annotation>
 5572           <xs:documentation><p>Data Ft žádanky.</p>
 5573 </xs:documentation>
 5574         </xs:annotation>
 5575         <xs:complexType>
 5576           <xs:annotation>
 5577             <xs:documentation><p>Data Ft žádanky.</p>
 5578 </xs:documentation>
 5579           </xs:annotation>
 5580           <xs:sequence>
 5581             <xs:element name="autorId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5582               <xs:annotation>
 5583                 <xs:documentation><p>Id autora.</p>
 5584 </xs:documentation>
 5585               </xs:annotation>
 5586             </xs:element>
 5587             <xs:element name="zadatelId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5588               <xs:annotation>
 5589                 <xs:documentation><p>Id žadatele.</p>
 5590 </xs:documentation>
 5591               </xs:annotation>
 5592             </xs:element>
 5593             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5594               <xs:annotation>
 5595                 <xs:documentation><p>Pacient.</p>
 5596 </xs:documentation>
 5597               </xs:annotation>
 5598             </xs:element>
 5599             <xs:element name="adresatId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5600               <xs:annotation>
 5601                 <xs:documentation><p>Id adresáta.</p>
 5602 </xs:documentation>
 5603               </xs:annotation>
 5604             </xs:element>
 5605             <xs:element name="dodatecnyPrijemce" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 5606               <xs:annotation>
 5607                 <xs:documentation><p>Dodatečný příjemce.</p>
 5608 </xs:documentation>
 5609               </xs:annotation>
 5610             </xs:element>
 5611             <xs:element name="typZadanky" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5612               <xs:annotation>
 5613                 <xs:documentation><p>Typ žádanky.</p>
 5614 </xs:documentation>
 5615               </xs:annotation>
 5616             </xs:element>
 5617             <xs:element name="uhrada" minOccurs="0">
 5618               <xs:annotation>
 5619                 <xs:documentation><p>Úhrada.</p>
 5620 </xs:documentation>
 5621               </xs:annotation>
 5622               <xs:complexType>
 5623                 <xs:annotation>
 5624                   <xs:documentation><p>Úhrada.</p>
 5625 </xs:documentation>
 5626                 </xs:annotation>
 5627                 <xs:sequence>
 5628                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5629                     <xs:annotation>
 5630                       <xs:documentation><p>Gets or sets the coding.</p>
 5631 </xs:documentation>
 5632                     </xs:annotation>
 5633                   </xs:element>
 5634                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5635                     <xs:annotation>
 5636                       <xs:documentation><p>Gets or sets the text.</p>
 5637 </xs:documentation>
 5638                     </xs:annotation>
 5639                   </xs:element>
 5640                 </xs:sequence>
 5641               </xs:complexType>
 5642             </xs:element>
 5643             <xs:element name="icp" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5644               <xs:annotation>
 5645                 <xs:documentation><p>ICP.</p>
 5646 </xs:documentation>
 5647               </xs:annotation>
 5648             </xs:element>
 5649             <xs:element name="pojistovnaKod" minOccurs="0">
 5650               <xs:annotation>
 5651                 <xs:documentation><p>Kód pojišťovny.</p>
 5652 </xs:documentation>
 5653               </xs:annotation>
 5654               <xs:complexType>
 5655                 <xs:annotation>
 5656                   <xs:documentation><p>Kód pojišťovny.</p>
 5657 </xs:documentation>
 5658                 </xs:annotation>
 5659                 <xs:sequence>
 5660                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5661                     <xs:annotation>
 5662                       <xs:documentation><p>Gets or sets the coding.</p>
 5663 </xs:documentation>
 5664                     </xs:annotation>
 5665                   </xs:element>
 5666                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5667                     <xs:annotation>
 5668                       <xs:documentation><p>Gets or sets the text.</p>
 5669 </xs:documentation>
 5670                     </xs:annotation>
 5671                   </xs:element>
 5672                 </xs:sequence>
 5673               </xs:complexType>
 5674             </xs:element>
 5675             <xs:element name="kodNahrady" minOccurs="0">
 5676               <xs:annotation>
 5677                 <xs:documentation><p>Kód náhrady.</p>
 5678 </xs:documentation>
 5679               </xs:annotation>
 5680               <xs:complexType>
 5681                 <xs:annotation>
 5682                   <xs:documentation><p>Kód náhrady.</p>
 5683 </xs:documentation>
 5684                 </xs:annotation>
 5685                 <xs:sequence>
 5686                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5687                     <xs:annotation>
 5688                       <xs:documentation><p>Kód číselníku.</p>
 5689 </xs:documentation>
 5690                     </xs:annotation>
 5691                   </xs:element>
 5692                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5693                     <xs:annotation>
 5694                       <xs:documentation><p>Kód číselníkové položky.</p>
 5695 </xs:documentation>
 5696                     </xs:annotation>
 5697                   </xs:element>
 5698                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5699                     <xs:annotation>
 5700                       <xs:documentation><p>Verze číselníku.</p>
 5701 </xs:documentation>
 5702                     </xs:annotation>
 5703                   </xs:element>
 5704                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5705                     <xs:annotation>
 5706                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5707 </xs:documentation>
 5708                     </xs:annotation>
 5709                   </xs:element>
 5710                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5711                     <xs:annotation>
 5712                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5713 </xs:documentation>
 5714                     </xs:annotation>
 5715                   </xs:element>
 5716                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5717                     <xs:annotation>
 5718                       <xs:documentation><p>Platnost číselníkové položky</p>
 5719 </xs:documentation>
 5720                     </xs:annotation>
 5721                   </xs:element>
 5722                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5723                     <xs:annotation>
 5724                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 5725 </xs:documentation>
 5726                     </xs:annotation>
 5727                   </xs:element>
 5728                 </xs:sequence>
 5729               </xs:complexType>
 5730             </xs:element>
 5731             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:Priloha" minOccurs="0" maxOccurs="2147483647">
 5732               <xs:annotation>
 5733                 <xs:documentation><p>Přílohy.</p>
 5734 </xs:documentation>
 5735               </xs:annotation>
 5736             </xs:element>
 5737             <xs:element name="stavPacienta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5738               <xs:annotation>
 5739                 <xs:documentation><p>Stav pacienta.</p>
 5740 </xs:documentation>
 5741               </xs:annotation>
 5742             </xs:element>
 5743             <xs:element name="cil" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5744               <xs:annotation>
 5745                 <xs:documentation><p>Cíl.</p>
 5746 </xs:documentation>
 5747               </xs:annotation>
 5748             </xs:element>
 5749             <xs:element name="datumPlanovaneKontroly" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 5750               <xs:annotation>
 5751                 <xs:documentation><p>Datum plánované kontroly.</p>
 5752 </xs:documentation>
 5753               </xs:annotation>
 5754             </xs:element>
 5755             <xs:element name="castTela" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 5756               <xs:annotation>
 5757                 <xs:documentation><p>Část těla.</p>
 5758 </xs:documentation>
 5759               </xs:annotation>
 5760             </xs:element>
 5761             <xs:element name="adresa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5762               <xs:annotation>
 5763                 <xs:documentation><p>Adresa.</p>
 5764 </xs:documentation>
 5765               </xs:annotation>
 5766             </xs:element>
 5767             <xs:element name="duvodZadanky" minOccurs="0">
 5768               <xs:annotation>
 5769                 <xs:documentation><p>Důvod žádanky.</p>
 5770 </xs:documentation>
 5771               </xs:annotation>
 5772               <xs:complexType>
 5773                 <xs:annotation>
 5774                   <xs:documentation><p>Důvod žádanky.</p>
 5775 </xs:documentation>
 5776                 </xs:annotation>
 5777                 <xs:sequence>
 5778                   <xs:element name="hlavniDiagnoza" minOccurs="0">
 5779                     <xs:annotation>
 5780                       <xs:documentation><p>Hlavní diagnoza.</p>
 5781 </xs:documentation>
 5782                     </xs:annotation>
 5783                     <xs:complexType>
 5784                       <xs:annotation>
 5785                         <xs:documentation><p>Hlavní diagnoza.</p>
 5786 </xs:documentation>
 5787                       </xs:annotation>
 5788                       <xs:sequence>
 5789                         <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5790                           <xs:annotation>
 5791                             <xs:documentation><p>Gets or sets the coding.</p>
 5792 </xs:documentation>
 5793                           </xs:annotation>
 5794                         </xs:element>
 5795                         <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5796                           <xs:annotation>
 5797                             <xs:documentation><p>Gets or sets the text.</p>
 5798 </xs:documentation>
 5799                           </xs:annotation>
 5800                         </xs:element>
 5801                       </xs:sequence>
 5802                     </xs:complexType>
 5803                   </xs:element>
 5804                   <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 5805                     <xs:annotation>
 5806                       <xs:documentation><p>Vedlejší diagnoza.</p>
 5807 </xs:documentation>
 5808                     </xs:annotation>
 5809                   </xs:element>
 5810                   <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 5811                     <xs:annotation>
 5812                       <xs:documentation><p>Důvod.</p>
 5813 </xs:documentation>
 5814                     </xs:annotation>
 5815                   </xs:element>
 5816                 </xs:sequence>
 5817               </xs:complexType>
 5818             </xs:element>
 5819             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:VykonFtDto" minOccurs="0" maxOccurs="2147483647">
 5820               <xs:annotation>
 5821                 <xs:documentation><p>Požadovaná vyšetření.</p>
 5822 </xs:documentation>
 5823               </xs:annotation>
 5824             </xs:element>
 5825             <xs:element name="druhPece" minOccurs="0">
 5826               <xs:annotation>
 5827                 <xs:documentation><p>Druh péče.</p>
 5828 </xs:documentation>
 5829               </xs:annotation>
 5830               <xs:complexType>
 5831                 <xs:annotation>
 5832                   <xs:documentation><p>Druh péče.</p>
 5833 </xs:documentation>
 5834                 </xs:annotation>
 5835                 <xs:sequence>
 5836                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5837                     <xs:annotation>
 5838                       <xs:documentation><p>Kód číselníku.</p>
 5839 </xs:documentation>
 5840                     </xs:annotation>
 5841                   </xs:element>
 5842                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5843                     <xs:annotation>
 5844                       <xs:documentation><p>Kód číselníkové položky.</p>
 5845 </xs:documentation>
 5846                     </xs:annotation>
 5847                   </xs:element>
 5848                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5849                     <xs:annotation>
 5850                       <xs:documentation><p>Verze číselníku.</p>
 5851 </xs:documentation>
 5852                     </xs:annotation>
 5853                   </xs:element>
 5854                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5855                     <xs:annotation>
 5856                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5857 </xs:documentation>
 5858                     </xs:annotation>
 5859                   </xs:element>
 5860                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5861                     <xs:annotation>
 5862                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 5863 </xs:documentation>
 5864                     </xs:annotation>
 5865                   </xs:element>
 5866                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5867                     <xs:annotation>
 5868                       <xs:documentation><p>Platnost číselníkové položky</p>
 5869 </xs:documentation>
 5870                     </xs:annotation>
 5871                   </xs:element>
 5872                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5873                     <xs:annotation>
 5874                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 5875 </xs:documentation>
 5876                     </xs:annotation>
 5877                   </xs:element>
 5878                 </xs:sequence>
 5879               </xs:complexType>
 5880             </xs:element>
 5881             <xs:element name="doplnujiciInformace" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5882               <xs:annotation>
 5883                 <xs:documentation><p>Doplňující informace.</p>
 5884 </xs:documentation>
 5885               </xs:annotation>
 5886             </xs:element>
 5887             <xs:element name="vylouceniUpravyIndikace" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 5888               <xs:annotation>
 5889                 <xs:documentation><p>Příznak, zda žádající lékař vylučuje úpravu indikace.</p>
 5890 </xs:documentation>
 5891               </xs:annotation>
 5892             </xs:element>
 5893           </xs:sequence>
 5894         </xs:complexType>
 5895       </xs:element>
 5896       <xs:element name="zadankaK" minOccurs="0">
 5897         <xs:annotation>
 5898           <xs:documentation><p>Data K žádanky.</p>
 5899 </xs:documentation>
 5900         </xs:annotation>
 5901         <xs:complexType>
 5902           <xs:annotation>
 5903             <xs:documentation><p>Data K žádanky.</p>
 5904 </xs:documentation>
 5905           </xs:annotation>
 5906           <xs:sequence>
 5907             <xs:element name="autorId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5908               <xs:annotation>
 5909                 <xs:documentation><p>Id autora.</p>
 5910 </xs:documentation>
 5911               </xs:annotation>
 5912             </xs:element>
 5913             <xs:element name="zadatelId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5914               <xs:annotation>
 5915                 <xs:documentation><p>Id žadatele.</p>
 5916 </xs:documentation>
 5917               </xs:annotation>
 5918             </xs:element>
 5919             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5920               <xs:annotation>
 5921                 <xs:documentation><p>Pacient.</p>
 5922 </xs:documentation>
 5923               </xs:annotation>
 5924             </xs:element>
 5925             <xs:element name="adresatId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5926               <xs:annotation>
 5927                 <xs:documentation><p>Id adresáta.</p>
 5928 </xs:documentation>
 5929               </xs:annotation>
 5930             </xs:element>
 5931             <xs:element name="dodatecnyPrijemce" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 5932               <xs:annotation>
 5933                 <xs:documentation><p>Dodatečný příjemce.</p>
 5934 </xs:documentation>
 5935               </xs:annotation>
 5936             </xs:element>
 5937             <xs:element name="typZadanky" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5938               <xs:annotation>
 5939                 <xs:documentation><p>Typ žádanky.</p>
 5940 </xs:documentation>
 5941               </xs:annotation>
 5942             </xs:element>
 5943             <xs:element name="uhrada" minOccurs="0">
 5944               <xs:annotation>
 5945                 <xs:documentation><p>Úhrada.</p>
 5946 </xs:documentation>
 5947               </xs:annotation>
 5948               <xs:complexType>
 5949                 <xs:annotation>
 5950                   <xs:documentation><p>Úhrada.</p>
 5951 </xs:documentation>
 5952                 </xs:annotation>
 5953                 <xs:sequence>
 5954                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5955                     <xs:annotation>
 5956                       <xs:documentation><p>Gets or sets the coding.</p>
 5957 </xs:documentation>
 5958                     </xs:annotation>
 5959                   </xs:element>
 5960                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5961                     <xs:annotation>
 5962                       <xs:documentation><p>Gets or sets the text.</p>
 5963 </xs:documentation>
 5964                     </xs:annotation>
 5965                   </xs:element>
 5966                 </xs:sequence>
 5967               </xs:complexType>
 5968             </xs:element>
 5969             <xs:element name="icp" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5970               <xs:annotation>
 5971                 <xs:documentation><p>ICP.</p>
 5972 </xs:documentation>
 5973               </xs:annotation>
 5974             </xs:element>
 5975             <xs:element name="pojistovnaKod" minOccurs="0">
 5976               <xs:annotation>
 5977                 <xs:documentation><p>Kód pojišťovny.</p>
 5978 </xs:documentation>
 5979               </xs:annotation>
 5980               <xs:complexType>
 5981                 <xs:annotation>
 5982                   <xs:documentation><p>Kód pojišťovny.</p>
 5983 </xs:documentation>
 5984                 </xs:annotation>
 5985                 <xs:sequence>
 5986                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 5987                     <xs:annotation>
 5988                       <xs:documentation><p>Gets or sets the coding.</p>
 5989 </xs:documentation>
 5990                     </xs:annotation>
 5991                   </xs:element>
 5992                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 5993                     <xs:annotation>
 5994                       <xs:documentation><p>Gets or sets the text.</p>
 5995 </xs:documentation>
 5996                     </xs:annotation>
 5997                   </xs:element>
 5998                 </xs:sequence>
 5999               </xs:complexType>
 6000             </xs:element>
 6001             <xs:element name="kodNahrady" minOccurs="0">
 6002               <xs:annotation>
 6003                 <xs:documentation><p>Kód náhrady.</p>
 6004 </xs:documentation>
 6005               </xs:annotation>
 6006               <xs:complexType>
 6007                 <xs:annotation>
 6008                   <xs:documentation><p>Kód náhrady.</p>
 6009 </xs:documentation>
 6010                 </xs:annotation>
 6011                 <xs:sequence>
 6012                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6013                     <xs:annotation>
 6014                       <xs:documentation><p>Kód číselníku.</p>
 6015 </xs:documentation>
 6016                     </xs:annotation>
 6017                   </xs:element>
 6018                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6019                     <xs:annotation>
 6020                       <xs:documentation><p>Kód číselníkové položky.</p>
 6021 </xs:documentation>
 6022                     </xs:annotation>
 6023                   </xs:element>
 6024                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6025                     <xs:annotation>
 6026                       <xs:documentation><p>Verze číselníku.</p>
 6027 </xs:documentation>
 6028                     </xs:annotation>
 6029                   </xs:element>
 6030                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6031                     <xs:annotation>
 6032                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6033 </xs:documentation>
 6034                     </xs:annotation>
 6035                   </xs:element>
 6036                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6037                     <xs:annotation>
 6038                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6039 </xs:documentation>
 6040                     </xs:annotation>
 6041                   </xs:element>
 6042                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6043                     <xs:annotation>
 6044                       <xs:documentation><p>Platnost číselníkové položky</p>
 6045 </xs:documentation>
 6046                     </xs:annotation>
 6047                   </xs:element>
 6048                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6049                     <xs:annotation>
 6050                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6051 </xs:documentation>
 6052                     </xs:annotation>
 6053                   </xs:element>
 6054                 </xs:sequence>
 6055               </xs:complexType>
 6056             </xs:element>
 6057             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:Priloha" minOccurs="0" maxOccurs="2147483647">
 6058               <xs:annotation>
 6059                 <xs:documentation><p>Přílohy.</p>
 6060 </xs:documentation>
 6061               </xs:annotation>
 6062             </xs:element>
 6063             <xs:element name="typVysetreni" minOccurs="0">
 6064               <xs:annotation>
 6065                 <xs:documentation><p>Typ vyšetření.</p>
 6066 </xs:documentation>
 6067               </xs:annotation>
 6068               <xs:complexType>
 6069                 <xs:annotation>
 6070                   <xs:documentation><p>Typ vyšetření.</p>
 6071 </xs:documentation>
 6072                 </xs:annotation>
 6073                 <xs:sequence>
 6074                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6075                     <xs:annotation>
 6076                       <xs:documentation><p>Kód číselníku.</p>
 6077 </xs:documentation>
 6078                     </xs:annotation>
 6079                   </xs:element>
 6080                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6081                     <xs:annotation>
 6082                       <xs:documentation><p>Kód číselníkové položky.</p>
 6083 </xs:documentation>
 6084                     </xs:annotation>
 6085                   </xs:element>
 6086                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6087                     <xs:annotation>
 6088                       <xs:documentation><p>Verze číselníku.</p>
 6089 </xs:documentation>
 6090                     </xs:annotation>
 6091                   </xs:element>
 6092                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6093                     <xs:annotation>
 6094                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6095 </xs:documentation>
 6096                     </xs:annotation>
 6097                   </xs:element>
 6098                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6099                     <xs:annotation>
 6100                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6101 </xs:documentation>
 6102                     </xs:annotation>
 6103                   </xs:element>
 6104                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6105                     <xs:annotation>
 6106                       <xs:documentation><p>Platnost číselníkové položky</p>
 6107 </xs:documentation>
 6108                     </xs:annotation>
 6109                   </xs:element>
 6110                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6111                     <xs:annotation>
 6112                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6113 </xs:documentation>
 6114                     </xs:annotation>
 6115                   </xs:element>
 6116                 </xs:sequence>
 6117               </xs:complexType>
 6118             </xs:element>
 6119             <xs:element name="doporuceni" minOccurs="0">
 6120               <xs:annotation>
 6121                 <xs:documentation><p>Doporučení.</p>
 6122 </xs:documentation>
 6123               </xs:annotation>
 6124               <xs:complexType>
 6125                 <xs:annotation>
 6126                   <xs:documentation><p>Doporučení.</p>
 6127 </xs:documentation>
 6128                 </xs:annotation>
 6129                 <xs:sequence>
 6130                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6131                     <xs:annotation>
 6132                       <xs:documentation><p>Kód číselníku.</p>
 6133 </xs:documentation>
 6134                     </xs:annotation>
 6135                   </xs:element>
 6136                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6137                     <xs:annotation>
 6138                       <xs:documentation><p>Kód číselníkové položky.</p>
 6139 </xs:documentation>
 6140                     </xs:annotation>
 6141                   </xs:element>
 6142                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6143                     <xs:annotation>
 6144                       <xs:documentation><p>Verze číselníku.</p>
 6145 </xs:documentation>
 6146                     </xs:annotation>
 6147                   </xs:element>
 6148                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6149                     <xs:annotation>
 6150                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6151 </xs:documentation>
 6152                     </xs:annotation>
 6153                   </xs:element>
 6154                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6155                     <xs:annotation>
 6156                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6157 </xs:documentation>
 6158                     </xs:annotation>
 6159                   </xs:element>
 6160                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6161                     <xs:annotation>
 6162                       <xs:documentation><p>Platnost číselníkové položky</p>
 6163 </xs:documentation>
 6164                     </xs:annotation>
 6165                   </xs:element>
 6166                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6167                     <xs:annotation>
 6168                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6169 </xs:documentation>
 6170                     </xs:annotation>
 6171                   </xs:element>
 6172                 </xs:sequence>
 6173               </xs:complexType>
 6174             </xs:element>
 6175             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 6176               <xs:annotation>
 6177                 <xs:documentation><p>Požadovaná vyšetření.</p>
 6178 </xs:documentation>
 6179               </xs:annotation>
 6180             </xs:element>
 6181             <xs:element name="doporuceniDetail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6182               <xs:annotation>
 6183                 <xs:documentation><p>Detail doporučení.</p>
 6184 </xs:documentation>
 6185               </xs:annotation>
 6186             </xs:element>
 6187             <xs:element name="duvodZadanky" minOccurs="0">
 6188               <xs:annotation>
 6189                 <xs:documentation><p>Důvod žádanky.</p>
 6190 </xs:documentation>
 6191               </xs:annotation>
 6192               <xs:complexType>
 6193                 <xs:annotation>
 6194                   <xs:documentation><p>Důvod žádanky.</p>
 6195 </xs:documentation>
 6196                 </xs:annotation>
 6197                 <xs:sequence>
 6198                   <xs:element name="hlavniDiagnoza" minOccurs="0">
 6199                     <xs:annotation>
 6200                       <xs:documentation><p>Hlavní diagnoza.</p>
 6201 </xs:documentation>
 6202                     </xs:annotation>
 6203                     <xs:complexType>
 6204                       <xs:annotation>
 6205                         <xs:documentation><p>Hlavní diagnoza.</p>
 6206 </xs:documentation>
 6207                       </xs:annotation>
 6208                       <xs:sequence>
 6209                         <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 6210                           <xs:annotation>
 6211                             <xs:documentation><p>Gets or sets the coding.</p>
 6212 </xs:documentation>
 6213                           </xs:annotation>
 6214                         </xs:element>
 6215                         <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6216                           <xs:annotation>
 6217                             <xs:documentation><p>Gets or sets the text.</p>
 6218 </xs:documentation>
 6219                           </xs:annotation>
 6220                         </xs:element>
 6221                       </xs:sequence>
 6222                     </xs:complexType>
 6223                   </xs:element>
 6224                   <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 6225                     <xs:annotation>
 6226                       <xs:documentation><p>Vedlejší diagnoza.</p>
 6227 </xs:documentation>
 6228                     </xs:annotation>
 6229                   </xs:element>
 6230                   <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
 6231                     <xs:annotation>
 6232                       <xs:documentation><p>Důvod.</p>
 6233 </xs:documentation>
 6234                     </xs:annotation>
 6235                   </xs:element>
 6236                 </xs:sequence>
 6237               </xs:complexType>
 6238             </xs:element>
 6239             <xs:element name="zavaznaAnamnestickaData" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6240               <xs:annotation>
 6241                 <xs:documentation><p>Závazná anamnestická data.</p>
 6242 </xs:documentation>
 6243               </xs:annotation>
 6244             </xs:element>
 6245             <xs:element name="vysledkyVysetreni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6246               <xs:annotation>
 6247                 <xs:documentation><p>Výsledky vyšetření.</p>
 6248 </xs:documentation>
 6249               </xs:annotation>
 6250             </xs:element>
 6251             <xs:element name="soucasnaLecba" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6252               <xs:annotation>
 6253                 <xs:documentation><p>Současná léčba.</p>
 6254 </xs:documentation>
 6255               </xs:annotation>
 6256             </xs:element>
 6257             <xs:element name="diferencialneDiagnostickaRozvaha" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6258               <xs:annotation>
 6259                 <xs:documentation><p>Diferencialně diagnostická rozvaha.</p>
 6260 </xs:documentation>
 6261               </xs:annotation>
 6262             </xs:element>
 6263           </xs:sequence>
 6264         </xs:complexType>
 6265       </xs:element>
 6266     </xs:sequence>
 6267   </xs:complexType>
 6268   <xs:complexType name="UlozZadankuResponse">
 6269     <xs:annotation>
 6270       <xs:documentation><p>Návratova data pro UlozZadanku</p>
 6271 </xs:documentation>
 6272     </xs:annotation>
 6273     <xs:sequence>
 6274       <xs:element name="id" type="ns1:guid" minOccurs="0">
 6275         <xs:annotation>
 6276           <xs:documentation><p>Identifikace vygenerované žádanky.</p>
 6277 </xs:documentation>
 6278         </xs:annotation>
 6279       </xs:element>
 6280       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 6281         <xs:annotation>
 6282           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 6283 </xs:documentation>
 6284         </xs:annotation>
 6285       </xs:element>
 6286     </xs:sequence>
 6287   </xs:complexType>
 6288   <xs:complexType name="UpravZadankuDto">
 6289     <xs:annotation>
 6290       <xs:documentation><p>Výstupní data služby pro úpravu žádanky</p>
 6291 </xs:documentation>
 6292     </xs:annotation>
 6293     <xs:sequence>
 6294       <xs:element name="id" type="ns1:guid" minOccurs="0">
 6295         <xs:annotation>
 6296           <xs:documentation><p>Identifikace upravené žádanky.</p>
 6297 </xs:documentation>
 6298         </xs:annotation>
 6299       </xs:element>
 6300       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 6301         <xs:annotation>
 6302           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
 6303 </xs:documentation>
 6304         </xs:annotation>
 6305       </xs:element>
 6306     </xs:sequence>
 6307   </xs:complexType>
 6308   <xs:complexType name="UpravZadankuExtCommand">
 6309     <xs:annotation>
 6310       <xs:documentation><p>Vstupní data služby pro úpravu žádanky pro externí API Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
 6311 </xs:documentation>
 6312     </xs:annotation>
 6313     <xs:sequence>
 6314       <xs:element name="id" type="ns1:guid">
 6315         <xs:annotation>
 6316           <xs:documentation><p>Identifikace upravované žádanky.</p>
 6317 </xs:documentation>
 6318         </xs:annotation>
 6319       </xs:element>
 6320       <xs:element name="verzeRadku" type="xs:base64Binary">
 6321         <xs:annotation>
 6322           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
 6323 </xs:documentation>
 6324         </xs:annotation>
 6325       </xs:element>
 6326       <xs:element name="upravenyPacient" type="xs:string">
 6327         <xs:annotation>
 6328           <xs:documentation><p>Identifikace upravovaného pacienta žádanky.</p>
 6329 </xs:documentation>
 6330         </xs:annotation>
 6331       </xs:element>
 6332       <xs:element name="upravenyPrijemce" type="xs:string" minOccurs="0">
 6333         <xs:annotation>
 6334           <xs:documentation><p>Identifikace upravovaného příjemce žádanky.</p>
 6335 </xs:documentation>
 6336         </xs:annotation>
 6337       </xs:element>
 6338       <xs:element name="upravenyPrijemceTyp" minOccurs="0">
 6339         <xs:annotation>
 6340           <xs:documentation><p>Typ upravovaného příjemce žádanky.</p>
 6341 </xs:documentation>
 6342         </xs:annotation>
 6343         <xs:complexType>
 6344           <xs:annotation>
 6345             <xs:documentation><p>Typ upravovaného příjemce žádanky.</p>
 6346 </xs:documentation>
 6347           </xs:annotation>
 6348           <xs:sequence>
 6349             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6350               <xs:annotation>
 6351                 <xs:documentation><p>Kód číselníku.</p>
 6352 </xs:documentation>
 6353               </xs:annotation>
 6354             </xs:element>
 6355             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6356               <xs:annotation>
 6357                 <xs:documentation><p>Kód číselníkové položky.</p>
 6358 </xs:documentation>
 6359               </xs:annotation>
 6360             </xs:element>
 6361             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6362               <xs:annotation>
 6363                 <xs:documentation><p>Verze číselníku.</p>
 6364 </xs:documentation>
 6365               </xs:annotation>
 6366             </xs:element>
 6367             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6368               <xs:annotation>
 6369                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6370 </xs:documentation>
 6371               </xs:annotation>
 6372             </xs:element>
 6373             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6374               <xs:annotation>
 6375                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6376 </xs:documentation>
 6377               </xs:annotation>
 6378             </xs:element>
 6379             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6380               <xs:annotation>
 6381                 <xs:documentation><p>Platnost číselníkové položky</p>
 6382 </xs:documentation>
 6383               </xs:annotation>
 6384             </xs:element>
 6385             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6386               <xs:annotation>
 6387                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6388 </xs:documentation>
 6389               </xs:annotation>
 6390             </xs:element>
 6391           </xs:sequence>
 6392         </xs:complexType>
 6393       </xs:element>
 6394       <xs:element name="upravenaPriorita">
 6395         <xs:annotation>
 6396           <xs:documentation><p>Upravená priorita žádanky.</p>
 6397 </xs:documentation>
 6398         </xs:annotation>
 6399         <xs:complexType>
 6400           <xs:annotation>
 6401             <xs:documentation><p>Upravená priorita žádanky.</p>
 6402 </xs:documentation>
 6403           </xs:annotation>
 6404           <xs:sequence>
 6405             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6406               <xs:annotation>
 6407                 <xs:documentation><p>Kód číselníku.</p>
 6408 </xs:documentation>
 6409               </xs:annotation>
 6410             </xs:element>
 6411             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6412               <xs:annotation>
 6413                 <xs:documentation><p>Kód číselníkové položky.</p>
 6414 </xs:documentation>
 6415               </xs:annotation>
 6416             </xs:element>
 6417             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6418               <xs:annotation>
 6419                 <xs:documentation><p>Verze číselníku.</p>
 6420 </xs:documentation>
 6421               </xs:annotation>
 6422             </xs:element>
 6423             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6424               <xs:annotation>
 6425                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6426 </xs:documentation>
 6427               </xs:annotation>
 6428             </xs:element>
 6429             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6430               <xs:annotation>
 6431                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6432 </xs:documentation>
 6433               </xs:annotation>
 6434             </xs:element>
 6435             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6436               <xs:annotation>
 6437                 <xs:documentation><p>Platnost číselníkové položky</p>
 6438 </xs:documentation>
 6439               </xs:annotation>
 6440             </xs:element>
 6441             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6442               <xs:annotation>
 6443                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6444 </xs:documentation>
 6445               </xs:annotation>
 6446             </xs:element>
 6447           </xs:sequence>
 6448         </xs:complexType>
 6449       </xs:element>
 6450       <xs:element name="upraveneVzorky" type="tns:Vzorek" minOccurs="0" maxOccurs="2147483647">
 6451         <xs:annotation>
 6452           <xs:documentation><p>Upravené vzorky žádanky.</p>
 6453 </xs:documentation>
 6454         </xs:annotation>
 6455       </xs:element>
 6456       <xs:element name="upravenyDokument" minOccurs="0">
 6457         <xs:annotation>
 6458           <xs:documentation><p>Upravený dokument.</p>
 6459 </xs:documentation>
 6460         </xs:annotation>
 6461         <xs:complexType>
 6462           <xs:annotation>
 6463             <xs:documentation><p>Upravený dokument.</p>
 6464 </xs:documentation>
 6465           </xs:annotation>
 6466           <xs:sequence>
 6467             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 6468               <xs:annotation>
 6469                 <xs:documentation><p>Vyplňuje se v případě změně údajů. Při vytváření zasilky se id neudává.</p>
 6470 </xs:documentation>
 6471               </xs:annotation>
 6472             </xs:element>
 6473             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 6474               <xs:annotation>
 6475                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 6476 </xs:documentation>
 6477               </xs:annotation>
 6478             </xs:element>
 6479             <xs:element name="nazev" minOccurs="0">
 6480               <xs:annotation>
 6481                 <xs:documentation><p>Krátký název dokumentu.</p>
 6482 </xs:documentation>
 6483               </xs:annotation>
 6484               <xs:simpleType>
 6485                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 6486                   <xs:maxLength value="50" />
 6487                 </xs:restriction>
 6488               </xs:simpleType>
 6489             </xs:element>
 6490             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6491               <xs:annotation>
 6492                 <xs:documentation><p>Popis obsahu dokumentu.</p>
 6493 </xs:documentation>
 6494               </xs:annotation>
 6495             </xs:element>
 6496             <xs:element name="jazyk" minOccurs="0">
 6497               <xs:annotation>
 6498                 <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>
 6499 </xs:documentation>
 6500               </xs:annotation>
 6501               <xs:complexType>
 6502                 <xs:annotation>
 6503                   <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>
 6504 </xs:documentation>
 6505                 </xs:annotation>
 6506                 <xs:sequence>
 6507                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6508                     <xs:annotation>
 6509                       <xs:documentation><p>Kód číselníku.</p>
 6510 </xs:documentation>
 6511                     </xs:annotation>
 6512                   </xs:element>
 6513                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6514                     <xs:annotation>
 6515                       <xs:documentation><p>Kód číselníkové položky.</p>
 6516 </xs:documentation>
 6517                     </xs:annotation>
 6518                   </xs:element>
 6519                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6520                     <xs:annotation>
 6521                       <xs:documentation><p>Verze číselníku.</p>
 6522 </xs:documentation>
 6523                     </xs:annotation>
 6524                   </xs:element>
 6525                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6526                     <xs:annotation>
 6527                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6528 </xs:documentation>
 6529                     </xs:annotation>
 6530                   </xs:element>
 6531                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6532                     <xs:annotation>
 6533                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6534 </xs:documentation>
 6535                     </xs:annotation>
 6536                   </xs:element>
 6537                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6538                     <xs:annotation>
 6539                       <xs:documentation><p>Platnost číselníkové položky</p>
 6540 </xs:documentation>
 6541                     </xs:annotation>
 6542                   </xs:element>
 6543                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6544                     <xs:annotation>
 6545                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6546 </xs:documentation>
 6547                     </xs:annotation>
 6548                   </xs:element>
 6549                 </xs:sequence>
 6550               </xs:complexType>
 6551             </xs:element>
 6552             <xs:element name="typ" minOccurs="0">
 6553               <xs:annotation>
 6554                 <xs:documentation><p>Typ dokumentu (např. &quot;Lékařská zpráva&quot;, &quot;Laboratorní výsledek&quot;).</p>
 6555 </xs:documentation>
 6556               </xs:annotation>
 6557               <xs:complexType>
 6558                 <xs:annotation>
 6559                   <xs:documentation><p>Typ dokumentu (např. &quot;Lékařská zpráva&quot;, &quot;Laboratorní výsledek&quot;).</p>
 6560 </xs:documentation>
 6561                 </xs:annotation>
 6562                 <xs:sequence>
 6563                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6564                     <xs:annotation>
 6565                       <xs:documentation><p>Kód číselníku.</p>
 6566 </xs:documentation>
 6567                     </xs:annotation>
 6568                   </xs:element>
 6569                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6570                     <xs:annotation>
 6571                       <xs:documentation><p>Kód číselníkové položky.</p>
 6572 </xs:documentation>
 6573                     </xs:annotation>
 6574                   </xs:element>
 6575                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6576                     <xs:annotation>
 6577                       <xs:documentation><p>Verze číselníku.</p>
 6578 </xs:documentation>
 6579                     </xs:annotation>
 6580                   </xs:element>
 6581                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6582                     <xs:annotation>
 6583                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6584 </xs:documentation>
 6585                     </xs:annotation>
 6586                   </xs:element>
 6587                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6588                     <xs:annotation>
 6589                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6590 </xs:documentation>
 6591                     </xs:annotation>
 6592                   </xs:element>
 6593                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6594                     <xs:annotation>
 6595                       <xs:documentation><p>Platnost číselníkové položky</p>
 6596 </xs:documentation>
 6597                     </xs:annotation>
 6598                   </xs:element>
 6599                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6600                     <xs:annotation>
 6601                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6602 </xs:documentation>
 6603                     </xs:annotation>
 6604                   </xs:element>
 6605                 </xs:sequence>
 6606               </xs:complexType>
 6607             </xs:element>
 6608             <xs:element name="klasifikace" minOccurs="0">
 6609               <xs:annotation>
 6610                 <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>
 6611 </xs:documentation>
 6612               </xs:annotation>
 6613               <xs:complexType>
 6614                 <xs:annotation>
 6615                   <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>
 6616 </xs:documentation>
 6617                 </xs:annotation>
 6618                 <xs:sequence>
 6619                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6620                     <xs:annotation>
 6621                       <xs:documentation><p>Kód číselníku.</p>
 6622 </xs:documentation>
 6623                     </xs:annotation>
 6624                   </xs:element>
 6625                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6626                     <xs:annotation>
 6627                       <xs:documentation><p>Kód číselníkové položky.</p>
 6628 </xs:documentation>
 6629                     </xs:annotation>
 6630                   </xs:element>
 6631                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6632                     <xs:annotation>
 6633                       <xs:documentation><p>Verze číselníku.</p>
 6634 </xs:documentation>
 6635                     </xs:annotation>
 6636                   </xs:element>
 6637                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6638                     <xs:annotation>
 6639                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6640 </xs:documentation>
 6641                     </xs:annotation>
 6642                   </xs:element>
 6643                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6644                     <xs:annotation>
 6645                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6646 </xs:documentation>
 6647                     </xs:annotation>
 6648                   </xs:element>
 6649                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6650                     <xs:annotation>
 6651                       <xs:documentation><p>Platnost číselníkové položky</p>
 6652 </xs:documentation>
 6653                     </xs:annotation>
 6654                   </xs:element>
 6655                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6656                     <xs:annotation>
 6657                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6658 </xs:documentation>
 6659                     </xs:annotation>
 6660                   </xs:element>
 6661                 </xs:sequence>
 6662               </xs:complexType>
 6663             </xs:element>
 6664             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6665               <xs:annotation>
 6666                 <xs:documentation><p>Externí kód zásilky (například: konkrétní kód žádanky).</p>
 6667 </xs:documentation>
 6668               </xs:annotation>
 6669             </xs:element>
 6670             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6671               <xs:annotation>
 6672                 <xs:documentation><p>ID autora zásilky (väzba na kmeňový register – zdravotnikych pracovnikov).</p>
 6673 </xs:documentation>
 6674               </xs:annotation>
 6675             </xs:element>
 6676             <xs:element name="autorData" type="https://ezprava.net/mzd/eZadankaMZd:KRZdravotnickyPracovnikDto" minOccurs="0" />
 6677             <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6678               <xs:annotation>
 6679                 <xs:documentation><p>ID subjektu (vazba na kmeňový register – poskytovatel).</p>
 6680 </xs:documentation>
 6681               </xs:annotation>
 6682             </xs:element>
 6683             <xs:element name="poskytovatelData" type="https://ezprava.net/mzd/eZadankaMZd:KRPoskytovatelDto" minOccurs="0" />
 6684             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6685               <xs:annotation>
 6686                 <xs:documentation><p>RID pacienta, ke kterému se zásilka vztahuje.</p>
 6687 </xs:documentation>
 6688               </xs:annotation>
 6689             </xs:element>
 6690             <xs:element name="pacientData" type="https://ezprava.net/mzd/eZadankaMZd:KRPacientDto" minOccurs="0" />
 6691             <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0" default="true">
 6692               <xs:annotation>
 6693                 <xs:documentation><p>Úroveň důvěrnosti dokumentu (chránený, soukromý, verejný).</p>
 6694 </xs:documentation>
 6695               </xs:annotation>
 6696             </xs:element>
 6697             <xs:element name="duvernost" minOccurs="0">
 6698               <xs:annotation>
 6699                 <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>
 6700 </xs:documentation>
 6701               </xs:annotation>
 6702               <xs:complexType>
 6703                 <xs:annotation>
 6704                   <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>
 6705 </xs:documentation>
 6706                 </xs:annotation>
 6707                 <xs:sequence>
 6708                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6709                     <xs:annotation>
 6710                       <xs:documentation><p>Kód číselníku.</p>
 6711 </xs:documentation>
 6712                     </xs:annotation>
 6713                   </xs:element>
 6714                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6715                     <xs:annotation>
 6716                       <xs:documentation><p>Kód číselníkové položky.</p>
 6717 </xs:documentation>
 6718                     </xs:annotation>
 6719                   </xs:element>
 6720                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6721                     <xs:annotation>
 6722                       <xs:documentation><p>Verze číselníku.</p>
 6723 </xs:documentation>
 6724                     </xs:annotation>
 6725                   </xs:element>
 6726                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6727                     <xs:annotation>
 6728                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6729 </xs:documentation>
 6730                     </xs:annotation>
 6731                   </xs:element>
 6732                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6733                     <xs:annotation>
 6734                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6735 </xs:documentation>
 6736                     </xs:annotation>
 6737                   </xs:element>
 6738                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6739                     <xs:annotation>
 6740                       <xs:documentation><p>Platnost číselníkové položky</p>
 6741 </xs:documentation>
 6742                     </xs:annotation>
 6743                   </xs:element>
 6744                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6745                     <xs:annotation>
 6746                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6747 </xs:documentation>
 6748                     </xs:annotation>
 6749                   </xs:element>
 6750                 </xs:sequence>
 6751               </xs:complexType>
 6752             </xs:element>
 6753             <xs:element name="format" minOccurs="0">
 6754               <xs:annotation>
 6755                 <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>
 6756 </xs:documentation>
 6757               </xs:annotation>
 6758               <xs:complexType>
 6759                 <xs:annotation>
 6760                   <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>
 6761 </xs:documentation>
 6762                 </xs:annotation>
 6763                 <xs:sequence>
 6764                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6765                     <xs:annotation>
 6766                       <xs:documentation><p>Kód číselníku.</p>
 6767 </xs:documentation>
 6768                     </xs:annotation>
 6769                   </xs:element>
 6770                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6771                     <xs:annotation>
 6772                       <xs:documentation><p>Kód číselníkové položky.</p>
 6773 </xs:documentation>
 6774                     </xs:annotation>
 6775                   </xs:element>
 6776                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6777                     <xs:annotation>
 6778                       <xs:documentation><p>Verze číselníku.</p>
 6779 </xs:documentation>
 6780                     </xs:annotation>
 6781                   </xs:element>
 6782                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6783                     <xs:annotation>
 6784                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6785 </xs:documentation>
 6786                     </xs:annotation>
 6787                   </xs:element>
 6788                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6789                     <xs:annotation>
 6790                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6791 </xs:documentation>
 6792                     </xs:annotation>
 6793                   </xs:element>
 6794                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6795                     <xs:annotation>
 6796                       <xs:documentation><p>Platnost číselníkové položky</p>
 6797 </xs:documentation>
 6798                     </xs:annotation>
 6799                   </xs:element>
 6800                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6801                     <xs:annotation>
 6802                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6803 </xs:documentation>
 6804                     </xs:annotation>
 6805                   </xs:element>
 6806                 </xs:sequence>
 6807               </xs:complexType>
 6808             </xs:element>
 6809             <xs:element name="mime" minOccurs="0">
 6810               <xs:annotation>
 6811                 <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>
 6812 </xs:documentation>
 6813               </xs:annotation>
 6814               <xs:complexType>
 6815                 <xs:annotation>
 6816                   <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>
 6817 </xs:documentation>
 6818                 </xs:annotation>
 6819                 <xs:sequence>
 6820                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6821                     <xs:annotation>
 6822                       <xs:documentation><p>Kód číselníku.</p>
 6823 </xs:documentation>
 6824                     </xs:annotation>
 6825                   </xs:element>
 6826                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6827                     <xs:annotation>
 6828                       <xs:documentation><p>Kód číselníkové položky.</p>
 6829 </xs:documentation>
 6830                     </xs:annotation>
 6831                   </xs:element>
 6832                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6833                     <xs:annotation>
 6834                       <xs:documentation><p>Verze číselníku.</p>
 6835 </xs:documentation>
 6836                     </xs:annotation>
 6837                   </xs:element>
 6838                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6839                     <xs:annotation>
 6840                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6841 </xs:documentation>
 6842                     </xs:annotation>
 6843                   </xs:element>
 6844                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6845                     <xs:annotation>
 6846                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 6847 </xs:documentation>
 6848                     </xs:annotation>
 6849                   </xs:element>
 6850                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6851                     <xs:annotation>
 6852                       <xs:documentation><p>Platnost číselníkové položky</p>
 6853 </xs:documentation>
 6854                     </xs:annotation>
 6855                   </xs:element>
 6856                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 6857                     <xs:annotation>
 6858                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 6859 </xs:documentation>
 6860                     </xs:annotation>
 6861                   </xs:element>
 6862                 </xs:sequence>
 6863               </xs:complexType>
 6864             </xs:element>
 6865             <xs:element name="hash" minOccurs="0">
 6866               <xs:annotation>
 6867                 <xs:documentation><p>Kontrolní hash dokumentu pro ověření integrity.</p>
 6868 </xs:documentation>
 6869               </xs:annotation>
 6870               <xs:simpleType>
 6871                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 6872                   <xs:maxLength value="255" />
 6873                 </xs:restriction>
 6874               </xs:simpleType>
 6875             </xs:element>
 6876             <xs:element name="velikost" type="http://www.w3.org/2001/XMLSchema:long" minOccurs="0">
 6877               <xs:annotation>
 6878                 <xs:documentation><p>Velikost dokumentu v bajtech. Automaticky vypočteno.</p>
 6879 </xs:documentation>
 6880               </xs:annotation>
 6881             </xs:element>
 6882             <xs:element name="vazanyDokument" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 6883               <xs:annotation>
 6884                 <xs:documentation><p>Odkazy na další související dokumenty (například předchozí verze, dodatky).</p>
 6885 </xs:documentation>
 6886               </xs:annotation>
 6887             </xs:element>
 6888             <xs:element name="soubor" minOccurs="0">
 6889               <xs:annotation>
 6890                 <xs:documentation><p>Uložený soubor.</p>
 6891 </xs:documentation>
 6892               </xs:annotation>
 6893               <xs:complexType>
 6894                 <xs:annotation>
 6895                   <xs:documentation><p>Uložený soubor.</p>
 6896 </xs:documentation>
 6897                 </xs:annotation>
 6898                 <xs:sequence>
 6899                   <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 6900                     <xs:annotation>
 6901                       <xs:documentation><p>ID souboru.</p>
 6902 </xs:documentation>
 6903                     </xs:annotation>
 6904                   </xs:element>
 6905                   <xs:element name="soubor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6906                     <xs:annotation>
 6907                       <xs:documentation><p>Base64 soubor.</p>
 6908 </xs:documentation>
 6909                     </xs:annotation>
 6910                   </xs:element>
 6911                   <xs:element name="cesta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6912                     <xs:annotation>
 6913                       <xs:documentation><p>Cesta na externí úložiště.</p>
 6914 </xs:documentation>
 6915                     </xs:annotation>
 6916                   </xs:element>
 6917                 </xs:sequence>
 6918               </xs:complexType>
 6919             </xs:element>
 6920             <xs:element name="slozka" minOccurs="0">
 6921               <xs:annotation>
 6922                 <xs:documentation><p>Logicke rozdelení dokumentu do složek.</p>
 6923 </xs:documentation>
 6924               </xs:annotation>
 6925               <xs:complexType>
 6926                 <xs:annotation>
 6927                   <xs:documentation><p>Logicke rozdelení dokumentu do složek.</p>
 6928 </xs:documentation>
 6929                 </xs:annotation>
 6930                 <xs:sequence>
 6931                   <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 6932                     <xs:annotation>
 6933                       <xs:documentation><p>ID zásilky pro zoskupení dokumentu do jednotní složky.</p>
 6934 </xs:documentation>
 6935                     </xs:annotation>
 6936                   </xs:element>
 6937                   <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 6938                     <xs:annotation>
 6939                       <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 6940 </xs:documentation>
 6941                     </xs:annotation>
 6942                   </xs:element>
 6943                   <xs:element name="nazev" minOccurs="0">
 6944                     <xs:annotation>
 6945                       <xs:documentation><p>Název složky.</p>
 6946 </xs:documentation>
 6947                     </xs:annotation>
 6948                     <xs:simpleType>
 6949                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 6950                         <xs:maxLength value="255" />
 6951                       </xs:restriction>
 6952                     </xs:simpleType>
 6953                   </xs:element>
 6954                   <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 6955                     <xs:annotation>
 6956                       <xs:documentation><p>ID uživatele, který složku vytvořil.</p>
 6957 </xs:documentation>
 6958                     </xs:annotation>
 6959                   </xs:element>
 6960                   <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 6961                     <xs:annotation>
 6962                       <xs:documentation><p>Datum vytvoření složky.</p>
 6963 </xs:documentation>
 6964                     </xs:annotation>
 6965                   </xs:element>
 6966                 </xs:sequence>
 6967               </xs:complexType>
 6968             </xs:element>
 6969           </xs:sequence>
 6970         </xs:complexType>
 6971       </xs:element>
 6972     </xs:sequence>
 6973   </xs:complexType>
 6974   <xs:complexType name="UrgentniInformaceModel">
 6975     <xs:annotation>
 6976       <xs:documentation><p>Urgentni Informace Model</p>
 6977 </xs:documentation>
 6978     </xs:annotation>
 6979     <xs:sequence>
 6980       <xs:element name="alergieIntolerance" type="tns:AlergieIntolerance" minOccurs="0" maxOccurs="2147483647">
 6981         <xs:annotation>
 6982           <xs:documentation><p>Gets or sets the alergie intolerance.</p>
 6983 </xs:documentation>
 6984         </xs:annotation>
 6985       </xs:element>
 6986       <xs:element name="varovani" type="xs:string" minOccurs="0" maxOccurs="2147483647">
 6987         <xs:annotation>
 6988           <xs:documentation><p>Gets or sets the varovani.</p>
 6989 </xs:documentation>
 6990         </xs:annotation>
 6991       </xs:element>
 6992     </xs:sequence>
 6993   </xs:complexType>
 6994   <xs:complexType name="Vaha">
 6995     <xs:annotation>
 6996       <xs:documentation><p>Objekt pro určení váhy pro biometrické údaje</p>
 6997 </xs:documentation>
 6998     </xs:annotation>
 6999     <xs:sequence>
 7000       <xs:element name="kod" type="xs:string" minOccurs="0">
 7001         <xs:annotation>
 7002           <xs:documentation><p>Kód pro váhu.</p>
 7003 </xs:documentation>
 7004         </xs:annotation>
 7005       </xs:element>
 7006       <xs:element name="hodnota" type="xs:int" minOccurs="0">
 7007         <xs:annotation>
 7008           <xs:documentation><p>Hodnota váhy.</p>
 7009 </xs:documentation>
 7010         </xs:annotation>
 7011       </xs:element>
 7012       <xs:element name="datum" type="xs:date" minOccurs="0">
 7013         <xs:annotation>
 7014           <xs:documentation><p>Datum měření váhy.</p>
 7015 </xs:documentation>
 7016         </xs:annotation>
 7017       </xs:element>
 7018     </xs:sequence>
 7019   </xs:complexType>
 7020   <xs:complexType name="VratZadankuDoObehuCommand">
 7021     <xs:annotation>
 7022       <xs:documentation><p>Požadavek pro vrácení žádanky do oběhu Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
 7023 </xs:documentation>
 7024     </xs:annotation>
 7025     <xs:sequence>
 7026       <xs:element name="id" type="ns1:guid">
 7027         <xs:annotation>
 7028           <xs:documentation><p>Identifikace žádanky vracející se do oběhu.</p>
 7029 </xs:documentation>
 7030         </xs:annotation>
 7031       </xs:element>
 7032       <xs:element name="verzeRadku" type="xs:base64Binary">
 7033         <xs:annotation>
 7034           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
 7035 </xs:documentation>
 7036         </xs:annotation>
 7037       </xs:element>
 7038       <xs:element name="duvodVraceniZadanky">
 7039         <xs:annotation>
 7040           <xs:documentation><p>Důvod vrácení žádanky do oběhu (číselník: &quot;duvod-vraceni&quot;)</p>
 7041 </xs:documentation>
 7042         </xs:annotation>
 7043         <xs:complexType>
 7044           <xs:annotation>
 7045             <xs:documentation><p>Důvod vrácení žádanky do oběhu (číselník: &quot;duvod-vraceni&quot;)</p>
 7046 </xs:documentation>
 7047           </xs:annotation>
 7048           <xs:sequence>
 7049             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7050               <xs:annotation>
 7051                 <xs:documentation><p>Kód číselníku.</p>
 7052 </xs:documentation>
 7053               </xs:annotation>
 7054             </xs:element>
 7055             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7056               <xs:annotation>
 7057                 <xs:documentation><p>Kód číselníkové položky.</p>
 7058 </xs:documentation>
 7059               </xs:annotation>
 7060             </xs:element>
 7061             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7062               <xs:annotation>
 7063                 <xs:documentation><p>Verze číselníku.</p>
 7064 </xs:documentation>
 7065               </xs:annotation>
 7066             </xs:element>
 7067             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7068               <xs:annotation>
 7069                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7070 </xs:documentation>
 7071               </xs:annotation>
 7072             </xs:element>
 7073             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7074               <xs:annotation>
 7075                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7076 </xs:documentation>
 7077               </xs:annotation>
 7078             </xs:element>
 7079             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7080               <xs:annotation>
 7081                 <xs:documentation><p>Platnost číselníkové položky</p>
 7082 </xs:documentation>
 7083               </xs:annotation>
 7084             </xs:element>
 7085             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7086               <xs:annotation>
 7087                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7088 </xs:documentation>
 7089               </xs:annotation>
 7090             </xs:element>
 7091           </xs:sequence>
 7092         </xs:complexType>
 7093       </xs:element>
 7094       <xs:element name="duvodVraceniUpresneni" type="xs:string" minOccurs="0">
 7095         <xs:annotation>
 7096           <xs:documentation><p>Upřesnění důvodu vrácení žádanky do oběhu.</p>
 7097 </xs:documentation>
 7098         </xs:annotation>
 7099       </xs:element>
 7100     </xs:sequence>
 7101   </xs:complexType>
 7102   <xs:complexType name="VratZadankuDoObehuDto">
 7103     <xs:annotation>
 7104       <xs:documentation><p>Výstupní data pro službu PrijmiZadanku</p>
 7105 </xs:documentation>
 7106     </xs:annotation>
 7107     <xs:sequence>
 7108       <xs:element name="id" type="ns1:guid" minOccurs="0">
 7109         <xs:annotation>
 7110           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 7111 </xs:documentation>
 7112         </xs:annotation>
 7113       </xs:element>
 7114       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
 7115         <xs:annotation>
 7116           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 7117 </xs:documentation>
 7118         </xs:annotation>
 7119       </xs:element>
 7120       <xs:element name="stav" minOccurs="0">
 7121         <xs:annotation>
 7122           <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
 7123 </xs:documentation>
 7124         </xs:annotation>
 7125         <xs:complexType>
 7126           <xs:annotation>
 7127             <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
 7128 </xs:documentation>
 7129           </xs:annotation>
 7130           <xs:sequence>
 7131             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7132               <xs:annotation>
 7133                 <xs:documentation><p>Kód číselníku.</p>
 7134 </xs:documentation>
 7135               </xs:annotation>
 7136             </xs:element>
 7137             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7138               <xs:annotation>
 7139                 <xs:documentation><p>Kód číselníkové položky.</p>
 7140 </xs:documentation>
 7141               </xs:annotation>
 7142             </xs:element>
 7143             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7144               <xs:annotation>
 7145                 <xs:documentation><p>Verze číselníku.</p>
 7146 </xs:documentation>
 7147               </xs:annotation>
 7148             </xs:element>
 7149             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7150               <xs:annotation>
 7151                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7152 </xs:documentation>
 7153               </xs:annotation>
 7154             </xs:element>
 7155             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7156               <xs:annotation>
 7157                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7158 </xs:documentation>
 7159               </xs:annotation>
 7160             </xs:element>
 7161             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7162               <xs:annotation>
 7163                 <xs:documentation><p>Platnost číselníkové položky</p>
 7164 </xs:documentation>
 7165               </xs:annotation>
 7166             </xs:element>
 7167             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7168               <xs:annotation>
 7169                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7170 </xs:documentation>
 7171               </xs:annotation>
 7172             </xs:element>
 7173           </xs:sequence>
 7174         </xs:complexType>
 7175       </xs:element>
 7176       <xs:element name="kod" minOccurs="0">
 7177         <xs:annotation>
 7178           <xs:documentation><p>Kód žádanky.</p>
 7179 </xs:documentation>
 7180         </xs:annotation>
 7181         <xs:simpleType>
 7182           <xs:restriction base="xs:string">
 7183             <xs:maxLength value="100" />
 7184           </xs:restriction>
 7185         </xs:simpleType>
 7186       </xs:element>
 7187       <xs:element name="urgentnost">
 7188         <xs:annotation>
 7189           <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
 7190 </xs:documentation>
 7191         </xs:annotation>
 7192         <xs:complexType>
 7193           <xs:annotation>
 7194             <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
 7195 </xs:documentation>
 7196           </xs:annotation>
 7197           <xs:sequence>
 7198             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7199               <xs:annotation>
 7200                 <xs:documentation><p>Kód číselníku.</p>
 7201 </xs:documentation>
 7202               </xs:annotation>
 7203             </xs:element>
 7204             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7205               <xs:annotation>
 7206                 <xs:documentation><p>Kód číselníkové položky.</p>
 7207 </xs:documentation>
 7208               </xs:annotation>
 7209             </xs:element>
 7210             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7211               <xs:annotation>
 7212                 <xs:documentation><p>Verze číselníku.</p>
 7213 </xs:documentation>
 7214               </xs:annotation>
 7215             </xs:element>
 7216             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7217               <xs:annotation>
 7218                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7219 </xs:documentation>
 7220               </xs:annotation>
 7221             </xs:element>
 7222             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7223               <xs:annotation>
 7224                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7225 </xs:documentation>
 7226               </xs:annotation>
 7227             </xs:element>
 7228             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7229               <xs:annotation>
 7230                 <xs:documentation><p>Platnost číselníkové položky</p>
 7231 </xs:documentation>
 7232               </xs:annotation>
 7233             </xs:element>
 7234             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7235               <xs:annotation>
 7236                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7237 </xs:documentation>
 7238               </xs:annotation>
 7239             </xs:element>
 7240           </xs:sequence>
 7241         </xs:complexType>
 7242       </xs:element>
 7243       <xs:element name="samoplatce" type="xs:boolean">
 7244         <xs:annotation>
 7245           <xs:documentation><p>Informace o tom, zda je osoba samoplátcem.</p>
 7246 </xs:documentation>
 7247         </xs:annotation>
 7248       </xs:element>
 7249       <xs:element name="prilozenVzorek" type="xs:boolean">
 7250         <xs:annotation>
 7251           <xs:documentation><p>Informace o tom, zda byl přiložen vzorek (laboratorní).</p>
 7252 </xs:documentation>
 7253         </xs:annotation>
 7254       </xs:element>
 7255       <xs:element name="omezeniMobility" type="xs:boolean">
 7256         <xs:annotation>
 7257           <xs:documentation><p>Informace o tom, zda se jedná o pacienta s omezenou mobilitou (obrazová).</p>
 7258 </xs:documentation>
 7259         </xs:annotation>
 7260       </xs:element>
 7261       <xs:element name="popisOmezeniMobility" minOccurs="0">
 7262         <xs:annotation>
 7263           <xs:documentation><p>Nepovinné textové pole pro upřesnění omezení mobility pacienta (obrazová, omezeniMobility == 1).</p>
 7264 </xs:documentation>
 7265         </xs:annotation>
 7266         <xs:simpleType>
 7267           <xs:restriction base="xs:string">
 7268             <xs:maxLength value="250" />
 7269           </xs:restriction>
 7270         </xs:simpleType>
 7271       </xs:element>
 7272       <xs:element name="instrukceProPacienta" type="xs:string" minOccurs="0">
 7273         <xs:annotation>
 7274           <xs:documentation><p>Instrukce pro pacienta.</p>
 7275 </xs:documentation>
 7276         </xs:annotation>
 7277       </xs:element>
 7278       <xs:element name="zpusobVyrizeni" minOccurs="0">
 7279         <xs:annotation>
 7280           <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
 7281 </xs:documentation>
 7282         </xs:annotation>
 7283         <xs:complexType>
 7284           <xs:annotation>
 7285             <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
 7286 </xs:documentation>
 7287           </xs:annotation>
 7288           <xs:sequence>
 7289             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7290               <xs:annotation>
 7291                 <xs:documentation><p>Kód číselníku.</p>
 7292 </xs:documentation>
 7293               </xs:annotation>
 7294             </xs:element>
 7295             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7296               <xs:annotation>
 7297                 <xs:documentation><p>Kód číselníkové položky.</p>
 7298 </xs:documentation>
 7299               </xs:annotation>
 7300             </xs:element>
 7301             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7302               <xs:annotation>
 7303                 <xs:documentation><p>Verze číselníku.</p>
 7304 </xs:documentation>
 7305               </xs:annotation>
 7306             </xs:element>
 7307             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7308               <xs:annotation>
 7309                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7310 </xs:documentation>
 7311               </xs:annotation>
 7312             </xs:element>
 7313             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7314               <xs:annotation>
 7315                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7316 </xs:documentation>
 7317               </xs:annotation>
 7318             </xs:element>
 7319             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7320               <xs:annotation>
 7321                 <xs:documentation><p>Platnost číselníkové položky</p>
 7322 </xs:documentation>
 7323               </xs:annotation>
 7324             </xs:element>
 7325             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7326               <xs:annotation>
 7327                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7328 </xs:documentation>
 7329               </xs:annotation>
 7330             </xs:element>
 7331           </xs:sequence>
 7332         </xs:complexType>
 7333       </xs:element>
 7334       <xs:element name="zpusobVyrizeniUpresneni" minOccurs="0">
 7335         <xs:annotation>
 7336           <xs:documentation><p>Upřesnení způsobu vyřízení žádanky.</p>
 7337 </xs:documentation>
 7338         </xs:annotation>
 7339         <xs:simpleType>
 7340           <xs:restriction base="xs:string">
 7341             <xs:maxLength value="250" />
 7342           </xs:restriction>
 7343         </xs:simpleType>
 7344       </xs:element>
 7345       <xs:element name="nadrizenaZadankaId" type="ns1:guid" minOccurs="0">
 7346         <xs:annotation>
 7347           <xs:documentation><p>Odkaz na záznam nadřízené žádanky.</p>
 7348 </xs:documentation>
 7349         </xs:annotation>
 7350       </xs:element>
 7351       <xs:element name="zasilkaVysledekId" type="ns1:guid" minOccurs="0">
 7352         <xs:annotation>
 7353           <xs:documentation><p>Odkaz na záznam zásilky, v rámci které byl přiložen výsledek.</p>
 7354 </xs:documentation>
 7355         </xs:annotation>
 7356       </xs:element>
 7357       <xs:element name="datumStorna" type="xs:date" minOccurs="0">
 7358         <xs:annotation>
 7359           <xs:documentation><p>Gets or sets the datum storna.</p>
 7360 </xs:documentation>
 7361         </xs:annotation>
 7362       </xs:element>
 7363       <xs:element name="datumZaznaceniNeproveditelnosti" type="xs:date" minOccurs="0">
 7364         <xs:annotation>
 7365           <xs:documentation><p>Gets or sets the datum zaznaceni neproveditelnosti.</p>
 7366 </xs:documentation>
 7367         </xs:annotation>
 7368       </xs:element>
 7369       <xs:element name="datumPoslednihoVraceniDoObehu" type="xs:date" minOccurs="0">
 7370         <xs:annotation>
 7371           <xs:documentation><p>Gets or sets the datum posledniho vraceni do obehu.</p>
 7372 </xs:documentation>
 7373         </xs:annotation>
 7374       </xs:element>
 7375       <xs:element name="datumPoslednihoPrijeti" type="xs:date" minOccurs="0">
 7376         <xs:annotation>
 7377           <xs:documentation><p>Gets or sets the datum posledniho prijeti.</p>
 7378 </xs:documentation>
 7379         </xs:annotation>
 7380       </xs:element>
 7381       <xs:element name="datumRozdeleni" type="xs:date" minOccurs="0">
 7382         <xs:annotation>
 7383           <xs:documentation><p>Gets or sets the datum rozdeleni.</p>
 7384 </xs:documentation>
 7385         </xs:annotation>
 7386       </xs:element>
 7387       <xs:element name="datumVyrizeni" type="xs:date" minOccurs="0">
 7388         <xs:annotation>
 7389           <xs:documentation><p>Gets or sets the datum vyrizeni.</p>
 7390 </xs:documentation>
 7391         </xs:annotation>
 7392       </xs:element>
 7393       <xs:element name="datumExpirace" type="xs:date" minOccurs="0">
 7394         <xs:annotation>
 7395           <xs:documentation><p>Gets or sets the datum expirace.</p>
 7396 </xs:documentation>
 7397         </xs:annotation>
 7398       </xs:element>
 7399       <xs:element name="datumPlanovanehoVysetreni" type="xs:date" minOccurs="0">
 7400         <xs:annotation>
 7401           <xs:documentation><p>Gets or sets the datum planovaneho vysetreni.</p>
 7402 </xs:documentation>
 7403         </xs:annotation>
 7404       </xs:element>
 7405       <xs:element name="datumSkutecneRealizaceVysetreni" type="xs:date" minOccurs="0">
 7406         <xs:annotation>
 7407           <xs:documentation><p>Gets or sets the datum skutecne realizace vysetreni.</p>
 7408 </xs:documentation>
 7409         </xs:annotation>
 7410       </xs:element>
 7411       <xs:element name="pacientPojistovna" minOccurs="0">
 7412         <xs:annotation>
 7413           <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
 7414 </xs:documentation>
 7415         </xs:annotation>
 7416         <xs:complexType>
 7417           <xs:annotation>
 7418             <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
 7419 </xs:documentation>
 7420           </xs:annotation>
 7421           <xs:sequence>
 7422             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7423               <xs:annotation>
 7424                 <xs:documentation><p>Kód číselníku.</p>
 7425 </xs:documentation>
 7426               </xs:annotation>
 7427             </xs:element>
 7428             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7429               <xs:annotation>
 7430                 <xs:documentation><p>Kód číselníkové položky.</p>
 7431 </xs:documentation>
 7432               </xs:annotation>
 7433             </xs:element>
 7434             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7435               <xs:annotation>
 7436                 <xs:documentation><p>Verze číselníku.</p>
 7437 </xs:documentation>
 7438               </xs:annotation>
 7439             </xs:element>
 7440             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7441               <xs:annotation>
 7442                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7443 </xs:documentation>
 7444               </xs:annotation>
 7445             </xs:element>
 7446             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7447               <xs:annotation>
 7448                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7449 </xs:documentation>
 7450               </xs:annotation>
 7451             </xs:element>
 7452             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7453               <xs:annotation>
 7454                 <xs:documentation><p>Platnost číselníkové položky</p>
 7455 </xs:documentation>
 7456               </xs:annotation>
 7457             </xs:element>
 7458             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7459               <xs:annotation>
 7460                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7461 </xs:documentation>
 7462               </xs:annotation>
 7463             </xs:element>
 7464           </xs:sequence>
 7465         </xs:complexType>
 7466       </xs:element>
 7467       <xs:element name="icpZadatele" type="xs:string">
 7468         <xs:annotation>
 7469           <xs:documentation><p>Identifikační číslo zařízení žadatele</p>
 7470 </xs:documentation>
 7471         </xs:annotation>
 7472       </xs:element>
 7473       <xs:element name="pacientImplantat" type="xs:boolean">
 7474         <xs:annotation>
 7475           <xs:documentation><p>Implantát pacienta</p>
 7476 </xs:documentation>
 7477         </xs:annotation>
 7478       </xs:element>
 7479       <xs:element name="vzorekData" type="tns:Vzorek" minOccurs="0" maxOccurs="2147483647">
 7480         <xs:annotation>
 7481           <xs:documentation><p>Seznam vzorků žádanky.</p>
 7482 </xs:documentation>
 7483         </xs:annotation>
 7484       </xs:element>
 7485       <xs:element name="zasilka">
 7486         <xs:annotation>
 7487           <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
 7488 </xs:documentation>
 7489         </xs:annotation>
 7490         <xs:complexType>
 7491           <xs:annotation>
 7492             <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
 7493 </xs:documentation>
 7494           </xs:annotation>
 7495           <xs:sequence>
 7496             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 7497               <xs:annotation>
 7498                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 7499 </xs:documentation>
 7500               </xs:annotation>
 7501             </xs:element>
 7502             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 7503               <xs:annotation>
 7504                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 7505 </xs:documentation>
 7506               </xs:annotation>
 7507             </xs:element>
 7508             <xs:element name="nazev" minOccurs="0">
 7509               <xs:annotation>
 7510                 <xs:documentation><p>Název zásilky pro referenci.</p>
 7511 </xs:documentation>
 7512               </xs:annotation>
 7513               <xs:simpleType>
 7514                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 7515                   <xs:maxLength value="255" />
 7516                 </xs:restriction>
 7517               </xs:simpleType>
 7518             </xs:element>
 7519             <xs:element name="popis" minOccurs="0">
 7520               <xs:annotation>
 7521                 <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
 7522 </xs:documentation>
 7523               </xs:annotation>
 7524               <xs:simpleType>
 7525                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 7526                   <xs:maxLength value="999" />
 7527                 </xs:restriction>
 7528               </xs:simpleType>
 7529             </xs:element>
 7530             <xs:element name="stav" minOccurs="0">
 7531               <xs:annotation>
 7532                 <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 7533 </xs:documentation>
 7534               </xs:annotation>
 7535               <xs:complexType>
 7536                 <xs:annotation>
 7537                   <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 7538 </xs:documentation>
 7539                 </xs:annotation>
 7540                 <xs:sequence>
 7541                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7542                     <xs:annotation>
 7543                       <xs:documentation><p>Kód číselníku.</p>
 7544 </xs:documentation>
 7545                     </xs:annotation>
 7546                   </xs:element>
 7547                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7548                     <xs:annotation>
 7549                       <xs:documentation><p>Kód číselníkové položky.</p>
 7550 </xs:documentation>
 7551                     </xs:annotation>
 7552                   </xs:element>
 7553                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7554                     <xs:annotation>
 7555                       <xs:documentation><p>Verze číselníku.</p>
 7556 </xs:documentation>
 7557                     </xs:annotation>
 7558                   </xs:element>
 7559                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7560                     <xs:annotation>
 7561                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7562 </xs:documentation>
 7563                     </xs:annotation>
 7564                   </xs:element>
 7565                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7566                     <xs:annotation>
 7567                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7568 </xs:documentation>
 7569                     </xs:annotation>
 7570                   </xs:element>
 7571                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7572                     <xs:annotation>
 7573                       <xs:documentation><p>Platnost číselníkové položky</p>
 7574 </xs:documentation>
 7575                     </xs:annotation>
 7576                   </xs:element>
 7577                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7578                     <xs:annotation>
 7579                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7580 </xs:documentation>
 7581                     </xs:annotation>
 7582                   </xs:element>
 7583                 </xs:sequence>
 7584               </xs:complexType>
 7585             </xs:element>
 7586             <xs:element name="typ" minOccurs="0">
 7587               <xs:annotation>
 7588                 <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 7589 </xs:documentation>
 7590               </xs:annotation>
 7591               <xs:complexType>
 7592                 <xs:annotation>
 7593                   <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 7594 </xs:documentation>
 7595                 </xs:annotation>
 7596                 <xs:sequence>
 7597                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7598                     <xs:annotation>
 7599                       <xs:documentation><p>Kód číselníku.</p>
 7600 </xs:documentation>
 7601                     </xs:annotation>
 7602                   </xs:element>
 7603                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7604                     <xs:annotation>
 7605                       <xs:documentation><p>Kód číselníkové položky.</p>
 7606 </xs:documentation>
 7607                     </xs:annotation>
 7608                   </xs:element>
 7609                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7610                     <xs:annotation>
 7611                       <xs:documentation><p>Verze číselníku.</p>
 7612 </xs:documentation>
 7613                     </xs:annotation>
 7614                   </xs:element>
 7615                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7616                     <xs:annotation>
 7617                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7618 </xs:documentation>
 7619                     </xs:annotation>
 7620                   </xs:element>
 7621                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7622                     <xs:annotation>
 7623                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7624 </xs:documentation>
 7625                     </xs:annotation>
 7626                   </xs:element>
 7627                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7628                     <xs:annotation>
 7629                       <xs:documentation><p>Platnost číselníkové položky</p>
 7630 </xs:documentation>
 7631                     </xs:annotation>
 7632                   </xs:element>
 7633                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7634                     <xs:annotation>
 7635                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7636 </xs:documentation>
 7637                     </xs:annotation>
 7638                   </xs:element>
 7639                 </xs:sequence>
 7640               </xs:complexType>
 7641             </xs:element>
 7642             <xs:element name="klasifikace" minOccurs="0">
 7643               <xs:annotation>
 7644                 <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>
 7645 </xs:documentation>
 7646               </xs:annotation>
 7647               <xs:complexType>
 7648                 <xs:annotation>
 7649                   <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>
 7650 </xs:documentation>
 7651                 </xs:annotation>
 7652                 <xs:sequence>
 7653                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7654                     <xs:annotation>
 7655                       <xs:documentation><p>Kód číselníku.</p>
 7656 </xs:documentation>
 7657                     </xs:annotation>
 7658                   </xs:element>
 7659                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7660                     <xs:annotation>
 7661                       <xs:documentation><p>Kód číselníkové položky.</p>
 7662 </xs:documentation>
 7663                     </xs:annotation>
 7664                   </xs:element>
 7665                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7666                     <xs:annotation>
 7667                       <xs:documentation><p>Verze číselníku.</p>
 7668 </xs:documentation>
 7669                     </xs:annotation>
 7670                   </xs:element>
 7671                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7672                     <xs:annotation>
 7673                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7674 </xs:documentation>
 7675                     </xs:annotation>
 7676                   </xs:element>
 7677                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7678                     <xs:annotation>
 7679                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7680 </xs:documentation>
 7681                     </xs:annotation>
 7682                   </xs:element>
 7683                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7684                     <xs:annotation>
 7685                       <xs:documentation><p>Platnost číselníkové položky</p>
 7686 </xs:documentation>
 7687                     </xs:annotation>
 7688                   </xs:element>
 7689                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7690                     <xs:annotation>
 7691                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7692 </xs:documentation>
 7693                     </xs:annotation>
 7694                   </xs:element>
 7695                 </xs:sequence>
 7696               </xs:complexType>
 7697             </xs:element>
 7698             <xs:element name="odbornost" minOccurs="0">
 7699               <xs:annotation>
 7700                 <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 7701 </xs:documentation>
 7702               </xs:annotation>
 7703               <xs:complexType>
 7704                 <xs:annotation>
 7705                   <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 7706 </xs:documentation>
 7707                 </xs:annotation>
 7708                 <xs:sequence>
 7709                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7710                     <xs:annotation>
 7711                       <xs:documentation><p>Kód číselníku.</p>
 7712 </xs:documentation>
 7713                     </xs:annotation>
 7714                   </xs:element>
 7715                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7716                     <xs:annotation>
 7717                       <xs:documentation><p>Kód číselníkové položky.</p>
 7718 </xs:documentation>
 7719                     </xs:annotation>
 7720                   </xs:element>
 7721                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7722                     <xs:annotation>
 7723                       <xs:documentation><p>Verze číselníku.</p>
 7724 </xs:documentation>
 7725                     </xs:annotation>
 7726                   </xs:element>
 7727                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7728                     <xs:annotation>
 7729                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7730 </xs:documentation>
 7731                     </xs:annotation>
 7732                   </xs:element>
 7733                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7734                     <xs:annotation>
 7735                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 7736 </xs:documentation>
 7737                     </xs:annotation>
 7738                   </xs:element>
 7739                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7740                     <xs:annotation>
 7741                       <xs:documentation><p>Platnost číselníkové položky</p>
 7742 </xs:documentation>
 7743                     </xs:annotation>
 7744                   </xs:element>
 7745                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 7746                     <xs:annotation>
 7747                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 7748 </xs:documentation>
 7749                     </xs:annotation>
 7750                   </xs:element>
 7751                 </xs:sequence>
 7752               </xs:complexType>
 7753             </xs:element>
 7754             <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 7755               <xs:annotation>
 7756                 <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
 7757 </xs:documentation>
 7758               </xs:annotation>
 7759             </xs:element>
 7760             <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 7761               <xs:annotation>
 7762                 <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
 7763 </xs:documentation>
 7764               </xs:annotation>
 7765             </xs:element>
 7766             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 7767               <xs:annotation>
 7768                 <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
 7769 </xs:documentation>
 7770               </xs:annotation>
 7771             </xs:element>
 7772             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7773               <xs:annotation>
 7774                 <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
 7775 </xs:documentation>
 7776               </xs:annotation>
 7777             </xs:element>
 7778             <xs:element name="autorData" minOccurs="0">
 7779               <xs:annotation>
 7780                 <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 7781 </xs:documentation>
 7782               </xs:annotation>
 7783               <xs:complexType>
 7784                 <xs:annotation>
 7785                   <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 7786 </xs:documentation>
 7787                 </xs:annotation>
 7788                 <xs:sequence>
 7789                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7790                     <xs:annotation>
 7791                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 7792 </xs:documentation>
 7793                     </xs:annotation>
 7794                   </xs:element>
 7795                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7796                     <xs:annotation>
 7797                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 7798 </xs:documentation>
 7799                     </xs:annotation>
 7800                   </xs:element>
 7801                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7802                     <xs:annotation>
 7803                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 7804 </xs:documentation>
 7805                     </xs:annotation>
 7806                   </xs:element>
 7807                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7808                     <xs:annotation>
 7809                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 7810 </xs:documentation>
 7811                     </xs:annotation>
 7812                   </xs:element>
 7813                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7814                     <xs:annotation>
 7815                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 7816 </xs:documentation>
 7817                     </xs:annotation>
 7818                   </xs:element>
 7819                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 7820                     <xs:annotation>
 7821                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 7822 </xs:documentation>
 7823                     </xs:annotation>
 7824                   </xs:element>
 7825                 </xs:sequence>
 7826               </xs:complexType>
 7827             </xs:element>
 7828             <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7829               <xs:annotation>
 7830                 <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
 7831 </xs:documentation>
 7832               </xs:annotation>
 7833             </xs:element>
 7834             <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
 7835               <xs:annotation>
 7836                 <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 7837 </xs:documentation>
 7838               </xs:annotation>
 7839               <xs:complexType>
 7840                 <xs:annotation>
 7841                   <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 7842 </xs:documentation>
 7843                 </xs:annotation>
 7844                 <xs:sequence>
 7845                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7846                     <xs:annotation>
 7847                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 7848 </xs:documentation>
 7849                     </xs:annotation>
 7850                   </xs:element>
 7851                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7852                     <xs:annotation>
 7853                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 7854 </xs:documentation>
 7855                     </xs:annotation>
 7856                   </xs:element>
 7857                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7858                     <xs:annotation>
 7859                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 7860 </xs:documentation>
 7861                     </xs:annotation>
 7862                   </xs:element>
 7863                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7864                     <xs:annotation>
 7865                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 7866 </xs:documentation>
 7867                     </xs:annotation>
 7868                   </xs:element>
 7869                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7870                     <xs:annotation>
 7871                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 7872 </xs:documentation>
 7873                     </xs:annotation>
 7874                   </xs:element>
 7875                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 7876                     <xs:annotation>
 7877                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 7878 </xs:documentation>
 7879                     </xs:annotation>
 7880                   </xs:element>
 7881                 </xs:sequence>
 7882               </xs:complexType>
 7883             </xs:element>
 7884             <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7885               <xs:annotation>
 7886                 <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
 7887 </xs:documentation>
 7888               </xs:annotation>
 7889             </xs:element>
 7890             <xs:element name="poskytovatelData" minOccurs="0">
 7891               <xs:annotation>
 7892                 <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 7893 </xs:documentation>
 7894               </xs:annotation>
 7895               <xs:complexType>
 7896                 <xs:annotation>
 7897                   <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 7898 </xs:documentation>
 7899                 </xs:annotation>
 7900                 <xs:sequence>
 7901                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7902                     <xs:annotation>
 7903                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 7904 </xs:documentation>
 7905                     </xs:annotation>
 7906                   </xs:element>
 7907                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7908                     <xs:annotation>
 7909                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
 7910 </xs:documentation>
 7911                     </xs:annotation>
 7912                   </xs:element>
 7913                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7914                     <xs:annotation>
 7915                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 7916 </xs:documentation>
 7917                     </xs:annotation>
 7918                   </xs:element>
 7919                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7920                     <xs:annotation>
 7921                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 7922 </xs:documentation>
 7923                     </xs:annotation>
 7924                   </xs:element>
 7925                 </xs:sequence>
 7926               </xs:complexType>
 7927             </xs:element>
 7928             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7929               <xs:annotation>
 7930                 <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
 7931 </xs:documentation>
 7932               </xs:annotation>
 7933             </xs:element>
 7934             <xs:element name="pacientData" minOccurs="0">
 7935               <xs:annotation>
 7936                 <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 7937 </xs:documentation>
 7938               </xs:annotation>
 7939               <xs:complexType>
 7940                 <xs:annotation>
 7941                   <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 7942 </xs:documentation>
 7943                 </xs:annotation>
 7944                 <xs:sequence>
 7945                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7946                     <xs:annotation>
 7947                       <xs:documentation><p>RID dohledané osoby.</p>
 7948 </xs:documentation>
 7949                     </xs:annotation>
 7950                   </xs:element>
 7951                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7952                     <xs:annotation>
 7953                       <xs:documentation><p>Jméno dohledané osoby.</p>
 7954 </xs:documentation>
 7955                     </xs:annotation>
 7956                   </xs:element>
 7957                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7958                     <xs:annotation>
 7959                       <xs:documentation><p>Příjmení dohledané osoby.</p>
 7960 </xs:documentation>
 7961                     </xs:annotation>
 7962                   </xs:element>
 7963                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 7964                     <xs:annotation>
 7965                       <xs:documentation><p>Datum narození dohledané osoby.</p>
 7966 </xs:documentation>
 7967                     </xs:annotation>
 7968                   </xs:element>
 7969                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7970                     <xs:annotation>
 7971                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 7972 </xs:documentation>
 7973                     </xs:annotation>
 7974                   </xs:element>
 7975                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7976                     <xs:annotation>
 7977                       <xs:documentation><p>Adresa dohledané osoby.</p>
 7978 </xs:documentation>
 7979                     </xs:annotation>
 7980                   </xs:element>
 7981                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7982                     <xs:annotation>
 7983                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 7984 </xs:documentation>
 7985                     </xs:annotation>
 7986                   </xs:element>
 7987                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7988                     <xs:annotation>
 7989                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 7990 </xs:documentation>
 7991                     </xs:annotation>
 7992                   </xs:element>
 7993                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 7994                     <xs:annotation>
 7995                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 7996 </xs:documentation>
 7997                     </xs:annotation>
 7998                   </xs:element>
 7999                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8000                     <xs:annotation>
 8001                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 8002 </xs:documentation>
 8003                     </xs:annotation>
 8004                   </xs:element>
 8005                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8006                     <xs:annotation>
 8007                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 8008 </xs:documentation>
 8009                     </xs:annotation>
 8010                   </xs:element>
 8011                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 8012                     <xs:annotation>
 8013                       <xs:documentation><p>Doklady dohledané osoby.</p>
 8014 </xs:documentation>
 8015                     </xs:annotation>
 8016                   </xs:element>
 8017                 </xs:sequence>
 8018               </xs:complexType>
 8019             </xs:element>
 8020             <xs:element name="ispzs" minOccurs="0">
 8021               <xs:annotation>
 8022                 <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
 8023 </xs:documentation>
 8024               </xs:annotation>
 8025               <xs:simpleType>
 8026                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 8027                   <xs:maxLength value="255" />
 8028                 </xs:restriction>
 8029               </xs:simpleType>
 8030             </xs:element>
 8031             <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8032               <xs:annotation>
 8033                 <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
 8034 </xs:documentation>
 8035               </xs:annotation>
 8036             </xs:element>
 8037             <xs:element name="adresatData" minOccurs="0">
 8038               <xs:annotation>
 8039                 <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 8040 </xs:documentation>
 8041               </xs:annotation>
 8042               <xs:complexType>
 8043                 <xs:annotation>
 8044                   <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 8045 </xs:documentation>
 8046                 </xs:annotation>
 8047                 <xs:sequence>
 8048                   <xs:element name="zdravotnickyPracovnik" minOccurs="0">
 8049                     <xs:annotation>
 8050                       <xs:documentation><p>Data zdravotnického pracovníka.</p>
 8051 </xs:documentation>
 8052                     </xs:annotation>
 8053                     <xs:complexType>
 8054                       <xs:annotation>
 8055                         <xs:documentation><p>Data zdravotnického pracovníka.</p>
 8056 </xs:documentation>
 8057                       </xs:annotation>
 8058                       <xs:sequence>
 8059                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8060                           <xs:annotation>
 8061                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 8062 </xs:documentation>
 8063                           </xs:annotation>
 8064                         </xs:element>
 8065                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8066                           <xs:annotation>
 8067                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 8068 </xs:documentation>
 8069                           </xs:annotation>
 8070                         </xs:element>
 8071                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8072                           <xs:annotation>
 8073                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 8074 </xs:documentation>
 8075                           </xs:annotation>
 8076                         </xs:element>
 8077                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8078                           <xs:annotation>
 8079                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 8080 </xs:documentation>
 8081                           </xs:annotation>
 8082                         </xs:element>
 8083                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8084                           <xs:annotation>
 8085                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 8086 </xs:documentation>
 8087                           </xs:annotation>
 8088                         </xs:element>
 8089                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8090                           <xs:annotation>
 8091                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 8092 </xs:documentation>
 8093                           </xs:annotation>
 8094                         </xs:element>
 8095                       </xs:sequence>
 8096                     </xs:complexType>
 8097                   </xs:element>
 8098                   <xs:element name="pacient" minOccurs="0">
 8099                     <xs:annotation>
 8100                       <xs:documentation><p>Data pacienta.</p>
 8101 </xs:documentation>
 8102                     </xs:annotation>
 8103                     <xs:complexType>
 8104                       <xs:annotation>
 8105                         <xs:documentation><p>Data pacienta.</p>
 8106 </xs:documentation>
 8107                       </xs:annotation>
 8108                       <xs:sequence>
 8109                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8110                           <xs:annotation>
 8111                             <xs:documentation><p>RID dohledané osoby.</p>
 8112 </xs:documentation>
 8113                           </xs:annotation>
 8114                         </xs:element>
 8115                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8116                           <xs:annotation>
 8117                             <xs:documentation><p>Jméno dohledané osoby.</p>
 8118 </xs:documentation>
 8119                           </xs:annotation>
 8120                         </xs:element>
 8121                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8122                           <xs:annotation>
 8123                             <xs:documentation><p>Příjmení dohledané osoby.</p>
 8124 </xs:documentation>
 8125                           </xs:annotation>
 8126                         </xs:element>
 8127                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8128                           <xs:annotation>
 8129                             <xs:documentation><p>Datum narození dohledané osoby.</p>
 8130 </xs:documentation>
 8131                           </xs:annotation>
 8132                         </xs:element>
 8133                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8134                           <xs:annotation>
 8135                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 8136 </xs:documentation>
 8137                           </xs:annotation>
 8138                         </xs:element>
 8139                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8140                           <xs:annotation>
 8141                             <xs:documentation><p>Adresa dohledané osoby.</p>
 8142 </xs:documentation>
 8143                           </xs:annotation>
 8144                         </xs:element>
 8145                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8146                           <xs:annotation>
 8147                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 8148 </xs:documentation>
 8149                           </xs:annotation>
 8150                         </xs:element>
 8151                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8152                           <xs:annotation>
 8153                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 8154 </xs:documentation>
 8155                           </xs:annotation>
 8156                         </xs:element>
 8157                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8158                           <xs:annotation>
 8159                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 8160 </xs:documentation>
 8161                           </xs:annotation>
 8162                         </xs:element>
 8163                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8164                           <xs:annotation>
 8165                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 8166 </xs:documentation>
 8167                           </xs:annotation>
 8168                         </xs:element>
 8169                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8170                           <xs:annotation>
 8171                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 8172 </xs:documentation>
 8173                           </xs:annotation>
 8174                         </xs:element>
 8175                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 8176                           <xs:annotation>
 8177                             <xs:documentation><p>Doklady dohledané osoby.</p>
 8178 </xs:documentation>
 8179                           </xs:annotation>
 8180                         </xs:element>
 8181                       </xs:sequence>
 8182                     </xs:complexType>
 8183                   </xs:element>
 8184                   <xs:element name="poskytovatel" minOccurs="0">
 8185                     <xs:annotation>
 8186                       <xs:documentation><p>Data poskytovatele.</p>
 8187 </xs:documentation>
 8188                     </xs:annotation>
 8189                     <xs:complexType>
 8190                       <xs:annotation>
 8191                         <xs:documentation><p>Data poskytovatele.</p>
 8192 </xs:documentation>
 8193                       </xs:annotation>
 8194                       <xs:sequence>
 8195                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8196                           <xs:annotation>
 8197                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 8198 </xs:documentation>
 8199                           </xs:annotation>
 8200                         </xs:element>
 8201                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8202                           <xs:annotation>
 8203                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
 8204 </xs:documentation>
 8205                           </xs:annotation>
 8206                         </xs:element>
 8207                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8208                           <xs:annotation>
 8209                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 8210 </xs:documentation>
 8211                           </xs:annotation>
 8212                         </xs:element>
 8213                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8214                           <xs:annotation>
 8215                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 8216 </xs:documentation>
 8217                           </xs:annotation>
 8218                         </xs:element>
 8219                       </xs:sequence>
 8220                     </xs:complexType>
 8221                   </xs:element>
 8222                 </xs:sequence>
 8223               </xs:complexType>
 8224             </xs:element>
 8225             <xs:element name="adresatTyp" minOccurs="0">
 8226               <xs:annotation>
 8227                 <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>
 8228 </xs:documentation>
 8229               </xs:annotation>
 8230               <xs:complexType>
 8231                 <xs:annotation>
 8232                   <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>
 8233 </xs:documentation>
 8234                 </xs:annotation>
 8235                 <xs:sequence>
 8236                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8237                     <xs:annotation>
 8238                       <xs:documentation><p>Kód číselníku.</p>
 8239 </xs:documentation>
 8240                     </xs:annotation>
 8241                   </xs:element>
 8242                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8243                     <xs:annotation>
 8244                       <xs:documentation><p>Kód číselníkové položky.</p>
 8245 </xs:documentation>
 8246                     </xs:annotation>
 8247                   </xs:element>
 8248                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8249                     <xs:annotation>
 8250                       <xs:documentation><p>Verze číselníku.</p>
 8251 </xs:documentation>
 8252                     </xs:annotation>
 8253                   </xs:element>
 8254                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8255                     <xs:annotation>
 8256                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8257 </xs:documentation>
 8258                     </xs:annotation>
 8259                   </xs:element>
 8260                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8261                     <xs:annotation>
 8262                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8263 </xs:documentation>
 8264                     </xs:annotation>
 8265                   </xs:element>
 8266                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8267                     <xs:annotation>
 8268                       <xs:documentation><p>Platnost číselníkové položky</p>
 8269 </xs:documentation>
 8270                     </xs:annotation>
 8271                   </xs:element>
 8272                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8273                     <xs:annotation>
 8274                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8275 </xs:documentation>
 8276                     </xs:annotation>
 8277                   </xs:element>
 8278                 </xs:sequence>
 8279               </xs:complexType>
 8280             </xs:element>
 8281             <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8282               <xs:annotation>
 8283                 <xs:documentation><p>Status dostupnosti zásilky.</p>
 8284 </xs:documentation>
 8285               </xs:annotation>
 8286             </xs:element>
 8287             <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 8288               <xs:annotation>
 8289                 <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
 8290 </xs:documentation>
 8291               </xs:annotation>
 8292             </xs:element>
 8293             <xs:element name="udalost" minOccurs="0">
 8294               <xs:annotation>
 8295                 <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 8296 </xs:documentation>
 8297               </xs:annotation>
 8298               <xs:complexType>
 8299                 <xs:annotation>
 8300                   <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 8301 </xs:documentation>
 8302                 </xs:annotation>
 8303                 <xs:sequence>
 8304                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8305                     <xs:annotation>
 8306                       <xs:documentation><p>Kód číselníku.</p>
 8307 </xs:documentation>
 8308                     </xs:annotation>
 8309                   </xs:element>
 8310                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8311                     <xs:annotation>
 8312                       <xs:documentation><p>Kód číselníkové položky.</p>
 8313 </xs:documentation>
 8314                     </xs:annotation>
 8315                   </xs:element>
 8316                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8317                     <xs:annotation>
 8318                       <xs:documentation><p>Verze číselníku.</p>
 8319 </xs:documentation>
 8320                     </xs:annotation>
 8321                   </xs:element>
 8322                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8323                     <xs:annotation>
 8324                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8325 </xs:documentation>
 8326                     </xs:annotation>
 8327                   </xs:element>
 8328                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8329                     <xs:annotation>
 8330                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8331 </xs:documentation>
 8332                     </xs:annotation>
 8333                   </xs:element>
 8334                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8335                     <xs:annotation>
 8336                       <xs:documentation><p>Platnost číselníkové položky</p>
 8337 </xs:documentation>
 8338                     </xs:annotation>
 8339                   </xs:element>
 8340                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8341                     <xs:annotation>
 8342                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8343 </xs:documentation>
 8344                     </xs:annotation>
 8345                   </xs:element>
 8346                 </xs:sequence>
 8347               </xs:complexType>
 8348             </xs:element>
 8349             <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
 8350               <xs:annotation>
 8351                 <xs:documentation><p>Dokument zásilky.</p>
 8352 </xs:documentation>
 8353               </xs:annotation>
 8354             </xs:element>
 8355           </xs:sequence>
 8356         </xs:complexType>
 8357       </xs:element>
 8358       <xs:element name="dodatecnyPrijemce" type="tns:DodatecnyPrijemce" minOccurs="0" maxOccurs="2147483647">
 8359         <xs:annotation>
 8360           <xs:documentation><p>Seznam dodatečních příjemců žádanky.</p>
 8361 </xs:documentation>
 8362         </xs:annotation>
 8363       </xs:element>
 8364       <xs:element name="metodaData" type="tns:PolozkaCiselnikuDto" minOccurs="0" maxOccurs="2147483647">
 8365         <xs:annotation>
 8366           <xs:documentation><p>Metoda konkrétní žádanky. Liší se dle typu žádanky (číselník: referralorder-types). Pro typ &quot;žádanka o vyšetření (K)&quot; (kód: &quot;57133-1&quot;) musí být uvedena položka číselníku: &quot;korder-type-vs&quot;; Pro typ &quot;žádanka o zobrazovací vyšetření (Z)&quot; (kód: &quot;721964003&quot;) musí být uvedena položka číselníku: &quot;cz-modality&quot;; Pro typ &quot;žádanka o fyzioterapii (FT)&quot; (kód: &quot;57154-7&quot;) nemusí být pole vyplněno</p>
 8367 </xs:documentation>
 8368         </xs:annotation>
 8369       </xs:element>
 8370       <xs:element name="obsahujePrilohy" type="xs:boolean" minOccurs="0">
 8371         <xs:annotation>
 8372           <xs:documentation><p>Příznak, zda žádanka obsahuje přílohy.</p>
 8373 </xs:documentation>
 8374         </xs:annotation>
 8375       </xs:element>
 8376     </xs:sequence>
 8377   </xs:complexType>
 8378   <xs:complexType name="VyhledejAktivniZadankuRequest">
 8379     <xs:annotation>
 8380       <xs:documentation><p>Požadavek pro filtraci aktivních žádanek Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
 8381 </xs:documentation>
 8382     </xs:annotation>
 8383     <xs:sequence>
 8384       <xs:element name="id" type="ns1:guid" minOccurs="0">
 8385         <xs:annotation>
 8386           <xs:documentation><p>Identifikátor žádanky.</p>
 8387 </xs:documentation>
 8388         </xs:annotation>
 8389       </xs:element>
 8390       <xs:element name="rid" type="xs:string" minOccurs="0">
 8391         <xs:annotation>
 8392           <xs:documentation><p>RID - Identifikátor pacienta, kterému seznam náleží.</p>
 8393 </xs:documentation>
 8394         </xs:annotation>
 8395       </xs:element>
 8396       <xs:element name="kodZadanky" type="xs:string" minOccurs="0">
 8397         <xs:annotation>
 8398           <xs:documentation><p>Kódové označení žádanky.</p>
 8399 </xs:documentation>
 8400         </xs:annotation>
 8401       </xs:element>
 8402       <xs:element name="kodVzorku" type="xs:string" minOccurs="0">
 8403         <xs:annotation>
 8404           <xs:documentation><p>Kódové označení vzorku.</p>
 8405 </xs:documentation>
 8406         </xs:annotation>
 8407       </xs:element>
 8408       <xs:element name="refresh" type="xs:boolean" minOccurs="0">
 8409         <xs:annotation>
 8410           <xs:documentation><p>Vynulování cache pro vyhledávání.</p>
 8411 </xs:documentation>
 8412         </xs:annotation>
 8413       </xs:element>
 8414       <xs:element name="strankovani" minOccurs="0">
 8415         <xs:annotation>
 8416           <xs:documentation><p>Specifikace stránkování.</p>
 8417 </xs:documentation>
 8418         </xs:annotation>
 8419         <xs:complexType>
 8420           <xs:annotation>
 8421             <xs:documentation><p>Specifikace stránkování.</p>
 8422 </xs:documentation>
 8423           </xs:annotation>
 8424           <xs:sequence>
 8425             <xs:element name="page" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 8426               <xs:annotation>
 8427                 <xs:documentation><p>Definuje požadované číslo stránky. Stránky jsou číslovány od 1.</p>
 8428 </xs:documentation>
 8429               </xs:annotation>
 8430             </xs:element>
 8431             <xs:element name="size" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 8432               <xs:annotation>
 8433                 <xs:documentation><p>Definuje požadovaný počet záznamů na stránce.</p>
 8434 </xs:documentation>
 8435               </xs:annotation>
 8436             </xs:element>
 8437           </xs:sequence>
 8438         </xs:complexType>
 8439       </xs:element>
 8440     </xs:sequence>
 8441   </xs:complexType>
 8442   <xs:complexType name="VyhledejAktivniZadankuResponse">
 8443     <xs:annotation>
 8444       <xs:documentation><p>Návratová data pro vyhledání aktívních žádanek</p>
 8445 </xs:documentation>
 8446     </xs:annotation>
 8447     <xs:sequence>
 8448       <xs:element name="pageNumber" type="xs:int" minOccurs="0">
 8449         <xs:annotation>
 8450           <xs:documentation><p>Reprezentuje číslo aktuální stránky.</p>
 8451 </xs:documentation>
 8452         </xs:annotation>
 8453       </xs:element>
 8454       <xs:element name="nextPage" type="xs:int" minOccurs="0">
 8455         <xs:annotation>
 8456           <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>
 8457 </xs:documentation>
 8458         </xs:annotation>
 8459       </xs:element>
 8460       <xs:element name="pageCount" type="xs:int" minOccurs="0">
 8461         <xs:annotation>
 8462           <xs:documentation><p>Reprezentuje celkový počet stránek dotazu.</p>
 8463 </xs:documentation>
 8464         </xs:annotation>
 8465       </xs:element>
 8466       <xs:element name="pageSize" type="xs:long" minOccurs="0">
 8467         <xs:annotation>
 8468           <xs:documentation><p>Počet zásilek na stránku (na základě uvedeného stránkování v rámci requestu).</p>
 8469 </xs:documentation>
 8470         </xs:annotation>
 8471       </xs:element>
 8472       <xs:element name="totalCount" type="xs:long" minOccurs="0">
 8473         <xs:annotation>
 8474           <xs:documentation><p>Celkový počet zásilek nalezený na základě zadaných parametrů.</p>
 8475 </xs:documentation>
 8476         </xs:annotation>
 8477       </xs:element>
 8478       <xs:element name="zadanky" type="tns:VyhledejZadankuDto" minOccurs="0" maxOccurs="2147483647">
 8479         <xs:annotation>
 8480           <xs:documentation><p>Seznam nalezených aktívnich žádanek.</p>
 8481 </xs:documentation>
 8482         </xs:annotation>
 8483       </xs:element>
 8484     </xs:sequence>
 8485   </xs:complexType>
 8486   <xs:complexType name="VyhledejZadankuDto">
 8487     <xs:annotation>
 8488       <xs:documentation><p>Class for <span class="identifier">VyhledejZadankuDto</span></p>
 8489 </xs:documentation>
 8490     </xs:annotation>
 8491     <xs:sequence>
 8492       <xs:element name="zadanka" minOccurs="0">
 8493         <xs:annotation>
 8494           <xs:documentation><p>Nalezená žádanka.</p>
 8495 </xs:documentation>
 8496         </xs:annotation>
 8497         <xs:complexType>
 8498           <xs:annotation>
 8499             <xs:documentation><p>Nalezená žádanka.</p>
 8500 </xs:documentation>
 8501           </xs:annotation>
 8502           <xs:sequence>
 8503             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 8504               <xs:annotation>
 8505                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 8506 </xs:documentation>
 8507               </xs:annotation>
 8508             </xs:element>
 8509             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 8510               <xs:annotation>
 8511                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 8512 </xs:documentation>
 8513               </xs:annotation>
 8514             </xs:element>
 8515             <xs:element name="stav" minOccurs="0">
 8516               <xs:annotation>
 8517                 <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
 8518 </xs:documentation>
 8519               </xs:annotation>
 8520               <xs:complexType>
 8521                 <xs:annotation>
 8522                   <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
 8523 </xs:documentation>
 8524                 </xs:annotation>
 8525                 <xs:sequence>
 8526                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8527                     <xs:annotation>
 8528                       <xs:documentation><p>Kód číselníku.</p>
 8529 </xs:documentation>
 8530                     </xs:annotation>
 8531                   </xs:element>
 8532                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8533                     <xs:annotation>
 8534                       <xs:documentation><p>Kód číselníkové položky.</p>
 8535 </xs:documentation>
 8536                     </xs:annotation>
 8537                   </xs:element>
 8538                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8539                     <xs:annotation>
 8540                       <xs:documentation><p>Verze číselníku.</p>
 8541 </xs:documentation>
 8542                     </xs:annotation>
 8543                   </xs:element>
 8544                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8545                     <xs:annotation>
 8546                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8547 </xs:documentation>
 8548                     </xs:annotation>
 8549                   </xs:element>
 8550                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8551                     <xs:annotation>
 8552                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8553 </xs:documentation>
 8554                     </xs:annotation>
 8555                   </xs:element>
 8556                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8557                     <xs:annotation>
 8558                       <xs:documentation><p>Platnost číselníkové položky</p>
 8559 </xs:documentation>
 8560                     </xs:annotation>
 8561                   </xs:element>
 8562                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8563                     <xs:annotation>
 8564                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8565 </xs:documentation>
 8566                     </xs:annotation>
 8567                   </xs:element>
 8568                 </xs:sequence>
 8569               </xs:complexType>
 8570             </xs:element>
 8571             <xs:element name="kod" minOccurs="0">
 8572               <xs:annotation>
 8573                 <xs:documentation><p>Kód žádanky.</p>
 8574 </xs:documentation>
 8575               </xs:annotation>
 8576               <xs:simpleType>
 8577                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 8578                   <xs:maxLength value="100" />
 8579                 </xs:restriction>
 8580               </xs:simpleType>
 8581             </xs:element>
 8582             <xs:element name="urgentnost" minOccurs="0">
 8583               <xs:annotation>
 8584                 <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
 8585 </xs:documentation>
 8586               </xs:annotation>
 8587               <xs:complexType>
 8588                 <xs:annotation>
 8589                   <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
 8590 </xs:documentation>
 8591                 </xs:annotation>
 8592                 <xs:sequence>
 8593                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8594                     <xs:annotation>
 8595                       <xs:documentation><p>Kód číselníku.</p>
 8596 </xs:documentation>
 8597                     </xs:annotation>
 8598                   </xs:element>
 8599                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8600                     <xs:annotation>
 8601                       <xs:documentation><p>Kód číselníkové položky.</p>
 8602 </xs:documentation>
 8603                     </xs:annotation>
 8604                   </xs:element>
 8605                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8606                     <xs:annotation>
 8607                       <xs:documentation><p>Verze číselníku.</p>
 8608 </xs:documentation>
 8609                     </xs:annotation>
 8610                   </xs:element>
 8611                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8612                     <xs:annotation>
 8613                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8614 </xs:documentation>
 8615                     </xs:annotation>
 8616                   </xs:element>
 8617                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8618                     <xs:annotation>
 8619                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8620 </xs:documentation>
 8621                     </xs:annotation>
 8622                   </xs:element>
 8623                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8624                     <xs:annotation>
 8625                       <xs:documentation><p>Platnost číselníkové položky</p>
 8626 </xs:documentation>
 8627                     </xs:annotation>
 8628                   </xs:element>
 8629                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8630                     <xs:annotation>
 8631                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8632 </xs:documentation>
 8633                     </xs:annotation>
 8634                   </xs:element>
 8635                 </xs:sequence>
 8636               </xs:complexType>
 8637             </xs:element>
 8638             <xs:element name="samoplatce" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8639               <xs:annotation>
 8640                 <xs:documentation><p>Informace o tom, zda je osoba samoplátcem.</p>
 8641 </xs:documentation>
 8642               </xs:annotation>
 8643             </xs:element>
 8644             <xs:element name="prilozenVzorek" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8645               <xs:annotation>
 8646                 <xs:documentation><p>Informace o tom, zda byl přiložen vzorek (laboratorní).</p>
 8647 </xs:documentation>
 8648               </xs:annotation>
 8649             </xs:element>
 8650             <xs:element name="omezeniMobility" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8651               <xs:annotation>
 8652                 <xs:documentation><p>Informace o tom, zda se jedná o pacienta s omezenou mobilitou (obrazová).</p>
 8653 </xs:documentation>
 8654               </xs:annotation>
 8655             </xs:element>
 8656             <xs:element name="popisOmezeniMobility" minOccurs="0">
 8657               <xs:annotation>
 8658                 <xs:documentation><p>Nepovinné textové pole pro upřesnění omezení mobility pacienta (obrazová, omezeniMobility == 1).</p>
 8659 </xs:documentation>
 8660               </xs:annotation>
 8661               <xs:simpleType>
 8662                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 8663                   <xs:maxLength value="250" />
 8664                 </xs:restriction>
 8665               </xs:simpleType>
 8666             </xs:element>
 8667             <xs:element name="instrukceProPacienta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8668               <xs:annotation>
 8669                 <xs:documentation><p>Instrukce pro pacienta.</p>
 8670 </xs:documentation>
 8671               </xs:annotation>
 8672             </xs:element>
 8673             <xs:element name="zpusobVyrizeni" minOccurs="0">
 8674               <xs:annotation>
 8675                 <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
 8676 </xs:documentation>
 8677               </xs:annotation>
 8678               <xs:complexType>
 8679                 <xs:annotation>
 8680                   <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
 8681 </xs:documentation>
 8682                 </xs:annotation>
 8683                 <xs:sequence>
 8684                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8685                     <xs:annotation>
 8686                       <xs:documentation><p>Kód číselníku.</p>
 8687 </xs:documentation>
 8688                     </xs:annotation>
 8689                   </xs:element>
 8690                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8691                     <xs:annotation>
 8692                       <xs:documentation><p>Kód číselníkové položky.</p>
 8693 </xs:documentation>
 8694                     </xs:annotation>
 8695                   </xs:element>
 8696                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8697                     <xs:annotation>
 8698                       <xs:documentation><p>Verze číselníku.</p>
 8699 </xs:documentation>
 8700                     </xs:annotation>
 8701                   </xs:element>
 8702                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8703                     <xs:annotation>
 8704                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8705 </xs:documentation>
 8706                     </xs:annotation>
 8707                   </xs:element>
 8708                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8709                     <xs:annotation>
 8710                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8711 </xs:documentation>
 8712                     </xs:annotation>
 8713                   </xs:element>
 8714                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8715                     <xs:annotation>
 8716                       <xs:documentation><p>Platnost číselníkové položky</p>
 8717 </xs:documentation>
 8718                     </xs:annotation>
 8719                   </xs:element>
 8720                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8721                     <xs:annotation>
 8722                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8723 </xs:documentation>
 8724                     </xs:annotation>
 8725                   </xs:element>
 8726                 </xs:sequence>
 8727               </xs:complexType>
 8728             </xs:element>
 8729             <xs:element name="zpusobVyrizeniUpresneni" minOccurs="0">
 8730               <xs:annotation>
 8731                 <xs:documentation><p>Upřesnení způsobu vyřízení žádanky.</p>
 8732 </xs:documentation>
 8733               </xs:annotation>
 8734               <xs:simpleType>
 8735                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 8736                   <xs:maxLength value="250" />
 8737                 </xs:restriction>
 8738               </xs:simpleType>
 8739             </xs:element>
 8740             <xs:element name="nadrizenaZadankaId" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 8741               <xs:annotation>
 8742                 <xs:documentation><p>Odkaz na záznam nadřízené žádanky.</p>
 8743 </xs:documentation>
 8744               </xs:annotation>
 8745             </xs:element>
 8746             <xs:element name="zasilkaVysledekId" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 8747               <xs:annotation>
 8748                 <xs:documentation><p>Odkaz na záznam zásilky, v rámci které byl přiložen výsledek.</p>
 8749 </xs:documentation>
 8750               </xs:annotation>
 8751             </xs:element>
 8752             <xs:element name="datumStorna" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8753               <xs:annotation>
 8754                 <xs:documentation><p>Gets or sets the datum storna.</p>
 8755 </xs:documentation>
 8756               </xs:annotation>
 8757             </xs:element>
 8758             <xs:element name="datumZaznaceniNeproveditelnosti" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8759               <xs:annotation>
 8760                 <xs:documentation><p>Gets or sets the datum zaznaceni neproveditelnosti.</p>
 8761 </xs:documentation>
 8762               </xs:annotation>
 8763             </xs:element>
 8764             <xs:element name="datumPoslednihoVraceniDoObehu" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8765               <xs:annotation>
 8766                 <xs:documentation><p>Gets or sets the datum posledniho vraceni do obehu.</p>
 8767 </xs:documentation>
 8768               </xs:annotation>
 8769             </xs:element>
 8770             <xs:element name="datumPoslednihoPrijeti" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8771               <xs:annotation>
 8772                 <xs:documentation><p>Gets or sets the datum posledniho prijeti.</p>
 8773 </xs:documentation>
 8774               </xs:annotation>
 8775             </xs:element>
 8776             <xs:element name="datumRozdeleni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8777               <xs:annotation>
 8778                 <xs:documentation><p>Gets or sets the datum rozdeleni.</p>
 8779 </xs:documentation>
 8780               </xs:annotation>
 8781             </xs:element>
 8782             <xs:element name="datumVyrizeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8783               <xs:annotation>
 8784                 <xs:documentation><p>Gets or sets the datum vyrizeni.</p>
 8785 </xs:documentation>
 8786               </xs:annotation>
 8787             </xs:element>
 8788             <xs:element name="datumExpirace" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8789               <xs:annotation>
 8790                 <xs:documentation><p>Gets or sets the datum expirace.</p>
 8791 </xs:documentation>
 8792               </xs:annotation>
 8793             </xs:element>
 8794             <xs:element name="datumPlanovanehoVysetreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8795               <xs:annotation>
 8796                 <xs:documentation><p>Gets or sets the datum planovaneho vysetreni.</p>
 8797 </xs:documentation>
 8798               </xs:annotation>
 8799             </xs:element>
 8800             <xs:element name="datumSkutecneRealizaceVysetreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 8801               <xs:annotation>
 8802                 <xs:documentation><p>Gets or sets the datum skutecne realizace vysetreni.</p>
 8803 </xs:documentation>
 8804               </xs:annotation>
 8805             </xs:element>
 8806             <xs:element name="pacientPojistovna" minOccurs="0">
 8807               <xs:annotation>
 8808                 <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
 8809 </xs:documentation>
 8810               </xs:annotation>
 8811               <xs:complexType>
 8812                 <xs:annotation>
 8813                   <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
 8814 </xs:documentation>
 8815                 </xs:annotation>
 8816                 <xs:sequence>
 8817                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8818                     <xs:annotation>
 8819                       <xs:documentation><p>Kód číselníku.</p>
 8820 </xs:documentation>
 8821                     </xs:annotation>
 8822                   </xs:element>
 8823                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8824                     <xs:annotation>
 8825                       <xs:documentation><p>Kód číselníkové položky.</p>
 8826 </xs:documentation>
 8827                     </xs:annotation>
 8828                   </xs:element>
 8829                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8830                     <xs:annotation>
 8831                       <xs:documentation><p>Verze číselníku.</p>
 8832 </xs:documentation>
 8833                     </xs:annotation>
 8834                   </xs:element>
 8835                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8836                     <xs:annotation>
 8837                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8838 </xs:documentation>
 8839                     </xs:annotation>
 8840                   </xs:element>
 8841                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8842                     <xs:annotation>
 8843                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8844 </xs:documentation>
 8845                     </xs:annotation>
 8846                   </xs:element>
 8847                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8848                     <xs:annotation>
 8849                       <xs:documentation><p>Platnost číselníkové položky</p>
 8850 </xs:documentation>
 8851                     </xs:annotation>
 8852                   </xs:element>
 8853                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8854                     <xs:annotation>
 8855                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8856 </xs:documentation>
 8857                     </xs:annotation>
 8858                   </xs:element>
 8859                 </xs:sequence>
 8860               </xs:complexType>
 8861             </xs:element>
 8862             <xs:element name="icpZadatele" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8863               <xs:annotation>
 8864                 <xs:documentation><p>Identifikační číslo zařízení žadatele</p>
 8865 </xs:documentation>
 8866               </xs:annotation>
 8867             </xs:element>
 8868             <xs:element name="pacientImplantat" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8869               <xs:annotation>
 8870                 <xs:documentation><p>Implantát pacienta</p>
 8871 </xs:documentation>
 8872               </xs:annotation>
 8873             </xs:element>
 8874             <xs:element name="vzorekData" type="https://ezprava.net/mzd/eZadankaMZd:Vzorek" minOccurs="0" maxOccurs="2147483647">
 8875               <xs:annotation>
 8876                 <xs:documentation><p>Seznam vzorků žádanky.</p>
 8877 </xs:documentation>
 8878               </xs:annotation>
 8879             </xs:element>
 8880             <xs:element name="zasilka" minOccurs="0">
 8881               <xs:annotation>
 8882                 <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
 8883 </xs:documentation>
 8884               </xs:annotation>
 8885               <xs:complexType>
 8886                 <xs:annotation>
 8887                   <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
 8888 </xs:documentation>
 8889                 </xs:annotation>
 8890                 <xs:sequence>
 8891                   <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 8892                     <xs:annotation>
 8893                       <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
 8894 </xs:documentation>
 8895                     </xs:annotation>
 8896                   </xs:element>
 8897                   <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
 8898                     <xs:annotation>
 8899                       <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
 8900 </xs:documentation>
 8901                     </xs:annotation>
 8902                   </xs:element>
 8903                   <xs:element name="nazev" minOccurs="0">
 8904                     <xs:annotation>
 8905                       <xs:documentation><p>Název zásilky pro referenci.</p>
 8906 </xs:documentation>
 8907                     </xs:annotation>
 8908                     <xs:simpleType>
 8909                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 8910                         <xs:maxLength value="255" />
 8911                       </xs:restriction>
 8912                     </xs:simpleType>
 8913                   </xs:element>
 8914                   <xs:element name="popis" minOccurs="0">
 8915                     <xs:annotation>
 8916                       <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
 8917 </xs:documentation>
 8918                     </xs:annotation>
 8919                     <xs:simpleType>
 8920                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 8921                         <xs:maxLength value="999" />
 8922                       </xs:restriction>
 8923                     </xs:simpleType>
 8924                   </xs:element>
 8925                   <xs:element name="stav" minOccurs="0">
 8926                     <xs:annotation>
 8927                       <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 8928 </xs:documentation>
 8929                     </xs:annotation>
 8930                     <xs:complexType>
 8931                       <xs:annotation>
 8932                         <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
 8933 </xs:documentation>
 8934                       </xs:annotation>
 8935                       <xs:sequence>
 8936                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8937                           <xs:annotation>
 8938                             <xs:documentation><p>Kód číselníku.</p>
 8939 </xs:documentation>
 8940                           </xs:annotation>
 8941                         </xs:element>
 8942                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8943                           <xs:annotation>
 8944                             <xs:documentation><p>Kód číselníkové položky.</p>
 8945 </xs:documentation>
 8946                           </xs:annotation>
 8947                         </xs:element>
 8948                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8949                           <xs:annotation>
 8950                             <xs:documentation><p>Verze číselníku.</p>
 8951 </xs:documentation>
 8952                           </xs:annotation>
 8953                         </xs:element>
 8954                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8955                           <xs:annotation>
 8956                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8957 </xs:documentation>
 8958                           </xs:annotation>
 8959                         </xs:element>
 8960                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8961                           <xs:annotation>
 8962                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 8963 </xs:documentation>
 8964                           </xs:annotation>
 8965                         </xs:element>
 8966                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8967                           <xs:annotation>
 8968                             <xs:documentation><p>Platnost číselníkové položky</p>
 8969 </xs:documentation>
 8970                           </xs:annotation>
 8971                         </xs:element>
 8972                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 8973                           <xs:annotation>
 8974                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 8975 </xs:documentation>
 8976                           </xs:annotation>
 8977                         </xs:element>
 8978                       </xs:sequence>
 8979                     </xs:complexType>
 8980                   </xs:element>
 8981                   <xs:element name="typ" minOccurs="0">
 8982                     <xs:annotation>
 8983                       <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 8984 </xs:documentation>
 8985                     </xs:annotation>
 8986                     <xs:complexType>
 8987                       <xs:annotation>
 8988                         <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
 8989 </xs:documentation>
 8990                       </xs:annotation>
 8991                       <xs:sequence>
 8992                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8993                           <xs:annotation>
 8994                             <xs:documentation><p>Kód číselníku.</p>
 8995 </xs:documentation>
 8996                           </xs:annotation>
 8997                         </xs:element>
 8998                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 8999                           <xs:annotation>
 9000                             <xs:documentation><p>Kód číselníkové položky.</p>
 9001 </xs:documentation>
 9002                           </xs:annotation>
 9003                         </xs:element>
 9004                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9005                           <xs:annotation>
 9006                             <xs:documentation><p>Verze číselníku.</p>
 9007 </xs:documentation>
 9008                           </xs:annotation>
 9009                         </xs:element>
 9010                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9011                           <xs:annotation>
 9012                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9013 </xs:documentation>
 9014                           </xs:annotation>
 9015                         </xs:element>
 9016                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9017                           <xs:annotation>
 9018                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9019 </xs:documentation>
 9020                           </xs:annotation>
 9021                         </xs:element>
 9022                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9023                           <xs:annotation>
 9024                             <xs:documentation><p>Platnost číselníkové položky</p>
 9025 </xs:documentation>
 9026                           </xs:annotation>
 9027                         </xs:element>
 9028                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9029                           <xs:annotation>
 9030                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 9031 </xs:documentation>
 9032                           </xs:annotation>
 9033                         </xs:element>
 9034                       </xs:sequence>
 9035                     </xs:complexType>
 9036                   </xs:element>
 9037                   <xs:element name="klasifikace" minOccurs="0">
 9038                     <xs:annotation>
 9039                       <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>
 9040 </xs:documentation>
 9041                     </xs:annotation>
 9042                     <xs:complexType>
 9043                       <xs:annotation>
 9044                         <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>
 9045 </xs:documentation>
 9046                       </xs:annotation>
 9047                       <xs:sequence>
 9048                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9049                           <xs:annotation>
 9050                             <xs:documentation><p>Kód číselníku.</p>
 9051 </xs:documentation>
 9052                           </xs:annotation>
 9053                         </xs:element>
 9054                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9055                           <xs:annotation>
 9056                             <xs:documentation><p>Kód číselníkové položky.</p>
 9057 </xs:documentation>
 9058                           </xs:annotation>
 9059                         </xs:element>
 9060                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9061                           <xs:annotation>
 9062                             <xs:documentation><p>Verze číselníku.</p>
 9063 </xs:documentation>
 9064                           </xs:annotation>
 9065                         </xs:element>
 9066                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9067                           <xs:annotation>
 9068                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9069 </xs:documentation>
 9070                           </xs:annotation>
 9071                         </xs:element>
 9072                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9073                           <xs:annotation>
 9074                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9075 </xs:documentation>
 9076                           </xs:annotation>
 9077                         </xs:element>
 9078                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9079                           <xs:annotation>
 9080                             <xs:documentation><p>Platnost číselníkové položky</p>
 9081 </xs:documentation>
 9082                           </xs:annotation>
 9083                         </xs:element>
 9084                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9085                           <xs:annotation>
 9086                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 9087 </xs:documentation>
 9088                           </xs:annotation>
 9089                         </xs:element>
 9090                       </xs:sequence>
 9091                     </xs:complexType>
 9092                   </xs:element>
 9093                   <xs:element name="odbornost" minOccurs="0">
 9094                     <xs:annotation>
 9095                       <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 9096 </xs:documentation>
 9097                     </xs:annotation>
 9098                     <xs:complexType>
 9099                       <xs:annotation>
 9100                         <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
 9101 </xs:documentation>
 9102                       </xs:annotation>
 9103                       <xs:sequence>
 9104                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9105                           <xs:annotation>
 9106                             <xs:documentation><p>Kód číselníku.</p>
 9107 </xs:documentation>
 9108                           </xs:annotation>
 9109                         </xs:element>
 9110                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9111                           <xs:annotation>
 9112                             <xs:documentation><p>Kód číselníkové položky.</p>
 9113 </xs:documentation>
 9114                           </xs:annotation>
 9115                         </xs:element>
 9116                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9117                           <xs:annotation>
 9118                             <xs:documentation><p>Verze číselníku.</p>
 9119 </xs:documentation>
 9120                           </xs:annotation>
 9121                         </xs:element>
 9122                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9123                           <xs:annotation>
 9124                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9125 </xs:documentation>
 9126                           </xs:annotation>
 9127                         </xs:element>
 9128                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9129                           <xs:annotation>
 9130                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9131 </xs:documentation>
 9132                           </xs:annotation>
 9133                         </xs:element>
 9134                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9135                           <xs:annotation>
 9136                             <xs:documentation><p>Platnost číselníkové položky</p>
 9137 </xs:documentation>
 9138                           </xs:annotation>
 9139                         </xs:element>
 9140                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9141                           <xs:annotation>
 9142                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 9143 </xs:documentation>
 9144                           </xs:annotation>
 9145                         </xs:element>
 9146                       </xs:sequence>
 9147                     </xs:complexType>
 9148                   </xs:element>
 9149                   <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9150                     <xs:annotation>
 9151                       <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
 9152 </xs:documentation>
 9153                     </xs:annotation>
 9154                   </xs:element>
 9155                   <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9156                     <xs:annotation>
 9157                       <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
 9158 </xs:documentation>
 9159                     </xs:annotation>
 9160                   </xs:element>
 9161                   <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9162                     <xs:annotation>
 9163                       <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
 9164 </xs:documentation>
 9165                     </xs:annotation>
 9166                   </xs:element>
 9167                   <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9168                     <xs:annotation>
 9169                       <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
 9170 </xs:documentation>
 9171                     </xs:annotation>
 9172                   </xs:element>
 9173                   <xs:element name="autorData" minOccurs="0">
 9174                     <xs:annotation>
 9175                       <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 9176 </xs:documentation>
 9177                     </xs:annotation>
 9178                     <xs:complexType>
 9179                       <xs:annotation>
 9180                         <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
 9181 </xs:documentation>
 9182                       </xs:annotation>
 9183                       <xs:sequence>
 9184                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9185                           <xs:annotation>
 9186                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 9187 </xs:documentation>
 9188                           </xs:annotation>
 9189                         </xs:element>
 9190                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9191                           <xs:annotation>
 9192                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 9193 </xs:documentation>
 9194                           </xs:annotation>
 9195                         </xs:element>
 9196                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9197                           <xs:annotation>
 9198                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 9199 </xs:documentation>
 9200                           </xs:annotation>
 9201                         </xs:element>
 9202                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9203                           <xs:annotation>
 9204                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 9205 </xs:documentation>
 9206                           </xs:annotation>
 9207                         </xs:element>
 9208                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9209                           <xs:annotation>
 9210                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 9211 </xs:documentation>
 9212                           </xs:annotation>
 9213                         </xs:element>
 9214                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9215                           <xs:annotation>
 9216                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 9217 </xs:documentation>
 9218                           </xs:annotation>
 9219                         </xs:element>
 9220                       </xs:sequence>
 9221                     </xs:complexType>
 9222                   </xs:element>
 9223                   <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9224                     <xs:annotation>
 9225                       <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
 9226 </xs:documentation>
 9227                     </xs:annotation>
 9228                   </xs:element>
 9229                   <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
 9230                     <xs:annotation>
 9231                       <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 9232 </xs:documentation>
 9233                     </xs:annotation>
 9234                     <xs:complexType>
 9235                       <xs:annotation>
 9236                         <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
 9237 </xs:documentation>
 9238                       </xs:annotation>
 9239                       <xs:sequence>
 9240                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9241                           <xs:annotation>
 9242                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 9243 </xs:documentation>
 9244                           </xs:annotation>
 9245                         </xs:element>
 9246                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9247                           <xs:annotation>
 9248                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 9249 </xs:documentation>
 9250                           </xs:annotation>
 9251                         </xs:element>
 9252                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9253                           <xs:annotation>
 9254                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 9255 </xs:documentation>
 9256                           </xs:annotation>
 9257                         </xs:element>
 9258                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9259                           <xs:annotation>
 9260                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 9261 </xs:documentation>
 9262                           </xs:annotation>
 9263                         </xs:element>
 9264                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9265                           <xs:annotation>
 9266                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 9267 </xs:documentation>
 9268                           </xs:annotation>
 9269                         </xs:element>
 9270                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9271                           <xs:annotation>
 9272                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 9273 </xs:documentation>
 9274                           </xs:annotation>
 9275                         </xs:element>
 9276                       </xs:sequence>
 9277                     </xs:complexType>
 9278                   </xs:element>
 9279                   <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9280                     <xs:annotation>
 9281                       <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
 9282 </xs:documentation>
 9283                     </xs:annotation>
 9284                   </xs:element>
 9285                   <xs:element name="poskytovatelData" minOccurs="0">
 9286                     <xs:annotation>
 9287                       <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 9288 </xs:documentation>
 9289                     </xs:annotation>
 9290                     <xs:complexType>
 9291                       <xs:annotation>
 9292                         <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
 9293 </xs:documentation>
 9294                       </xs:annotation>
 9295                       <xs:sequence>
 9296                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9297                           <xs:annotation>
 9298                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 9299 </xs:documentation>
 9300                           </xs:annotation>
 9301                         </xs:element>
 9302                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9303                           <xs:annotation>
 9304                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
 9305 </xs:documentation>
 9306                           </xs:annotation>
 9307                         </xs:element>
 9308                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9309                           <xs:annotation>
 9310                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 9311 </xs:documentation>
 9312                           </xs:annotation>
 9313                         </xs:element>
 9314                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9315                           <xs:annotation>
 9316                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 9317 </xs:documentation>
 9318                           </xs:annotation>
 9319                         </xs:element>
 9320                       </xs:sequence>
 9321                     </xs:complexType>
 9322                   </xs:element>
 9323                   <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9324                     <xs:annotation>
 9325                       <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
 9326 </xs:documentation>
 9327                     </xs:annotation>
 9328                   </xs:element>
 9329                   <xs:element name="pacientData" minOccurs="0">
 9330                     <xs:annotation>
 9331                       <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 9332 </xs:documentation>
 9333                     </xs:annotation>
 9334                     <xs:complexType>
 9335                       <xs:annotation>
 9336                         <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
 9337 </xs:documentation>
 9338                       </xs:annotation>
 9339                       <xs:sequence>
 9340                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9341                           <xs:annotation>
 9342                             <xs:documentation><p>RID dohledané osoby.</p>
 9343 </xs:documentation>
 9344                           </xs:annotation>
 9345                         </xs:element>
 9346                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9347                           <xs:annotation>
 9348                             <xs:documentation><p>Jméno dohledané osoby.</p>
 9349 </xs:documentation>
 9350                           </xs:annotation>
 9351                         </xs:element>
 9352                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9353                           <xs:annotation>
 9354                             <xs:documentation><p>Příjmení dohledané osoby.</p>
 9355 </xs:documentation>
 9356                           </xs:annotation>
 9357                         </xs:element>
 9358                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9359                           <xs:annotation>
 9360                             <xs:documentation><p>Datum narození dohledané osoby.</p>
 9361 </xs:documentation>
 9362                           </xs:annotation>
 9363                         </xs:element>
 9364                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9365                           <xs:annotation>
 9366                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 9367 </xs:documentation>
 9368                           </xs:annotation>
 9369                         </xs:element>
 9370                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9371                           <xs:annotation>
 9372                             <xs:documentation><p>Adresa dohledané osoby.</p>
 9373 </xs:documentation>
 9374                           </xs:annotation>
 9375                         </xs:element>
 9376                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9377                           <xs:annotation>
 9378                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 9379 </xs:documentation>
 9380                           </xs:annotation>
 9381                         </xs:element>
 9382                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9383                           <xs:annotation>
 9384                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 9385 </xs:documentation>
 9386                           </xs:annotation>
 9387                         </xs:element>
 9388                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9389                           <xs:annotation>
 9390                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 9391 </xs:documentation>
 9392                           </xs:annotation>
 9393                         </xs:element>
 9394                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9395                           <xs:annotation>
 9396                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 9397 </xs:documentation>
 9398                           </xs:annotation>
 9399                         </xs:element>
 9400                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9401                           <xs:annotation>
 9402                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 9403 </xs:documentation>
 9404                           </xs:annotation>
 9405                         </xs:element>
 9406                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 9407                           <xs:annotation>
 9408                             <xs:documentation><p>Doklady dohledané osoby.</p>
 9409 </xs:documentation>
 9410                           </xs:annotation>
 9411                         </xs:element>
 9412                       </xs:sequence>
 9413                     </xs:complexType>
 9414                   </xs:element>
 9415                   <xs:element name="ispzs" minOccurs="0">
 9416                     <xs:annotation>
 9417                       <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
 9418 </xs:documentation>
 9419                     </xs:annotation>
 9420                     <xs:simpleType>
 9421                       <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
 9422                         <xs:maxLength value="255" />
 9423                       </xs:restriction>
 9424                     </xs:simpleType>
 9425                   </xs:element>
 9426                   <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9427                     <xs:annotation>
 9428                       <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
 9429 </xs:documentation>
 9430                     </xs:annotation>
 9431                   </xs:element>
 9432                   <xs:element name="adresatData" minOccurs="0">
 9433                     <xs:annotation>
 9434                       <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 9435 </xs:documentation>
 9436                     </xs:annotation>
 9437                     <xs:complexType>
 9438                       <xs:annotation>
 9439                         <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
 9440 </xs:documentation>
 9441                       </xs:annotation>
 9442                       <xs:sequence>
 9443                         <xs:element name="zdravotnickyPracovnik" minOccurs="0">
 9444                           <xs:annotation>
 9445                             <xs:documentation><p>Data zdravotnického pracovníka.</p>
 9446 </xs:documentation>
 9447                           </xs:annotation>
 9448                           <xs:complexType>
 9449                             <xs:annotation>
 9450                               <xs:documentation><p>Data zdravotnického pracovníka.</p>
 9451 </xs:documentation>
 9452                             </xs:annotation>
 9453                             <xs:sequence>
 9454                               <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9455                                 <xs:annotation>
 9456                                   <xs:documentation><p>Jméno dohledaného pracovníka.</p>
 9457 </xs:documentation>
 9458                                 </xs:annotation>
 9459                               </xs:element>
 9460                               <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9461                                 <xs:annotation>
 9462                                   <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
 9463 </xs:documentation>
 9464                                 </xs:annotation>
 9465                               </xs:element>
 9466                               <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9467                                 <xs:annotation>
 9468                                   <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
 9469 </xs:documentation>
 9470                                 </xs:annotation>
 9471                               </xs:element>
 9472                               <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9473                                 <xs:annotation>
 9474                                   <xs:documentation><p>Titul za dohledaného pracovníka.</p>
 9475 </xs:documentation>
 9476                                 </xs:annotation>
 9477                               </xs:element>
 9478                               <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9479                                 <xs:annotation>
 9480                                   <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
 9481 </xs:documentation>
 9482                                 </xs:annotation>
 9483                               </xs:element>
 9484                               <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9485                                 <xs:annotation>
 9486                                   <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
 9487 </xs:documentation>
 9488                                 </xs:annotation>
 9489                               </xs:element>
 9490                             </xs:sequence>
 9491                           </xs:complexType>
 9492                         </xs:element>
 9493                         <xs:element name="pacient" minOccurs="0">
 9494                           <xs:annotation>
 9495                             <xs:documentation><p>Data pacienta.</p>
 9496 </xs:documentation>
 9497                           </xs:annotation>
 9498                           <xs:complexType>
 9499                             <xs:annotation>
 9500                               <xs:documentation><p>Data pacienta.</p>
 9501 </xs:documentation>
 9502                             </xs:annotation>
 9503                             <xs:sequence>
 9504                               <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9505                                 <xs:annotation>
 9506                                   <xs:documentation><p>RID dohledané osoby.</p>
 9507 </xs:documentation>
 9508                                 </xs:annotation>
 9509                               </xs:element>
 9510                               <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9511                                 <xs:annotation>
 9512                                   <xs:documentation><p>Jméno dohledané osoby.</p>
 9513 </xs:documentation>
 9514                                 </xs:annotation>
 9515                               </xs:element>
 9516                               <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9517                                 <xs:annotation>
 9518                                   <xs:documentation><p>Příjmení dohledané osoby.</p>
 9519 </xs:documentation>
 9520                                 </xs:annotation>
 9521                               </xs:element>
 9522                               <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9523                                 <xs:annotation>
 9524                                   <xs:documentation><p>Datum narození dohledané osoby.</p>
 9525 </xs:documentation>
 9526                                 </xs:annotation>
 9527                               </xs:element>
 9528                               <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9529                                 <xs:annotation>
 9530                                   <xs:documentation><p>RUIAN ID dohledané osoby.</p>
 9531 </xs:documentation>
 9532                                 </xs:annotation>
 9533                               </xs:element>
 9534                               <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9535                                 <xs:annotation>
 9536                                   <xs:documentation><p>Adresa dohledané osoby.</p>
 9537 </xs:documentation>
 9538                                 </xs:annotation>
 9539                               </xs:element>
 9540                               <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9541                                 <xs:annotation>
 9542                                   <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
 9543 </xs:documentation>
 9544                                 </xs:annotation>
 9545                               </xs:element>
 9546                               <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9547                                 <xs:annotation>
 9548                                   <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
 9549 </xs:documentation>
 9550                                 </xs:annotation>
 9551                               </xs:element>
 9552                               <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9553                                 <xs:annotation>
 9554                                   <xs:documentation><p>Kontaktní email dohledané osoby.</p>
 9555 </xs:documentation>
 9556                                 </xs:annotation>
 9557                               </xs:element>
 9558                               <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9559                                 <xs:annotation>
 9560                                   <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
 9561 </xs:documentation>
 9562                                 </xs:annotation>
 9563                               </xs:element>
 9564                               <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9565                                 <xs:annotation>
 9566                                   <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
 9567 </xs:documentation>
 9568                                 </xs:annotation>
 9569                               </xs:element>
 9570                               <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
 9571                                 <xs:annotation>
 9572                                   <xs:documentation><p>Doklady dohledané osoby.</p>
 9573 </xs:documentation>
 9574                                 </xs:annotation>
 9575                               </xs:element>
 9576                             </xs:sequence>
 9577                           </xs:complexType>
 9578                         </xs:element>
 9579                         <xs:element name="poskytovatel" minOccurs="0">
 9580                           <xs:annotation>
 9581                             <xs:documentation><p>Data poskytovatele.</p>
 9582 </xs:documentation>
 9583                           </xs:annotation>
 9584                           <xs:complexType>
 9585                             <xs:annotation>
 9586                               <xs:documentation><p>Data poskytovatele.</p>
 9587 </xs:documentation>
 9588                             </xs:annotation>
 9589                             <xs:sequence>
 9590                               <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9591                                 <xs:annotation>
 9592                                   <xs:documentation><p>ICO dohledaného poskytovatele.</p>
 9593 </xs:documentation>
 9594                                 </xs:annotation>
 9595                               </xs:element>
 9596                               <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9597                                 <xs:annotation>
 9598                                   <xs:documentation><p>Název dohledaného poskytovatele.</p>
 9599 </xs:documentation>
 9600                                 </xs:annotation>
 9601                               </xs:element>
 9602                               <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9603                                 <xs:annotation>
 9604                                   <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
 9605 </xs:documentation>
 9606                                 </xs:annotation>
 9607                               </xs:element>
 9608                               <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9609                                 <xs:annotation>
 9610                                   <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
 9611 </xs:documentation>
 9612                                 </xs:annotation>
 9613                               </xs:element>
 9614                             </xs:sequence>
 9615                           </xs:complexType>
 9616                         </xs:element>
 9617                       </xs:sequence>
 9618                     </xs:complexType>
 9619                   </xs:element>
 9620                   <xs:element name="adresatTyp" minOccurs="0">
 9621                     <xs:annotation>
 9622                       <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>
 9623 </xs:documentation>
 9624                     </xs:annotation>
 9625                     <xs:complexType>
 9626                       <xs:annotation>
 9627                         <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>
 9628 </xs:documentation>
 9629                       </xs:annotation>
 9630                       <xs:sequence>
 9631                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9632                           <xs:annotation>
 9633                             <xs:documentation><p>Kód číselníku.</p>
 9634 </xs:documentation>
 9635                           </xs:annotation>
 9636                         </xs:element>
 9637                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9638                           <xs:annotation>
 9639                             <xs:documentation><p>Kód číselníkové položky.</p>
 9640 </xs:documentation>
 9641                           </xs:annotation>
 9642                         </xs:element>
 9643                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9644                           <xs:annotation>
 9645                             <xs:documentation><p>Verze číselníku.</p>
 9646 </xs:documentation>
 9647                           </xs:annotation>
 9648                         </xs:element>
 9649                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9650                           <xs:annotation>
 9651                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9652 </xs:documentation>
 9653                           </xs:annotation>
 9654                         </xs:element>
 9655                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9656                           <xs:annotation>
 9657                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9658 </xs:documentation>
 9659                           </xs:annotation>
 9660                         </xs:element>
 9661                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9662                           <xs:annotation>
 9663                             <xs:documentation><p>Platnost číselníkové položky</p>
 9664 </xs:documentation>
 9665                           </xs:annotation>
 9666                         </xs:element>
 9667                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9668                           <xs:annotation>
 9669                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 9670 </xs:documentation>
 9671                           </xs:annotation>
 9672                         </xs:element>
 9673                       </xs:sequence>
 9674                     </xs:complexType>
 9675                   </xs:element>
 9676                   <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9677                     <xs:annotation>
 9678                       <xs:documentation><p>Status dostupnosti zásilky.</p>
 9679 </xs:documentation>
 9680                     </xs:annotation>
 9681                   </xs:element>
 9682                   <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
 9683                     <xs:annotation>
 9684                       <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
 9685 </xs:documentation>
 9686                     </xs:annotation>
 9687                   </xs:element>
 9688                   <xs:element name="udalost" minOccurs="0">
 9689                     <xs:annotation>
 9690                       <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 9691 </xs:documentation>
 9692                     </xs:annotation>
 9693                     <xs:complexType>
 9694                       <xs:annotation>
 9695                         <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
 9696 </xs:documentation>
 9697                       </xs:annotation>
 9698                       <xs:sequence>
 9699                         <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9700                           <xs:annotation>
 9701                             <xs:documentation><p>Kód číselníku.</p>
 9702 </xs:documentation>
 9703                           </xs:annotation>
 9704                         </xs:element>
 9705                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9706                           <xs:annotation>
 9707                             <xs:documentation><p>Kód číselníkové položky.</p>
 9708 </xs:documentation>
 9709                           </xs:annotation>
 9710                         </xs:element>
 9711                         <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9712                           <xs:annotation>
 9713                             <xs:documentation><p>Verze číselníku.</p>
 9714 </xs:documentation>
 9715                           </xs:annotation>
 9716                         </xs:element>
 9717                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9718                           <xs:annotation>
 9719                             <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9720 </xs:documentation>
 9721                           </xs:annotation>
 9722                         </xs:element>
 9723                         <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9724                           <xs:annotation>
 9725                             <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9726 </xs:documentation>
 9727                           </xs:annotation>
 9728                         </xs:element>
 9729                         <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9730                           <xs:annotation>
 9731                             <xs:documentation><p>Platnost číselníkové položky</p>
 9732 </xs:documentation>
 9733                           </xs:annotation>
 9734                         </xs:element>
 9735                         <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9736                           <xs:annotation>
 9737                             <xs:documentation><p>Položka je nabízena v NPEZ</p>
 9738 </xs:documentation>
 9739                           </xs:annotation>
 9740                         </xs:element>
 9741                       </xs:sequence>
 9742                     </xs:complexType>
 9743                   </xs:element>
 9744                   <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
 9745                     <xs:annotation>
 9746                       <xs:documentation><p>Dokument zásilky.</p>
 9747 </xs:documentation>
 9748                     </xs:annotation>
 9749                   </xs:element>
 9750                 </xs:sequence>
 9751               </xs:complexType>
 9752             </xs:element>
 9753             <xs:element name="dodatecnyPrijemce" type="https://ezprava.net/mzd/eZadankaMZd:DodatecnyPrijemce" minOccurs="0" maxOccurs="2147483647">
 9754               <xs:annotation>
 9755                 <xs:documentation><p>Seznam dodatečních příjemců žádanky.</p>
 9756 </xs:documentation>
 9757               </xs:annotation>
 9758             </xs:element>
 9759             <xs:element name="metodaData" type="https://ezprava.net/mzd/eZadankaMZd:PolozkaCiselnikuDto" minOccurs="0" maxOccurs="2147483647">
 9760               <xs:annotation>
 9761                 <xs:documentation><p>Metoda konkrétní žádanky. Liší se dle typu žádanky (číselník: referralorder-types). Pro typ &quot;žádanka o vyšetření (K)&quot; (kód: &quot;57133-1&quot;) musí být uvedena položka číselníku: &quot;korder-type-vs&quot;; Pro typ &quot;žádanka o zobrazovací vyšetření (Z)&quot; (kód: &quot;721964003&quot;) musí být uvedena položka číselníku: &quot;cz-modality&quot;; Pro typ &quot;žádanka o fyzioterapii (FT)&quot; (kód: &quot;57154-7&quot;) nemusí být pole vyplněno</p>
 9762 </xs:documentation>
 9763               </xs:annotation>
 9764             </xs:element>
 9765             <xs:element name="obsahujePrilohy" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9766               <xs:annotation>
 9767                 <xs:documentation><p>Příznak, zda žádanka obsahuje přílohy.</p>
 9768 </xs:documentation>
 9769               </xs:annotation>
 9770             </xs:element>
 9771           </xs:sequence>
 9772         </xs:complexType>
 9773       </xs:element>
 9774       <xs:element name="zadankaZ" minOccurs="0">
 9775         <xs:annotation>
 9776           <xs:documentation><p>Data Z žádanky.</p>
 9777 </xs:documentation>
 9778         </xs:annotation>
 9779         <xs:complexType>
 9780           <xs:annotation>
 9781             <xs:documentation><p>Data Z žádanky.</p>
 9782 </xs:documentation>
 9783           </xs:annotation>
 9784           <xs:sequence>
 9785             <xs:element name="kodNahrady" minOccurs="0">
 9786               <xs:annotation>
 9787                 <xs:documentation><p>Kód náhrady.</p>
 9788 </xs:documentation>
 9789               </xs:annotation>
 9790               <xs:complexType>
 9791                 <xs:annotation>
 9792                   <xs:documentation><p>Kód náhrady.</p>
 9793 </xs:documentation>
 9794                 </xs:annotation>
 9795                 <xs:sequence>
 9796                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9797                     <xs:annotation>
 9798                       <xs:documentation><p>Kód číselníku.</p>
 9799 </xs:documentation>
 9800                     </xs:annotation>
 9801                   </xs:element>
 9802                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9803                     <xs:annotation>
 9804                       <xs:documentation><p>Kód číselníkové položky.</p>
 9805 </xs:documentation>
 9806                     </xs:annotation>
 9807                   </xs:element>
 9808                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9809                     <xs:annotation>
 9810                       <xs:documentation><p>Verze číselníku.</p>
 9811 </xs:documentation>
 9812                     </xs:annotation>
 9813                   </xs:element>
 9814                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9815                     <xs:annotation>
 9816                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9817 </xs:documentation>
 9818                     </xs:annotation>
 9819                   </xs:element>
 9820                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9821                     <xs:annotation>
 9822                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
 9823 </xs:documentation>
 9824                     </xs:annotation>
 9825                   </xs:element>
 9826                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9827                     <xs:annotation>
 9828                       <xs:documentation><p>Platnost číselníkové položky</p>
 9829 </xs:documentation>
 9830                     </xs:annotation>
 9831                   </xs:element>
 9832                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
 9833                     <xs:annotation>
 9834                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
 9835 </xs:documentation>
 9836                     </xs:annotation>
 9837                   </xs:element>
 9838                 </xs:sequence>
 9839               </xs:complexType>
 9840             </xs:element>
 9841             <xs:element name="uhrada" minOccurs="0">
 9842               <xs:annotation>
 9843                 <xs:documentation><p>Úhrada.</p>
 9844 </xs:documentation>
 9845               </xs:annotation>
 9846               <xs:complexType>
 9847                 <xs:annotation>
 9848                   <xs:documentation><p>Úhrada.</p>
 9849 </xs:documentation>
 9850                 </xs:annotation>
 9851                 <xs:sequence>
 9852                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
 9853                     <xs:annotation>
 9854                       <xs:documentation><p>Gets or sets the coding.</p>
 9855 </xs:documentation>
 9856                     </xs:annotation>
 9857                   </xs:element>
 9858                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9859                     <xs:annotation>
 9860                       <xs:documentation><p>Gets or sets the text.</p>
 9861 </xs:documentation>
 9862                     </xs:annotation>
 9863                   </xs:element>
 9864                 </xs:sequence>
 9865               </xs:complexType>
 9866             </xs:element>
 9867             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
 9868               <xs:annotation>
 9869                 <xs:documentation><p>Přílohy.</p>
 9870 </xs:documentation>
 9871               </xs:annotation>
 9872             </xs:element>
 9873             <xs:element name="biometrickeUdaje" minOccurs="0">
 9874               <xs:annotation>
 9875                 <xs:documentation><p>Biometrické údaje.</p>
 9876 </xs:documentation>
 9877               </xs:annotation>
 9878               <xs:complexType>
 9879                 <xs:annotation>
 9880                   <xs:documentation><p>Biometrické údaje.</p>
 9881 </xs:documentation>
 9882                 </xs:annotation>
 9883                 <xs:sequence>
 9884                   <xs:element name="vyska" minOccurs="0">
 9885                     <xs:annotation>
 9886                       <xs:documentation><p>Výška osoby.</p>
 9887 </xs:documentation>
 9888                     </xs:annotation>
 9889                     <xs:complexType>
 9890                       <xs:annotation>
 9891                         <xs:documentation><p>Výška osoby.</p>
 9892 </xs:documentation>
 9893                       </xs:annotation>
 9894                       <xs:sequence>
 9895                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9896                           <xs:annotation>
 9897                             <xs:documentation><p>Kód pro výšku.</p>
 9898 </xs:documentation>
 9899                           </xs:annotation>
 9900                         </xs:element>
 9901                         <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 9902                           <xs:annotation>
 9903                             <xs:documentation><p>Hodnota výšky.</p>
 9904 </xs:documentation>
 9905                           </xs:annotation>
 9906                         </xs:element>
 9907                         <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9908                           <xs:annotation>
 9909                             <xs:documentation><p>Datum měření výšky.</p>
 9910 </xs:documentation>
 9911                           </xs:annotation>
 9912                         </xs:element>
 9913                       </xs:sequence>
 9914                     </xs:complexType>
 9915                   </xs:element>
 9916                   <xs:element name="vaha" minOccurs="0">
 9917                     <xs:annotation>
 9918                       <xs:documentation><p>Váha osoby.</p>
 9919 </xs:documentation>
 9920                     </xs:annotation>
 9921                     <xs:complexType>
 9922                       <xs:annotation>
 9923                         <xs:documentation><p>Váha osoby.</p>
 9924 </xs:documentation>
 9925                       </xs:annotation>
 9926                       <xs:sequence>
 9927                         <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
 9928                           <xs:annotation>
 9929                             <xs:documentation><p>Kód pro váhu.</p>
 9930 </xs:documentation>
 9931                           </xs:annotation>
 9932                         </xs:element>
 9933                         <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
 9934                           <xs:annotation>
 9935                             <xs:documentation><p>Hodnota váhy.</p>
 9936 </xs:documentation>
 9937                           </xs:annotation>
 9938                         </xs:element>
 9939                         <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
 9940                           <xs:annotation>
 9941                             <xs:documentation><p>Datum měření váhy.</p>
 9942 </xs:documentation>
 9943                           </xs:annotation>
 9944                         </xs:element>
 9945                       </xs:sequence>
 9946                     </xs:complexType>
 9947                   </xs:element>
 9948                 </xs:sequence>
 9949               </xs:complexType>
 9950             </xs:element>
 9951             <xs:element name="informaceOObjednavce" minOccurs="0">
 9952               <xs:annotation>
 9953                 <xs:documentation><p>Informace o objednávce.</p>
 9954 </xs:documentation>
 9955               </xs:annotation>
 9956               <xs:complexType>
 9957                 <xs:annotation>
 9958                   <xs:documentation><p>Informace o objednávce.</p>
 9959 </xs:documentation>
 9960                 </xs:annotation>
 9961                 <xs:sequence>
 9962                   <xs:element name="detailyObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DetailyObjednavky" minOccurs="0" maxOccurs="2147483647">
 9963                     <xs:annotation>
 9964                       <xs:documentation><p>Gets or sets the detaily objednavky.</p>
 9965 </xs:documentation>
 9966                     </xs:annotation>
 9967                   </xs:element>
 9968                   <xs:element name="duvodObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DuvodObjednavky" minOccurs="0" />
 9969                 </xs:sequence>
 9970               </xs:complexType>
 9971             </xs:element>
 9972             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:PozadovaneVysetreniZDto" minOccurs="0" maxOccurs="2147483647">
 9973               <xs:annotation>
 9974                 <xs:documentation><p>Požadovaná vyšetření.</p>
 9975 </xs:documentation>
 9976               </xs:annotation>
 9977             </xs:element>
 9978             <xs:element name="urgentniInformace" minOccurs="0">
 9979               <xs:annotation>
 9980                 <xs:documentation><p>Urgentní informace.</p>
 9981 </xs:documentation>
 9982               </xs:annotation>
 9983               <xs:complexType>
 9984                 <xs:annotation>
 9985                   <xs:documentation><p>Urgentní informace.</p>
 9986 </xs:documentation>
 9987                 </xs:annotation>
 9988                 <xs:sequence>
 9989                   <xs:element name="alergieIntolerance" type="https://ezprava.net/mzd/eZadankaMZd:AlergieIntolerance" minOccurs="0" maxOccurs="2147483647">
 9990                     <xs:annotation>
 9991                       <xs:documentation><p>Gets or sets the alergie intolerance.</p>
 9992 </xs:documentation>
 9993                     </xs:annotation>
 9994                   </xs:element>
 9995                   <xs:element name="varovani" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
 9996                     <xs:annotation>
 9997                       <xs:documentation><p>Gets or sets the varovani.</p>
 9998 </xs:documentation>
 9999                     </xs:annotation>
10000                   </xs:element>
10001                 </xs:sequence>
10002               </xs:complexType>
10003             </xs:element>
10004             <xs:element name="kontraindikace" minOccurs="0">
10005               <xs:annotation>
10006                 <xs:documentation><p>Kontraindikace.</p>
10007 </xs:documentation>
10008               </xs:annotation>
10009               <xs:complexType>
10010                 <xs:annotation>
10011                   <xs:documentation><p>Kontraindikace.</p>
10012 </xs:documentation>
10013                 </xs:annotation>
10014                 <xs:sequence>
10015                   <xs:element name="medikace" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10016                     <xs:annotation>
10017                       <xs:documentation><p>Seznam medikací.</p>
10018 </xs:documentation>
10019                     </xs:annotation>
10020                   </xs:element>
10021                 </xs:sequence>
10022               </xs:complexType>
10023             </xs:element>
10024             <xs:element name="dalsiRelevantniUdaje" minOccurs="0">
10025               <xs:annotation>
10026                 <xs:documentation><p>Další relevantí údaje.</p>
10027 </xs:documentation>
10028               </xs:annotation>
10029               <xs:complexType>
10030                 <xs:annotation>
10031                   <xs:documentation><p>Další relevantí údaje.</p>
10032 </xs:documentation>
10033                 </xs:annotation>
10034                 <xs:sequence>
10035                   <xs:element name="kod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" />
10036                 </xs:sequence>
10037               </xs:complexType>
10038             </xs:element>
10039             <xs:element name="implantat" type="https://ezprava.net/mzd/eZadankaMZd:ImplantatModel" minOccurs="0" maxOccurs="2147483647">
10040               <xs:annotation>
10041                 <xs:documentation><p>Implantát.</p>
10042 </xs:documentation>
10043               </xs:annotation>
10044             </xs:element>
10045             <xs:element name="omezeniMobility" minOccurs="0">
10046               <xs:annotation>
10047                 <xs:documentation><p>Omezení mobility.</p>
10048 </xs:documentation>
10049               </xs:annotation>
10050               <xs:complexType>
10051                 <xs:annotation>
10052                   <xs:documentation><p>Omezení mobility.</p>
10053 </xs:documentation>
10054                 </xs:annotation>
10055                 <xs:sequence>
10056                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
10057                     <xs:annotation>
10058                       <xs:documentation><p>Gets or sets the coding.</p>
10059 </xs:documentation>
10060                     </xs:annotation>
10061                   </xs:element>
10062                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10063                     <xs:annotation>
10064                       <xs:documentation><p>Gets or sets the text.</p>
10065 </xs:documentation>
10066                     </xs:annotation>
10067                   </xs:element>
10068                 </xs:sequence>
10069               </xs:complexType>
10070             </xs:element>
10071           </xs:sequence>
10072         </xs:complexType>
10073       </xs:element>
10074       <xs:element name="zadankaFt" minOccurs="0">
10075         <xs:annotation>
10076           <xs:documentation><p>Data Ft žádanky.</p>
10077 </xs:documentation>
10078         </xs:annotation>
10079         <xs:complexType>
10080           <xs:annotation>
10081             <xs:documentation><p>Data Ft žádanky.</p>
10082 </xs:documentation>
10083           </xs:annotation>
10084           <xs:sequence>
10085             <xs:element name="kodNahrady" minOccurs="0">
10086               <xs:annotation>
10087                 <xs:documentation><p>Kód náhrady.</p>
10088 </xs:documentation>
10089               </xs:annotation>
10090               <xs:complexType>
10091                 <xs:annotation>
10092                   <xs:documentation><p>Kód náhrady.</p>
10093 </xs:documentation>
10094                 </xs:annotation>
10095                 <xs:sequence>
10096                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10097                     <xs:annotation>
10098                       <xs:documentation><p>Kód číselníku.</p>
10099 </xs:documentation>
10100                     </xs:annotation>
10101                   </xs:element>
10102                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10103                     <xs:annotation>
10104                       <xs:documentation><p>Kód číselníkové položky.</p>
10105 </xs:documentation>
10106                     </xs:annotation>
10107                   </xs:element>
10108                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10109                     <xs:annotation>
10110                       <xs:documentation><p>Verze číselníku.</p>
10111 </xs:documentation>
10112                     </xs:annotation>
10113                   </xs:element>
10114                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10115                     <xs:annotation>
10116                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10117 </xs:documentation>
10118                     </xs:annotation>
10119                   </xs:element>
10120                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10121                     <xs:annotation>
10122                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10123 </xs:documentation>
10124                     </xs:annotation>
10125                   </xs:element>
10126                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10127                     <xs:annotation>
10128                       <xs:documentation><p>Platnost číselníkové položky</p>
10129 </xs:documentation>
10130                     </xs:annotation>
10131                   </xs:element>
10132                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10133                     <xs:annotation>
10134                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
10135 </xs:documentation>
10136                     </xs:annotation>
10137                   </xs:element>
10138                 </xs:sequence>
10139               </xs:complexType>
10140             </xs:element>
10141             <xs:element name="uhrada" minOccurs="0">
10142               <xs:annotation>
10143                 <xs:documentation><p>Úhrada.</p>
10144 </xs:documentation>
10145               </xs:annotation>
10146               <xs:complexType>
10147                 <xs:annotation>
10148                   <xs:documentation><p>Úhrada.</p>
10149 </xs:documentation>
10150                 </xs:annotation>
10151                 <xs:sequence>
10152                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
10153                     <xs:annotation>
10154                       <xs:documentation><p>Gets or sets the coding.</p>
10155 </xs:documentation>
10156                     </xs:annotation>
10157                   </xs:element>
10158                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10159                     <xs:annotation>
10160                       <xs:documentation><p>Gets or sets the text.</p>
10161 </xs:documentation>
10162                     </xs:annotation>
10163                   </xs:element>
10164                 </xs:sequence>
10165               </xs:complexType>
10166             </xs:element>
10167             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
10168               <xs:annotation>
10169                 <xs:documentation><p>Přílohy.</p>
10170 </xs:documentation>
10171               </xs:annotation>
10172             </xs:element>
10173             <xs:element name="stavPacienta" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10174               <xs:annotation>
10175                 <xs:documentation><p>Stav pacienta.</p>
10176 </xs:documentation>
10177               </xs:annotation>
10178             </xs:element>
10179             <xs:element name="cil" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10180               <xs:annotation>
10181                 <xs:documentation><p>Cíl.</p>
10182 </xs:documentation>
10183               </xs:annotation>
10184             </xs:element>
10185             <xs:element name="datumPlanovaneKontroly" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
10186               <xs:annotation>
10187                 <xs:documentation><p>Datum plánované kontroly.</p>
10188 </xs:documentation>
10189               </xs:annotation>
10190             </xs:element>
10191             <xs:element name="castTela" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10192               <xs:annotation>
10193                 <xs:documentation><p>Část těla.</p>
10194 </xs:documentation>
10195               </xs:annotation>
10196             </xs:element>
10197             <xs:element name="adresa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10198               <xs:annotation>
10199                 <xs:documentation><p>Adresa.</p>
10200 </xs:documentation>
10201               </xs:annotation>
10202             </xs:element>
10203             <xs:element name="duvodZadanky" minOccurs="0">
10204               <xs:annotation>
10205                 <xs:documentation><p>Důvod žádanky.</p>
10206 </xs:documentation>
10207               </xs:annotation>
10208               <xs:complexType>
10209                 <xs:annotation>
10210                   <xs:documentation><p>Důvod žádanky.</p>
10211 </xs:documentation>
10212                 </xs:annotation>
10213                 <xs:sequence>
10214                   <xs:element name="hlavniDiagnoza" minOccurs="0">
10215                     <xs:annotation>
10216                       <xs:documentation><p>Hlavní diagnoza.</p>
10217 </xs:documentation>
10218                     </xs:annotation>
10219                     <xs:complexType>
10220                       <xs:annotation>
10221                         <xs:documentation><p>Hlavní diagnoza.</p>
10222 </xs:documentation>
10223                       </xs:annotation>
10224                       <xs:sequence>
10225                         <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
10226                           <xs:annotation>
10227                             <xs:documentation><p>Gets or sets the coding.</p>
10228 </xs:documentation>
10229                           </xs:annotation>
10230                         </xs:element>
10231                         <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10232                           <xs:annotation>
10233                             <xs:documentation><p>Gets or sets the text.</p>
10234 </xs:documentation>
10235                           </xs:annotation>
10236                         </xs:element>
10237                       </xs:sequence>
10238                     </xs:complexType>
10239                   </xs:element>
10240                   <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10241                     <xs:annotation>
10242                       <xs:documentation><p>Vedlejší diagnoza.</p>
10243 </xs:documentation>
10244                     </xs:annotation>
10245                   </xs:element>
10246                   <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10247                     <xs:annotation>
10248                       <xs:documentation><p>Důvod.</p>
10249 </xs:documentation>
10250                     </xs:annotation>
10251                   </xs:element>
10252                 </xs:sequence>
10253               </xs:complexType>
10254             </xs:element>
10255             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:VykonFtDto" minOccurs="0" maxOccurs="2147483647">
10256               <xs:annotation>
10257                 <xs:documentation><p>Požadovaná vyšetření.</p>
10258 </xs:documentation>
10259               </xs:annotation>
10260             </xs:element>
10261             <xs:element name="druhPece" minOccurs="0">
10262               <xs:annotation>
10263                 <xs:documentation><p>Druh péče.</p>
10264 </xs:documentation>
10265               </xs:annotation>
10266               <xs:complexType>
10267                 <xs:annotation>
10268                   <xs:documentation><p>Druh péče.</p>
10269 </xs:documentation>
10270                 </xs:annotation>
10271                 <xs:sequence>
10272                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10273                     <xs:annotation>
10274                       <xs:documentation><p>Kód číselníku.</p>
10275 </xs:documentation>
10276                     </xs:annotation>
10277                   </xs:element>
10278                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10279                     <xs:annotation>
10280                       <xs:documentation><p>Kód číselníkové položky.</p>
10281 </xs:documentation>
10282                     </xs:annotation>
10283                   </xs:element>
10284                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10285                     <xs:annotation>
10286                       <xs:documentation><p>Verze číselníku.</p>
10287 </xs:documentation>
10288                     </xs:annotation>
10289                   </xs:element>
10290                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10291                     <xs:annotation>
10292                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10293 </xs:documentation>
10294                     </xs:annotation>
10295                   </xs:element>
10296                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10297                     <xs:annotation>
10298                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10299 </xs:documentation>
10300                     </xs:annotation>
10301                   </xs:element>
10302                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10303                     <xs:annotation>
10304                       <xs:documentation><p>Platnost číselníkové položky</p>
10305 </xs:documentation>
10306                     </xs:annotation>
10307                   </xs:element>
10308                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10309                     <xs:annotation>
10310                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
10311 </xs:documentation>
10312                     </xs:annotation>
10313                   </xs:element>
10314                 </xs:sequence>
10315               </xs:complexType>
10316             </xs:element>
10317             <xs:element name="doplnujiciInformace" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10318               <xs:annotation>
10319                 <xs:documentation><p>Doplňující informace.</p>
10320 </xs:documentation>
10321               </xs:annotation>
10322             </xs:element>
10323             <xs:element name="vylouceniUpravyIndikace" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10324               <xs:annotation>
10325                 <xs:documentation><p>Příznak, zda žádající lékař vylučuje úpravu indikace.</p>
10326 </xs:documentation>
10327               </xs:annotation>
10328             </xs:element>
10329           </xs:sequence>
10330         </xs:complexType>
10331       </xs:element>
10332       <xs:element name="zadankaK" minOccurs="0">
10333         <xs:annotation>
10334           <xs:documentation><p>Data K žádanky.</p>
10335 </xs:documentation>
10336         </xs:annotation>
10337         <xs:complexType>
10338           <xs:annotation>
10339             <xs:documentation><p>Data K žádanky.</p>
10340 </xs:documentation>
10341           </xs:annotation>
10342           <xs:sequence>
10343             <xs:element name="kodNahrady" minOccurs="0">
10344               <xs:annotation>
10345                 <xs:documentation><p>Kód náhrady.</p>
10346 </xs:documentation>
10347               </xs:annotation>
10348               <xs:complexType>
10349                 <xs:annotation>
10350                   <xs:documentation><p>Kód náhrady.</p>
10351 </xs:documentation>
10352                 </xs:annotation>
10353                 <xs:sequence>
10354                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10355                     <xs:annotation>
10356                       <xs:documentation><p>Kód číselníku.</p>
10357 </xs:documentation>
10358                     </xs:annotation>
10359                   </xs:element>
10360                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10361                     <xs:annotation>
10362                       <xs:documentation><p>Kód číselníkové položky.</p>
10363 </xs:documentation>
10364                     </xs:annotation>
10365                   </xs:element>
10366                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10367                     <xs:annotation>
10368                       <xs:documentation><p>Verze číselníku.</p>
10369 </xs:documentation>
10370                     </xs:annotation>
10371                   </xs:element>
10372                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10373                     <xs:annotation>
10374                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10375 </xs:documentation>
10376                     </xs:annotation>
10377                   </xs:element>
10378                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10379                     <xs:annotation>
10380                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10381 </xs:documentation>
10382                     </xs:annotation>
10383                   </xs:element>
10384                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10385                     <xs:annotation>
10386                       <xs:documentation><p>Platnost číselníkové položky</p>
10387 </xs:documentation>
10388                     </xs:annotation>
10389                   </xs:element>
10390                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10391                     <xs:annotation>
10392                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
10393 </xs:documentation>
10394                     </xs:annotation>
10395                   </xs:element>
10396                 </xs:sequence>
10397               </xs:complexType>
10398             </xs:element>
10399             <xs:element name="uhrada" minOccurs="0">
10400               <xs:annotation>
10401                 <xs:documentation><p>Úhrada.</p>
10402 </xs:documentation>
10403               </xs:annotation>
10404               <xs:complexType>
10405                 <xs:annotation>
10406                   <xs:documentation><p>Úhrada.</p>
10407 </xs:documentation>
10408                 </xs:annotation>
10409                 <xs:sequence>
10410                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
10411                     <xs:annotation>
10412                       <xs:documentation><p>Gets or sets the coding.</p>
10413 </xs:documentation>
10414                     </xs:annotation>
10415                   </xs:element>
10416                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10417                     <xs:annotation>
10418                       <xs:documentation><p>Gets or sets the text.</p>
10419 </xs:documentation>
10420                     </xs:annotation>
10421                   </xs:element>
10422                 </xs:sequence>
10423               </xs:complexType>
10424             </xs:element>
10425             <xs:element name="prilohy" type="https://ezprava.net/mzd/eZadankaMZd:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
10426               <xs:annotation>
10427                 <xs:documentation><p>Přílohy.</p>
10428 </xs:documentation>
10429               </xs:annotation>
10430             </xs:element>
10431             <xs:element name="typVysetreni" minOccurs="0">
10432               <xs:annotation>
10433                 <xs:documentation><p>Typ vyšetření.</p>
10434 </xs:documentation>
10435               </xs:annotation>
10436               <xs:complexType>
10437                 <xs:annotation>
10438                   <xs:documentation><p>Typ vyšetření.</p>
10439 </xs:documentation>
10440                 </xs:annotation>
10441                 <xs:sequence>
10442                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10443                     <xs:annotation>
10444                       <xs:documentation><p>Kód číselníku.</p>
10445 </xs:documentation>
10446                     </xs:annotation>
10447                   </xs:element>
10448                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10449                     <xs:annotation>
10450                       <xs:documentation><p>Kód číselníkové položky.</p>
10451 </xs:documentation>
10452                     </xs:annotation>
10453                   </xs:element>
10454                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10455                     <xs:annotation>
10456                       <xs:documentation><p>Verze číselníku.</p>
10457 </xs:documentation>
10458                     </xs:annotation>
10459                   </xs:element>
10460                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10461                     <xs:annotation>
10462                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10463 </xs:documentation>
10464                     </xs:annotation>
10465                   </xs:element>
10466                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10467                     <xs:annotation>
10468                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10469 </xs:documentation>
10470                     </xs:annotation>
10471                   </xs:element>
10472                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10473                     <xs:annotation>
10474                       <xs:documentation><p>Platnost číselníkové položky</p>
10475 </xs:documentation>
10476                     </xs:annotation>
10477                   </xs:element>
10478                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10479                     <xs:annotation>
10480                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
10481 </xs:documentation>
10482                     </xs:annotation>
10483                   </xs:element>
10484                 </xs:sequence>
10485               </xs:complexType>
10486             </xs:element>
10487             <xs:element name="doporuceni" minOccurs="0">
10488               <xs:annotation>
10489                 <xs:documentation><p>Doporučení.</p>
10490 </xs:documentation>
10491               </xs:annotation>
10492               <xs:complexType>
10493                 <xs:annotation>
10494                   <xs:documentation><p>Doporučení.</p>
10495 </xs:documentation>
10496                 </xs:annotation>
10497                 <xs:sequence>
10498                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10499                     <xs:annotation>
10500                       <xs:documentation><p>Kód číselníku.</p>
10501 </xs:documentation>
10502                     </xs:annotation>
10503                   </xs:element>
10504                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10505                     <xs:annotation>
10506                       <xs:documentation><p>Kód číselníkové položky.</p>
10507 </xs:documentation>
10508                     </xs:annotation>
10509                   </xs:element>
10510                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10511                     <xs:annotation>
10512                       <xs:documentation><p>Verze číselníku.</p>
10513 </xs:documentation>
10514                     </xs:annotation>
10515                   </xs:element>
10516                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10517                     <xs:annotation>
10518                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10519 </xs:documentation>
10520                     </xs:annotation>
10521                   </xs:element>
10522                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10523                     <xs:annotation>
10524                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10525 </xs:documentation>
10526                     </xs:annotation>
10527                   </xs:element>
10528                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10529                     <xs:annotation>
10530                       <xs:documentation><p>Platnost číselníkové položky</p>
10531 </xs:documentation>
10532                     </xs:annotation>
10533                   </xs:element>
10534                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10535                     <xs:annotation>
10536                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
10537 </xs:documentation>
10538                     </xs:annotation>
10539                   </xs:element>
10540                 </xs:sequence>
10541               </xs:complexType>
10542             </xs:element>
10543             <xs:element name="pozadovanaVysetreni" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10544               <xs:annotation>
10545                 <xs:documentation><p>Požadovaná vyšetření.</p>
10546 </xs:documentation>
10547               </xs:annotation>
10548             </xs:element>
10549             <xs:element name="doporuceniDetail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10550               <xs:annotation>
10551                 <xs:documentation><p>Detail doporučení.</p>
10552 </xs:documentation>
10553               </xs:annotation>
10554             </xs:element>
10555             <xs:element name="duvodZadanky" minOccurs="0">
10556               <xs:annotation>
10557                 <xs:documentation><p>Důvod žádanky.</p>
10558 </xs:documentation>
10559               </xs:annotation>
10560               <xs:complexType>
10561                 <xs:annotation>
10562                   <xs:documentation><p>Důvod žádanky.</p>
10563 </xs:documentation>
10564                 </xs:annotation>
10565                 <xs:sequence>
10566                   <xs:element name="hlavniDiagnoza" minOccurs="0">
10567                     <xs:annotation>
10568                       <xs:documentation><p>Hlavní diagnoza.</p>
10569 </xs:documentation>
10570                     </xs:annotation>
10571                     <xs:complexType>
10572                       <xs:annotation>
10573                         <xs:documentation><p>Hlavní diagnoza.</p>
10574 </xs:documentation>
10575                       </xs:annotation>
10576                       <xs:sequence>
10577                         <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
10578                           <xs:annotation>
10579                             <xs:documentation><p>Gets or sets the coding.</p>
10580 </xs:documentation>
10581                           </xs:annotation>
10582                         </xs:element>
10583                         <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10584                           <xs:annotation>
10585                             <xs:documentation><p>Gets or sets the text.</p>
10586 </xs:documentation>
10587                           </xs:annotation>
10588                         </xs:element>
10589                       </xs:sequence>
10590                     </xs:complexType>
10591                   </xs:element>
10592                   <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10593                     <xs:annotation>
10594                       <xs:documentation><p>Vedlejší diagnoza.</p>
10595 </xs:documentation>
10596                     </xs:annotation>
10597                   </xs:element>
10598                   <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
10599                     <xs:annotation>
10600                       <xs:documentation><p>Důvod.</p>
10601 </xs:documentation>
10602                     </xs:annotation>
10603                   </xs:element>
10604                 </xs:sequence>
10605               </xs:complexType>
10606             </xs:element>
10607             <xs:element name="zavaznaAnamnestickaData" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10608               <xs:annotation>
10609                 <xs:documentation><p>Závazná anamnestická data.</p>
10610 </xs:documentation>
10611               </xs:annotation>
10612             </xs:element>
10613             <xs:element name="vysledkyVysetreni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10614               <xs:annotation>
10615                 <xs:documentation><p>Výsledky vyšetření.</p>
10616 </xs:documentation>
10617               </xs:annotation>
10618             </xs:element>
10619             <xs:element name="soucasnaLecba" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10620               <xs:annotation>
10621                 <xs:documentation><p>Současná léčba.</p>
10622 </xs:documentation>
10623               </xs:annotation>
10624             </xs:element>
10625             <xs:element name="diferencialneDiagnostickaRozvaha" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10626               <xs:annotation>
10627                 <xs:documentation><p>Diferencialně diagnostická rozvaha.</p>
10628 </xs:documentation>
10629               </xs:annotation>
10630             </xs:element>
10631           </xs:sequence>
10632         </xs:complexType>
10633       </xs:element>
10634     </xs:sequence>
10635   </xs:complexType>
10636   <xs:complexType name="VyhledejZadankuExtRequest">
10637     <xs:annotation>
10638       <xs:documentation><p>Požadavek pro vyhledání žádanky v externím API Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
10639 </xs:documentation>
10640     </xs:annotation>
10641     <xs:sequence>
10642       <xs:element name="pacient" type="xs:string" minOccurs="0">
10643         <xs:annotation>
10644           <xs:documentation><p>RID - Identifikátor pacienta, kterému seznam náleží.</p>
10645 </xs:documentation>
10646         </xs:annotation>
10647       </xs:element>
10648       <xs:element name="autor" type="xs:string" minOccurs="0">
10649         <xs:annotation>
10650           <xs:documentation><p>Identifikátor autora Zásilky, který zásilku vytvořil.</p>
10651 </xs:documentation>
10652         </xs:annotation>
10653       </xs:element>
10654       <xs:element name="prijemce" type="xs:string" minOccurs="0">
10655         <xs:annotation>
10656           <xs:documentation><p>Identifikátor příjemce zásilky.</p>
10657 </xs:documentation>
10658         </xs:annotation>
10659       </xs:element>
10660       <xs:element name="poskytovatel" type="xs:string" minOccurs="0">
10661         <xs:annotation>
10662           <xs:documentation><p>Identifikátor poskytovatele, který Zásilku vytvořil.</p>
10663 </xs:documentation>
10664         </xs:annotation>
10665       </xs:element>
10666       <xs:element name="datumOd" type="xs:date" minOccurs="0">
10667         <xs:annotation>
10668           <xs:documentation><p>Datumové ohraničení nejstaršího datumu vytvoření zásilky.</p>
10669 </xs:documentation>
10670         </xs:annotation>
10671       </xs:element>
10672       <xs:element name="datumDo" type="xs:date" minOccurs="0">
10673         <xs:annotation>
10674           <xs:documentation><p>Datumové ohraničení nejmladšího datumu vytvoření zásilky.</p>
10675 </xs:documentation>
10676         </xs:annotation>
10677       </xs:element>
10678       <xs:element name="kod" type="xs:string" minOccurs="0">
10679         <xs:annotation>
10680           <xs:documentation><p>Kód dokumentu vázaného k žádance (kód žádanky).</p>
10681 </xs:documentation>
10682         </xs:annotation>
10683       </xs:element>
10684       <xs:element name="id" type="ns1:guid" minOccurs="0">
10685         <xs:annotation>
10686           <xs:documentation><p>Identifikátor žádanky.</p>
10687 </xs:documentation>
10688         </xs:annotation>
10689       </xs:element>
10690       <xs:element name="refresh" type="xs:boolean" minOccurs="0">
10691         <xs:annotation>
10692           <xs:documentation><p>Vynulování cache pro vyhledávání.</p>
10693 </xs:documentation>
10694         </xs:annotation>
10695       </xs:element>
10696       <xs:element name="strankovani">
10697         <xs:annotation>
10698           <xs:documentation><p>Specifikace stránkování.</p>
10699 </xs:documentation>
10700         </xs:annotation>
10701         <xs:complexType>
10702           <xs:annotation>
10703             <xs:documentation><p>Specifikace stránkování.</p>
10704 </xs:documentation>
10705           </xs:annotation>
10706           <xs:sequence>
10707             <xs:element name="page" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
10708               <xs:annotation>
10709                 <xs:documentation><p>Definuje požadované číslo stránky. Stránky jsou číslovány od 1.</p>
10710 </xs:documentation>
10711               </xs:annotation>
10712             </xs:element>
10713             <xs:element name="size" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
10714               <xs:annotation>
10715                 <xs:documentation><p>Definuje požadovaný počet záznamů na stránce.</p>
10716 </xs:documentation>
10717               </xs:annotation>
10718             </xs:element>
10719           </xs:sequence>
10720         </xs:complexType>
10721       </xs:element>
10722     </xs:sequence>
10723   </xs:complexType>
10724   <xs:complexType name="VyhledejZadankuResponse">
10725     <xs:annotation>
10726       <xs:documentation><p>Návratová data pro vyhledání žádanek</p>
10727 </xs:documentation>
10728     </xs:annotation>
10729     <xs:sequence>
10730       <xs:element name="pageNumber" type="xs:int" minOccurs="0">
10731         <xs:annotation>
10732           <xs:documentation><p>Reprezentuje číslo aktuální stránky.</p>
10733 </xs:documentation>
10734         </xs:annotation>
10735       </xs:element>
10736       <xs:element name="nextPage" type="xs:int" minOccurs="0">
10737         <xs:annotation>
10738           <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>
10739 </xs:documentation>
10740         </xs:annotation>
10741       </xs:element>
10742       <xs:element name="pageCount" type="xs:int" minOccurs="0">
10743         <xs:annotation>
10744           <xs:documentation><p>Reprezentuje celkový počet stránek dotazu.</p>
10745 </xs:documentation>
10746         </xs:annotation>
10747       </xs:element>
10748       <xs:element name="pageSize" type="xs:long" minOccurs="0">
10749         <xs:annotation>
10750           <xs:documentation><p>Počet zásilek na stránku (na základě uvedeného stránkování v rámci requestu).</p>
10751 </xs:documentation>
10752         </xs:annotation>
10753       </xs:element>
10754       <xs:element name="totalCount" type="xs:long" minOccurs="0">
10755         <xs:annotation>
10756           <xs:documentation><p>Celkový počet zásilek nalezený na základě zadaných parametrů.</p>
10757 </xs:documentation>
10758         </xs:annotation>
10759       </xs:element>
10760       <xs:element name="pocetNeprectenych" type="xs:long" minOccurs="0">
10761         <xs:annotation>
10762           <xs:documentation><p>Počet neprečtěních záznamů.</p>
10763 </xs:documentation>
10764         </xs:annotation>
10765       </xs:element>
10766       <xs:element name="zadanky" type="tns:VyhledejZadankuDto" minOccurs="0" maxOccurs="2147483647">
10767         <xs:annotation>
10768           <xs:documentation><p>Seznam nalezených žádanek.</p>
10769 </xs:documentation>
10770         </xs:annotation>
10771       </xs:element>
10772     </xs:sequence>
10773   </xs:complexType>
10774   <xs:complexType name="VykonFtDto">
10775     <xs:annotation>
10776       <xs:documentation><p>Class for VykonFt</p>
10777 </xs:documentation>
10778     </xs:annotation>
10779     <xs:sequence>
10780       <xs:element name="vykon" minOccurs="0">
10781         <xs:annotation>
10782           <xs:documentation><p>Výkon.</p>
10783 </xs:documentation>
10784         </xs:annotation>
10785         <xs:complexType>
10786           <xs:annotation>
10787             <xs:documentation><p>Výkon.</p>
10788 </xs:documentation>
10789           </xs:annotation>
10790           <xs:sequence>
10791             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10792               <xs:annotation>
10793                 <xs:documentation><p>Kód číselníku.</p>
10794 </xs:documentation>
10795               </xs:annotation>
10796             </xs:element>
10797             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10798               <xs:annotation>
10799                 <xs:documentation><p>Kód číselníkové položky.</p>
10800 </xs:documentation>
10801               </xs:annotation>
10802             </xs:element>
10803             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10804               <xs:annotation>
10805                 <xs:documentation><p>Verze číselníku.</p>
10806 </xs:documentation>
10807               </xs:annotation>
10808             </xs:element>
10809             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10810               <xs:annotation>
10811                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10812 </xs:documentation>
10813               </xs:annotation>
10814             </xs:element>
10815             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10816               <xs:annotation>
10817                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10818 </xs:documentation>
10819               </xs:annotation>
10820             </xs:element>
10821             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10822               <xs:annotation>
10823                 <xs:documentation><p>Platnost číselníkové položky</p>
10824 </xs:documentation>
10825               </xs:annotation>
10826             </xs:element>
10827             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10828               <xs:annotation>
10829                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
10830 </xs:documentation>
10831               </xs:annotation>
10832             </xs:element>
10833           </xs:sequence>
10834         </xs:complexType>
10835       </xs:element>
10836       <xs:element name="poznamka" type="xs:string" minOccurs="0">
10837         <xs:annotation>
10838           <xs:documentation><p>Poznámka.</p>
10839 </xs:documentation>
10840         </xs:annotation>
10841       </xs:element>
10842       <xs:element name="pocet" type="xs:int" minOccurs="0">
10843         <xs:annotation>
10844           <xs:documentation><p>Počet provedení výkonu.</p>
10845 </xs:documentation>
10846         </xs:annotation>
10847       </xs:element>
10848     </xs:sequence>
10849   </xs:complexType>
10850   <xs:complexType name="VyridZadankuCommand">
10851     <xs:annotation>
10852       <xs:documentation><p>Požadavek pro vyřízení žádanky Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
10853 </xs:documentation>
10854     </xs:annotation>
10855     <xs:sequence>
10856       <xs:element name="id" type="ns1:guid">
10857         <xs:annotation>
10858           <xs:documentation><p>Identifikace vyřizované žádanky.</p>
10859 </xs:documentation>
10860         </xs:annotation>
10861       </xs:element>
10862       <xs:element name="verzeRadku" type="xs:base64Binary">
10863         <xs:annotation>
10864           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
10865 </xs:documentation>
10866         </xs:annotation>
10867       </xs:element>
10868       <xs:element name="zpusobVyrizeniZadanky">
10869         <xs:annotation>
10870           <xs:documentation><p>Zvolený způsob vyřízení (číselník: &quot;zpusob-vyrizeni&quot;)</p>
10871 </xs:documentation>
10872         </xs:annotation>
10873         <xs:complexType>
10874           <xs:annotation>
10875             <xs:documentation><p>Zvolený způsob vyřízení (číselník: &quot;zpusob-vyrizeni&quot;)</p>
10876 </xs:documentation>
10877           </xs:annotation>
10878           <xs:sequence>
10879             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10880               <xs:annotation>
10881                 <xs:documentation><p>Kód číselníku.</p>
10882 </xs:documentation>
10883               </xs:annotation>
10884             </xs:element>
10885             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10886               <xs:annotation>
10887                 <xs:documentation><p>Kód číselníkové položky.</p>
10888 </xs:documentation>
10889               </xs:annotation>
10890             </xs:element>
10891             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10892               <xs:annotation>
10893                 <xs:documentation><p>Verze číselníku.</p>
10894 </xs:documentation>
10895               </xs:annotation>
10896             </xs:element>
10897             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10898               <xs:annotation>
10899                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
10900 </xs:documentation>
10901               </xs:annotation>
10902             </xs:element>
10903             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10904               <xs:annotation>
10905                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
10906 </xs:documentation>
10907               </xs:annotation>
10908             </xs:element>
10909             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10910               <xs:annotation>
10911                 <xs:documentation><p>Platnost číselníkové položky</p>
10912 </xs:documentation>
10913               </xs:annotation>
10914             </xs:element>
10915             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
10916               <xs:annotation>
10917                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
10918 </xs:documentation>
10919               </xs:annotation>
10920             </xs:element>
10921           </xs:sequence>
10922         </xs:complexType>
10923       </xs:element>
10924       <xs:element name="zpusobVyrizeniUpresneni" type="xs:string" minOccurs="0">
10925         <xs:annotation>
10926           <xs:documentation><p>Upřesnění způsobu vyřízení žádanky.</p>
10927 </xs:documentation>
10928         </xs:annotation>
10929       </xs:element>
10930       <xs:element name="vysledek" minOccurs="0">
10931         <xs:annotation>
10932           <xs:documentation><p>Zásilka, jako výsledek způsobu vyřízení žádanky.</p>
10933 </xs:documentation>
10934         </xs:annotation>
10935         <xs:complexType>
10936           <xs:annotation>
10937             <xs:documentation><p>Zásilka, jako výsledek způsobu vyřízení žádanky.</p>
10938 </xs:documentation>
10939           </xs:annotation>
10940           <xs:sequence>
10941             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
10942               <xs:annotation>
10943                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
10944 </xs:documentation>
10945               </xs:annotation>
10946             </xs:element>
10947             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
10948               <xs:annotation>
10949                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
10950 </xs:documentation>
10951               </xs:annotation>
10952             </xs:element>
10953             <xs:element name="nazev" minOccurs="0">
10954               <xs:annotation>
10955                 <xs:documentation><p>Název zásilky pro referenci.</p>
10956 </xs:documentation>
10957               </xs:annotation>
10958               <xs:simpleType>
10959                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
10960                   <xs:maxLength value="255" />
10961                 </xs:restriction>
10962               </xs:simpleType>
10963             </xs:element>
10964             <xs:element name="popis" minOccurs="0">
10965               <xs:annotation>
10966                 <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
10967 </xs:documentation>
10968               </xs:annotation>
10969               <xs:simpleType>
10970                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
10971                   <xs:maxLength value="999" />
10972                 </xs:restriction>
10973               </xs:simpleType>
10974             </xs:element>
10975             <xs:element name="stav" minOccurs="0">
10976               <xs:annotation>
10977                 <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
10978 </xs:documentation>
10979               </xs:annotation>
10980               <xs:complexType>
10981                 <xs:annotation>
10982                   <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
10983 </xs:documentation>
10984                 </xs:annotation>
10985                 <xs:sequence>
10986                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10987                     <xs:annotation>
10988                       <xs:documentation><p>Kód číselníku.</p>
10989 </xs:documentation>
10990                     </xs:annotation>
10991                   </xs:element>
10992                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10993                     <xs:annotation>
10994                       <xs:documentation><p>Kód číselníkové položky.</p>
10995 </xs:documentation>
10996                     </xs:annotation>
10997                   </xs:element>
10998                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
10999                     <xs:annotation>
11000                       <xs:documentation><p>Verze číselníku.</p>
11001 </xs:documentation>
11002                     </xs:annotation>
11003                   </xs:element>
11004                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11005                     <xs:annotation>
11006                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11007 </xs:documentation>
11008                     </xs:annotation>
11009                   </xs:element>
11010                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11011                     <xs:annotation>
11012                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11013 </xs:documentation>
11014                     </xs:annotation>
11015                   </xs:element>
11016                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11017                     <xs:annotation>
11018                       <xs:documentation><p>Platnost číselníkové položky</p>
11019 </xs:documentation>
11020                     </xs:annotation>
11021                   </xs:element>
11022                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11023                     <xs:annotation>
11024                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
11025 </xs:documentation>
11026                     </xs:annotation>
11027                   </xs:element>
11028                 </xs:sequence>
11029               </xs:complexType>
11030             </xs:element>
11031             <xs:element name="typ" minOccurs="0">
11032               <xs:annotation>
11033                 <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
11034 </xs:documentation>
11035               </xs:annotation>
11036               <xs:complexType>
11037                 <xs:annotation>
11038                   <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
11039 </xs:documentation>
11040                 </xs:annotation>
11041                 <xs:sequence>
11042                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11043                     <xs:annotation>
11044                       <xs:documentation><p>Kód číselníku.</p>
11045 </xs:documentation>
11046                     </xs:annotation>
11047                   </xs:element>
11048                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11049                     <xs:annotation>
11050                       <xs:documentation><p>Kód číselníkové položky.</p>
11051 </xs:documentation>
11052                     </xs:annotation>
11053                   </xs:element>
11054                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11055                     <xs:annotation>
11056                       <xs:documentation><p>Verze číselníku.</p>
11057 </xs:documentation>
11058                     </xs:annotation>
11059                   </xs:element>
11060                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11061                     <xs:annotation>
11062                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11063 </xs:documentation>
11064                     </xs:annotation>
11065                   </xs:element>
11066                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11067                     <xs:annotation>
11068                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11069 </xs:documentation>
11070                     </xs:annotation>
11071                   </xs:element>
11072                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11073                     <xs:annotation>
11074                       <xs:documentation><p>Platnost číselníkové položky</p>
11075 </xs:documentation>
11076                     </xs:annotation>
11077                   </xs:element>
11078                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11079                     <xs:annotation>
11080                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
11081 </xs:documentation>
11082                     </xs:annotation>
11083                   </xs:element>
11084                 </xs:sequence>
11085               </xs:complexType>
11086             </xs:element>
11087             <xs:element name="klasifikace" minOccurs="0">
11088               <xs:annotation>
11089                 <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>
11090 </xs:documentation>
11091               </xs:annotation>
11092               <xs:complexType>
11093                 <xs:annotation>
11094                   <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>
11095 </xs:documentation>
11096                 </xs:annotation>
11097                 <xs:sequence>
11098                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11099                     <xs:annotation>
11100                       <xs:documentation><p>Kód číselníku.</p>
11101 </xs:documentation>
11102                     </xs:annotation>
11103                   </xs:element>
11104                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11105                     <xs:annotation>
11106                       <xs:documentation><p>Kód číselníkové položky.</p>
11107 </xs:documentation>
11108                     </xs:annotation>
11109                   </xs:element>
11110                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11111                     <xs:annotation>
11112                       <xs:documentation><p>Verze číselníku.</p>
11113 </xs:documentation>
11114                     </xs:annotation>
11115                   </xs:element>
11116                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11117                     <xs:annotation>
11118                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11119 </xs:documentation>
11120                     </xs:annotation>
11121                   </xs:element>
11122                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11123                     <xs:annotation>
11124                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11125 </xs:documentation>
11126                     </xs:annotation>
11127                   </xs:element>
11128                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11129                     <xs:annotation>
11130                       <xs:documentation><p>Platnost číselníkové položky</p>
11131 </xs:documentation>
11132                     </xs:annotation>
11133                   </xs:element>
11134                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11135                     <xs:annotation>
11136                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
11137 </xs:documentation>
11138                     </xs:annotation>
11139                   </xs:element>
11140                 </xs:sequence>
11141               </xs:complexType>
11142             </xs:element>
11143             <xs:element name="odbornost" minOccurs="0">
11144               <xs:annotation>
11145                 <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
11146 </xs:documentation>
11147               </xs:annotation>
11148               <xs:complexType>
11149                 <xs:annotation>
11150                   <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
11151 </xs:documentation>
11152                 </xs:annotation>
11153                 <xs:sequence>
11154                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11155                     <xs:annotation>
11156                       <xs:documentation><p>Kód číselníku.</p>
11157 </xs:documentation>
11158                     </xs:annotation>
11159                   </xs:element>
11160                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11161                     <xs:annotation>
11162                       <xs:documentation><p>Kód číselníkové položky.</p>
11163 </xs:documentation>
11164                     </xs:annotation>
11165                   </xs:element>
11166                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11167                     <xs:annotation>
11168                       <xs:documentation><p>Verze číselníku.</p>
11169 </xs:documentation>
11170                     </xs:annotation>
11171                   </xs:element>
11172                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11173                     <xs:annotation>
11174                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11175 </xs:documentation>
11176                     </xs:annotation>
11177                   </xs:element>
11178                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11179                     <xs:annotation>
11180                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11181 </xs:documentation>
11182                     </xs:annotation>
11183                   </xs:element>
11184                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11185                     <xs:annotation>
11186                       <xs:documentation><p>Platnost číselníkové položky</p>
11187 </xs:documentation>
11188                     </xs:annotation>
11189                   </xs:element>
11190                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11191                     <xs:annotation>
11192                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
11193 </xs:documentation>
11194                     </xs:annotation>
11195                   </xs:element>
11196                 </xs:sequence>
11197               </xs:complexType>
11198             </xs:element>
11199             <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11200               <xs:annotation>
11201                 <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
11202 </xs:documentation>
11203               </xs:annotation>
11204             </xs:element>
11205             <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11206               <xs:annotation>
11207                 <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
11208 </xs:documentation>
11209               </xs:annotation>
11210             </xs:element>
11211             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11212               <xs:annotation>
11213                 <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
11214 </xs:documentation>
11215               </xs:annotation>
11216             </xs:element>
11217             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11218               <xs:annotation>
11219                 <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
11220 </xs:documentation>
11221               </xs:annotation>
11222             </xs:element>
11223             <xs:element name="autorData" minOccurs="0">
11224               <xs:annotation>
11225                 <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
11226 </xs:documentation>
11227               </xs:annotation>
11228               <xs:complexType>
11229                 <xs:annotation>
11230                   <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
11231 </xs:documentation>
11232                 </xs:annotation>
11233                 <xs:sequence>
11234                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11235                     <xs:annotation>
11236                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
11237 </xs:documentation>
11238                     </xs:annotation>
11239                   </xs:element>
11240                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11241                     <xs:annotation>
11242                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
11243 </xs:documentation>
11244                     </xs:annotation>
11245                   </xs:element>
11246                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11247                     <xs:annotation>
11248                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
11249 </xs:documentation>
11250                     </xs:annotation>
11251                   </xs:element>
11252                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11253                     <xs:annotation>
11254                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
11255 </xs:documentation>
11256                     </xs:annotation>
11257                   </xs:element>
11258                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11259                     <xs:annotation>
11260                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
11261 </xs:documentation>
11262                     </xs:annotation>
11263                   </xs:element>
11264                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11265                     <xs:annotation>
11266                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
11267 </xs:documentation>
11268                     </xs:annotation>
11269                   </xs:element>
11270                 </xs:sequence>
11271               </xs:complexType>
11272             </xs:element>
11273             <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11274               <xs:annotation>
11275                 <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
11276 </xs:documentation>
11277               </xs:annotation>
11278             </xs:element>
11279             <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
11280               <xs:annotation>
11281                 <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
11282 </xs:documentation>
11283               </xs:annotation>
11284               <xs:complexType>
11285                 <xs:annotation>
11286                   <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
11287 </xs:documentation>
11288                 </xs:annotation>
11289                 <xs:sequence>
11290                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11291                     <xs:annotation>
11292                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
11293 </xs:documentation>
11294                     </xs:annotation>
11295                   </xs:element>
11296                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11297                     <xs:annotation>
11298                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
11299 </xs:documentation>
11300                     </xs:annotation>
11301                   </xs:element>
11302                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11303                     <xs:annotation>
11304                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
11305 </xs:documentation>
11306                     </xs:annotation>
11307                   </xs:element>
11308                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11309                     <xs:annotation>
11310                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
11311 </xs:documentation>
11312                     </xs:annotation>
11313                   </xs:element>
11314                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11315                     <xs:annotation>
11316                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
11317 </xs:documentation>
11318                     </xs:annotation>
11319                   </xs:element>
11320                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11321                     <xs:annotation>
11322                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
11323 </xs:documentation>
11324                     </xs:annotation>
11325                   </xs:element>
11326                 </xs:sequence>
11327               </xs:complexType>
11328             </xs:element>
11329             <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11330               <xs:annotation>
11331                 <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
11332 </xs:documentation>
11333               </xs:annotation>
11334             </xs:element>
11335             <xs:element name="poskytovatelData" minOccurs="0">
11336               <xs:annotation>
11337                 <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
11338 </xs:documentation>
11339               </xs:annotation>
11340               <xs:complexType>
11341                 <xs:annotation>
11342                   <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
11343 </xs:documentation>
11344                 </xs:annotation>
11345                 <xs:sequence>
11346                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11347                     <xs:annotation>
11348                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
11349 </xs:documentation>
11350                     </xs:annotation>
11351                   </xs:element>
11352                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11353                     <xs:annotation>
11354                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
11355 </xs:documentation>
11356                     </xs:annotation>
11357                   </xs:element>
11358                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11359                     <xs:annotation>
11360                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
11361 </xs:documentation>
11362                     </xs:annotation>
11363                   </xs:element>
11364                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11365                     <xs:annotation>
11366                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
11367 </xs:documentation>
11368                     </xs:annotation>
11369                   </xs:element>
11370                 </xs:sequence>
11371               </xs:complexType>
11372             </xs:element>
11373             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11374               <xs:annotation>
11375                 <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
11376 </xs:documentation>
11377               </xs:annotation>
11378             </xs:element>
11379             <xs:element name="pacientData" minOccurs="0">
11380               <xs:annotation>
11381                 <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
11382 </xs:documentation>
11383               </xs:annotation>
11384               <xs:complexType>
11385                 <xs:annotation>
11386                   <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
11387 </xs:documentation>
11388                 </xs:annotation>
11389                 <xs:sequence>
11390                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11391                     <xs:annotation>
11392                       <xs:documentation><p>RID dohledané osoby.</p>
11393 </xs:documentation>
11394                     </xs:annotation>
11395                   </xs:element>
11396                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11397                     <xs:annotation>
11398                       <xs:documentation><p>Jméno dohledané osoby.</p>
11399 </xs:documentation>
11400                     </xs:annotation>
11401                   </xs:element>
11402                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11403                     <xs:annotation>
11404                       <xs:documentation><p>Příjmení dohledané osoby.</p>
11405 </xs:documentation>
11406                     </xs:annotation>
11407                   </xs:element>
11408                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11409                     <xs:annotation>
11410                       <xs:documentation><p>Datum narození dohledané osoby.</p>
11411 </xs:documentation>
11412                     </xs:annotation>
11413                   </xs:element>
11414                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11415                     <xs:annotation>
11416                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
11417 </xs:documentation>
11418                     </xs:annotation>
11419                   </xs:element>
11420                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11421                     <xs:annotation>
11422                       <xs:documentation><p>Adresa dohledané osoby.</p>
11423 </xs:documentation>
11424                     </xs:annotation>
11425                   </xs:element>
11426                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11427                     <xs:annotation>
11428                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
11429 </xs:documentation>
11430                     </xs:annotation>
11431                   </xs:element>
11432                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11433                     <xs:annotation>
11434                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
11435 </xs:documentation>
11436                     </xs:annotation>
11437                   </xs:element>
11438                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11439                     <xs:annotation>
11440                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
11441 </xs:documentation>
11442                     </xs:annotation>
11443                   </xs:element>
11444                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11445                     <xs:annotation>
11446                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
11447 </xs:documentation>
11448                     </xs:annotation>
11449                   </xs:element>
11450                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11451                     <xs:annotation>
11452                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
11453 </xs:documentation>
11454                     </xs:annotation>
11455                   </xs:element>
11456                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
11457                     <xs:annotation>
11458                       <xs:documentation><p>Doklady dohledané osoby.</p>
11459 </xs:documentation>
11460                     </xs:annotation>
11461                   </xs:element>
11462                 </xs:sequence>
11463               </xs:complexType>
11464             </xs:element>
11465             <xs:element name="ispzs" minOccurs="0">
11466               <xs:annotation>
11467                 <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
11468 </xs:documentation>
11469               </xs:annotation>
11470               <xs:simpleType>
11471                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
11472                   <xs:maxLength value="255" />
11473                 </xs:restriction>
11474               </xs:simpleType>
11475             </xs:element>
11476             <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11477               <xs:annotation>
11478                 <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
11479 </xs:documentation>
11480               </xs:annotation>
11481             </xs:element>
11482             <xs:element name="adresatData" minOccurs="0">
11483               <xs:annotation>
11484                 <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
11485 </xs:documentation>
11486               </xs:annotation>
11487               <xs:complexType>
11488                 <xs:annotation>
11489                   <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
11490 </xs:documentation>
11491                 </xs:annotation>
11492                 <xs:sequence>
11493                   <xs:element name="zdravotnickyPracovnik" minOccurs="0">
11494                     <xs:annotation>
11495                       <xs:documentation><p>Data zdravotnického pracovníka.</p>
11496 </xs:documentation>
11497                     </xs:annotation>
11498                     <xs:complexType>
11499                       <xs:annotation>
11500                         <xs:documentation><p>Data zdravotnického pracovníka.</p>
11501 </xs:documentation>
11502                       </xs:annotation>
11503                       <xs:sequence>
11504                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11505                           <xs:annotation>
11506                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
11507 </xs:documentation>
11508                           </xs:annotation>
11509                         </xs:element>
11510                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11511                           <xs:annotation>
11512                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
11513 </xs:documentation>
11514                           </xs:annotation>
11515                         </xs:element>
11516                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11517                           <xs:annotation>
11518                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
11519 </xs:documentation>
11520                           </xs:annotation>
11521                         </xs:element>
11522                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11523                           <xs:annotation>
11524                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
11525 </xs:documentation>
11526                           </xs:annotation>
11527                         </xs:element>
11528                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11529                           <xs:annotation>
11530                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
11531 </xs:documentation>
11532                           </xs:annotation>
11533                         </xs:element>
11534                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11535                           <xs:annotation>
11536                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
11537 </xs:documentation>
11538                           </xs:annotation>
11539                         </xs:element>
11540                       </xs:sequence>
11541                     </xs:complexType>
11542                   </xs:element>
11543                   <xs:element name="pacient" minOccurs="0">
11544                     <xs:annotation>
11545                       <xs:documentation><p>Data pacienta.</p>
11546 </xs:documentation>
11547                     </xs:annotation>
11548                     <xs:complexType>
11549                       <xs:annotation>
11550                         <xs:documentation><p>Data pacienta.</p>
11551 </xs:documentation>
11552                       </xs:annotation>
11553                       <xs:sequence>
11554                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11555                           <xs:annotation>
11556                             <xs:documentation><p>RID dohledané osoby.</p>
11557 </xs:documentation>
11558                           </xs:annotation>
11559                         </xs:element>
11560                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11561                           <xs:annotation>
11562                             <xs:documentation><p>Jméno dohledané osoby.</p>
11563 </xs:documentation>
11564                           </xs:annotation>
11565                         </xs:element>
11566                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11567                           <xs:annotation>
11568                             <xs:documentation><p>Příjmení dohledané osoby.</p>
11569 </xs:documentation>
11570                           </xs:annotation>
11571                         </xs:element>
11572                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
11573                           <xs:annotation>
11574                             <xs:documentation><p>Datum narození dohledané osoby.</p>
11575 </xs:documentation>
11576                           </xs:annotation>
11577                         </xs:element>
11578                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11579                           <xs:annotation>
11580                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
11581 </xs:documentation>
11582                           </xs:annotation>
11583                         </xs:element>
11584                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11585                           <xs:annotation>
11586                             <xs:documentation><p>Adresa dohledané osoby.</p>
11587 </xs:documentation>
11588                           </xs:annotation>
11589                         </xs:element>
11590                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11591                           <xs:annotation>
11592                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
11593 </xs:documentation>
11594                           </xs:annotation>
11595                         </xs:element>
11596                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11597                           <xs:annotation>
11598                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
11599 </xs:documentation>
11600                           </xs:annotation>
11601                         </xs:element>
11602                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11603                           <xs:annotation>
11604                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
11605 </xs:documentation>
11606                           </xs:annotation>
11607                         </xs:element>
11608                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11609                           <xs:annotation>
11610                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
11611 </xs:documentation>
11612                           </xs:annotation>
11613                         </xs:element>
11614                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11615                           <xs:annotation>
11616                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
11617 </xs:documentation>
11618                           </xs:annotation>
11619                         </xs:element>
11620                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
11621                           <xs:annotation>
11622                             <xs:documentation><p>Doklady dohledané osoby.</p>
11623 </xs:documentation>
11624                           </xs:annotation>
11625                         </xs:element>
11626                       </xs:sequence>
11627                     </xs:complexType>
11628                   </xs:element>
11629                   <xs:element name="poskytovatel" minOccurs="0">
11630                     <xs:annotation>
11631                       <xs:documentation><p>Data poskytovatele.</p>
11632 </xs:documentation>
11633                     </xs:annotation>
11634                     <xs:complexType>
11635                       <xs:annotation>
11636                         <xs:documentation><p>Data poskytovatele.</p>
11637 </xs:documentation>
11638                       </xs:annotation>
11639                       <xs:sequence>
11640                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11641                           <xs:annotation>
11642                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
11643 </xs:documentation>
11644                           </xs:annotation>
11645                         </xs:element>
11646                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11647                           <xs:annotation>
11648                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
11649 </xs:documentation>
11650                           </xs:annotation>
11651                         </xs:element>
11652                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11653                           <xs:annotation>
11654                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
11655 </xs:documentation>
11656                           </xs:annotation>
11657                         </xs:element>
11658                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11659                           <xs:annotation>
11660                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
11661 </xs:documentation>
11662                           </xs:annotation>
11663                         </xs:element>
11664                       </xs:sequence>
11665                     </xs:complexType>
11666                   </xs:element>
11667                 </xs:sequence>
11668               </xs:complexType>
11669             </xs:element>
11670             <xs:element name="adresatTyp" minOccurs="0">
11671               <xs:annotation>
11672                 <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>
11673 </xs:documentation>
11674               </xs:annotation>
11675               <xs:complexType>
11676                 <xs:annotation>
11677                   <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>
11678 </xs:documentation>
11679                 </xs:annotation>
11680                 <xs:sequence>
11681                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11682                     <xs:annotation>
11683                       <xs:documentation><p>Kód číselníku.</p>
11684 </xs:documentation>
11685                     </xs:annotation>
11686                   </xs:element>
11687                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11688                     <xs:annotation>
11689                       <xs:documentation><p>Kód číselníkové položky.</p>
11690 </xs:documentation>
11691                     </xs:annotation>
11692                   </xs:element>
11693                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11694                     <xs:annotation>
11695                       <xs:documentation><p>Verze číselníku.</p>
11696 </xs:documentation>
11697                     </xs:annotation>
11698                   </xs:element>
11699                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11700                     <xs:annotation>
11701                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11702 </xs:documentation>
11703                     </xs:annotation>
11704                   </xs:element>
11705                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11706                     <xs:annotation>
11707                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11708 </xs:documentation>
11709                     </xs:annotation>
11710                   </xs:element>
11711                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11712                     <xs:annotation>
11713                       <xs:documentation><p>Platnost číselníkové položky</p>
11714 </xs:documentation>
11715                     </xs:annotation>
11716                   </xs:element>
11717                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11718                     <xs:annotation>
11719                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
11720 </xs:documentation>
11721                     </xs:annotation>
11722                   </xs:element>
11723                 </xs:sequence>
11724               </xs:complexType>
11725             </xs:element>
11726             <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11727               <xs:annotation>
11728                 <xs:documentation><p>Status dostupnosti zásilky.</p>
11729 </xs:documentation>
11730               </xs:annotation>
11731             </xs:element>
11732             <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
11733               <xs:annotation>
11734                 <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
11735 </xs:documentation>
11736               </xs:annotation>
11737             </xs:element>
11738             <xs:element name="udalost" minOccurs="0">
11739               <xs:annotation>
11740                 <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
11741 </xs:documentation>
11742               </xs:annotation>
11743               <xs:complexType>
11744                 <xs:annotation>
11745                   <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
11746 </xs:documentation>
11747                 </xs:annotation>
11748                 <xs:sequence>
11749                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11750                     <xs:annotation>
11751                       <xs:documentation><p>Kód číselníku.</p>
11752 </xs:documentation>
11753                     </xs:annotation>
11754                   </xs:element>
11755                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11756                     <xs:annotation>
11757                       <xs:documentation><p>Kód číselníkové položky.</p>
11758 </xs:documentation>
11759                     </xs:annotation>
11760                   </xs:element>
11761                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11762                     <xs:annotation>
11763                       <xs:documentation><p>Verze číselníku.</p>
11764 </xs:documentation>
11765                     </xs:annotation>
11766                   </xs:element>
11767                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11768                     <xs:annotation>
11769                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11770 </xs:documentation>
11771                     </xs:annotation>
11772                   </xs:element>
11773                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11774                     <xs:annotation>
11775                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11776 </xs:documentation>
11777                     </xs:annotation>
11778                   </xs:element>
11779                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11780                     <xs:annotation>
11781                       <xs:documentation><p>Platnost číselníkové položky</p>
11782 </xs:documentation>
11783                     </xs:annotation>
11784                   </xs:element>
11785                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11786                     <xs:annotation>
11787                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
11788 </xs:documentation>
11789                     </xs:annotation>
11790                   </xs:element>
11791                 </xs:sequence>
11792               </xs:complexType>
11793             </xs:element>
11794             <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
11795               <xs:annotation>
11796                 <xs:documentation><p>Dokument zásilky.</p>
11797 </xs:documentation>
11798               </xs:annotation>
11799             </xs:element>
11800           </xs:sequence>
11801         </xs:complexType>
11802       </xs:element>
11803       <xs:element name="datumSkutecneRealizaceVysetreni" type="xs:date" minOccurs="0">
11804         <xs:annotation>
11805           <xs:documentation><p>Datum skutečné realizace vyšetření.</p>
11806 </xs:documentation>
11807         </xs:annotation>
11808       </xs:element>
11809       <xs:element name="zaslatVysledekPacientovi" type="xs:boolean" minOccurs="0">
11810         <xs:annotation>
11811           <xs:documentation><p>Zaslat vysledek pacientovi.</p>
11812 </xs:documentation>
11813         </xs:annotation>
11814       </xs:element>
11815       <xs:element name="zaslatVysledekPraktikovi" type="xs:boolean" minOccurs="0">
11816         <xs:annotation>
11817           <xs:documentation><p>Zaslat vysledek praktikovi.</p>
11818 </xs:documentation>
11819         </xs:annotation>
11820       </xs:element>
11821     </xs:sequence>
11822   </xs:complexType>
11823   <xs:complexType name="VyridZadankuDto">
11824     <xs:annotation>
11825       <xs:documentation><p>Výstupní data pro službu VyridZadanku</p>
11826 </xs:documentation>
11827     </xs:annotation>
11828     <xs:sequence>
11829       <xs:element name="id" type="ns1:guid" minOccurs="0">
11830         <xs:annotation>
11831           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
11832 </xs:documentation>
11833         </xs:annotation>
11834       </xs:element>
11835       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
11836         <xs:annotation>
11837           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
11838 </xs:documentation>
11839         </xs:annotation>
11840       </xs:element>
11841       <xs:element name="stav" minOccurs="0">
11842         <xs:annotation>
11843           <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
11844 </xs:documentation>
11845         </xs:annotation>
11846         <xs:complexType>
11847           <xs:annotation>
11848             <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
11849 </xs:documentation>
11850           </xs:annotation>
11851           <xs:sequence>
11852             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11853               <xs:annotation>
11854                 <xs:documentation><p>Kód číselníku.</p>
11855 </xs:documentation>
11856               </xs:annotation>
11857             </xs:element>
11858             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11859               <xs:annotation>
11860                 <xs:documentation><p>Kód číselníkové položky.</p>
11861 </xs:documentation>
11862               </xs:annotation>
11863             </xs:element>
11864             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11865               <xs:annotation>
11866                 <xs:documentation><p>Verze číselníku.</p>
11867 </xs:documentation>
11868               </xs:annotation>
11869             </xs:element>
11870             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11871               <xs:annotation>
11872                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11873 </xs:documentation>
11874               </xs:annotation>
11875             </xs:element>
11876             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11877               <xs:annotation>
11878                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11879 </xs:documentation>
11880               </xs:annotation>
11881             </xs:element>
11882             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11883               <xs:annotation>
11884                 <xs:documentation><p>Platnost číselníkové položky</p>
11885 </xs:documentation>
11886               </xs:annotation>
11887             </xs:element>
11888             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11889               <xs:annotation>
11890                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
11891 </xs:documentation>
11892               </xs:annotation>
11893             </xs:element>
11894           </xs:sequence>
11895         </xs:complexType>
11896       </xs:element>
11897       <xs:element name="kod" minOccurs="0">
11898         <xs:annotation>
11899           <xs:documentation><p>Kód žádanky.</p>
11900 </xs:documentation>
11901         </xs:annotation>
11902         <xs:simpleType>
11903           <xs:restriction base="xs:string">
11904             <xs:maxLength value="100" />
11905           </xs:restriction>
11906         </xs:simpleType>
11907       </xs:element>
11908       <xs:element name="urgentnost">
11909         <xs:annotation>
11910           <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
11911 </xs:documentation>
11912         </xs:annotation>
11913         <xs:complexType>
11914           <xs:annotation>
11915             <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
11916 </xs:documentation>
11917           </xs:annotation>
11918           <xs:sequence>
11919             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11920               <xs:annotation>
11921                 <xs:documentation><p>Kód číselníku.</p>
11922 </xs:documentation>
11923               </xs:annotation>
11924             </xs:element>
11925             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11926               <xs:annotation>
11927                 <xs:documentation><p>Kód číselníkové položky.</p>
11928 </xs:documentation>
11929               </xs:annotation>
11930             </xs:element>
11931             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11932               <xs:annotation>
11933                 <xs:documentation><p>Verze číselníku.</p>
11934 </xs:documentation>
11935               </xs:annotation>
11936             </xs:element>
11937             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11938               <xs:annotation>
11939                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
11940 </xs:documentation>
11941               </xs:annotation>
11942             </xs:element>
11943             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
11944               <xs:annotation>
11945                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
11946 </xs:documentation>
11947               </xs:annotation>
11948             </xs:element>
11949             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11950               <xs:annotation>
11951                 <xs:documentation><p>Platnost číselníkové položky</p>
11952 </xs:documentation>
11953               </xs:annotation>
11954             </xs:element>
11955             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
11956               <xs:annotation>
11957                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
11958 </xs:documentation>
11959               </xs:annotation>
11960             </xs:element>
11961           </xs:sequence>
11962         </xs:complexType>
11963       </xs:element>
11964       <xs:element name="samoplatce" type="xs:boolean">
11965         <xs:annotation>
11966           <xs:documentation><p>Informace o tom, zda je osoba samoplátcem.</p>
11967 </xs:documentation>
11968         </xs:annotation>
11969       </xs:element>
11970       <xs:element name="prilozenVzorek" type="xs:boolean">
11971         <xs:annotation>
11972           <xs:documentation><p>Informace o tom, zda byl přiložen vzorek (laboratorní).</p>
11973 </xs:documentation>
11974         </xs:annotation>
11975       </xs:element>
11976       <xs:element name="omezeniMobility" type="xs:boolean">
11977         <xs:annotation>
11978           <xs:documentation><p>Informace o tom, zda se jedná o pacienta s omezenou mobilitou (obrazová).</p>
11979 </xs:documentation>
11980         </xs:annotation>
11981       </xs:element>
11982       <xs:element name="popisOmezeniMobility" minOccurs="0">
11983         <xs:annotation>
11984           <xs:documentation><p>Nepovinné textové pole pro upřesnění omezení mobility pacienta (obrazová, omezeniMobility == 1).</p>
11985 </xs:documentation>
11986         </xs:annotation>
11987         <xs:simpleType>
11988           <xs:restriction base="xs:string">
11989             <xs:maxLength value="250" />
11990           </xs:restriction>
11991         </xs:simpleType>
11992       </xs:element>
11993       <xs:element name="instrukceProPacienta" type="xs:string" minOccurs="0">
11994         <xs:annotation>
11995           <xs:documentation><p>Instrukce pro pacienta.</p>
11996 </xs:documentation>
11997         </xs:annotation>
11998       </xs:element>
11999       <xs:element name="zpusobVyrizeni" minOccurs="0">
12000         <xs:annotation>
12001           <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
12002 </xs:documentation>
12003         </xs:annotation>
12004         <xs:complexType>
12005           <xs:annotation>
12006             <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
12007 </xs:documentation>
12008           </xs:annotation>
12009           <xs:sequence>
12010             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12011               <xs:annotation>
12012                 <xs:documentation><p>Kód číselníku.</p>
12013 </xs:documentation>
12014               </xs:annotation>
12015             </xs:element>
12016             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12017               <xs:annotation>
12018                 <xs:documentation><p>Kód číselníkové položky.</p>
12019 </xs:documentation>
12020               </xs:annotation>
12021             </xs:element>
12022             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12023               <xs:annotation>
12024                 <xs:documentation><p>Verze číselníku.</p>
12025 </xs:documentation>
12026               </xs:annotation>
12027             </xs:element>
12028             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12029               <xs:annotation>
12030                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12031 </xs:documentation>
12032               </xs:annotation>
12033             </xs:element>
12034             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12035               <xs:annotation>
12036                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12037 </xs:documentation>
12038               </xs:annotation>
12039             </xs:element>
12040             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12041               <xs:annotation>
12042                 <xs:documentation><p>Platnost číselníkové položky</p>
12043 </xs:documentation>
12044               </xs:annotation>
12045             </xs:element>
12046             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12047               <xs:annotation>
12048                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
12049 </xs:documentation>
12050               </xs:annotation>
12051             </xs:element>
12052           </xs:sequence>
12053         </xs:complexType>
12054       </xs:element>
12055       <xs:element name="zpusobVyrizeniUpresneni" minOccurs="0">
12056         <xs:annotation>
12057           <xs:documentation><p>Upřesnení způsobu vyřízení žádanky.</p>
12058 </xs:documentation>
12059         </xs:annotation>
12060         <xs:simpleType>
12061           <xs:restriction base="xs:string">
12062             <xs:maxLength value="250" />
12063           </xs:restriction>
12064         </xs:simpleType>
12065       </xs:element>
12066       <xs:element name="nadrizenaZadankaId" type="ns1:guid" minOccurs="0">
12067         <xs:annotation>
12068           <xs:documentation><p>Odkaz na záznam nadřízené žádanky.</p>
12069 </xs:documentation>
12070         </xs:annotation>
12071       </xs:element>
12072       <xs:element name="zasilkaVysledekId" type="ns1:guid" minOccurs="0">
12073         <xs:annotation>
12074           <xs:documentation><p>Odkaz na záznam zásilky, v rámci které byl přiložen výsledek.</p>
12075 </xs:documentation>
12076         </xs:annotation>
12077       </xs:element>
12078       <xs:element name="datumStorna" type="xs:date" minOccurs="0">
12079         <xs:annotation>
12080           <xs:documentation><p>Gets or sets the datum storna.</p>
12081 </xs:documentation>
12082         </xs:annotation>
12083       </xs:element>
12084       <xs:element name="datumZaznaceniNeproveditelnosti" type="xs:date" minOccurs="0">
12085         <xs:annotation>
12086           <xs:documentation><p>Gets or sets the datum zaznaceni neproveditelnosti.</p>
12087 </xs:documentation>
12088         </xs:annotation>
12089       </xs:element>
12090       <xs:element name="datumPoslednihoVraceniDoObehu" type="xs:date" minOccurs="0">
12091         <xs:annotation>
12092           <xs:documentation><p>Gets or sets the datum posledniho vraceni do obehu.</p>
12093 </xs:documentation>
12094         </xs:annotation>
12095       </xs:element>
12096       <xs:element name="datumPoslednihoPrijeti" type="xs:date" minOccurs="0">
12097         <xs:annotation>
12098           <xs:documentation><p>Gets or sets the datum posledniho prijeti.</p>
12099 </xs:documentation>
12100         </xs:annotation>
12101       </xs:element>
12102       <xs:element name="datumRozdeleni" type="xs:date" minOccurs="0">
12103         <xs:annotation>
12104           <xs:documentation><p>Gets or sets the datum rozdeleni.</p>
12105 </xs:documentation>
12106         </xs:annotation>
12107       </xs:element>
12108       <xs:element name="datumVyrizeni" type="xs:date" minOccurs="0">
12109         <xs:annotation>
12110           <xs:documentation><p>Gets or sets the datum vyrizeni.</p>
12111 </xs:documentation>
12112         </xs:annotation>
12113       </xs:element>
12114       <xs:element name="datumExpirace" type="xs:date" minOccurs="0">
12115         <xs:annotation>
12116           <xs:documentation><p>Gets or sets the datum expirace.</p>
12117 </xs:documentation>
12118         </xs:annotation>
12119       </xs:element>
12120       <xs:element name="datumPlanovanehoVysetreni" type="xs:date" minOccurs="0">
12121         <xs:annotation>
12122           <xs:documentation><p>Gets or sets the datum planovaneho vysetreni.</p>
12123 </xs:documentation>
12124         </xs:annotation>
12125       </xs:element>
12126       <xs:element name="datumSkutecneRealizaceVysetreni" type="xs:date" minOccurs="0">
12127         <xs:annotation>
12128           <xs:documentation><p>Gets or sets the datum skutecne realizace vysetreni.</p>
12129 </xs:documentation>
12130         </xs:annotation>
12131       </xs:element>
12132       <xs:element name="pacientPojistovna" minOccurs="0">
12133         <xs:annotation>
12134           <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
12135 </xs:documentation>
12136         </xs:annotation>
12137         <xs:complexType>
12138           <xs:annotation>
12139             <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
12140 </xs:documentation>
12141           </xs:annotation>
12142           <xs:sequence>
12143             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12144               <xs:annotation>
12145                 <xs:documentation><p>Kód číselníku.</p>
12146 </xs:documentation>
12147               </xs:annotation>
12148             </xs:element>
12149             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12150               <xs:annotation>
12151                 <xs:documentation><p>Kód číselníkové položky.</p>
12152 </xs:documentation>
12153               </xs:annotation>
12154             </xs:element>
12155             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12156               <xs:annotation>
12157                 <xs:documentation><p>Verze číselníku.</p>
12158 </xs:documentation>
12159               </xs:annotation>
12160             </xs:element>
12161             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12162               <xs:annotation>
12163                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12164 </xs:documentation>
12165               </xs:annotation>
12166             </xs:element>
12167             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12168               <xs:annotation>
12169                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12170 </xs:documentation>
12171               </xs:annotation>
12172             </xs:element>
12173             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12174               <xs:annotation>
12175                 <xs:documentation><p>Platnost číselníkové položky</p>
12176 </xs:documentation>
12177               </xs:annotation>
12178             </xs:element>
12179             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12180               <xs:annotation>
12181                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
12182 </xs:documentation>
12183               </xs:annotation>
12184             </xs:element>
12185           </xs:sequence>
12186         </xs:complexType>
12187       </xs:element>
12188       <xs:element name="icpZadatele" type="xs:string">
12189         <xs:annotation>
12190           <xs:documentation><p>Identifikační číslo zařízení žadatele</p>
12191 </xs:documentation>
12192         </xs:annotation>
12193       </xs:element>
12194       <xs:element name="pacientImplantat" type="xs:boolean">
12195         <xs:annotation>
12196           <xs:documentation><p>Implantát pacienta</p>
12197 </xs:documentation>
12198         </xs:annotation>
12199       </xs:element>
12200       <xs:element name="vzorekData" type="tns:Vzorek" minOccurs="0" maxOccurs="2147483647">
12201         <xs:annotation>
12202           <xs:documentation><p>Seznam vzorků žádanky.</p>
12203 </xs:documentation>
12204         </xs:annotation>
12205       </xs:element>
12206       <xs:element name="zasilka">
12207         <xs:annotation>
12208           <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
12209 </xs:documentation>
12210         </xs:annotation>
12211         <xs:complexType>
12212           <xs:annotation>
12213             <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
12214 </xs:documentation>
12215           </xs:annotation>
12216           <xs:sequence>
12217             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
12218               <xs:annotation>
12219                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
12220 </xs:documentation>
12221               </xs:annotation>
12222             </xs:element>
12223             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
12224               <xs:annotation>
12225                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
12226 </xs:documentation>
12227               </xs:annotation>
12228             </xs:element>
12229             <xs:element name="nazev" minOccurs="0">
12230               <xs:annotation>
12231                 <xs:documentation><p>Název zásilky pro referenci.</p>
12232 </xs:documentation>
12233               </xs:annotation>
12234               <xs:simpleType>
12235                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
12236                   <xs:maxLength value="255" />
12237                 </xs:restriction>
12238               </xs:simpleType>
12239             </xs:element>
12240             <xs:element name="popis" minOccurs="0">
12241               <xs:annotation>
12242                 <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
12243 </xs:documentation>
12244               </xs:annotation>
12245               <xs:simpleType>
12246                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
12247                   <xs:maxLength value="999" />
12248                 </xs:restriction>
12249               </xs:simpleType>
12250             </xs:element>
12251             <xs:element name="stav" minOccurs="0">
12252               <xs:annotation>
12253                 <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
12254 </xs:documentation>
12255               </xs:annotation>
12256               <xs:complexType>
12257                 <xs:annotation>
12258                   <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
12259 </xs:documentation>
12260                 </xs:annotation>
12261                 <xs:sequence>
12262                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12263                     <xs:annotation>
12264                       <xs:documentation><p>Kód číselníku.</p>
12265 </xs:documentation>
12266                     </xs:annotation>
12267                   </xs:element>
12268                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12269                     <xs:annotation>
12270                       <xs:documentation><p>Kód číselníkové položky.</p>
12271 </xs:documentation>
12272                     </xs:annotation>
12273                   </xs:element>
12274                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12275                     <xs:annotation>
12276                       <xs:documentation><p>Verze číselníku.</p>
12277 </xs:documentation>
12278                     </xs:annotation>
12279                   </xs:element>
12280                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12281                     <xs:annotation>
12282                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12283 </xs:documentation>
12284                     </xs:annotation>
12285                   </xs:element>
12286                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12287                     <xs:annotation>
12288                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12289 </xs:documentation>
12290                     </xs:annotation>
12291                   </xs:element>
12292                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12293                     <xs:annotation>
12294                       <xs:documentation><p>Platnost číselníkové položky</p>
12295 </xs:documentation>
12296                     </xs:annotation>
12297                   </xs:element>
12298                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12299                     <xs:annotation>
12300                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
12301 </xs:documentation>
12302                     </xs:annotation>
12303                   </xs:element>
12304                 </xs:sequence>
12305               </xs:complexType>
12306             </xs:element>
12307             <xs:element name="typ" minOccurs="0">
12308               <xs:annotation>
12309                 <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
12310 </xs:documentation>
12311               </xs:annotation>
12312               <xs:complexType>
12313                 <xs:annotation>
12314                   <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
12315 </xs:documentation>
12316                 </xs:annotation>
12317                 <xs:sequence>
12318                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12319                     <xs:annotation>
12320                       <xs:documentation><p>Kód číselníku.</p>
12321 </xs:documentation>
12322                     </xs:annotation>
12323                   </xs:element>
12324                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12325                     <xs:annotation>
12326                       <xs:documentation><p>Kód číselníkové položky.</p>
12327 </xs:documentation>
12328                     </xs:annotation>
12329                   </xs:element>
12330                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12331                     <xs:annotation>
12332                       <xs:documentation><p>Verze číselníku.</p>
12333 </xs:documentation>
12334                     </xs:annotation>
12335                   </xs:element>
12336                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12337                     <xs:annotation>
12338                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12339 </xs:documentation>
12340                     </xs:annotation>
12341                   </xs:element>
12342                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12343                     <xs:annotation>
12344                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12345 </xs:documentation>
12346                     </xs:annotation>
12347                   </xs:element>
12348                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12349                     <xs:annotation>
12350                       <xs:documentation><p>Platnost číselníkové položky</p>
12351 </xs:documentation>
12352                     </xs:annotation>
12353                   </xs:element>
12354                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12355                     <xs:annotation>
12356                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
12357 </xs:documentation>
12358                     </xs:annotation>
12359                   </xs:element>
12360                 </xs:sequence>
12361               </xs:complexType>
12362             </xs:element>
12363             <xs:element name="klasifikace" minOccurs="0">
12364               <xs:annotation>
12365                 <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>
12366 </xs:documentation>
12367               </xs:annotation>
12368               <xs:complexType>
12369                 <xs:annotation>
12370                   <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>
12371 </xs:documentation>
12372                 </xs:annotation>
12373                 <xs:sequence>
12374                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12375                     <xs:annotation>
12376                       <xs:documentation><p>Kód číselníku.</p>
12377 </xs:documentation>
12378                     </xs:annotation>
12379                   </xs:element>
12380                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12381                     <xs:annotation>
12382                       <xs:documentation><p>Kód číselníkové položky.</p>
12383 </xs:documentation>
12384                     </xs:annotation>
12385                   </xs:element>
12386                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12387                     <xs:annotation>
12388                       <xs:documentation><p>Verze číselníku.</p>
12389 </xs:documentation>
12390                     </xs:annotation>
12391                   </xs:element>
12392                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12393                     <xs:annotation>
12394                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12395 </xs:documentation>
12396                     </xs:annotation>
12397                   </xs:element>
12398                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12399                     <xs:annotation>
12400                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12401 </xs:documentation>
12402                     </xs:annotation>
12403                   </xs:element>
12404                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12405                     <xs:annotation>
12406                       <xs:documentation><p>Platnost číselníkové položky</p>
12407 </xs:documentation>
12408                     </xs:annotation>
12409                   </xs:element>
12410                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12411                     <xs:annotation>
12412                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
12413 </xs:documentation>
12414                     </xs:annotation>
12415                   </xs:element>
12416                 </xs:sequence>
12417               </xs:complexType>
12418             </xs:element>
12419             <xs:element name="odbornost" minOccurs="0">
12420               <xs:annotation>
12421                 <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
12422 </xs:documentation>
12423               </xs:annotation>
12424               <xs:complexType>
12425                 <xs:annotation>
12426                   <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
12427 </xs:documentation>
12428                 </xs:annotation>
12429                 <xs:sequence>
12430                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12431                     <xs:annotation>
12432                       <xs:documentation><p>Kód číselníku.</p>
12433 </xs:documentation>
12434                     </xs:annotation>
12435                   </xs:element>
12436                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12437                     <xs:annotation>
12438                       <xs:documentation><p>Kód číselníkové položky.</p>
12439 </xs:documentation>
12440                     </xs:annotation>
12441                   </xs:element>
12442                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12443                     <xs:annotation>
12444                       <xs:documentation><p>Verze číselníku.</p>
12445 </xs:documentation>
12446                     </xs:annotation>
12447                   </xs:element>
12448                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12449                     <xs:annotation>
12450                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12451 </xs:documentation>
12452                     </xs:annotation>
12453                   </xs:element>
12454                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12455                     <xs:annotation>
12456                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12457 </xs:documentation>
12458                     </xs:annotation>
12459                   </xs:element>
12460                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12461                     <xs:annotation>
12462                       <xs:documentation><p>Platnost číselníkové položky</p>
12463 </xs:documentation>
12464                     </xs:annotation>
12465                   </xs:element>
12466                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12467                     <xs:annotation>
12468                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
12469 </xs:documentation>
12470                     </xs:annotation>
12471                   </xs:element>
12472                 </xs:sequence>
12473               </xs:complexType>
12474             </xs:element>
12475             <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12476               <xs:annotation>
12477                 <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
12478 </xs:documentation>
12479               </xs:annotation>
12480             </xs:element>
12481             <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12482               <xs:annotation>
12483                 <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
12484 </xs:documentation>
12485               </xs:annotation>
12486             </xs:element>
12487             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12488               <xs:annotation>
12489                 <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
12490 </xs:documentation>
12491               </xs:annotation>
12492             </xs:element>
12493             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12494               <xs:annotation>
12495                 <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
12496 </xs:documentation>
12497               </xs:annotation>
12498             </xs:element>
12499             <xs:element name="autorData" minOccurs="0">
12500               <xs:annotation>
12501                 <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
12502 </xs:documentation>
12503               </xs:annotation>
12504               <xs:complexType>
12505                 <xs:annotation>
12506                   <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
12507 </xs:documentation>
12508                 </xs:annotation>
12509                 <xs:sequence>
12510                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12511                     <xs:annotation>
12512                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
12513 </xs:documentation>
12514                     </xs:annotation>
12515                   </xs:element>
12516                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12517                     <xs:annotation>
12518                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
12519 </xs:documentation>
12520                     </xs:annotation>
12521                   </xs:element>
12522                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12523                     <xs:annotation>
12524                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
12525 </xs:documentation>
12526                     </xs:annotation>
12527                   </xs:element>
12528                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12529                     <xs:annotation>
12530                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
12531 </xs:documentation>
12532                     </xs:annotation>
12533                   </xs:element>
12534                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12535                     <xs:annotation>
12536                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
12537 </xs:documentation>
12538                     </xs:annotation>
12539                   </xs:element>
12540                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12541                     <xs:annotation>
12542                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
12543 </xs:documentation>
12544                     </xs:annotation>
12545                   </xs:element>
12546                 </xs:sequence>
12547               </xs:complexType>
12548             </xs:element>
12549             <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12550               <xs:annotation>
12551                 <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
12552 </xs:documentation>
12553               </xs:annotation>
12554             </xs:element>
12555             <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
12556               <xs:annotation>
12557                 <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
12558 </xs:documentation>
12559               </xs:annotation>
12560               <xs:complexType>
12561                 <xs:annotation>
12562                   <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
12563 </xs:documentation>
12564                 </xs:annotation>
12565                 <xs:sequence>
12566                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12567                     <xs:annotation>
12568                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
12569 </xs:documentation>
12570                     </xs:annotation>
12571                   </xs:element>
12572                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12573                     <xs:annotation>
12574                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
12575 </xs:documentation>
12576                     </xs:annotation>
12577                   </xs:element>
12578                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12579                     <xs:annotation>
12580                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
12581 </xs:documentation>
12582                     </xs:annotation>
12583                   </xs:element>
12584                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12585                     <xs:annotation>
12586                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
12587 </xs:documentation>
12588                     </xs:annotation>
12589                   </xs:element>
12590                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12591                     <xs:annotation>
12592                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
12593 </xs:documentation>
12594                     </xs:annotation>
12595                   </xs:element>
12596                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12597                     <xs:annotation>
12598                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
12599 </xs:documentation>
12600                     </xs:annotation>
12601                   </xs:element>
12602                 </xs:sequence>
12603               </xs:complexType>
12604             </xs:element>
12605             <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12606               <xs:annotation>
12607                 <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
12608 </xs:documentation>
12609               </xs:annotation>
12610             </xs:element>
12611             <xs:element name="poskytovatelData" minOccurs="0">
12612               <xs:annotation>
12613                 <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
12614 </xs:documentation>
12615               </xs:annotation>
12616               <xs:complexType>
12617                 <xs:annotation>
12618                   <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
12619 </xs:documentation>
12620                 </xs:annotation>
12621                 <xs:sequence>
12622                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12623                     <xs:annotation>
12624                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
12625 </xs:documentation>
12626                     </xs:annotation>
12627                   </xs:element>
12628                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12629                     <xs:annotation>
12630                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
12631 </xs:documentation>
12632                     </xs:annotation>
12633                   </xs:element>
12634                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12635                     <xs:annotation>
12636                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
12637 </xs:documentation>
12638                     </xs:annotation>
12639                   </xs:element>
12640                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12641                     <xs:annotation>
12642                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
12643 </xs:documentation>
12644                     </xs:annotation>
12645                   </xs:element>
12646                 </xs:sequence>
12647               </xs:complexType>
12648             </xs:element>
12649             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12650               <xs:annotation>
12651                 <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
12652 </xs:documentation>
12653               </xs:annotation>
12654             </xs:element>
12655             <xs:element name="pacientData" minOccurs="0">
12656               <xs:annotation>
12657                 <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
12658 </xs:documentation>
12659               </xs:annotation>
12660               <xs:complexType>
12661                 <xs:annotation>
12662                   <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
12663 </xs:documentation>
12664                 </xs:annotation>
12665                 <xs:sequence>
12666                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12667                     <xs:annotation>
12668                       <xs:documentation><p>RID dohledané osoby.</p>
12669 </xs:documentation>
12670                     </xs:annotation>
12671                   </xs:element>
12672                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12673                     <xs:annotation>
12674                       <xs:documentation><p>Jméno dohledané osoby.</p>
12675 </xs:documentation>
12676                     </xs:annotation>
12677                   </xs:element>
12678                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12679                     <xs:annotation>
12680                       <xs:documentation><p>Příjmení dohledané osoby.</p>
12681 </xs:documentation>
12682                     </xs:annotation>
12683                   </xs:element>
12684                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12685                     <xs:annotation>
12686                       <xs:documentation><p>Datum narození dohledané osoby.</p>
12687 </xs:documentation>
12688                     </xs:annotation>
12689                   </xs:element>
12690                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12691                     <xs:annotation>
12692                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
12693 </xs:documentation>
12694                     </xs:annotation>
12695                   </xs:element>
12696                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12697                     <xs:annotation>
12698                       <xs:documentation><p>Adresa dohledané osoby.</p>
12699 </xs:documentation>
12700                     </xs:annotation>
12701                   </xs:element>
12702                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12703                     <xs:annotation>
12704                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
12705 </xs:documentation>
12706                     </xs:annotation>
12707                   </xs:element>
12708                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12709                     <xs:annotation>
12710                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
12711 </xs:documentation>
12712                     </xs:annotation>
12713                   </xs:element>
12714                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12715                     <xs:annotation>
12716                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
12717 </xs:documentation>
12718                     </xs:annotation>
12719                   </xs:element>
12720                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12721                     <xs:annotation>
12722                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
12723 </xs:documentation>
12724                     </xs:annotation>
12725                   </xs:element>
12726                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12727                     <xs:annotation>
12728                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
12729 </xs:documentation>
12730                     </xs:annotation>
12731                   </xs:element>
12732                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
12733                     <xs:annotation>
12734                       <xs:documentation><p>Doklady dohledané osoby.</p>
12735 </xs:documentation>
12736                     </xs:annotation>
12737                   </xs:element>
12738                 </xs:sequence>
12739               </xs:complexType>
12740             </xs:element>
12741             <xs:element name="ispzs" minOccurs="0">
12742               <xs:annotation>
12743                 <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
12744 </xs:documentation>
12745               </xs:annotation>
12746               <xs:simpleType>
12747                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
12748                   <xs:maxLength value="255" />
12749                 </xs:restriction>
12750               </xs:simpleType>
12751             </xs:element>
12752             <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12753               <xs:annotation>
12754                 <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
12755 </xs:documentation>
12756               </xs:annotation>
12757             </xs:element>
12758             <xs:element name="adresatData" minOccurs="0">
12759               <xs:annotation>
12760                 <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
12761 </xs:documentation>
12762               </xs:annotation>
12763               <xs:complexType>
12764                 <xs:annotation>
12765                   <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
12766 </xs:documentation>
12767                 </xs:annotation>
12768                 <xs:sequence>
12769                   <xs:element name="zdravotnickyPracovnik" minOccurs="0">
12770                     <xs:annotation>
12771                       <xs:documentation><p>Data zdravotnického pracovníka.</p>
12772 </xs:documentation>
12773                     </xs:annotation>
12774                     <xs:complexType>
12775                       <xs:annotation>
12776                         <xs:documentation><p>Data zdravotnického pracovníka.</p>
12777 </xs:documentation>
12778                       </xs:annotation>
12779                       <xs:sequence>
12780                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12781                           <xs:annotation>
12782                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
12783 </xs:documentation>
12784                           </xs:annotation>
12785                         </xs:element>
12786                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12787                           <xs:annotation>
12788                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
12789 </xs:documentation>
12790                           </xs:annotation>
12791                         </xs:element>
12792                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12793                           <xs:annotation>
12794                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
12795 </xs:documentation>
12796                           </xs:annotation>
12797                         </xs:element>
12798                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12799                           <xs:annotation>
12800                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
12801 </xs:documentation>
12802                           </xs:annotation>
12803                         </xs:element>
12804                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12805                           <xs:annotation>
12806                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
12807 </xs:documentation>
12808                           </xs:annotation>
12809                         </xs:element>
12810                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12811                           <xs:annotation>
12812                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
12813 </xs:documentation>
12814                           </xs:annotation>
12815                         </xs:element>
12816                       </xs:sequence>
12817                     </xs:complexType>
12818                   </xs:element>
12819                   <xs:element name="pacient" minOccurs="0">
12820                     <xs:annotation>
12821                       <xs:documentation><p>Data pacienta.</p>
12822 </xs:documentation>
12823                     </xs:annotation>
12824                     <xs:complexType>
12825                       <xs:annotation>
12826                         <xs:documentation><p>Data pacienta.</p>
12827 </xs:documentation>
12828                       </xs:annotation>
12829                       <xs:sequence>
12830                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12831                           <xs:annotation>
12832                             <xs:documentation><p>RID dohledané osoby.</p>
12833 </xs:documentation>
12834                           </xs:annotation>
12835                         </xs:element>
12836                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12837                           <xs:annotation>
12838                             <xs:documentation><p>Jméno dohledané osoby.</p>
12839 </xs:documentation>
12840                           </xs:annotation>
12841                         </xs:element>
12842                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12843                           <xs:annotation>
12844                             <xs:documentation><p>Příjmení dohledané osoby.</p>
12845 </xs:documentation>
12846                           </xs:annotation>
12847                         </xs:element>
12848                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
12849                           <xs:annotation>
12850                             <xs:documentation><p>Datum narození dohledané osoby.</p>
12851 </xs:documentation>
12852                           </xs:annotation>
12853                         </xs:element>
12854                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12855                           <xs:annotation>
12856                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
12857 </xs:documentation>
12858                           </xs:annotation>
12859                         </xs:element>
12860                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12861                           <xs:annotation>
12862                             <xs:documentation><p>Adresa dohledané osoby.</p>
12863 </xs:documentation>
12864                           </xs:annotation>
12865                         </xs:element>
12866                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12867                           <xs:annotation>
12868                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
12869 </xs:documentation>
12870                           </xs:annotation>
12871                         </xs:element>
12872                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12873                           <xs:annotation>
12874                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
12875 </xs:documentation>
12876                           </xs:annotation>
12877                         </xs:element>
12878                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12879                           <xs:annotation>
12880                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
12881 </xs:documentation>
12882                           </xs:annotation>
12883                         </xs:element>
12884                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12885                           <xs:annotation>
12886                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
12887 </xs:documentation>
12888                           </xs:annotation>
12889                         </xs:element>
12890                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12891                           <xs:annotation>
12892                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
12893 </xs:documentation>
12894                           </xs:annotation>
12895                         </xs:element>
12896                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
12897                           <xs:annotation>
12898                             <xs:documentation><p>Doklady dohledané osoby.</p>
12899 </xs:documentation>
12900                           </xs:annotation>
12901                         </xs:element>
12902                       </xs:sequence>
12903                     </xs:complexType>
12904                   </xs:element>
12905                   <xs:element name="poskytovatel" minOccurs="0">
12906                     <xs:annotation>
12907                       <xs:documentation><p>Data poskytovatele.</p>
12908 </xs:documentation>
12909                     </xs:annotation>
12910                     <xs:complexType>
12911                       <xs:annotation>
12912                         <xs:documentation><p>Data poskytovatele.</p>
12913 </xs:documentation>
12914                       </xs:annotation>
12915                       <xs:sequence>
12916                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12917                           <xs:annotation>
12918                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
12919 </xs:documentation>
12920                           </xs:annotation>
12921                         </xs:element>
12922                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12923                           <xs:annotation>
12924                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
12925 </xs:documentation>
12926                           </xs:annotation>
12927                         </xs:element>
12928                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12929                           <xs:annotation>
12930                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
12931 </xs:documentation>
12932                           </xs:annotation>
12933                         </xs:element>
12934                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12935                           <xs:annotation>
12936                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
12937 </xs:documentation>
12938                           </xs:annotation>
12939                         </xs:element>
12940                       </xs:sequence>
12941                     </xs:complexType>
12942                   </xs:element>
12943                 </xs:sequence>
12944               </xs:complexType>
12945             </xs:element>
12946             <xs:element name="adresatTyp" minOccurs="0">
12947               <xs:annotation>
12948                 <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>
12949 </xs:documentation>
12950               </xs:annotation>
12951               <xs:complexType>
12952                 <xs:annotation>
12953                   <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>
12954 </xs:documentation>
12955                 </xs:annotation>
12956                 <xs:sequence>
12957                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12958                     <xs:annotation>
12959                       <xs:documentation><p>Kód číselníku.</p>
12960 </xs:documentation>
12961                     </xs:annotation>
12962                   </xs:element>
12963                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12964                     <xs:annotation>
12965                       <xs:documentation><p>Kód číselníkové položky.</p>
12966 </xs:documentation>
12967                     </xs:annotation>
12968                   </xs:element>
12969                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12970                     <xs:annotation>
12971                       <xs:documentation><p>Verze číselníku.</p>
12972 </xs:documentation>
12973                     </xs:annotation>
12974                   </xs:element>
12975                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12976                     <xs:annotation>
12977                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
12978 </xs:documentation>
12979                     </xs:annotation>
12980                   </xs:element>
12981                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
12982                     <xs:annotation>
12983                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
12984 </xs:documentation>
12985                     </xs:annotation>
12986                   </xs:element>
12987                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12988                     <xs:annotation>
12989                       <xs:documentation><p>Platnost číselníkové položky</p>
12990 </xs:documentation>
12991                     </xs:annotation>
12992                   </xs:element>
12993                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
12994                     <xs:annotation>
12995                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
12996 </xs:documentation>
12997                     </xs:annotation>
12998                   </xs:element>
12999                 </xs:sequence>
13000               </xs:complexType>
13001             </xs:element>
13002             <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13003               <xs:annotation>
13004                 <xs:documentation><p>Status dostupnosti zásilky.</p>
13005 </xs:documentation>
13006               </xs:annotation>
13007             </xs:element>
13008             <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
13009               <xs:annotation>
13010                 <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
13011 </xs:documentation>
13012               </xs:annotation>
13013             </xs:element>
13014             <xs:element name="udalost" minOccurs="0">
13015               <xs:annotation>
13016                 <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
13017 </xs:documentation>
13018               </xs:annotation>
13019               <xs:complexType>
13020                 <xs:annotation>
13021                   <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
13022 </xs:documentation>
13023                 </xs:annotation>
13024                 <xs:sequence>
13025                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13026                     <xs:annotation>
13027                       <xs:documentation><p>Kód číselníku.</p>
13028 </xs:documentation>
13029                     </xs:annotation>
13030                   </xs:element>
13031                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13032                     <xs:annotation>
13033                       <xs:documentation><p>Kód číselníkové položky.</p>
13034 </xs:documentation>
13035                     </xs:annotation>
13036                   </xs:element>
13037                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13038                     <xs:annotation>
13039                       <xs:documentation><p>Verze číselníku.</p>
13040 </xs:documentation>
13041                     </xs:annotation>
13042                   </xs:element>
13043                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13044                     <xs:annotation>
13045                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13046 </xs:documentation>
13047                     </xs:annotation>
13048                   </xs:element>
13049                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13050                     <xs:annotation>
13051                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13052 </xs:documentation>
13053                     </xs:annotation>
13054                   </xs:element>
13055                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13056                     <xs:annotation>
13057                       <xs:documentation><p>Platnost číselníkové položky</p>
13058 </xs:documentation>
13059                     </xs:annotation>
13060                   </xs:element>
13061                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13062                     <xs:annotation>
13063                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
13064 </xs:documentation>
13065                     </xs:annotation>
13066                   </xs:element>
13067                 </xs:sequence>
13068               </xs:complexType>
13069             </xs:element>
13070             <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
13071               <xs:annotation>
13072                 <xs:documentation><p>Dokument zásilky.</p>
13073 </xs:documentation>
13074               </xs:annotation>
13075             </xs:element>
13076           </xs:sequence>
13077         </xs:complexType>
13078       </xs:element>
13079       <xs:element name="dodatecnyPrijemce" type="tns:DodatecnyPrijemce" minOccurs="0" maxOccurs="2147483647">
13080         <xs:annotation>
13081           <xs:documentation><p>Seznam dodatečních příjemců žádanky.</p>
13082 </xs:documentation>
13083         </xs:annotation>
13084       </xs:element>
13085       <xs:element name="metodaData" type="tns:PolozkaCiselnikuDto" minOccurs="0" maxOccurs="2147483647">
13086         <xs:annotation>
13087           <xs:documentation><p>Metoda konkrétní žádanky. Liší se dle typu žádanky (číselník: referralorder-types). Pro typ &quot;žádanka o vyšetření (K)&quot; (kód: &quot;57133-1&quot;) musí být uvedena položka číselníku: &quot;korder-type-vs&quot;; Pro typ &quot;žádanka o zobrazovací vyšetření (Z)&quot; (kód: &quot;721964003&quot;) musí být uvedena položka číselníku: &quot;cz-modality&quot;; Pro typ &quot;žádanka o fyzioterapii (FT)&quot; (kód: &quot;57154-7&quot;) nemusí být pole vyplněno</p>
13088 </xs:documentation>
13089         </xs:annotation>
13090       </xs:element>
13091       <xs:element name="obsahujePrilohy" type="xs:boolean" minOccurs="0">
13092         <xs:annotation>
13093           <xs:documentation><p>Příznak, zda žádanka obsahuje přílohy.</p>
13094 </xs:documentation>
13095         </xs:annotation>
13096       </xs:element>
13097     </xs:sequence>
13098   </xs:complexType>
13099   <xs:complexType name="Vyska">
13100     <xs:annotation>
13101       <xs:documentation><p>Objekt pro určení výšky pro biometrické údaje</p>
13102 </xs:documentation>
13103     </xs:annotation>
13104     <xs:sequence>
13105       <xs:element name="kod" type="xs:string" minOccurs="0">
13106         <xs:annotation>
13107           <xs:documentation><p>Kód pro výšku.</p>
13108 </xs:documentation>
13109         </xs:annotation>
13110       </xs:element>
13111       <xs:element name="hodnota" type="xs:int" minOccurs="0">
13112         <xs:annotation>
13113           <xs:documentation><p>Hodnota výšky.</p>
13114 </xs:documentation>
13115         </xs:annotation>
13116       </xs:element>
13117       <xs:element name="datum" type="xs:date" minOccurs="0">
13118         <xs:annotation>
13119           <xs:documentation><p>Datum měření výšky.</p>
13120 </xs:documentation>
13121         </xs:annotation>
13122       </xs:element>
13123     </xs:sequence>
13124   </xs:complexType>
13125   <xs:complexType name="Vzorek">
13126     <xs:annotation>
13127       <xs:documentation><p>Specifikace třídy vorek pro žádanku</p>
13128 </xs:documentation>
13129     </xs:annotation>
13130     <xs:sequence>
13131       <xs:element name="id" type="ns1:guid" minOccurs="0">
13132         <xs:annotation>
13133           <xs:documentation><p>Identifikace vzorku, při vytváření se neuvádí.</p>
13134 </xs:documentation>
13135         </xs:annotation>
13136       </xs:element>
13137       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
13138         <xs:annotation>
13139           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
13140 </xs:documentation>
13141         </xs:annotation>
13142       </xs:element>
13143       <xs:element name="materialVzorku" minOccurs="0">
13144         <xs:annotation>
13145           <xs:documentation><p>Materiál vzorku (např. &quot;Krevní plazma&quot;).</p>
13146 </xs:documentation>
13147         </xs:annotation>
13148         <xs:complexType>
13149           <xs:annotation>
13150             <xs:documentation><p>Materiál vzorku (např. &quot;Krevní plazma&quot;).</p>
13151 </xs:documentation>
13152           </xs:annotation>
13153           <xs:sequence>
13154             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13155               <xs:annotation>
13156                 <xs:documentation><p>Kód číselníku.</p>
13157 </xs:documentation>
13158               </xs:annotation>
13159             </xs:element>
13160             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13161               <xs:annotation>
13162                 <xs:documentation><p>Kód číselníkové položky.</p>
13163 </xs:documentation>
13164               </xs:annotation>
13165             </xs:element>
13166             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13167               <xs:annotation>
13168                 <xs:documentation><p>Verze číselníku.</p>
13169 </xs:documentation>
13170               </xs:annotation>
13171             </xs:element>
13172             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13173               <xs:annotation>
13174                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13175 </xs:documentation>
13176               </xs:annotation>
13177             </xs:element>
13178             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13179               <xs:annotation>
13180                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13181 </xs:documentation>
13182               </xs:annotation>
13183             </xs:element>
13184             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13185               <xs:annotation>
13186                 <xs:documentation><p>Platnost číselníkové položky</p>
13187 </xs:documentation>
13188               </xs:annotation>
13189             </xs:element>
13190             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13191               <xs:annotation>
13192                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
13193 </xs:documentation>
13194               </xs:annotation>
13195             </xs:element>
13196           </xs:sequence>
13197         </xs:complexType>
13198       </xs:element>
13199       <xs:element name="datumCasOdberu" type="xs:date" minOccurs="0">
13200         <xs:annotation>
13201           <xs:documentation><p>Datum a čas provedení odběru vzorku.</p>
13202 </xs:documentation>
13203         </xs:annotation>
13204       </xs:element>
13205       <xs:element name="pokynyZachazeni" type="xs:string" minOccurs="0">
13206         <xs:annotation>
13207           <xs:documentation><p>Pokyny k zacházení se vzorkem.</p>
13208 </xs:documentation>
13209         </xs:annotation>
13210       </xs:element>
13211       <xs:element name="kodVzorku" type="xs:string" minOccurs="0">
13212         <xs:annotation>
13213           <xs:documentation><p>Kód vzorku.</p>
13214 </xs:documentation>
13215         </xs:annotation>
13216       </xs:element>
13217       <xs:element name="vzorekOdebralId" type="ns1:guid" minOccurs="0">
13218         <xs:annotation>
13219           <xs:documentation><p>Identifikace, kto odebral zvorek.</p>
13220 </xs:documentation>
13221         </xs:annotation>
13222       </xs:element>
13223       <xs:element name="vzorekOdebralTyp" type="xs:long" minOccurs="0">
13224         <xs:annotation>
13225           <xs:documentation><p>Typ odebrání.</p>
13226 </xs:documentation>
13227         </xs:annotation>
13228       </xs:element>
13229     </xs:sequence>
13230   </xs:complexType>
13231   <xs:complexType name="Zadanka">
13232     <xs:annotation>
13233       <xs:documentation><p>Specifikace třídy žádanka</p>
13234 </xs:documentation>
13235     </xs:annotation>
13236     <xs:sequence>
13237       <xs:element name="id" type="ns1:guid" minOccurs="0">
13238         <xs:annotation>
13239           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
13240 </xs:documentation>
13241         </xs:annotation>
13242       </xs:element>
13243       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
13244         <xs:annotation>
13245           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
13246 </xs:documentation>
13247         </xs:annotation>
13248       </xs:element>
13249       <xs:element name="stav" minOccurs="0">
13250         <xs:annotation>
13251           <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
13252 </xs:documentation>
13253         </xs:annotation>
13254         <xs:complexType>
13255           <xs:annotation>
13256             <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
13257 </xs:documentation>
13258           </xs:annotation>
13259           <xs:sequence>
13260             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13261               <xs:annotation>
13262                 <xs:documentation><p>Kód číselníku.</p>
13263 </xs:documentation>
13264               </xs:annotation>
13265             </xs:element>
13266             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13267               <xs:annotation>
13268                 <xs:documentation><p>Kód číselníkové položky.</p>
13269 </xs:documentation>
13270               </xs:annotation>
13271             </xs:element>
13272             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13273               <xs:annotation>
13274                 <xs:documentation><p>Verze číselníku.</p>
13275 </xs:documentation>
13276               </xs:annotation>
13277             </xs:element>
13278             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13279               <xs:annotation>
13280                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13281 </xs:documentation>
13282               </xs:annotation>
13283             </xs:element>
13284             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13285               <xs:annotation>
13286                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13287 </xs:documentation>
13288               </xs:annotation>
13289             </xs:element>
13290             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13291               <xs:annotation>
13292                 <xs:documentation><p>Platnost číselníkové položky</p>
13293 </xs:documentation>
13294               </xs:annotation>
13295             </xs:element>
13296             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13297               <xs:annotation>
13298                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
13299 </xs:documentation>
13300               </xs:annotation>
13301             </xs:element>
13302           </xs:sequence>
13303         </xs:complexType>
13304       </xs:element>
13305       <xs:element name="kod" minOccurs="0">
13306         <xs:annotation>
13307           <xs:documentation><p>Kód žádanky.</p>
13308 </xs:documentation>
13309         </xs:annotation>
13310         <xs:simpleType>
13311           <xs:restriction base="xs:string">
13312             <xs:maxLength value="100" />
13313           </xs:restriction>
13314         </xs:simpleType>
13315       </xs:element>
13316       <xs:element name="urgentnost" minOccurs="0">
13317         <xs:annotation>
13318           <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
13319 </xs:documentation>
13320         </xs:annotation>
13321         <xs:complexType>
13322           <xs:annotation>
13323             <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
13324 </xs:documentation>
13325           </xs:annotation>
13326           <xs:sequence>
13327             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13328               <xs:annotation>
13329                 <xs:documentation><p>Kód číselníku.</p>
13330 </xs:documentation>
13331               </xs:annotation>
13332             </xs:element>
13333             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13334               <xs:annotation>
13335                 <xs:documentation><p>Kód číselníkové položky.</p>
13336 </xs:documentation>
13337               </xs:annotation>
13338             </xs:element>
13339             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13340               <xs:annotation>
13341                 <xs:documentation><p>Verze číselníku.</p>
13342 </xs:documentation>
13343               </xs:annotation>
13344             </xs:element>
13345             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13346               <xs:annotation>
13347                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13348 </xs:documentation>
13349               </xs:annotation>
13350             </xs:element>
13351             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13352               <xs:annotation>
13353                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13354 </xs:documentation>
13355               </xs:annotation>
13356             </xs:element>
13357             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13358               <xs:annotation>
13359                 <xs:documentation><p>Platnost číselníkové položky</p>
13360 </xs:documentation>
13361               </xs:annotation>
13362             </xs:element>
13363             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13364               <xs:annotation>
13365                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
13366 </xs:documentation>
13367               </xs:annotation>
13368             </xs:element>
13369           </xs:sequence>
13370         </xs:complexType>
13371       </xs:element>
13372       <xs:element name="samoplatce" type="xs:boolean" minOccurs="0">
13373         <xs:annotation>
13374           <xs:documentation><p>Informace o tom, zda je osoba samoplátcem.</p>
13375 </xs:documentation>
13376         </xs:annotation>
13377       </xs:element>
13378       <xs:element name="prilozenVzorek" type="xs:boolean" minOccurs="0">
13379         <xs:annotation>
13380           <xs:documentation><p>Informace o tom, zda byl přiložen vzorek (laboratorní).</p>
13381 </xs:documentation>
13382         </xs:annotation>
13383       </xs:element>
13384       <xs:element name="omezeniMobility" type="xs:boolean" minOccurs="0">
13385         <xs:annotation>
13386           <xs:documentation><p>Informace o tom, zda se jedná o pacienta s omezenou mobilitou (obrazová).</p>
13387 </xs:documentation>
13388         </xs:annotation>
13389       </xs:element>
13390       <xs:element name="popisOmezeniMobility" minOccurs="0">
13391         <xs:annotation>
13392           <xs:documentation><p>Nepovinné textové pole pro upřesnění omezení mobility pacienta (obrazová, omezeniMobility == 1).</p>
13393 </xs:documentation>
13394         </xs:annotation>
13395         <xs:simpleType>
13396           <xs:restriction base="xs:string">
13397             <xs:maxLength value="250" />
13398           </xs:restriction>
13399         </xs:simpleType>
13400       </xs:element>
13401       <xs:element name="instrukceProPacienta" type="xs:string" minOccurs="0">
13402         <xs:annotation>
13403           <xs:documentation><p>Instrukce pro pacienta.</p>
13404 </xs:documentation>
13405         </xs:annotation>
13406       </xs:element>
13407       <xs:element name="zpusobVyrizeni" minOccurs="0">
13408         <xs:annotation>
13409           <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
13410 </xs:documentation>
13411         </xs:annotation>
13412         <xs:complexType>
13413           <xs:annotation>
13414             <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
13415 </xs:documentation>
13416           </xs:annotation>
13417           <xs:sequence>
13418             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13419               <xs:annotation>
13420                 <xs:documentation><p>Kód číselníku.</p>
13421 </xs:documentation>
13422               </xs:annotation>
13423             </xs:element>
13424             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13425               <xs:annotation>
13426                 <xs:documentation><p>Kód číselníkové položky.</p>
13427 </xs:documentation>
13428               </xs:annotation>
13429             </xs:element>
13430             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13431               <xs:annotation>
13432                 <xs:documentation><p>Verze číselníku.</p>
13433 </xs:documentation>
13434               </xs:annotation>
13435             </xs:element>
13436             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13437               <xs:annotation>
13438                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13439 </xs:documentation>
13440               </xs:annotation>
13441             </xs:element>
13442             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13443               <xs:annotation>
13444                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13445 </xs:documentation>
13446               </xs:annotation>
13447             </xs:element>
13448             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13449               <xs:annotation>
13450                 <xs:documentation><p>Platnost číselníkové položky</p>
13451 </xs:documentation>
13452               </xs:annotation>
13453             </xs:element>
13454             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13455               <xs:annotation>
13456                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
13457 </xs:documentation>
13458               </xs:annotation>
13459             </xs:element>
13460           </xs:sequence>
13461         </xs:complexType>
13462       </xs:element>
13463       <xs:element name="zpusobVyrizeniUpresneni" minOccurs="0">
13464         <xs:annotation>
13465           <xs:documentation><p>Upřesnení způsobu vyřízení žádanky.</p>
13466 </xs:documentation>
13467         </xs:annotation>
13468         <xs:simpleType>
13469           <xs:restriction base="xs:string">
13470             <xs:maxLength value="250" />
13471           </xs:restriction>
13472         </xs:simpleType>
13473       </xs:element>
13474       <xs:element name="nadrizenaZadankaId" type="ns1:guid" minOccurs="0">
13475         <xs:annotation>
13476           <xs:documentation><p>Odkaz na záznam nadřízené žádanky.</p>
13477 </xs:documentation>
13478         </xs:annotation>
13479       </xs:element>
13480       <xs:element name="zasilkaVysledekId" type="ns1:guid" minOccurs="0">
13481         <xs:annotation>
13482           <xs:documentation><p>Odkaz na záznam zásilky, v rámci které byl přiložen výsledek.</p>
13483 </xs:documentation>
13484         </xs:annotation>
13485       </xs:element>
13486       <xs:element name="datumStorna" type="xs:date" minOccurs="0">
13487         <xs:annotation>
13488           <xs:documentation><p>Gets or sets the datum storna.</p>
13489 </xs:documentation>
13490         </xs:annotation>
13491       </xs:element>
13492       <xs:element name="datumZaznaceniNeproveditelnosti" type="xs:date" minOccurs="0">
13493         <xs:annotation>
13494           <xs:documentation><p>Gets or sets the datum zaznaceni neproveditelnosti.</p>
13495 </xs:documentation>
13496         </xs:annotation>
13497       </xs:element>
13498       <xs:element name="datumPoslednihoVraceniDoObehu" type="xs:date" minOccurs="0">
13499         <xs:annotation>
13500           <xs:documentation><p>Gets or sets the datum posledniho vraceni do obehu.</p>
13501 </xs:documentation>
13502         </xs:annotation>
13503       </xs:element>
13504       <xs:element name="datumPoslednihoPrijeti" type="xs:date" minOccurs="0">
13505         <xs:annotation>
13506           <xs:documentation><p>Gets or sets the datum posledniho prijeti.</p>
13507 </xs:documentation>
13508         </xs:annotation>
13509       </xs:element>
13510       <xs:element name="datumRozdeleni" type="xs:date" minOccurs="0">
13511         <xs:annotation>
13512           <xs:documentation><p>Gets or sets the datum rozdeleni.</p>
13513 </xs:documentation>
13514         </xs:annotation>
13515       </xs:element>
13516       <xs:element name="datumVyrizeni" type="xs:date" minOccurs="0">
13517         <xs:annotation>
13518           <xs:documentation><p>Gets or sets the datum vyrizeni.</p>
13519 </xs:documentation>
13520         </xs:annotation>
13521       </xs:element>
13522       <xs:element name="datumExpirace" type="xs:date" minOccurs="0">
13523         <xs:annotation>
13524           <xs:documentation><p>Gets or sets the datum expirace.</p>
13525 </xs:documentation>
13526         </xs:annotation>
13527       </xs:element>
13528       <xs:element name="datumPlanovanehoVysetreni" type="xs:date" minOccurs="0">
13529         <xs:annotation>
13530           <xs:documentation><p>Gets or sets the datum planovaneho vysetreni.</p>
13531 </xs:documentation>
13532         </xs:annotation>
13533       </xs:element>
13534       <xs:element name="datumSkutecneRealizaceVysetreni" type="xs:date" minOccurs="0">
13535         <xs:annotation>
13536           <xs:documentation><p>Gets or sets the datum skutecne realizace vysetreni.</p>
13537 </xs:documentation>
13538         </xs:annotation>
13539       </xs:element>
13540       <xs:element name="pacientPojistovna" minOccurs="0">
13541         <xs:annotation>
13542           <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
13543 </xs:documentation>
13544         </xs:annotation>
13545         <xs:complexType>
13546           <xs:annotation>
13547             <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
13548 </xs:documentation>
13549           </xs:annotation>
13550           <xs:sequence>
13551             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13552               <xs:annotation>
13553                 <xs:documentation><p>Kód číselníku.</p>
13554 </xs:documentation>
13555               </xs:annotation>
13556             </xs:element>
13557             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13558               <xs:annotation>
13559                 <xs:documentation><p>Kód číselníkové položky.</p>
13560 </xs:documentation>
13561               </xs:annotation>
13562             </xs:element>
13563             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13564               <xs:annotation>
13565                 <xs:documentation><p>Verze číselníku.</p>
13566 </xs:documentation>
13567               </xs:annotation>
13568             </xs:element>
13569             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13570               <xs:annotation>
13571                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13572 </xs:documentation>
13573               </xs:annotation>
13574             </xs:element>
13575             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13576               <xs:annotation>
13577                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13578 </xs:documentation>
13579               </xs:annotation>
13580             </xs:element>
13581             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13582               <xs:annotation>
13583                 <xs:documentation><p>Platnost číselníkové položky</p>
13584 </xs:documentation>
13585               </xs:annotation>
13586             </xs:element>
13587             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13588               <xs:annotation>
13589                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
13590 </xs:documentation>
13591               </xs:annotation>
13592             </xs:element>
13593           </xs:sequence>
13594         </xs:complexType>
13595       </xs:element>
13596       <xs:element name="icpZadatele" type="xs:string" minOccurs="0">
13597         <xs:annotation>
13598           <xs:documentation><p>Identifikační číslo zařízení žadatele</p>
13599 </xs:documentation>
13600         </xs:annotation>
13601       </xs:element>
13602       <xs:element name="pacientImplantat" type="xs:boolean" minOccurs="0">
13603         <xs:annotation>
13604           <xs:documentation><p>Implantát pacienta</p>
13605 </xs:documentation>
13606         </xs:annotation>
13607       </xs:element>
13608       <xs:element name="vzorekData" type="tns:Vzorek" minOccurs="0" maxOccurs="2147483647">
13609         <xs:annotation>
13610           <xs:documentation><p>Seznam vzorků žádanky.</p>
13611 </xs:documentation>
13612         </xs:annotation>
13613       </xs:element>
13614       <xs:element name="zasilka" minOccurs="0">
13615         <xs:annotation>
13616           <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
13617 </xs:documentation>
13618         </xs:annotation>
13619         <xs:complexType>
13620           <xs:annotation>
13621             <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
13622 </xs:documentation>
13623           </xs:annotation>
13624           <xs:sequence>
13625             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
13626               <xs:annotation>
13627                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
13628 </xs:documentation>
13629               </xs:annotation>
13630             </xs:element>
13631             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
13632               <xs:annotation>
13633                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
13634 </xs:documentation>
13635               </xs:annotation>
13636             </xs:element>
13637             <xs:element name="nazev" minOccurs="0">
13638               <xs:annotation>
13639                 <xs:documentation><p>Název zásilky pro referenci.</p>
13640 </xs:documentation>
13641               </xs:annotation>
13642               <xs:simpleType>
13643                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
13644                   <xs:maxLength value="255" />
13645                 </xs:restriction>
13646               </xs:simpleType>
13647             </xs:element>
13648             <xs:element name="popis" minOccurs="0">
13649               <xs:annotation>
13650                 <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
13651 </xs:documentation>
13652               </xs:annotation>
13653               <xs:simpleType>
13654                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
13655                   <xs:maxLength value="999" />
13656                 </xs:restriction>
13657               </xs:simpleType>
13658             </xs:element>
13659             <xs:element name="stav" minOccurs="0">
13660               <xs:annotation>
13661                 <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
13662 </xs:documentation>
13663               </xs:annotation>
13664               <xs:complexType>
13665                 <xs:annotation>
13666                   <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
13667 </xs:documentation>
13668                 </xs:annotation>
13669                 <xs:sequence>
13670                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13671                     <xs:annotation>
13672                       <xs:documentation><p>Kód číselníku.</p>
13673 </xs:documentation>
13674                     </xs:annotation>
13675                   </xs:element>
13676                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13677                     <xs:annotation>
13678                       <xs:documentation><p>Kód číselníkové položky.</p>
13679 </xs:documentation>
13680                     </xs:annotation>
13681                   </xs:element>
13682                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13683                     <xs:annotation>
13684                       <xs:documentation><p>Verze číselníku.</p>
13685 </xs:documentation>
13686                     </xs:annotation>
13687                   </xs:element>
13688                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13689                     <xs:annotation>
13690                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13691 </xs:documentation>
13692                     </xs:annotation>
13693                   </xs:element>
13694                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13695                     <xs:annotation>
13696                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13697 </xs:documentation>
13698                     </xs:annotation>
13699                   </xs:element>
13700                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13701                     <xs:annotation>
13702                       <xs:documentation><p>Platnost číselníkové položky</p>
13703 </xs:documentation>
13704                     </xs:annotation>
13705                   </xs:element>
13706                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13707                     <xs:annotation>
13708                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
13709 </xs:documentation>
13710                     </xs:annotation>
13711                   </xs:element>
13712                 </xs:sequence>
13713               </xs:complexType>
13714             </xs:element>
13715             <xs:element name="typ" minOccurs="0">
13716               <xs:annotation>
13717                 <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
13718 </xs:documentation>
13719               </xs:annotation>
13720               <xs:complexType>
13721                 <xs:annotation>
13722                   <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
13723 </xs:documentation>
13724                 </xs:annotation>
13725                 <xs:sequence>
13726                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13727                     <xs:annotation>
13728                       <xs:documentation><p>Kód číselníku.</p>
13729 </xs:documentation>
13730                     </xs:annotation>
13731                   </xs:element>
13732                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13733                     <xs:annotation>
13734                       <xs:documentation><p>Kód číselníkové položky.</p>
13735 </xs:documentation>
13736                     </xs:annotation>
13737                   </xs:element>
13738                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13739                     <xs:annotation>
13740                       <xs:documentation><p>Verze číselníku.</p>
13741 </xs:documentation>
13742                     </xs:annotation>
13743                   </xs:element>
13744                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13745                     <xs:annotation>
13746                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13747 </xs:documentation>
13748                     </xs:annotation>
13749                   </xs:element>
13750                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13751                     <xs:annotation>
13752                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13753 </xs:documentation>
13754                     </xs:annotation>
13755                   </xs:element>
13756                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13757                     <xs:annotation>
13758                       <xs:documentation><p>Platnost číselníkové položky</p>
13759 </xs:documentation>
13760                     </xs:annotation>
13761                   </xs:element>
13762                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13763                     <xs:annotation>
13764                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
13765 </xs:documentation>
13766                     </xs:annotation>
13767                   </xs:element>
13768                 </xs:sequence>
13769               </xs:complexType>
13770             </xs:element>
13771             <xs:element name="klasifikace" minOccurs="0">
13772               <xs:annotation>
13773                 <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>
13774 </xs:documentation>
13775               </xs:annotation>
13776               <xs:complexType>
13777                 <xs:annotation>
13778                   <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>
13779 </xs:documentation>
13780                 </xs:annotation>
13781                 <xs:sequence>
13782                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13783                     <xs:annotation>
13784                       <xs:documentation><p>Kód číselníku.</p>
13785 </xs:documentation>
13786                     </xs:annotation>
13787                   </xs:element>
13788                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13789                     <xs:annotation>
13790                       <xs:documentation><p>Kód číselníkové položky.</p>
13791 </xs:documentation>
13792                     </xs:annotation>
13793                   </xs:element>
13794                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13795                     <xs:annotation>
13796                       <xs:documentation><p>Verze číselníku.</p>
13797 </xs:documentation>
13798                     </xs:annotation>
13799                   </xs:element>
13800                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13801                     <xs:annotation>
13802                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13803 </xs:documentation>
13804                     </xs:annotation>
13805                   </xs:element>
13806                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13807                     <xs:annotation>
13808                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13809 </xs:documentation>
13810                     </xs:annotation>
13811                   </xs:element>
13812                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13813                     <xs:annotation>
13814                       <xs:documentation><p>Platnost číselníkové položky</p>
13815 </xs:documentation>
13816                     </xs:annotation>
13817                   </xs:element>
13818                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13819                     <xs:annotation>
13820                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
13821 </xs:documentation>
13822                     </xs:annotation>
13823                   </xs:element>
13824                 </xs:sequence>
13825               </xs:complexType>
13826             </xs:element>
13827             <xs:element name="odbornost" minOccurs="0">
13828               <xs:annotation>
13829                 <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
13830 </xs:documentation>
13831               </xs:annotation>
13832               <xs:complexType>
13833                 <xs:annotation>
13834                   <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
13835 </xs:documentation>
13836                 </xs:annotation>
13837                 <xs:sequence>
13838                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13839                     <xs:annotation>
13840                       <xs:documentation><p>Kód číselníku.</p>
13841 </xs:documentation>
13842                     </xs:annotation>
13843                   </xs:element>
13844                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13845                     <xs:annotation>
13846                       <xs:documentation><p>Kód číselníkové položky.</p>
13847 </xs:documentation>
13848                     </xs:annotation>
13849                   </xs:element>
13850                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13851                     <xs:annotation>
13852                       <xs:documentation><p>Verze číselníku.</p>
13853 </xs:documentation>
13854                     </xs:annotation>
13855                   </xs:element>
13856                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13857                     <xs:annotation>
13858                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
13859 </xs:documentation>
13860                     </xs:annotation>
13861                   </xs:element>
13862                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13863                     <xs:annotation>
13864                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
13865 </xs:documentation>
13866                     </xs:annotation>
13867                   </xs:element>
13868                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13869                     <xs:annotation>
13870                       <xs:documentation><p>Platnost číselníkové položky</p>
13871 </xs:documentation>
13872                     </xs:annotation>
13873                   </xs:element>
13874                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
13875                     <xs:annotation>
13876                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
13877 </xs:documentation>
13878                     </xs:annotation>
13879                   </xs:element>
13880                 </xs:sequence>
13881               </xs:complexType>
13882             </xs:element>
13883             <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
13884               <xs:annotation>
13885                 <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
13886 </xs:documentation>
13887               </xs:annotation>
13888             </xs:element>
13889             <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
13890               <xs:annotation>
13891                 <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
13892 </xs:documentation>
13893               </xs:annotation>
13894             </xs:element>
13895             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
13896               <xs:annotation>
13897                 <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
13898 </xs:documentation>
13899               </xs:annotation>
13900             </xs:element>
13901             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13902               <xs:annotation>
13903                 <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
13904 </xs:documentation>
13905               </xs:annotation>
13906             </xs:element>
13907             <xs:element name="autorData" minOccurs="0">
13908               <xs:annotation>
13909                 <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
13910 </xs:documentation>
13911               </xs:annotation>
13912               <xs:complexType>
13913                 <xs:annotation>
13914                   <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
13915 </xs:documentation>
13916                 </xs:annotation>
13917                 <xs:sequence>
13918                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13919                     <xs:annotation>
13920                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
13921 </xs:documentation>
13922                     </xs:annotation>
13923                   </xs:element>
13924                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13925                     <xs:annotation>
13926                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
13927 </xs:documentation>
13928                     </xs:annotation>
13929                   </xs:element>
13930                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13931                     <xs:annotation>
13932                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
13933 </xs:documentation>
13934                     </xs:annotation>
13935                   </xs:element>
13936                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13937                     <xs:annotation>
13938                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
13939 </xs:documentation>
13940                     </xs:annotation>
13941                   </xs:element>
13942                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13943                     <xs:annotation>
13944                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
13945 </xs:documentation>
13946                     </xs:annotation>
13947                   </xs:element>
13948                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
13949                     <xs:annotation>
13950                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
13951 </xs:documentation>
13952                     </xs:annotation>
13953                   </xs:element>
13954                 </xs:sequence>
13955               </xs:complexType>
13956             </xs:element>
13957             <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13958               <xs:annotation>
13959                 <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
13960 </xs:documentation>
13961               </xs:annotation>
13962             </xs:element>
13963             <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
13964               <xs:annotation>
13965                 <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
13966 </xs:documentation>
13967               </xs:annotation>
13968               <xs:complexType>
13969                 <xs:annotation>
13970                   <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
13971 </xs:documentation>
13972                 </xs:annotation>
13973                 <xs:sequence>
13974                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13975                     <xs:annotation>
13976                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
13977 </xs:documentation>
13978                     </xs:annotation>
13979                   </xs:element>
13980                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13981                     <xs:annotation>
13982                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
13983 </xs:documentation>
13984                     </xs:annotation>
13985                   </xs:element>
13986                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13987                     <xs:annotation>
13988                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
13989 </xs:documentation>
13990                     </xs:annotation>
13991                   </xs:element>
13992                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13993                     <xs:annotation>
13994                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
13995 </xs:documentation>
13996                     </xs:annotation>
13997                   </xs:element>
13998                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
13999                     <xs:annotation>
14000                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
14001 </xs:documentation>
14002                     </xs:annotation>
14003                   </xs:element>
14004                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
14005                     <xs:annotation>
14006                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
14007 </xs:documentation>
14008                     </xs:annotation>
14009                   </xs:element>
14010                 </xs:sequence>
14011               </xs:complexType>
14012             </xs:element>
14013             <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14014               <xs:annotation>
14015                 <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
14016 </xs:documentation>
14017               </xs:annotation>
14018             </xs:element>
14019             <xs:element name="poskytovatelData" minOccurs="0">
14020               <xs:annotation>
14021                 <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
14022 </xs:documentation>
14023               </xs:annotation>
14024               <xs:complexType>
14025                 <xs:annotation>
14026                   <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
14027 </xs:documentation>
14028                 </xs:annotation>
14029                 <xs:sequence>
14030                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14031                     <xs:annotation>
14032                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
14033 </xs:documentation>
14034                     </xs:annotation>
14035                   </xs:element>
14036                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14037                     <xs:annotation>
14038                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
14039 </xs:documentation>
14040                     </xs:annotation>
14041                   </xs:element>
14042                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14043                     <xs:annotation>
14044                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
14045 </xs:documentation>
14046                     </xs:annotation>
14047                   </xs:element>
14048                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14049                     <xs:annotation>
14050                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
14051 </xs:documentation>
14052                     </xs:annotation>
14053                   </xs:element>
14054                 </xs:sequence>
14055               </xs:complexType>
14056             </xs:element>
14057             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14058               <xs:annotation>
14059                 <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
14060 </xs:documentation>
14061               </xs:annotation>
14062             </xs:element>
14063             <xs:element name="pacientData" minOccurs="0">
14064               <xs:annotation>
14065                 <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
14066 </xs:documentation>
14067               </xs:annotation>
14068               <xs:complexType>
14069                 <xs:annotation>
14070                   <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
14071 </xs:documentation>
14072                 </xs:annotation>
14073                 <xs:sequence>
14074                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14075                     <xs:annotation>
14076                       <xs:documentation><p>RID dohledané osoby.</p>
14077 </xs:documentation>
14078                     </xs:annotation>
14079                   </xs:element>
14080                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14081                     <xs:annotation>
14082                       <xs:documentation><p>Jméno dohledané osoby.</p>
14083 </xs:documentation>
14084                     </xs:annotation>
14085                   </xs:element>
14086                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14087                     <xs:annotation>
14088                       <xs:documentation><p>Příjmení dohledané osoby.</p>
14089 </xs:documentation>
14090                     </xs:annotation>
14091                   </xs:element>
14092                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
14093                     <xs:annotation>
14094                       <xs:documentation><p>Datum narození dohledané osoby.</p>
14095 </xs:documentation>
14096                     </xs:annotation>
14097                   </xs:element>
14098                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14099                     <xs:annotation>
14100                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
14101 </xs:documentation>
14102                     </xs:annotation>
14103                   </xs:element>
14104                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14105                     <xs:annotation>
14106                       <xs:documentation><p>Adresa dohledané osoby.</p>
14107 </xs:documentation>
14108                     </xs:annotation>
14109                   </xs:element>
14110                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14111                     <xs:annotation>
14112                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
14113 </xs:documentation>
14114                     </xs:annotation>
14115                   </xs:element>
14116                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14117                     <xs:annotation>
14118                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
14119 </xs:documentation>
14120                     </xs:annotation>
14121                   </xs:element>
14122                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14123                     <xs:annotation>
14124                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
14125 </xs:documentation>
14126                     </xs:annotation>
14127                   </xs:element>
14128                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14129                     <xs:annotation>
14130                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
14131 </xs:documentation>
14132                     </xs:annotation>
14133                   </xs:element>
14134                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14135                     <xs:annotation>
14136                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
14137 </xs:documentation>
14138                     </xs:annotation>
14139                   </xs:element>
14140                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
14141                     <xs:annotation>
14142                       <xs:documentation><p>Doklady dohledané osoby.</p>
14143 </xs:documentation>
14144                     </xs:annotation>
14145                   </xs:element>
14146                 </xs:sequence>
14147               </xs:complexType>
14148             </xs:element>
14149             <xs:element name="ispzs" minOccurs="0">
14150               <xs:annotation>
14151                 <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
14152 </xs:documentation>
14153               </xs:annotation>
14154               <xs:simpleType>
14155                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
14156                   <xs:maxLength value="255" />
14157                 </xs:restriction>
14158               </xs:simpleType>
14159             </xs:element>
14160             <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14161               <xs:annotation>
14162                 <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
14163 </xs:documentation>
14164               </xs:annotation>
14165             </xs:element>
14166             <xs:element name="adresatData" minOccurs="0">
14167               <xs:annotation>
14168                 <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
14169 </xs:documentation>
14170               </xs:annotation>
14171               <xs:complexType>
14172                 <xs:annotation>
14173                   <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
14174 </xs:documentation>
14175                 </xs:annotation>
14176                 <xs:sequence>
14177                   <xs:element name="zdravotnickyPracovnik" minOccurs="0">
14178                     <xs:annotation>
14179                       <xs:documentation><p>Data zdravotnického pracovníka.</p>
14180 </xs:documentation>
14181                     </xs:annotation>
14182                     <xs:complexType>
14183                       <xs:annotation>
14184                         <xs:documentation><p>Data zdravotnického pracovníka.</p>
14185 </xs:documentation>
14186                       </xs:annotation>
14187                       <xs:sequence>
14188                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14189                           <xs:annotation>
14190                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
14191 </xs:documentation>
14192                           </xs:annotation>
14193                         </xs:element>
14194                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14195                           <xs:annotation>
14196                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
14197 </xs:documentation>
14198                           </xs:annotation>
14199                         </xs:element>
14200                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14201                           <xs:annotation>
14202                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
14203 </xs:documentation>
14204                           </xs:annotation>
14205                         </xs:element>
14206                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14207                           <xs:annotation>
14208                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
14209 </xs:documentation>
14210                           </xs:annotation>
14211                         </xs:element>
14212                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14213                           <xs:annotation>
14214                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
14215 </xs:documentation>
14216                           </xs:annotation>
14217                         </xs:element>
14218                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
14219                           <xs:annotation>
14220                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
14221 </xs:documentation>
14222                           </xs:annotation>
14223                         </xs:element>
14224                       </xs:sequence>
14225                     </xs:complexType>
14226                   </xs:element>
14227                   <xs:element name="pacient" minOccurs="0">
14228                     <xs:annotation>
14229                       <xs:documentation><p>Data pacienta.</p>
14230 </xs:documentation>
14231                     </xs:annotation>
14232                     <xs:complexType>
14233                       <xs:annotation>
14234                         <xs:documentation><p>Data pacienta.</p>
14235 </xs:documentation>
14236                       </xs:annotation>
14237                       <xs:sequence>
14238                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14239                           <xs:annotation>
14240                             <xs:documentation><p>RID dohledané osoby.</p>
14241 </xs:documentation>
14242                           </xs:annotation>
14243                         </xs:element>
14244                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14245                           <xs:annotation>
14246                             <xs:documentation><p>Jméno dohledané osoby.</p>
14247 </xs:documentation>
14248                           </xs:annotation>
14249                         </xs:element>
14250                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14251                           <xs:annotation>
14252                             <xs:documentation><p>Příjmení dohledané osoby.</p>
14253 </xs:documentation>
14254                           </xs:annotation>
14255                         </xs:element>
14256                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
14257                           <xs:annotation>
14258                             <xs:documentation><p>Datum narození dohledané osoby.</p>
14259 </xs:documentation>
14260                           </xs:annotation>
14261                         </xs:element>
14262                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14263                           <xs:annotation>
14264                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
14265 </xs:documentation>
14266                           </xs:annotation>
14267                         </xs:element>
14268                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14269                           <xs:annotation>
14270                             <xs:documentation><p>Adresa dohledané osoby.</p>
14271 </xs:documentation>
14272                           </xs:annotation>
14273                         </xs:element>
14274                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14275                           <xs:annotation>
14276                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
14277 </xs:documentation>
14278                           </xs:annotation>
14279                         </xs:element>
14280                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14281                           <xs:annotation>
14282                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
14283 </xs:documentation>
14284                           </xs:annotation>
14285                         </xs:element>
14286                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14287                           <xs:annotation>
14288                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
14289 </xs:documentation>
14290                           </xs:annotation>
14291                         </xs:element>
14292                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14293                           <xs:annotation>
14294                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
14295 </xs:documentation>
14296                           </xs:annotation>
14297                         </xs:element>
14298                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14299                           <xs:annotation>
14300                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
14301 </xs:documentation>
14302                           </xs:annotation>
14303                         </xs:element>
14304                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
14305                           <xs:annotation>
14306                             <xs:documentation><p>Doklady dohledané osoby.</p>
14307 </xs:documentation>
14308                           </xs:annotation>
14309                         </xs:element>
14310                       </xs:sequence>
14311                     </xs:complexType>
14312                   </xs:element>
14313                   <xs:element name="poskytovatel" minOccurs="0">
14314                     <xs:annotation>
14315                       <xs:documentation><p>Data poskytovatele.</p>
14316 </xs:documentation>
14317                     </xs:annotation>
14318                     <xs:complexType>
14319                       <xs:annotation>
14320                         <xs:documentation><p>Data poskytovatele.</p>
14321 </xs:documentation>
14322                       </xs:annotation>
14323                       <xs:sequence>
14324                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14325                           <xs:annotation>
14326                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
14327 </xs:documentation>
14328                           </xs:annotation>
14329                         </xs:element>
14330                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14331                           <xs:annotation>
14332                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
14333 </xs:documentation>
14334                           </xs:annotation>
14335                         </xs:element>
14336                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14337                           <xs:annotation>
14338                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
14339 </xs:documentation>
14340                           </xs:annotation>
14341                         </xs:element>
14342                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14343                           <xs:annotation>
14344                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
14345 </xs:documentation>
14346                           </xs:annotation>
14347                         </xs:element>
14348                       </xs:sequence>
14349                     </xs:complexType>
14350                   </xs:element>
14351                 </xs:sequence>
14352               </xs:complexType>
14353             </xs:element>
14354             <xs:element name="adresatTyp" minOccurs="0">
14355               <xs:annotation>
14356                 <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>
14357 </xs:documentation>
14358               </xs:annotation>
14359               <xs:complexType>
14360                 <xs:annotation>
14361                   <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>
14362 </xs:documentation>
14363                 </xs:annotation>
14364                 <xs:sequence>
14365                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14366                     <xs:annotation>
14367                       <xs:documentation><p>Kód číselníku.</p>
14368 </xs:documentation>
14369                     </xs:annotation>
14370                   </xs:element>
14371                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14372                     <xs:annotation>
14373                       <xs:documentation><p>Kód číselníkové položky.</p>
14374 </xs:documentation>
14375                     </xs:annotation>
14376                   </xs:element>
14377                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14378                     <xs:annotation>
14379                       <xs:documentation><p>Verze číselníku.</p>
14380 </xs:documentation>
14381                     </xs:annotation>
14382                   </xs:element>
14383                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14384                     <xs:annotation>
14385                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14386 </xs:documentation>
14387                     </xs:annotation>
14388                   </xs:element>
14389                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14390                     <xs:annotation>
14391                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14392 </xs:documentation>
14393                     </xs:annotation>
14394                   </xs:element>
14395                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14396                     <xs:annotation>
14397                       <xs:documentation><p>Platnost číselníkové položky</p>
14398 </xs:documentation>
14399                     </xs:annotation>
14400                   </xs:element>
14401                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14402                     <xs:annotation>
14403                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
14404 </xs:documentation>
14405                     </xs:annotation>
14406                   </xs:element>
14407                 </xs:sequence>
14408               </xs:complexType>
14409             </xs:element>
14410             <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14411               <xs:annotation>
14412                 <xs:documentation><p>Status dostupnosti zásilky.</p>
14413 </xs:documentation>
14414               </xs:annotation>
14415             </xs:element>
14416             <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
14417               <xs:annotation>
14418                 <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
14419 </xs:documentation>
14420               </xs:annotation>
14421             </xs:element>
14422             <xs:element name="udalost" minOccurs="0">
14423               <xs:annotation>
14424                 <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
14425 </xs:documentation>
14426               </xs:annotation>
14427               <xs:complexType>
14428                 <xs:annotation>
14429                   <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
14430 </xs:documentation>
14431                 </xs:annotation>
14432                 <xs:sequence>
14433                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14434                     <xs:annotation>
14435                       <xs:documentation><p>Kód číselníku.</p>
14436 </xs:documentation>
14437                     </xs:annotation>
14438                   </xs:element>
14439                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14440                     <xs:annotation>
14441                       <xs:documentation><p>Kód číselníkové položky.</p>
14442 </xs:documentation>
14443                     </xs:annotation>
14444                   </xs:element>
14445                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14446                     <xs:annotation>
14447                       <xs:documentation><p>Verze číselníku.</p>
14448 </xs:documentation>
14449                     </xs:annotation>
14450                   </xs:element>
14451                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14452                     <xs:annotation>
14453                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14454 </xs:documentation>
14455                     </xs:annotation>
14456                   </xs:element>
14457                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14458                     <xs:annotation>
14459                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14460 </xs:documentation>
14461                     </xs:annotation>
14462                   </xs:element>
14463                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14464                     <xs:annotation>
14465                       <xs:documentation><p>Platnost číselníkové položky</p>
14466 </xs:documentation>
14467                     </xs:annotation>
14468                   </xs:element>
14469                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14470                     <xs:annotation>
14471                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
14472 </xs:documentation>
14473                     </xs:annotation>
14474                   </xs:element>
14475                 </xs:sequence>
14476               </xs:complexType>
14477             </xs:element>
14478             <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
14479               <xs:annotation>
14480                 <xs:documentation><p>Dokument zásilky.</p>
14481 </xs:documentation>
14482               </xs:annotation>
14483             </xs:element>
14484           </xs:sequence>
14485         </xs:complexType>
14486       </xs:element>
14487       <xs:element name="dodatecnyPrijemce" type="tns:DodatecnyPrijemce" minOccurs="0" maxOccurs="2147483647">
14488         <xs:annotation>
14489           <xs:documentation><p>Seznam dodatečních příjemců žádanky.</p>
14490 </xs:documentation>
14491         </xs:annotation>
14492       </xs:element>
14493       <xs:element name="metodaData" type="tns:PolozkaCiselnikuDto" minOccurs="0" maxOccurs="2147483647">
14494         <xs:annotation>
14495           <xs:documentation><p>Metoda konkrétní žádanky. Liší se dle typu žádanky (číselník: referralorder-types). Pro typ &quot;žádanka o vyšetření (K)&quot; (kód: &quot;57133-1&quot;) musí být uvedena položka číselníku: &quot;korder-type-vs&quot;; Pro typ &quot;žádanka o zobrazovací vyšetření (Z)&quot; (kód: &quot;721964003&quot;) musí být uvedena položka číselníku: &quot;cz-modality&quot;; Pro typ &quot;žádanka o fyzioterapii (FT)&quot; (kód: &quot;57154-7&quot;) nemusí být pole vyplněno</p>
14496 </xs:documentation>
14497         </xs:annotation>
14498       </xs:element>
14499       <xs:element name="obsahujePrilohy" type="xs:boolean" minOccurs="0">
14500         <xs:annotation>
14501           <xs:documentation><p>Příznak, zda žádanka obsahuje přílohy.</p>
14502 </xs:documentation>
14503         </xs:annotation>
14504       </xs:element>
14505     </xs:sequence>
14506   </xs:complexType>
14507   <xs:complexType name="ZadankaFtResponseDto">
14508     <xs:annotation>
14509       <xs:documentation><p>Response DTO žádanky Ft</p>
14510 </xs:documentation>
14511     </xs:annotation>
14512     <xs:sequence>
14513       <xs:element name="kodNahrady" minOccurs="0">
14514         <xs:annotation>
14515           <xs:documentation><p>Kód náhrady.</p>
14516 </xs:documentation>
14517         </xs:annotation>
14518         <xs:complexType>
14519           <xs:annotation>
14520             <xs:documentation><p>Kód náhrady.</p>
14521 </xs:documentation>
14522           </xs:annotation>
14523           <xs:sequence>
14524             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14525               <xs:annotation>
14526                 <xs:documentation><p>Kód číselníku.</p>
14527 </xs:documentation>
14528               </xs:annotation>
14529             </xs:element>
14530             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14531               <xs:annotation>
14532                 <xs:documentation><p>Kód číselníkové položky.</p>
14533 </xs:documentation>
14534               </xs:annotation>
14535             </xs:element>
14536             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14537               <xs:annotation>
14538                 <xs:documentation><p>Verze číselníku.</p>
14539 </xs:documentation>
14540               </xs:annotation>
14541             </xs:element>
14542             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14543               <xs:annotation>
14544                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14545 </xs:documentation>
14546               </xs:annotation>
14547             </xs:element>
14548             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14549               <xs:annotation>
14550                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14551 </xs:documentation>
14552               </xs:annotation>
14553             </xs:element>
14554             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14555               <xs:annotation>
14556                 <xs:documentation><p>Platnost číselníkové položky</p>
14557 </xs:documentation>
14558               </xs:annotation>
14559             </xs:element>
14560             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14561               <xs:annotation>
14562                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
14563 </xs:documentation>
14564               </xs:annotation>
14565             </xs:element>
14566           </xs:sequence>
14567         </xs:complexType>
14568       </xs:element>
14569       <xs:element name="uhrada" minOccurs="0">
14570         <xs:annotation>
14571           <xs:documentation><p>Úhrada.</p>
14572 </xs:documentation>
14573         </xs:annotation>
14574         <xs:complexType>
14575           <xs:annotation>
14576             <xs:documentation><p>Úhrada.</p>
14577 </xs:documentation>
14578           </xs:annotation>
14579           <xs:sequence>
14580             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
14581               <xs:annotation>
14582                 <xs:documentation><p>Gets or sets the coding.</p>
14583 </xs:documentation>
14584               </xs:annotation>
14585             </xs:element>
14586             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14587               <xs:annotation>
14588                 <xs:documentation><p>Gets or sets the text.</p>
14589 </xs:documentation>
14590               </xs:annotation>
14591             </xs:element>
14592           </xs:sequence>
14593         </xs:complexType>
14594       </xs:element>
14595       <xs:element name="prilohy" type="tns:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
14596         <xs:annotation>
14597           <xs:documentation><p>Přílohy.</p>
14598 </xs:documentation>
14599         </xs:annotation>
14600       </xs:element>
14601       <xs:element name="stavPacienta" type="xs:string" minOccurs="0">
14602         <xs:annotation>
14603           <xs:documentation><p>Stav pacienta.</p>
14604 </xs:documentation>
14605         </xs:annotation>
14606       </xs:element>
14607       <xs:element name="cil" type="xs:string" minOccurs="0">
14608         <xs:annotation>
14609           <xs:documentation><p>Cíl.</p>
14610 </xs:documentation>
14611         </xs:annotation>
14612       </xs:element>
14613       <xs:element name="datumPlanovaneKontroly" type="xs:date" minOccurs="0">
14614         <xs:annotation>
14615           <xs:documentation><p>Datum plánované kontroly.</p>
14616 </xs:documentation>
14617         </xs:annotation>
14618       </xs:element>
14619       <xs:element name="castTela" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
14620         <xs:annotation>
14621           <xs:documentation><p>Část těla.</p>
14622 </xs:documentation>
14623         </xs:annotation>
14624       </xs:element>
14625       <xs:element name="adresa" type="xs:string" minOccurs="0">
14626         <xs:annotation>
14627           <xs:documentation><p>Adresa.</p>
14628 </xs:documentation>
14629         </xs:annotation>
14630       </xs:element>
14631       <xs:element name="duvodZadanky" minOccurs="0">
14632         <xs:annotation>
14633           <xs:documentation><p>Důvod žádanky.</p>
14634 </xs:documentation>
14635         </xs:annotation>
14636         <xs:complexType>
14637           <xs:annotation>
14638             <xs:documentation><p>Důvod žádanky.</p>
14639 </xs:documentation>
14640           </xs:annotation>
14641           <xs:sequence>
14642             <xs:element name="hlavniDiagnoza" minOccurs="0">
14643               <xs:annotation>
14644                 <xs:documentation><p>Hlavní diagnoza.</p>
14645 </xs:documentation>
14646               </xs:annotation>
14647               <xs:complexType>
14648                 <xs:annotation>
14649                   <xs:documentation><p>Hlavní diagnoza.</p>
14650 </xs:documentation>
14651                 </xs:annotation>
14652                 <xs:sequence>
14653                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
14654                     <xs:annotation>
14655                       <xs:documentation><p>Gets or sets the coding.</p>
14656 </xs:documentation>
14657                     </xs:annotation>
14658                   </xs:element>
14659                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14660                     <xs:annotation>
14661                       <xs:documentation><p>Gets or sets the text.</p>
14662 </xs:documentation>
14663                     </xs:annotation>
14664                   </xs:element>
14665                 </xs:sequence>
14666               </xs:complexType>
14667             </xs:element>
14668             <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
14669               <xs:annotation>
14670                 <xs:documentation><p>Vedlejší diagnoza.</p>
14671 </xs:documentation>
14672               </xs:annotation>
14673             </xs:element>
14674             <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
14675               <xs:annotation>
14676                 <xs:documentation><p>Důvod.</p>
14677 </xs:documentation>
14678               </xs:annotation>
14679             </xs:element>
14680           </xs:sequence>
14681         </xs:complexType>
14682       </xs:element>
14683       <xs:element name="pozadovanaVysetreni" type="tns:VykonFtDto" minOccurs="0" maxOccurs="2147483647">
14684         <xs:annotation>
14685           <xs:documentation><p>Požadovaná vyšetření.</p>
14686 </xs:documentation>
14687         </xs:annotation>
14688       </xs:element>
14689       <xs:element name="druhPece" minOccurs="0">
14690         <xs:annotation>
14691           <xs:documentation><p>Druh péče.</p>
14692 </xs:documentation>
14693         </xs:annotation>
14694         <xs:complexType>
14695           <xs:annotation>
14696             <xs:documentation><p>Druh péče.</p>
14697 </xs:documentation>
14698           </xs:annotation>
14699           <xs:sequence>
14700             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14701               <xs:annotation>
14702                 <xs:documentation><p>Kód číselníku.</p>
14703 </xs:documentation>
14704               </xs:annotation>
14705             </xs:element>
14706             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14707               <xs:annotation>
14708                 <xs:documentation><p>Kód číselníkové položky.</p>
14709 </xs:documentation>
14710               </xs:annotation>
14711             </xs:element>
14712             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14713               <xs:annotation>
14714                 <xs:documentation><p>Verze číselníku.</p>
14715 </xs:documentation>
14716               </xs:annotation>
14717             </xs:element>
14718             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14719               <xs:annotation>
14720                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14721 </xs:documentation>
14722               </xs:annotation>
14723             </xs:element>
14724             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14725               <xs:annotation>
14726                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14727 </xs:documentation>
14728               </xs:annotation>
14729             </xs:element>
14730             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14731               <xs:annotation>
14732                 <xs:documentation><p>Platnost číselníkové položky</p>
14733 </xs:documentation>
14734               </xs:annotation>
14735             </xs:element>
14736             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14737               <xs:annotation>
14738                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
14739 </xs:documentation>
14740               </xs:annotation>
14741             </xs:element>
14742           </xs:sequence>
14743         </xs:complexType>
14744       </xs:element>
14745       <xs:element name="doplnujiciInformace" type="xs:string" minOccurs="0">
14746         <xs:annotation>
14747           <xs:documentation><p>Doplňující informace.</p>
14748 </xs:documentation>
14749         </xs:annotation>
14750       </xs:element>
14751       <xs:element name="vylouceniUpravyIndikace" type="xs:boolean" minOccurs="0">
14752         <xs:annotation>
14753           <xs:documentation><p>Příznak, zda žádající lékař vylučuje úpravu indikace.</p>
14754 </xs:documentation>
14755         </xs:annotation>
14756       </xs:element>
14757     </xs:sequence>
14758   </xs:complexType>
14759   <xs:complexType name="ZadankaKonziliarniResponseDto">
14760     <xs:annotation>
14761       <xs:documentation><p>Response DTO konziliárni žádanky</p>
14762 </xs:documentation>
14763     </xs:annotation>
14764     <xs:sequence>
14765       <xs:element name="kodNahrady" minOccurs="0">
14766         <xs:annotation>
14767           <xs:documentation><p>Kód náhrady.</p>
14768 </xs:documentation>
14769         </xs:annotation>
14770         <xs:complexType>
14771           <xs:annotation>
14772             <xs:documentation><p>Kód náhrady.</p>
14773 </xs:documentation>
14774           </xs:annotation>
14775           <xs:sequence>
14776             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14777               <xs:annotation>
14778                 <xs:documentation><p>Kód číselníku.</p>
14779 </xs:documentation>
14780               </xs:annotation>
14781             </xs:element>
14782             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14783               <xs:annotation>
14784                 <xs:documentation><p>Kód číselníkové položky.</p>
14785 </xs:documentation>
14786               </xs:annotation>
14787             </xs:element>
14788             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14789               <xs:annotation>
14790                 <xs:documentation><p>Verze číselníku.</p>
14791 </xs:documentation>
14792               </xs:annotation>
14793             </xs:element>
14794             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14795               <xs:annotation>
14796                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14797 </xs:documentation>
14798               </xs:annotation>
14799             </xs:element>
14800             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14801               <xs:annotation>
14802                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14803 </xs:documentation>
14804               </xs:annotation>
14805             </xs:element>
14806             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14807               <xs:annotation>
14808                 <xs:documentation><p>Platnost číselníkové položky</p>
14809 </xs:documentation>
14810               </xs:annotation>
14811             </xs:element>
14812             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14813               <xs:annotation>
14814                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
14815 </xs:documentation>
14816               </xs:annotation>
14817             </xs:element>
14818           </xs:sequence>
14819         </xs:complexType>
14820       </xs:element>
14821       <xs:element name="uhrada" minOccurs="0">
14822         <xs:annotation>
14823           <xs:documentation><p>Úhrada.</p>
14824 </xs:documentation>
14825         </xs:annotation>
14826         <xs:complexType>
14827           <xs:annotation>
14828             <xs:documentation><p>Úhrada.</p>
14829 </xs:documentation>
14830           </xs:annotation>
14831           <xs:sequence>
14832             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
14833               <xs:annotation>
14834                 <xs:documentation><p>Gets or sets the coding.</p>
14835 </xs:documentation>
14836               </xs:annotation>
14837             </xs:element>
14838             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14839               <xs:annotation>
14840                 <xs:documentation><p>Gets or sets the text.</p>
14841 </xs:documentation>
14842               </xs:annotation>
14843             </xs:element>
14844           </xs:sequence>
14845         </xs:complexType>
14846       </xs:element>
14847       <xs:element name="prilohy" type="tns:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
14848         <xs:annotation>
14849           <xs:documentation><p>Přílohy.</p>
14850 </xs:documentation>
14851         </xs:annotation>
14852       </xs:element>
14853       <xs:element name="typVysetreni" minOccurs="0">
14854         <xs:annotation>
14855           <xs:documentation><p>Typ vyšetření.</p>
14856 </xs:documentation>
14857         </xs:annotation>
14858         <xs:complexType>
14859           <xs:annotation>
14860             <xs:documentation><p>Typ vyšetření.</p>
14861 </xs:documentation>
14862           </xs:annotation>
14863           <xs:sequence>
14864             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14865               <xs:annotation>
14866                 <xs:documentation><p>Kód číselníku.</p>
14867 </xs:documentation>
14868               </xs:annotation>
14869             </xs:element>
14870             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14871               <xs:annotation>
14872                 <xs:documentation><p>Kód číselníkové položky.</p>
14873 </xs:documentation>
14874               </xs:annotation>
14875             </xs:element>
14876             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14877               <xs:annotation>
14878                 <xs:documentation><p>Verze číselníku.</p>
14879 </xs:documentation>
14880               </xs:annotation>
14881             </xs:element>
14882             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14883               <xs:annotation>
14884                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14885 </xs:documentation>
14886               </xs:annotation>
14887             </xs:element>
14888             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14889               <xs:annotation>
14890                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14891 </xs:documentation>
14892               </xs:annotation>
14893             </xs:element>
14894             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14895               <xs:annotation>
14896                 <xs:documentation><p>Platnost číselníkové položky</p>
14897 </xs:documentation>
14898               </xs:annotation>
14899             </xs:element>
14900             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14901               <xs:annotation>
14902                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
14903 </xs:documentation>
14904               </xs:annotation>
14905             </xs:element>
14906           </xs:sequence>
14907         </xs:complexType>
14908       </xs:element>
14909       <xs:element name="doporuceni" minOccurs="0">
14910         <xs:annotation>
14911           <xs:documentation><p>Doporučení.</p>
14912 </xs:documentation>
14913         </xs:annotation>
14914         <xs:complexType>
14915           <xs:annotation>
14916             <xs:documentation><p>Doporučení.</p>
14917 </xs:documentation>
14918           </xs:annotation>
14919           <xs:sequence>
14920             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14921               <xs:annotation>
14922                 <xs:documentation><p>Kód číselníku.</p>
14923 </xs:documentation>
14924               </xs:annotation>
14925             </xs:element>
14926             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14927               <xs:annotation>
14928                 <xs:documentation><p>Kód číselníkové položky.</p>
14929 </xs:documentation>
14930               </xs:annotation>
14931             </xs:element>
14932             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14933               <xs:annotation>
14934                 <xs:documentation><p>Verze číselníku.</p>
14935 </xs:documentation>
14936               </xs:annotation>
14937             </xs:element>
14938             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14939               <xs:annotation>
14940                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
14941 </xs:documentation>
14942               </xs:annotation>
14943             </xs:element>
14944             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
14945               <xs:annotation>
14946                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
14947 </xs:documentation>
14948               </xs:annotation>
14949             </xs:element>
14950             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14951               <xs:annotation>
14952                 <xs:documentation><p>Platnost číselníkové položky</p>
14953 </xs:documentation>
14954               </xs:annotation>
14955             </xs:element>
14956             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
14957               <xs:annotation>
14958                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
14959 </xs:documentation>
14960               </xs:annotation>
14961             </xs:element>
14962           </xs:sequence>
14963         </xs:complexType>
14964       </xs:element>
14965       <xs:element name="pozadovanaVysetreni" type="tns:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
14966         <xs:annotation>
14967           <xs:documentation><p>Požadovaná vyšetření.</p>
14968 </xs:documentation>
14969         </xs:annotation>
14970       </xs:element>
14971       <xs:element name="doporuceniDetail" type="xs:string" minOccurs="0">
14972         <xs:annotation>
14973           <xs:documentation><p>Detail doporučení.</p>
14974 </xs:documentation>
14975         </xs:annotation>
14976       </xs:element>
14977       <xs:element name="duvodZadanky" minOccurs="0">
14978         <xs:annotation>
14979           <xs:documentation><p>Důvod žádanky.</p>
14980 </xs:documentation>
14981         </xs:annotation>
14982         <xs:complexType>
14983           <xs:annotation>
14984             <xs:documentation><p>Důvod žádanky.</p>
14985 </xs:documentation>
14986           </xs:annotation>
14987           <xs:sequence>
14988             <xs:element name="hlavniDiagnoza" minOccurs="0">
14989               <xs:annotation>
14990                 <xs:documentation><p>Hlavní diagnoza.</p>
14991 </xs:documentation>
14992               </xs:annotation>
14993               <xs:complexType>
14994                 <xs:annotation>
14995                   <xs:documentation><p>Hlavní diagnoza.</p>
14996 </xs:documentation>
14997                 </xs:annotation>
14998                 <xs:sequence>
14999                   <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
15000                     <xs:annotation>
15001                       <xs:documentation><p>Gets or sets the coding.</p>
15002 </xs:documentation>
15003                     </xs:annotation>
15004                   </xs:element>
15005                   <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15006                     <xs:annotation>
15007                       <xs:documentation><p>Gets or sets the text.</p>
15008 </xs:documentation>
15009                     </xs:annotation>
15010                   </xs:element>
15011                 </xs:sequence>
15012               </xs:complexType>
15013             </xs:element>
15014             <xs:element name="vedlejsiDiagnoza" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
15015               <xs:annotation>
15016                 <xs:documentation><p>Vedlejší diagnoza.</p>
15017 </xs:documentation>
15018               </xs:annotation>
15019             </xs:element>
15020             <xs:element name="duvod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
15021               <xs:annotation>
15022                 <xs:documentation><p>Důvod.</p>
15023 </xs:documentation>
15024               </xs:annotation>
15025             </xs:element>
15026           </xs:sequence>
15027         </xs:complexType>
15028       </xs:element>
15029       <xs:element name="zavaznaAnamnestickaData" type="xs:string" minOccurs="0">
15030         <xs:annotation>
15031           <xs:documentation><p>Závazná anamnestická data.</p>
15032 </xs:documentation>
15033         </xs:annotation>
15034       </xs:element>
15035       <xs:element name="vysledkyVysetreni" type="xs:string" minOccurs="0">
15036         <xs:annotation>
15037           <xs:documentation><p>Výsledky vyšetření.</p>
15038 </xs:documentation>
15039         </xs:annotation>
15040       </xs:element>
15041       <xs:element name="soucasnaLecba" type="xs:string" minOccurs="0">
15042         <xs:annotation>
15043           <xs:documentation><p>Současná léčba.</p>
15044 </xs:documentation>
15045         </xs:annotation>
15046       </xs:element>
15047       <xs:element name="diferencialneDiagnostickaRozvaha" type="xs:string" minOccurs="0">
15048         <xs:annotation>
15049           <xs:documentation><p>Diferencialně diagnostická rozvaha.</p>
15050 </xs:documentation>
15051         </xs:annotation>
15052       </xs:element>
15053     </xs:sequence>
15054   </xs:complexType>
15055   <xs:complexType name="ZadankaResponseDto">
15056     <xs:annotation>
15057       <xs:documentation><p>Response DTO žádanky</p>
15058 </xs:documentation>
15059     </xs:annotation>
15060     <xs:sequence>
15061       <xs:element name="kodNahrady" minOccurs="0">
15062         <xs:annotation>
15063           <xs:documentation><p>Kód náhrady.</p>
15064 </xs:documentation>
15065         </xs:annotation>
15066         <xs:complexType>
15067           <xs:annotation>
15068             <xs:documentation><p>Kód náhrady.</p>
15069 </xs:documentation>
15070           </xs:annotation>
15071           <xs:sequence>
15072             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15073               <xs:annotation>
15074                 <xs:documentation><p>Kód číselníku.</p>
15075 </xs:documentation>
15076               </xs:annotation>
15077             </xs:element>
15078             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15079               <xs:annotation>
15080                 <xs:documentation><p>Kód číselníkové položky.</p>
15081 </xs:documentation>
15082               </xs:annotation>
15083             </xs:element>
15084             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15085               <xs:annotation>
15086                 <xs:documentation><p>Verze číselníku.</p>
15087 </xs:documentation>
15088               </xs:annotation>
15089             </xs:element>
15090             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15091               <xs:annotation>
15092                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
15093 </xs:documentation>
15094               </xs:annotation>
15095             </xs:element>
15096             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15097               <xs:annotation>
15098                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
15099 </xs:documentation>
15100               </xs:annotation>
15101             </xs:element>
15102             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15103               <xs:annotation>
15104                 <xs:documentation><p>Platnost číselníkové položky</p>
15105 </xs:documentation>
15106               </xs:annotation>
15107             </xs:element>
15108             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15109               <xs:annotation>
15110                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
15111 </xs:documentation>
15112               </xs:annotation>
15113             </xs:element>
15114           </xs:sequence>
15115         </xs:complexType>
15116       </xs:element>
15117       <xs:element name="uhrada" minOccurs="0">
15118         <xs:annotation>
15119           <xs:documentation><p>Úhrada.</p>
15120 </xs:documentation>
15121         </xs:annotation>
15122         <xs:complexType>
15123           <xs:annotation>
15124             <xs:documentation><p>Úhrada.</p>
15125 </xs:documentation>
15126           </xs:annotation>
15127           <xs:sequence>
15128             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
15129               <xs:annotation>
15130                 <xs:documentation><p>Gets or sets the coding.</p>
15131 </xs:documentation>
15132               </xs:annotation>
15133             </xs:element>
15134             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15135               <xs:annotation>
15136                 <xs:documentation><p>Gets or sets the text.</p>
15137 </xs:documentation>
15138               </xs:annotation>
15139             </xs:element>
15140           </xs:sequence>
15141         </xs:complexType>
15142       </xs:element>
15143       <xs:element name="prilohy" type="tns:PrilohaInfoDto" minOccurs="0" maxOccurs="2147483647">
15144         <xs:annotation>
15145           <xs:documentation><p>Přílohy.</p>
15146 </xs:documentation>
15147         </xs:annotation>
15148       </xs:element>
15149       <xs:element name="biometrickeUdaje" minOccurs="0">
15150         <xs:annotation>
15151           <xs:documentation><p>Biometrické údaje.</p>
15152 </xs:documentation>
15153         </xs:annotation>
15154         <xs:complexType>
15155           <xs:annotation>
15156             <xs:documentation><p>Biometrické údaje.</p>
15157 </xs:documentation>
15158           </xs:annotation>
15159           <xs:sequence>
15160             <xs:element name="vyska" minOccurs="0">
15161               <xs:annotation>
15162                 <xs:documentation><p>Výška osoby.</p>
15163 </xs:documentation>
15164               </xs:annotation>
15165               <xs:complexType>
15166                 <xs:annotation>
15167                   <xs:documentation><p>Výška osoby.</p>
15168 </xs:documentation>
15169                 </xs:annotation>
15170                 <xs:sequence>
15171                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15172                     <xs:annotation>
15173                       <xs:documentation><p>Kód pro výšku.</p>
15174 </xs:documentation>
15175                     </xs:annotation>
15176                   </xs:element>
15177                   <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
15178                     <xs:annotation>
15179                       <xs:documentation><p>Hodnota výšky.</p>
15180 </xs:documentation>
15181                     </xs:annotation>
15182                   </xs:element>
15183                   <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15184                     <xs:annotation>
15185                       <xs:documentation><p>Datum měření výšky.</p>
15186 </xs:documentation>
15187                     </xs:annotation>
15188                   </xs:element>
15189                 </xs:sequence>
15190               </xs:complexType>
15191             </xs:element>
15192             <xs:element name="vaha" minOccurs="0">
15193               <xs:annotation>
15194                 <xs:documentation><p>Váha osoby.</p>
15195 </xs:documentation>
15196               </xs:annotation>
15197               <xs:complexType>
15198                 <xs:annotation>
15199                   <xs:documentation><p>Váha osoby.</p>
15200 </xs:documentation>
15201                 </xs:annotation>
15202                 <xs:sequence>
15203                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15204                     <xs:annotation>
15205                       <xs:documentation><p>Kód pro váhu.</p>
15206 </xs:documentation>
15207                     </xs:annotation>
15208                   </xs:element>
15209                   <xs:element name="hodnota" type="http://www.w3.org/2001/XMLSchema:int" minOccurs="0">
15210                     <xs:annotation>
15211                       <xs:documentation><p>Hodnota váhy.</p>
15212 </xs:documentation>
15213                     </xs:annotation>
15214                   </xs:element>
15215                   <xs:element name="datum" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15216                     <xs:annotation>
15217                       <xs:documentation><p>Datum měření váhy.</p>
15218 </xs:documentation>
15219                     </xs:annotation>
15220                   </xs:element>
15221                 </xs:sequence>
15222               </xs:complexType>
15223             </xs:element>
15224           </xs:sequence>
15225         </xs:complexType>
15226       </xs:element>
15227       <xs:element name="informaceOObjednavce" minOccurs="0">
15228         <xs:annotation>
15229           <xs:documentation><p>Informace o objednávce.</p>
15230 </xs:documentation>
15231         </xs:annotation>
15232         <xs:complexType>
15233           <xs:annotation>
15234             <xs:documentation><p>Informace o objednávce.</p>
15235 </xs:documentation>
15236           </xs:annotation>
15237           <xs:sequence>
15238             <xs:element name="detailyObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DetailyObjednavky" minOccurs="0" maxOccurs="2147483647">
15239               <xs:annotation>
15240                 <xs:documentation><p>Gets or sets the detaily objednavky.</p>
15241 </xs:documentation>
15242               </xs:annotation>
15243             </xs:element>
15244             <xs:element name="duvodObjednavky" type="https://ezprava.net/mzd/eZadankaMZd:DuvodObjednavky" minOccurs="0" />
15245           </xs:sequence>
15246         </xs:complexType>
15247       </xs:element>
15248       <xs:element name="pozadovanaVysetreni" type="tns:PozadovaneVysetreniZDto" minOccurs="0" maxOccurs="2147483647">
15249         <xs:annotation>
15250           <xs:documentation><p>Požadovaná vyšetření.</p>
15251 </xs:documentation>
15252         </xs:annotation>
15253       </xs:element>
15254       <xs:element name="urgentniInformace" minOccurs="0">
15255         <xs:annotation>
15256           <xs:documentation><p>Urgentní informace.</p>
15257 </xs:documentation>
15258         </xs:annotation>
15259         <xs:complexType>
15260           <xs:annotation>
15261             <xs:documentation><p>Urgentní informace.</p>
15262 </xs:documentation>
15263           </xs:annotation>
15264           <xs:sequence>
15265             <xs:element name="alergieIntolerance" type="https://ezprava.net/mzd/eZadankaMZd:AlergieIntolerance" minOccurs="0" maxOccurs="2147483647">
15266               <xs:annotation>
15267                 <xs:documentation><p>Gets or sets the alergie intolerance.</p>
15268 </xs:documentation>
15269               </xs:annotation>
15270             </xs:element>
15271             <xs:element name="varovani" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0" maxOccurs="2147483647">
15272               <xs:annotation>
15273                 <xs:documentation><p>Gets or sets the varovani.</p>
15274 </xs:documentation>
15275               </xs:annotation>
15276             </xs:element>
15277           </xs:sequence>
15278         </xs:complexType>
15279       </xs:element>
15280       <xs:element name="kontraindikace" minOccurs="0">
15281         <xs:annotation>
15282           <xs:documentation><p>Kontraindikace.</p>
15283 </xs:documentation>
15284         </xs:annotation>
15285         <xs:complexType>
15286           <xs:annotation>
15287             <xs:documentation><p>Kontraindikace.</p>
15288 </xs:documentation>
15289           </xs:annotation>
15290           <xs:sequence>
15291             <xs:element name="medikace" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" maxOccurs="2147483647">
15292               <xs:annotation>
15293                 <xs:documentation><p>Seznam medikací.</p>
15294 </xs:documentation>
15295               </xs:annotation>
15296             </xs:element>
15297           </xs:sequence>
15298         </xs:complexType>
15299       </xs:element>
15300       <xs:element name="dalsiRelevantniUdaje" minOccurs="0">
15301         <xs:annotation>
15302           <xs:documentation><p>Další relevantí údaje.</p>
15303 </xs:documentation>
15304         </xs:annotation>
15305         <xs:complexType>
15306           <xs:annotation>
15307             <xs:documentation><p>Další relevantí údaje.</p>
15308 </xs:documentation>
15309           </xs:annotation>
15310           <xs:sequence>
15311             <xs:element name="kod" type="https://ezprava.net/mzd/eZadankaMZd:CodeableConcept" minOccurs="0" />
15312           </xs:sequence>
15313         </xs:complexType>
15314       </xs:element>
15315       <xs:element name="implantat" type="tns:ImplantatModel" minOccurs="0" maxOccurs="2147483647">
15316         <xs:annotation>
15317           <xs:documentation><p>Implantát.</p>
15318 </xs:documentation>
15319         </xs:annotation>
15320       </xs:element>
15321       <xs:element name="omezeniMobility" minOccurs="0">
15322         <xs:annotation>
15323           <xs:documentation><p>Omezení mobility.</p>
15324 </xs:documentation>
15325         </xs:annotation>
15326         <xs:complexType>
15327           <xs:annotation>
15328             <xs:documentation><p>Omezení mobility.</p>
15329 </xs:documentation>
15330           </xs:annotation>
15331           <xs:sequence>
15332             <xs:element name="coding" type="https://ezprava.net/mzd/eZadankaMZd:Coding" minOccurs="0" maxOccurs="2147483647">
15333               <xs:annotation>
15334                 <xs:documentation><p>Gets or sets the coding.</p>
15335 </xs:documentation>
15336               </xs:annotation>
15337             </xs:element>
15338             <xs:element name="text" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15339               <xs:annotation>
15340                 <xs:documentation><p>Gets or sets the text.</p>
15341 </xs:documentation>
15342               </xs:annotation>
15343             </xs:element>
15344           </xs:sequence>
15345         </xs:complexType>
15346       </xs:element>
15347     </xs:sequence>
15348   </xs:complexType>
15349   <xs:complexType name="Zasilka">
15350     <xs:annotation>
15351       <xs:documentation><p>Data zásilky</p>
15352 </xs:documentation>
15353     </xs:annotation>
15354     <xs:sequence>
15355       <xs:element name="id" type="ns1:guid" minOccurs="0">
15356         <xs:annotation>
15357           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
15358 </xs:documentation>
15359         </xs:annotation>
15360       </xs:element>
15361       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
15362         <xs:annotation>
15363           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
15364 </xs:documentation>
15365         </xs:annotation>
15366       </xs:element>
15367       <xs:element name="nazev" minOccurs="0">
15368         <xs:annotation>
15369           <xs:documentation><p>Název zásilky pro referenci.</p>
15370 </xs:documentation>
15371         </xs:annotation>
15372         <xs:simpleType>
15373           <xs:restriction base="xs:string">
15374             <xs:maxLength value="255" />
15375           </xs:restriction>
15376         </xs:simpleType>
15377       </xs:element>
15378       <xs:element name="popis" minOccurs="0">
15379         <xs:annotation>
15380           <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
15381 </xs:documentation>
15382         </xs:annotation>
15383         <xs:simpleType>
15384           <xs:restriction base="xs:string">
15385             <xs:maxLength value="999" />
15386           </xs:restriction>
15387         </xs:simpleType>
15388       </xs:element>
15389       <xs:element name="stav" minOccurs="0">
15390         <xs:annotation>
15391           <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
15392 </xs:documentation>
15393         </xs:annotation>
15394         <xs:complexType>
15395           <xs:annotation>
15396             <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
15397 </xs:documentation>
15398           </xs:annotation>
15399           <xs:sequence>
15400             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15401               <xs:annotation>
15402                 <xs:documentation><p>Kód číselníku.</p>
15403 </xs:documentation>
15404               </xs:annotation>
15405             </xs:element>
15406             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15407               <xs:annotation>
15408                 <xs:documentation><p>Kód číselníkové položky.</p>
15409 </xs:documentation>
15410               </xs:annotation>
15411             </xs:element>
15412             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15413               <xs:annotation>
15414                 <xs:documentation><p>Verze číselníku.</p>
15415 </xs:documentation>
15416               </xs:annotation>
15417             </xs:element>
15418             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15419               <xs:annotation>
15420                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
15421 </xs:documentation>
15422               </xs:annotation>
15423             </xs:element>
15424             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15425               <xs:annotation>
15426                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
15427 </xs:documentation>
15428               </xs:annotation>
15429             </xs:element>
15430             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15431               <xs:annotation>
15432                 <xs:documentation><p>Platnost číselníkové položky</p>
15433 </xs:documentation>
15434               </xs:annotation>
15435             </xs:element>
15436             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15437               <xs:annotation>
15438                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
15439 </xs:documentation>
15440               </xs:annotation>
15441             </xs:element>
15442           </xs:sequence>
15443         </xs:complexType>
15444       </xs:element>
15445       <xs:element name="typ" minOccurs="0">
15446         <xs:annotation>
15447           <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
15448 </xs:documentation>
15449         </xs:annotation>
15450         <xs:complexType>
15451           <xs:annotation>
15452             <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
15453 </xs:documentation>
15454           </xs:annotation>
15455           <xs:sequence>
15456             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15457               <xs:annotation>
15458                 <xs:documentation><p>Kód číselníku.</p>
15459 </xs:documentation>
15460               </xs:annotation>
15461             </xs:element>
15462             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15463               <xs:annotation>
15464                 <xs:documentation><p>Kód číselníkové položky.</p>
15465 </xs:documentation>
15466               </xs:annotation>
15467             </xs:element>
15468             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15469               <xs:annotation>
15470                 <xs:documentation><p>Verze číselníku.</p>
15471 </xs:documentation>
15472               </xs:annotation>
15473             </xs:element>
15474             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15475               <xs:annotation>
15476                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
15477 </xs:documentation>
15478               </xs:annotation>
15479             </xs:element>
15480             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15481               <xs:annotation>
15482                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
15483 </xs:documentation>
15484               </xs:annotation>
15485             </xs:element>
15486             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15487               <xs:annotation>
15488                 <xs:documentation><p>Platnost číselníkové položky</p>
15489 </xs:documentation>
15490               </xs:annotation>
15491             </xs:element>
15492             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15493               <xs:annotation>
15494                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
15495 </xs:documentation>
15496               </xs:annotation>
15497             </xs:element>
15498           </xs:sequence>
15499         </xs:complexType>
15500       </xs:element>
15501       <xs:element name="klasifikace" minOccurs="0">
15502         <xs:annotation>
15503           <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>
15504 </xs:documentation>
15505         </xs:annotation>
15506         <xs:complexType>
15507           <xs:annotation>
15508             <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>
15509 </xs:documentation>
15510           </xs:annotation>
15511           <xs:sequence>
15512             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15513               <xs:annotation>
15514                 <xs:documentation><p>Kód číselníku.</p>
15515 </xs:documentation>
15516               </xs:annotation>
15517             </xs:element>
15518             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15519               <xs:annotation>
15520                 <xs:documentation><p>Kód číselníkové položky.</p>
15521 </xs:documentation>
15522               </xs:annotation>
15523             </xs:element>
15524             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15525               <xs:annotation>
15526                 <xs:documentation><p>Verze číselníku.</p>
15527 </xs:documentation>
15528               </xs:annotation>
15529             </xs:element>
15530             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15531               <xs:annotation>
15532                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
15533 </xs:documentation>
15534               </xs:annotation>
15535             </xs:element>
15536             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15537               <xs:annotation>
15538                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
15539 </xs:documentation>
15540               </xs:annotation>
15541             </xs:element>
15542             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15543               <xs:annotation>
15544                 <xs:documentation><p>Platnost číselníkové položky</p>
15545 </xs:documentation>
15546               </xs:annotation>
15547             </xs:element>
15548             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15549               <xs:annotation>
15550                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
15551 </xs:documentation>
15552               </xs:annotation>
15553             </xs:element>
15554           </xs:sequence>
15555         </xs:complexType>
15556       </xs:element>
15557       <xs:element name="odbornost" minOccurs="0">
15558         <xs:annotation>
15559           <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
15560 </xs:documentation>
15561         </xs:annotation>
15562         <xs:complexType>
15563           <xs:annotation>
15564             <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
15565 </xs:documentation>
15566           </xs:annotation>
15567           <xs:sequence>
15568             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15569               <xs:annotation>
15570                 <xs:documentation><p>Kód číselníku.</p>
15571 </xs:documentation>
15572               </xs:annotation>
15573             </xs:element>
15574             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15575               <xs:annotation>
15576                 <xs:documentation><p>Kód číselníkové položky.</p>
15577 </xs:documentation>
15578               </xs:annotation>
15579             </xs:element>
15580             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15581               <xs:annotation>
15582                 <xs:documentation><p>Verze číselníku.</p>
15583 </xs:documentation>
15584               </xs:annotation>
15585             </xs:element>
15586             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15587               <xs:annotation>
15588                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
15589 </xs:documentation>
15590               </xs:annotation>
15591             </xs:element>
15592             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15593               <xs:annotation>
15594                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
15595 </xs:documentation>
15596               </xs:annotation>
15597             </xs:element>
15598             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15599               <xs:annotation>
15600                 <xs:documentation><p>Platnost číselníkové položky</p>
15601 </xs:documentation>
15602               </xs:annotation>
15603             </xs:element>
15604             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
15605               <xs:annotation>
15606                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
15607 </xs:documentation>
15608               </xs:annotation>
15609             </xs:element>
15610           </xs:sequence>
15611         </xs:complexType>
15612       </xs:element>
15613       <xs:element name="datumOd" type="xs:date" minOccurs="0">
15614         <xs:annotation>
15615           <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
15616 </xs:documentation>
15617         </xs:annotation>
15618       </xs:element>
15619       <xs:element name="datumDo" type="xs:date" minOccurs="0">
15620         <xs:annotation>
15621           <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
15622 </xs:documentation>
15623         </xs:annotation>
15624       </xs:element>
15625       <xs:element name="datumVytvoreni" type="xs:date" minOccurs="0">
15626         <xs:annotation>
15627           <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
15628 </xs:documentation>
15629         </xs:annotation>
15630       </xs:element>
15631       <xs:element name="autor" type="xs:string" minOccurs="0">
15632         <xs:annotation>
15633           <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
15634 </xs:documentation>
15635         </xs:annotation>
15636       </xs:element>
15637       <xs:element name="autorData" minOccurs="0">
15638         <xs:annotation>
15639           <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
15640 </xs:documentation>
15641         </xs:annotation>
15642         <xs:complexType>
15643           <xs:annotation>
15644             <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
15645 </xs:documentation>
15646           </xs:annotation>
15647           <xs:sequence>
15648             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15649               <xs:annotation>
15650                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
15651 </xs:documentation>
15652               </xs:annotation>
15653             </xs:element>
15654             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15655               <xs:annotation>
15656                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
15657 </xs:documentation>
15658               </xs:annotation>
15659             </xs:element>
15660             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15661               <xs:annotation>
15662                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
15663 </xs:documentation>
15664               </xs:annotation>
15665             </xs:element>
15666             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15667               <xs:annotation>
15668                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
15669 </xs:documentation>
15670               </xs:annotation>
15671             </xs:element>
15672             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15673               <xs:annotation>
15674                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
15675 </xs:documentation>
15676               </xs:annotation>
15677             </xs:element>
15678             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15679               <xs:annotation>
15680                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
15681 </xs:documentation>
15682               </xs:annotation>
15683             </xs:element>
15684           </xs:sequence>
15685         </xs:complexType>
15686       </xs:element>
15687       <xs:element name="zdravotnickyPracovnik" type="xs:string" minOccurs="0">
15688         <xs:annotation>
15689           <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
15690 </xs:documentation>
15691         </xs:annotation>
15692       </xs:element>
15693       <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
15694         <xs:annotation>
15695           <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
15696 </xs:documentation>
15697         </xs:annotation>
15698         <xs:complexType>
15699           <xs:annotation>
15700             <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
15701 </xs:documentation>
15702           </xs:annotation>
15703           <xs:sequence>
15704             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15705               <xs:annotation>
15706                 <xs:documentation><p>Jméno dohledaného pracovníka.</p>
15707 </xs:documentation>
15708               </xs:annotation>
15709             </xs:element>
15710             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15711               <xs:annotation>
15712                 <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
15713 </xs:documentation>
15714               </xs:annotation>
15715             </xs:element>
15716             <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15717               <xs:annotation>
15718                 <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
15719 </xs:documentation>
15720               </xs:annotation>
15721             </xs:element>
15722             <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15723               <xs:annotation>
15724                 <xs:documentation><p>Titul za dohledaného pracovníka.</p>
15725 </xs:documentation>
15726               </xs:annotation>
15727             </xs:element>
15728             <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15729               <xs:annotation>
15730                 <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
15731 </xs:documentation>
15732               </xs:annotation>
15733             </xs:element>
15734             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15735               <xs:annotation>
15736                 <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
15737 </xs:documentation>
15738               </xs:annotation>
15739             </xs:element>
15740           </xs:sequence>
15741         </xs:complexType>
15742       </xs:element>
15743       <xs:element name="poskytovatel" type="xs:string" minOccurs="0">
15744         <xs:annotation>
15745           <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
15746 </xs:documentation>
15747         </xs:annotation>
15748       </xs:element>
15749       <xs:element name="poskytovatelData" minOccurs="0">
15750         <xs:annotation>
15751           <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
15752 </xs:documentation>
15753         </xs:annotation>
15754         <xs:complexType>
15755           <xs:annotation>
15756             <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
15757 </xs:documentation>
15758           </xs:annotation>
15759           <xs:sequence>
15760             <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15761               <xs:annotation>
15762                 <xs:documentation><p>ICO dohledaného poskytovatele.</p>
15763 </xs:documentation>
15764               </xs:annotation>
15765             </xs:element>
15766             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15767               <xs:annotation>
15768                 <xs:documentation><p>Název dohledaného poskytovatele.</p>
15769 </xs:documentation>
15770               </xs:annotation>
15771             </xs:element>
15772             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15773               <xs:annotation>
15774                 <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
15775 </xs:documentation>
15776               </xs:annotation>
15777             </xs:element>
15778             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15779               <xs:annotation>
15780                 <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
15781 </xs:documentation>
15782               </xs:annotation>
15783             </xs:element>
15784           </xs:sequence>
15785         </xs:complexType>
15786       </xs:element>
15787       <xs:element name="pacient" type="xs:string" minOccurs="0">
15788         <xs:annotation>
15789           <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
15790 </xs:documentation>
15791         </xs:annotation>
15792       </xs:element>
15793       <xs:element name="pacientData" minOccurs="0">
15794         <xs:annotation>
15795           <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
15796 </xs:documentation>
15797         </xs:annotation>
15798         <xs:complexType>
15799           <xs:annotation>
15800             <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
15801 </xs:documentation>
15802           </xs:annotation>
15803           <xs:sequence>
15804             <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15805               <xs:annotation>
15806                 <xs:documentation><p>RID dohledané osoby.</p>
15807 </xs:documentation>
15808               </xs:annotation>
15809             </xs:element>
15810             <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15811               <xs:annotation>
15812                 <xs:documentation><p>Jméno dohledané osoby.</p>
15813 </xs:documentation>
15814               </xs:annotation>
15815             </xs:element>
15816             <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15817               <xs:annotation>
15818                 <xs:documentation><p>Příjmení dohledané osoby.</p>
15819 </xs:documentation>
15820               </xs:annotation>
15821             </xs:element>
15822             <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15823               <xs:annotation>
15824                 <xs:documentation><p>Datum narození dohledané osoby.</p>
15825 </xs:documentation>
15826               </xs:annotation>
15827             </xs:element>
15828             <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15829               <xs:annotation>
15830                 <xs:documentation><p>RUIAN ID dohledané osoby.</p>
15831 </xs:documentation>
15832               </xs:annotation>
15833             </xs:element>
15834             <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15835               <xs:annotation>
15836                 <xs:documentation><p>Adresa dohledané osoby.</p>
15837 </xs:documentation>
15838               </xs:annotation>
15839             </xs:element>
15840             <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15841               <xs:annotation>
15842                 <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
15843 </xs:documentation>
15844               </xs:annotation>
15845             </xs:element>
15846             <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15847               <xs:annotation>
15848                 <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
15849 </xs:documentation>
15850               </xs:annotation>
15851             </xs:element>
15852             <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15853               <xs:annotation>
15854                 <xs:documentation><p>Kontaktní email dohledané osoby.</p>
15855 </xs:documentation>
15856               </xs:annotation>
15857             </xs:element>
15858             <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15859               <xs:annotation>
15860                 <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
15861 </xs:documentation>
15862               </xs:annotation>
15863             </xs:element>
15864             <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15865               <xs:annotation>
15866                 <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
15867 </xs:documentation>
15868               </xs:annotation>
15869             </xs:element>
15870             <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
15871               <xs:annotation>
15872                 <xs:documentation><p>Doklady dohledané osoby.</p>
15873 </xs:documentation>
15874               </xs:annotation>
15875             </xs:element>
15876           </xs:sequence>
15877         </xs:complexType>
15878       </xs:element>
15879       <xs:element name="ispzs" minOccurs="0">
15880         <xs:annotation>
15881           <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
15882 </xs:documentation>
15883         </xs:annotation>
15884         <xs:simpleType>
15885           <xs:restriction base="xs:string">
15886             <xs:maxLength value="255" />
15887           </xs:restriction>
15888         </xs:simpleType>
15889       </xs:element>
15890       <xs:element name="adresat" type="xs:string" minOccurs="0">
15891         <xs:annotation>
15892           <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
15893 </xs:documentation>
15894         </xs:annotation>
15895       </xs:element>
15896       <xs:element name="adresatData" minOccurs="0">
15897         <xs:annotation>
15898           <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
15899 </xs:documentation>
15900         </xs:annotation>
15901         <xs:complexType>
15902           <xs:annotation>
15903             <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
15904 </xs:documentation>
15905           </xs:annotation>
15906           <xs:sequence>
15907             <xs:element name="zdravotnickyPracovnik" minOccurs="0">
15908               <xs:annotation>
15909                 <xs:documentation><p>Data zdravotnického pracovníka.</p>
15910 </xs:documentation>
15911               </xs:annotation>
15912               <xs:complexType>
15913                 <xs:annotation>
15914                   <xs:documentation><p>Data zdravotnického pracovníka.</p>
15915 </xs:documentation>
15916                 </xs:annotation>
15917                 <xs:sequence>
15918                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15919                     <xs:annotation>
15920                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
15921 </xs:documentation>
15922                     </xs:annotation>
15923                   </xs:element>
15924                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15925                     <xs:annotation>
15926                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
15927 </xs:documentation>
15928                     </xs:annotation>
15929                   </xs:element>
15930                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15931                     <xs:annotation>
15932                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
15933 </xs:documentation>
15934                     </xs:annotation>
15935                   </xs:element>
15936                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15937                     <xs:annotation>
15938                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
15939 </xs:documentation>
15940                     </xs:annotation>
15941                   </xs:element>
15942                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15943                     <xs:annotation>
15944                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
15945 </xs:documentation>
15946                     </xs:annotation>
15947                   </xs:element>
15948                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15949                     <xs:annotation>
15950                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
15951 </xs:documentation>
15952                     </xs:annotation>
15953                   </xs:element>
15954                 </xs:sequence>
15955               </xs:complexType>
15956             </xs:element>
15957             <xs:element name="pacient" minOccurs="0">
15958               <xs:annotation>
15959                 <xs:documentation><p>Data pacienta.</p>
15960 </xs:documentation>
15961               </xs:annotation>
15962               <xs:complexType>
15963                 <xs:annotation>
15964                   <xs:documentation><p>Data pacienta.</p>
15965 </xs:documentation>
15966                 </xs:annotation>
15967                 <xs:sequence>
15968                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15969                     <xs:annotation>
15970                       <xs:documentation><p>RID dohledané osoby.</p>
15971 </xs:documentation>
15972                     </xs:annotation>
15973                   </xs:element>
15974                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15975                     <xs:annotation>
15976                       <xs:documentation><p>Jméno dohledané osoby.</p>
15977 </xs:documentation>
15978                     </xs:annotation>
15979                   </xs:element>
15980                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15981                     <xs:annotation>
15982                       <xs:documentation><p>Příjmení dohledané osoby.</p>
15983 </xs:documentation>
15984                     </xs:annotation>
15985                   </xs:element>
15986                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
15987                     <xs:annotation>
15988                       <xs:documentation><p>Datum narození dohledané osoby.</p>
15989 </xs:documentation>
15990                     </xs:annotation>
15991                   </xs:element>
15992                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15993                     <xs:annotation>
15994                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
15995 </xs:documentation>
15996                     </xs:annotation>
15997                   </xs:element>
15998                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
15999                     <xs:annotation>
16000                       <xs:documentation><p>Adresa dohledané osoby.</p>
16001 </xs:documentation>
16002                     </xs:annotation>
16003                   </xs:element>
16004                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16005                     <xs:annotation>
16006                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
16007 </xs:documentation>
16008                     </xs:annotation>
16009                   </xs:element>
16010                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16011                     <xs:annotation>
16012                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
16013 </xs:documentation>
16014                     </xs:annotation>
16015                   </xs:element>
16016                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16017                     <xs:annotation>
16018                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
16019 </xs:documentation>
16020                     </xs:annotation>
16021                   </xs:element>
16022                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16023                     <xs:annotation>
16024                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
16025 </xs:documentation>
16026                     </xs:annotation>
16027                   </xs:element>
16028                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16029                     <xs:annotation>
16030                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
16031 </xs:documentation>
16032                     </xs:annotation>
16033                   </xs:element>
16034                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
16035                     <xs:annotation>
16036                       <xs:documentation><p>Doklady dohledané osoby.</p>
16037 </xs:documentation>
16038                     </xs:annotation>
16039                   </xs:element>
16040                 </xs:sequence>
16041               </xs:complexType>
16042             </xs:element>
16043             <xs:element name="poskytovatel" minOccurs="0">
16044               <xs:annotation>
16045                 <xs:documentation><p>Data poskytovatele.</p>
16046 </xs:documentation>
16047               </xs:annotation>
16048               <xs:complexType>
16049                 <xs:annotation>
16050                   <xs:documentation><p>Data poskytovatele.</p>
16051 </xs:documentation>
16052                 </xs:annotation>
16053                 <xs:sequence>
16054                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16055                     <xs:annotation>
16056                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
16057 </xs:documentation>
16058                     </xs:annotation>
16059                   </xs:element>
16060                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16061                     <xs:annotation>
16062                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
16063 </xs:documentation>
16064                     </xs:annotation>
16065                   </xs:element>
16066                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16067                     <xs:annotation>
16068                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
16069 </xs:documentation>
16070                     </xs:annotation>
16071                   </xs:element>
16072                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16073                     <xs:annotation>
16074                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
16075 </xs:documentation>
16076                     </xs:annotation>
16077                   </xs:element>
16078                 </xs:sequence>
16079               </xs:complexType>
16080             </xs:element>
16081           </xs:sequence>
16082         </xs:complexType>
16083       </xs:element>
16084       <xs:element name="adresatTyp" minOccurs="0">
16085         <xs:annotation>
16086           <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>
16087 </xs:documentation>
16088         </xs:annotation>
16089         <xs:complexType>
16090           <xs:annotation>
16091             <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>
16092 </xs:documentation>
16093           </xs:annotation>
16094           <xs:sequence>
16095             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16096               <xs:annotation>
16097                 <xs:documentation><p>Kód číselníku.</p>
16098 </xs:documentation>
16099               </xs:annotation>
16100             </xs:element>
16101             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16102               <xs:annotation>
16103                 <xs:documentation><p>Kód číselníkové položky.</p>
16104 </xs:documentation>
16105               </xs:annotation>
16106             </xs:element>
16107             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16108               <xs:annotation>
16109                 <xs:documentation><p>Verze číselníku.</p>
16110 </xs:documentation>
16111               </xs:annotation>
16112             </xs:element>
16113             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16114               <xs:annotation>
16115                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16116 </xs:documentation>
16117               </xs:annotation>
16118             </xs:element>
16119             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16120               <xs:annotation>
16121                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16122 </xs:documentation>
16123               </xs:annotation>
16124             </xs:element>
16125             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16126               <xs:annotation>
16127                 <xs:documentation><p>Platnost číselníkové položky</p>
16128 </xs:documentation>
16129               </xs:annotation>
16130             </xs:element>
16131             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16132               <xs:annotation>
16133                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16134 </xs:documentation>
16135               </xs:annotation>
16136             </xs:element>
16137           </xs:sequence>
16138         </xs:complexType>
16139       </xs:element>
16140       <xs:element name="dostupnost" type="xs:boolean" minOccurs="0">
16141         <xs:annotation>
16142           <xs:documentation><p>Status dostupnosti zásilky.</p>
16143 </xs:documentation>
16144         </xs:annotation>
16145       </xs:element>
16146       <xs:element name="rodic" type="ns1:guid" minOccurs="0">
16147         <xs:annotation>
16148           <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
16149 </xs:documentation>
16150         </xs:annotation>
16151       </xs:element>
16152       <xs:element name="udalost" minOccurs="0">
16153         <xs:annotation>
16154           <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
16155 </xs:documentation>
16156         </xs:annotation>
16157         <xs:complexType>
16158           <xs:annotation>
16159             <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
16160 </xs:documentation>
16161           </xs:annotation>
16162           <xs:sequence>
16163             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16164               <xs:annotation>
16165                 <xs:documentation><p>Kód číselníku.</p>
16166 </xs:documentation>
16167               </xs:annotation>
16168             </xs:element>
16169             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16170               <xs:annotation>
16171                 <xs:documentation><p>Kód číselníkové položky.</p>
16172 </xs:documentation>
16173               </xs:annotation>
16174             </xs:element>
16175             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16176               <xs:annotation>
16177                 <xs:documentation><p>Verze číselníku.</p>
16178 </xs:documentation>
16179               </xs:annotation>
16180             </xs:element>
16181             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16182               <xs:annotation>
16183                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16184 </xs:documentation>
16185               </xs:annotation>
16186             </xs:element>
16187             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16188               <xs:annotation>
16189                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16190 </xs:documentation>
16191               </xs:annotation>
16192             </xs:element>
16193             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16194               <xs:annotation>
16195                 <xs:documentation><p>Platnost číselníkové položky</p>
16196 </xs:documentation>
16197               </xs:annotation>
16198             </xs:element>
16199             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16200               <xs:annotation>
16201                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16202 </xs:documentation>
16203               </xs:annotation>
16204             </xs:element>
16205           </xs:sequence>
16206         </xs:complexType>
16207       </xs:element>
16208       <xs:element name="dokument" type="tns:Dokument" minOccurs="0" maxOccurs="2147483647">
16209         <xs:annotation>
16210           <xs:documentation><p>Dokument zásilky.</p>
16211 </xs:documentation>
16212         </xs:annotation>
16213       </xs:element>
16214     </xs:sequence>
16215   </xs:complexType>
16216   <xs:complexType name="ZaznacNeproveditelnostZadankyCommand">
16217     <xs:annotation>
16218       <xs:documentation><p>Požadavek pro zaznačení neproveditelnosti žádanky Examples: System.Collections.Generic.Dictionary`2[System.String,System.Object]</p>
16219 </xs:documentation>
16220     </xs:annotation>
16221     <xs:sequence>
16222       <xs:element name="id" type="ns1:guid">
16223         <xs:annotation>
16224           <xs:documentation><p>Identifikace žádanky.</p>
16225 </xs:documentation>
16226         </xs:annotation>
16227       </xs:element>
16228       <xs:element name="verzeRadku" type="xs:base64Binary">
16229         <xs:annotation>
16230           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control.</p>
16231 </xs:documentation>
16232         </xs:annotation>
16233       </xs:element>
16234       <xs:element name="duvodNeproveditelnostiZadanky">
16235         <xs:annotation>
16236           <xs:documentation><p>Důvod odmítnutí / zaznačení neproveditelnosti (číselník: &quot;duvod-odmitnuti&quot;)</p>
16237 </xs:documentation>
16238         </xs:annotation>
16239         <xs:complexType>
16240           <xs:annotation>
16241             <xs:documentation><p>Důvod odmítnutí / zaznačení neproveditelnosti (číselník: &quot;duvod-odmitnuti&quot;)</p>
16242 </xs:documentation>
16243           </xs:annotation>
16244           <xs:sequence>
16245             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16246               <xs:annotation>
16247                 <xs:documentation><p>Kód číselníku.</p>
16248 </xs:documentation>
16249               </xs:annotation>
16250             </xs:element>
16251             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16252               <xs:annotation>
16253                 <xs:documentation><p>Kód číselníkové položky.</p>
16254 </xs:documentation>
16255               </xs:annotation>
16256             </xs:element>
16257             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16258               <xs:annotation>
16259                 <xs:documentation><p>Verze číselníku.</p>
16260 </xs:documentation>
16261               </xs:annotation>
16262             </xs:element>
16263             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16264               <xs:annotation>
16265                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16266 </xs:documentation>
16267               </xs:annotation>
16268             </xs:element>
16269             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16270               <xs:annotation>
16271                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16272 </xs:documentation>
16273               </xs:annotation>
16274             </xs:element>
16275             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16276               <xs:annotation>
16277                 <xs:documentation><p>Platnost číselníkové položky</p>
16278 </xs:documentation>
16279               </xs:annotation>
16280             </xs:element>
16281             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16282               <xs:annotation>
16283                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16284 </xs:documentation>
16285               </xs:annotation>
16286             </xs:element>
16287           </xs:sequence>
16288         </xs:complexType>
16289       </xs:element>
16290       <xs:element name="duvodNeproveditelnostiUpresneni" type="xs:string" minOccurs="0">
16291         <xs:annotation>
16292           <xs:documentation><p>Upřesnění důvodu neproveditelnosti žádanky.</p>
16293 </xs:documentation>
16294         </xs:annotation>
16295       </xs:element>
16296       <xs:element name="kodZadanky" type="xs:string" minOccurs="0">
16297         <xs:annotation>
16298           <xs:documentation><p>Kód žádanky.</p>
16299 </xs:documentation>
16300         </xs:annotation>
16301       </xs:element>
16302     </xs:sequence>
16303   </xs:complexType>
16304   <xs:complexType name="ZaznacNeproveditelnostZadankyDto">
16305     <xs:annotation>
16306       <xs:documentation><p>Výstupní data služby ZaznacNeproveditelnostZadanky</p>
16307 </xs:documentation>
16308     </xs:annotation>
16309     <xs:sequence>
16310       <xs:element name="id" type="ns1:guid" minOccurs="0">
16311         <xs:annotation>
16312           <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
16313 </xs:documentation>
16314         </xs:annotation>
16315       </xs:element>
16316       <xs:element name="verzeRadku" type="xs:base64Binary" minOccurs="0">
16317         <xs:annotation>
16318           <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
16319 </xs:documentation>
16320         </xs:annotation>
16321       </xs:element>
16322       <xs:element name="stav" minOccurs="0">
16323         <xs:annotation>
16324           <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
16325 </xs:documentation>
16326         </xs:annotation>
16327         <xs:complexType>
16328           <xs:annotation>
16329             <xs:documentation><p>Po uložení žádanky systém nastaví stav na &quot;Nová&quot; (kód: &quot;0&quot;, číselník: &quot;stav-zadanky&quot;)</p>
16330 </xs:documentation>
16331           </xs:annotation>
16332           <xs:sequence>
16333             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16334               <xs:annotation>
16335                 <xs:documentation><p>Kód číselníku.</p>
16336 </xs:documentation>
16337               </xs:annotation>
16338             </xs:element>
16339             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16340               <xs:annotation>
16341                 <xs:documentation><p>Kód číselníkové položky.</p>
16342 </xs:documentation>
16343               </xs:annotation>
16344             </xs:element>
16345             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16346               <xs:annotation>
16347                 <xs:documentation><p>Verze číselníku.</p>
16348 </xs:documentation>
16349               </xs:annotation>
16350             </xs:element>
16351             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16352               <xs:annotation>
16353                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16354 </xs:documentation>
16355               </xs:annotation>
16356             </xs:element>
16357             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16358               <xs:annotation>
16359                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16360 </xs:documentation>
16361               </xs:annotation>
16362             </xs:element>
16363             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16364               <xs:annotation>
16365                 <xs:documentation><p>Platnost číselníkové položky</p>
16366 </xs:documentation>
16367               </xs:annotation>
16368             </xs:element>
16369             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16370               <xs:annotation>
16371                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16372 </xs:documentation>
16373               </xs:annotation>
16374             </xs:element>
16375           </xs:sequence>
16376         </xs:complexType>
16377       </xs:element>
16378       <xs:element name="kod" minOccurs="0">
16379         <xs:annotation>
16380           <xs:documentation><p>Kód žádanky.</p>
16381 </xs:documentation>
16382         </xs:annotation>
16383         <xs:simpleType>
16384           <xs:restriction base="xs:string">
16385             <xs:maxLength value="100" />
16386           </xs:restriction>
16387         </xs:simpleType>
16388       </xs:element>
16389       <xs:element name="urgentnost">
16390         <xs:annotation>
16391           <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
16392 </xs:documentation>
16393         </xs:annotation>
16394         <xs:complexType>
16395           <xs:annotation>
16396             <xs:documentation><p>Priorita žádanky (číselník: &quot;request-priority-cz&quot;)</p>
16397 </xs:documentation>
16398           </xs:annotation>
16399           <xs:sequence>
16400             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16401               <xs:annotation>
16402                 <xs:documentation><p>Kód číselníku.</p>
16403 </xs:documentation>
16404               </xs:annotation>
16405             </xs:element>
16406             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16407               <xs:annotation>
16408                 <xs:documentation><p>Kód číselníkové položky.</p>
16409 </xs:documentation>
16410               </xs:annotation>
16411             </xs:element>
16412             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16413               <xs:annotation>
16414                 <xs:documentation><p>Verze číselníku.</p>
16415 </xs:documentation>
16416               </xs:annotation>
16417             </xs:element>
16418             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16419               <xs:annotation>
16420                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16421 </xs:documentation>
16422               </xs:annotation>
16423             </xs:element>
16424             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16425               <xs:annotation>
16426                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16427 </xs:documentation>
16428               </xs:annotation>
16429             </xs:element>
16430             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16431               <xs:annotation>
16432                 <xs:documentation><p>Platnost číselníkové položky</p>
16433 </xs:documentation>
16434               </xs:annotation>
16435             </xs:element>
16436             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16437               <xs:annotation>
16438                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16439 </xs:documentation>
16440               </xs:annotation>
16441             </xs:element>
16442           </xs:sequence>
16443         </xs:complexType>
16444       </xs:element>
16445       <xs:element name="samoplatce" type="xs:boolean">
16446         <xs:annotation>
16447           <xs:documentation><p>Informace o tom, zda je osoba samoplátcem.</p>
16448 </xs:documentation>
16449         </xs:annotation>
16450       </xs:element>
16451       <xs:element name="prilozenVzorek" type="xs:boolean">
16452         <xs:annotation>
16453           <xs:documentation><p>Informace o tom, zda byl přiložen vzorek (laboratorní).</p>
16454 </xs:documentation>
16455         </xs:annotation>
16456       </xs:element>
16457       <xs:element name="omezeniMobility" type="xs:boolean">
16458         <xs:annotation>
16459           <xs:documentation><p>Informace o tom, zda se jedná o pacienta s omezenou mobilitou (obrazová).</p>
16460 </xs:documentation>
16461         </xs:annotation>
16462       </xs:element>
16463       <xs:element name="popisOmezeniMobility" minOccurs="0">
16464         <xs:annotation>
16465           <xs:documentation><p>Nepovinné textové pole pro upřesnění omezení mobility pacienta (obrazová, omezeniMobility == 1).</p>
16466 </xs:documentation>
16467         </xs:annotation>
16468         <xs:simpleType>
16469           <xs:restriction base="xs:string">
16470             <xs:maxLength value="250" />
16471           </xs:restriction>
16472         </xs:simpleType>
16473       </xs:element>
16474       <xs:element name="instrukceProPacienta" type="xs:string" minOccurs="0">
16475         <xs:annotation>
16476           <xs:documentation><p>Instrukce pro pacienta.</p>
16477 </xs:documentation>
16478         </xs:annotation>
16479       </xs:element>
16480       <xs:element name="zpusobVyrizeni" minOccurs="0">
16481         <xs:annotation>
16482           <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
16483 </xs:documentation>
16484         </xs:annotation>
16485         <xs:complexType>
16486           <xs:annotation>
16487             <xs:documentation><p>Určení způsobu vyřízení žádanky.</p>
16488 </xs:documentation>
16489           </xs:annotation>
16490           <xs:sequence>
16491             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16492               <xs:annotation>
16493                 <xs:documentation><p>Kód číselníku.</p>
16494 </xs:documentation>
16495               </xs:annotation>
16496             </xs:element>
16497             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16498               <xs:annotation>
16499                 <xs:documentation><p>Kód číselníkové položky.</p>
16500 </xs:documentation>
16501               </xs:annotation>
16502             </xs:element>
16503             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16504               <xs:annotation>
16505                 <xs:documentation><p>Verze číselníku.</p>
16506 </xs:documentation>
16507               </xs:annotation>
16508             </xs:element>
16509             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16510               <xs:annotation>
16511                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16512 </xs:documentation>
16513               </xs:annotation>
16514             </xs:element>
16515             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16516               <xs:annotation>
16517                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16518 </xs:documentation>
16519               </xs:annotation>
16520             </xs:element>
16521             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16522               <xs:annotation>
16523                 <xs:documentation><p>Platnost číselníkové položky</p>
16524 </xs:documentation>
16525               </xs:annotation>
16526             </xs:element>
16527             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16528               <xs:annotation>
16529                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16530 </xs:documentation>
16531               </xs:annotation>
16532             </xs:element>
16533           </xs:sequence>
16534         </xs:complexType>
16535       </xs:element>
16536       <xs:element name="zpusobVyrizeniUpresneni" minOccurs="0">
16537         <xs:annotation>
16538           <xs:documentation><p>Upřesnení způsobu vyřízení žádanky.</p>
16539 </xs:documentation>
16540         </xs:annotation>
16541         <xs:simpleType>
16542           <xs:restriction base="xs:string">
16543             <xs:maxLength value="250" />
16544           </xs:restriction>
16545         </xs:simpleType>
16546       </xs:element>
16547       <xs:element name="nadrizenaZadankaId" type="ns1:guid" minOccurs="0">
16548         <xs:annotation>
16549           <xs:documentation><p>Odkaz na záznam nadřízené žádanky.</p>
16550 </xs:documentation>
16551         </xs:annotation>
16552       </xs:element>
16553       <xs:element name="zasilkaVysledekId" type="ns1:guid" minOccurs="0">
16554         <xs:annotation>
16555           <xs:documentation><p>Odkaz na záznam zásilky, v rámci které byl přiložen výsledek.</p>
16556 </xs:documentation>
16557         </xs:annotation>
16558       </xs:element>
16559       <xs:element name="datumStorna" type="xs:date" minOccurs="0">
16560         <xs:annotation>
16561           <xs:documentation><p>Gets or sets the datum storna.</p>
16562 </xs:documentation>
16563         </xs:annotation>
16564       </xs:element>
16565       <xs:element name="datumZaznaceniNeproveditelnosti" type="xs:date" minOccurs="0">
16566         <xs:annotation>
16567           <xs:documentation><p>Gets or sets the datum zaznaceni neproveditelnosti.</p>
16568 </xs:documentation>
16569         </xs:annotation>
16570       </xs:element>
16571       <xs:element name="datumPoslednihoVraceniDoObehu" type="xs:date" minOccurs="0">
16572         <xs:annotation>
16573           <xs:documentation><p>Gets or sets the datum posledniho vraceni do obehu.</p>
16574 </xs:documentation>
16575         </xs:annotation>
16576       </xs:element>
16577       <xs:element name="datumPoslednihoPrijeti" type="xs:date" minOccurs="0">
16578         <xs:annotation>
16579           <xs:documentation><p>Gets or sets the datum posledniho prijeti.</p>
16580 </xs:documentation>
16581         </xs:annotation>
16582       </xs:element>
16583       <xs:element name="datumRozdeleni" type="xs:date" minOccurs="0">
16584         <xs:annotation>
16585           <xs:documentation><p>Gets or sets the datum rozdeleni.</p>
16586 </xs:documentation>
16587         </xs:annotation>
16588       </xs:element>
16589       <xs:element name="datumVyrizeni" type="xs:date" minOccurs="0">
16590         <xs:annotation>
16591           <xs:documentation><p>Gets or sets the datum vyrizeni.</p>
16592 </xs:documentation>
16593         </xs:annotation>
16594       </xs:element>
16595       <xs:element name="datumExpirace" type="xs:date" minOccurs="0">
16596         <xs:annotation>
16597           <xs:documentation><p>Gets or sets the datum expirace.</p>
16598 </xs:documentation>
16599         </xs:annotation>
16600       </xs:element>
16601       <xs:element name="datumPlanovanehoVysetreni" type="xs:date" minOccurs="0">
16602         <xs:annotation>
16603           <xs:documentation><p>Gets or sets the datum planovaneho vysetreni.</p>
16604 </xs:documentation>
16605         </xs:annotation>
16606       </xs:element>
16607       <xs:element name="datumSkutecneRealizaceVysetreni" type="xs:date" minOccurs="0">
16608         <xs:annotation>
16609           <xs:documentation><p>Gets or sets the datum skutecne realizace vysetreni.</p>
16610 </xs:documentation>
16611         </xs:annotation>
16612       </xs:element>
16613       <xs:element name="pacientPojistovna" minOccurs="0">
16614         <xs:annotation>
16615           <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
16616 </xs:documentation>
16617         </xs:annotation>
16618         <xs:complexType>
16619           <xs:annotation>
16620             <xs:documentation><p>Pojišťovna pacienta (číselník: &quot;cz-healthinsurancecompanycode-vs&quot;). Mělo by být přejímáno z KRP na základě vyhledání pacienta!</p>
16621 </xs:documentation>
16622           </xs:annotation>
16623           <xs:sequence>
16624             <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16625               <xs:annotation>
16626                 <xs:documentation><p>Kód číselníku.</p>
16627 </xs:documentation>
16628               </xs:annotation>
16629             </xs:element>
16630             <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16631               <xs:annotation>
16632                 <xs:documentation><p>Kód číselníkové položky.</p>
16633 </xs:documentation>
16634               </xs:annotation>
16635             </xs:element>
16636             <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16637               <xs:annotation>
16638                 <xs:documentation><p>Verze číselníku.</p>
16639 </xs:documentation>
16640               </xs:annotation>
16641             </xs:element>
16642             <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16643               <xs:annotation>
16644                 <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16645 </xs:documentation>
16646               </xs:annotation>
16647             </xs:element>
16648             <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16649               <xs:annotation>
16650                 <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16651 </xs:documentation>
16652               </xs:annotation>
16653             </xs:element>
16654             <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16655               <xs:annotation>
16656                 <xs:documentation><p>Platnost číselníkové položky</p>
16657 </xs:documentation>
16658               </xs:annotation>
16659             </xs:element>
16660             <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16661               <xs:annotation>
16662                 <xs:documentation><p>Položka je nabízena v NPEZ</p>
16663 </xs:documentation>
16664               </xs:annotation>
16665             </xs:element>
16666           </xs:sequence>
16667         </xs:complexType>
16668       </xs:element>
16669       <xs:element name="icpZadatele" type="xs:string">
16670         <xs:annotation>
16671           <xs:documentation><p>Identifikační číslo zařízení žadatele</p>
16672 </xs:documentation>
16673         </xs:annotation>
16674       </xs:element>
16675       <xs:element name="pacientImplantat" type="xs:boolean">
16676         <xs:annotation>
16677           <xs:documentation><p>Implantát pacienta</p>
16678 </xs:documentation>
16679         </xs:annotation>
16680       </xs:element>
16681       <xs:element name="vzorekData" type="tns:Vzorek" minOccurs="0" maxOccurs="2147483647">
16682         <xs:annotation>
16683           <xs:documentation><p>Seznam vzorků žádanky.</p>
16684 </xs:documentation>
16685         </xs:annotation>
16686       </xs:element>
16687       <xs:element name="zasilka">
16688         <xs:annotation>
16689           <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
16690 </xs:documentation>
16691         </xs:annotation>
16692         <xs:complexType>
16693           <xs:annotation>
16694             <xs:documentation><p>Objekt zásilky pro uložení do dočasného úložiště.</p>
16695 </xs:documentation>
16696           </xs:annotation>
16697           <xs:sequence>
16698             <xs:element name="id" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
16699               <xs:annotation>
16700                 <xs:documentation><p>Při vytváraní zásilky se neuvádi. Uvádi se jenom při změně zásilky.</p>
16701 </xs:documentation>
16702               </xs:annotation>
16703             </xs:element>
16704             <xs:element name="verzeRadku" type="http://www.w3.org/2001/XMLSchema:base64Binary" minOccurs="0">
16705               <xs:annotation>
16706                 <xs:documentation><p>Verze aktuálniho řádku pro concurrency control. Len Read-only.</p>
16707 </xs:documentation>
16708               </xs:annotation>
16709             </xs:element>
16710             <xs:element name="nazev" minOccurs="0">
16711               <xs:annotation>
16712                 <xs:documentation><p>Název zásilky pro referenci.</p>
16713 </xs:documentation>
16714               </xs:annotation>
16715               <xs:simpleType>
16716                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
16717                   <xs:maxLength value="255" />
16718                 </xs:restriction>
16719               </xs:simpleType>
16720             </xs:element>
16721             <xs:element name="popis" minOccurs="0">
16722               <xs:annotation>
16723                 <xs:documentation><p>Podrobnější popis obsahu Zásilky.</p>
16724 </xs:documentation>
16725               </xs:annotation>
16726               <xs:simpleType>
16727                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
16728                   <xs:maxLength value="999" />
16729                 </xs:restriction>
16730               </xs:simpleType>
16731             </xs:element>
16732             <xs:element name="stav" minOccurs="0">
16733               <xs:annotation>
16734                 <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
16735 </xs:documentation>
16736               </xs:annotation>
16737               <xs:complexType>
16738                 <xs:annotation>
16739                   <xs:documentation><p>Status zásilky (např. &quot;Odesláno&quot;, &quot;Přijato&quot;, &quot;Zpracováno&quot;).</p>
16740 </xs:documentation>
16741                 </xs:annotation>
16742                 <xs:sequence>
16743                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16744                     <xs:annotation>
16745                       <xs:documentation><p>Kód číselníku.</p>
16746 </xs:documentation>
16747                     </xs:annotation>
16748                   </xs:element>
16749                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16750                     <xs:annotation>
16751                       <xs:documentation><p>Kód číselníkové položky.</p>
16752 </xs:documentation>
16753                     </xs:annotation>
16754                   </xs:element>
16755                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16756                     <xs:annotation>
16757                       <xs:documentation><p>Verze číselníku.</p>
16758 </xs:documentation>
16759                     </xs:annotation>
16760                   </xs:element>
16761                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16762                     <xs:annotation>
16763                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16764 </xs:documentation>
16765                     </xs:annotation>
16766                   </xs:element>
16767                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16768                     <xs:annotation>
16769                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16770 </xs:documentation>
16771                     </xs:annotation>
16772                   </xs:element>
16773                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16774                     <xs:annotation>
16775                       <xs:documentation><p>Platnost číselníkové položky</p>
16776 </xs:documentation>
16777                     </xs:annotation>
16778                   </xs:element>
16779                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16780                     <xs:annotation>
16781                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
16782 </xs:documentation>
16783                     </xs:annotation>
16784                   </xs:element>
16785                 </xs:sequence>
16786               </xs:complexType>
16787             </xs:element>
16788             <xs:element name="typ" minOccurs="0">
16789               <xs:annotation>
16790                 <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
16791 </xs:documentation>
16792               </xs:annotation>
16793               <xs:complexType>
16794                 <xs:annotation>
16795                   <xs:documentation><p>Typ zásilky (např. &quot;Lékařská zpráva&quot;, &quot;Radiologický snímek&quot;).</p>
16796 </xs:documentation>
16797                 </xs:annotation>
16798                 <xs:sequence>
16799                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16800                     <xs:annotation>
16801                       <xs:documentation><p>Kód číselníku.</p>
16802 </xs:documentation>
16803                     </xs:annotation>
16804                   </xs:element>
16805                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16806                     <xs:annotation>
16807                       <xs:documentation><p>Kód číselníkové položky.</p>
16808 </xs:documentation>
16809                     </xs:annotation>
16810                   </xs:element>
16811                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16812                     <xs:annotation>
16813                       <xs:documentation><p>Verze číselníku.</p>
16814 </xs:documentation>
16815                     </xs:annotation>
16816                   </xs:element>
16817                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16818                     <xs:annotation>
16819                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16820 </xs:documentation>
16821                     </xs:annotation>
16822                   </xs:element>
16823                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16824                     <xs:annotation>
16825                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16826 </xs:documentation>
16827                     </xs:annotation>
16828                   </xs:element>
16829                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16830                     <xs:annotation>
16831                       <xs:documentation><p>Platnost číselníkové položky</p>
16832 </xs:documentation>
16833                     </xs:annotation>
16834                   </xs:element>
16835                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16836                     <xs:annotation>
16837                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
16838 </xs:documentation>
16839                     </xs:annotation>
16840                   </xs:element>
16841                 </xs:sequence>
16842               </xs:complexType>
16843             </xs:element>
16844             <xs:element name="klasifikace" minOccurs="0">
16845               <xs:annotation>
16846                 <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>
16847 </xs:documentation>
16848               </xs:annotation>
16849               <xs:complexType>
16850                 <xs:annotation>
16851                   <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>
16852 </xs:documentation>
16853                 </xs:annotation>
16854                 <xs:sequence>
16855                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16856                     <xs:annotation>
16857                       <xs:documentation><p>Kód číselníku.</p>
16858 </xs:documentation>
16859                     </xs:annotation>
16860                   </xs:element>
16861                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16862                     <xs:annotation>
16863                       <xs:documentation><p>Kód číselníkové položky.</p>
16864 </xs:documentation>
16865                     </xs:annotation>
16866                   </xs:element>
16867                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16868                     <xs:annotation>
16869                       <xs:documentation><p>Verze číselníku.</p>
16870 </xs:documentation>
16871                     </xs:annotation>
16872                   </xs:element>
16873                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16874                     <xs:annotation>
16875                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16876 </xs:documentation>
16877                     </xs:annotation>
16878                   </xs:element>
16879                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16880                     <xs:annotation>
16881                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16882 </xs:documentation>
16883                     </xs:annotation>
16884                   </xs:element>
16885                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16886                     <xs:annotation>
16887                       <xs:documentation><p>Platnost číselníkové položky</p>
16888 </xs:documentation>
16889                     </xs:annotation>
16890                   </xs:element>
16891                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16892                     <xs:annotation>
16893                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
16894 </xs:documentation>
16895                     </xs:annotation>
16896                   </xs:element>
16897                 </xs:sequence>
16898               </xs:complexType>
16899             </xs:element>
16900             <xs:element name="odbornost" minOccurs="0">
16901               <xs:annotation>
16902                 <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
16903 </xs:documentation>
16904               </xs:annotation>
16905               <xs:complexType>
16906                 <xs:annotation>
16907                   <xs:documentation><p>Specializace odesílatele (např. &quot;Kardiologie&quot;, &quot;Radiologie&quot;).</p>
16908 </xs:documentation>
16909                 </xs:annotation>
16910                 <xs:sequence>
16911                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16912                     <xs:annotation>
16913                       <xs:documentation><p>Kód číselníku.</p>
16914 </xs:documentation>
16915                     </xs:annotation>
16916                   </xs:element>
16917                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16918                     <xs:annotation>
16919                       <xs:documentation><p>Kód číselníkové položky.</p>
16920 </xs:documentation>
16921                     </xs:annotation>
16922                   </xs:element>
16923                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16924                     <xs:annotation>
16925                       <xs:documentation><p>Verze číselníku.</p>
16926 </xs:documentation>
16927                     </xs:annotation>
16928                   </xs:element>
16929                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16930                     <xs:annotation>
16931                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
16932 </xs:documentation>
16933                     </xs:annotation>
16934                   </xs:element>
16935                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16936                     <xs:annotation>
16937                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
16938 </xs:documentation>
16939                     </xs:annotation>
16940                   </xs:element>
16941                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16942                     <xs:annotation>
16943                       <xs:documentation><p>Platnost číselníkové položky</p>
16944 </xs:documentation>
16945                     </xs:annotation>
16946                   </xs:element>
16947                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
16948                     <xs:annotation>
16949                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
16950 </xs:documentation>
16951                     </xs:annotation>
16952                   </xs:element>
16953                 </xs:sequence>
16954               </xs:complexType>
16955             </xs:element>
16956             <xs:element name="datumOd" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
16957               <xs:annotation>
16958                 <xs:documentation><p>Datum zpřístupnění dokumentů v Zásilce.</p>
16959 </xs:documentation>
16960               </xs:annotation>
16961             </xs:element>
16962             <xs:element name="datumDo" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
16963               <xs:annotation>
16964                 <xs:documentation><p>Datum ukončení dostupnosti dokumentů.</p>
16965 </xs:documentation>
16966               </xs:annotation>
16967             </xs:element>
16968             <xs:element name="datumVytvoreni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
16969               <xs:annotation>
16970                 <xs:documentation><p>Datum vytvoření zásilky. Plněno puze při výstupu.</p>
16971 </xs:documentation>
16972               </xs:annotation>
16973             </xs:element>
16974             <xs:element name="autor" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16975               <xs:annotation>
16976                 <xs:documentation><p>ID uživatele, který zásilku vytvořil. Vazba na KZR.</p>
16977 </xs:documentation>
16978               </xs:annotation>
16979             </xs:element>
16980             <xs:element name="autorData" minOccurs="0">
16981               <xs:annotation>
16982                 <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
16983 </xs:documentation>
16984               </xs:annotation>
16985               <xs:complexType>
16986                 <xs:annotation>
16987                   <xs:documentation><p>Data uživatele, který zásilku vytvořil. Plněno pouze při výstupu.</p>
16988 </xs:documentation>
16989                 </xs:annotation>
16990                 <xs:sequence>
16991                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16992                     <xs:annotation>
16993                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
16994 </xs:documentation>
16995                     </xs:annotation>
16996                   </xs:element>
16997                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
16998                     <xs:annotation>
16999                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
17000 </xs:documentation>
17001                     </xs:annotation>
17002                   </xs:element>
17003                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17004                     <xs:annotation>
17005                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
17006 </xs:documentation>
17007                     </xs:annotation>
17008                   </xs:element>
17009                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17010                     <xs:annotation>
17011                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
17012 </xs:documentation>
17013                     </xs:annotation>
17014                   </xs:element>
17015                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17016                     <xs:annotation>
17017                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
17018 </xs:documentation>
17019                     </xs:annotation>
17020                   </xs:element>
17021                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
17022                     <xs:annotation>
17023                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
17024 </xs:documentation>
17025                     </xs:annotation>
17026                   </xs:element>
17027                 </xs:sequence>
17028               </xs:complexType>
17029             </xs:element>
17030             <xs:element name="zdravotnickyPracovnik" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17031               <xs:annotation>
17032                 <xs:documentation><p>ID zdravotnického pracovníka souvisejícího s dokumentem. Vazba na KZR.</p>
17033 </xs:documentation>
17034               </xs:annotation>
17035             </xs:element>
17036             <xs:element name="zdravotnickyPracovnikData" minOccurs="0">
17037               <xs:annotation>
17038                 <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
17039 </xs:documentation>
17040               </xs:annotation>
17041               <xs:complexType>
17042                 <xs:annotation>
17043                   <xs:documentation><p>Data zdravotnického pracovníka souvisejícího s dokumentem. Plněno pouze při výstupu.</p>
17044 </xs:documentation>
17045                 </xs:annotation>
17046                 <xs:sequence>
17047                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17048                     <xs:annotation>
17049                       <xs:documentation><p>Jméno dohledaného pracovníka.</p>
17050 </xs:documentation>
17051                     </xs:annotation>
17052                   </xs:element>
17053                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17054                     <xs:annotation>
17055                       <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
17056 </xs:documentation>
17057                     </xs:annotation>
17058                   </xs:element>
17059                   <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17060                     <xs:annotation>
17061                       <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
17062 </xs:documentation>
17063                     </xs:annotation>
17064                   </xs:element>
17065                   <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17066                     <xs:annotation>
17067                       <xs:documentation><p>Titul za dohledaného pracovníka.</p>
17068 </xs:documentation>
17069                     </xs:annotation>
17070                   </xs:element>
17071                   <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17072                     <xs:annotation>
17073                       <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
17074 </xs:documentation>
17075                     </xs:annotation>
17076                   </xs:element>
17077                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
17078                     <xs:annotation>
17079                       <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
17080 </xs:documentation>
17081                     </xs:annotation>
17082                   </xs:element>
17083                 </xs:sequence>
17084               </xs:complexType>
17085             </xs:element>
17086             <xs:element name="poskytovatel" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17087               <xs:annotation>
17088                 <xs:documentation><p>ID zdravotnického zařízení nebo poskytovatele péče.</p>
17089 </xs:documentation>
17090               </xs:annotation>
17091             </xs:element>
17092             <xs:element name="poskytovatelData" minOccurs="0">
17093               <xs:annotation>
17094                 <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
17095 </xs:documentation>
17096               </xs:annotation>
17097               <xs:complexType>
17098                 <xs:annotation>
17099                   <xs:documentation><p>Data zdravotnického zařízení nebo poskytovatele péče. Plněno pouze při výstupu.</p>
17100 </xs:documentation>
17101                 </xs:annotation>
17102                 <xs:sequence>
17103                   <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17104                     <xs:annotation>
17105                       <xs:documentation><p>ICO dohledaného poskytovatele.</p>
17106 </xs:documentation>
17107                     </xs:annotation>
17108                   </xs:element>
17109                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17110                     <xs:annotation>
17111                       <xs:documentation><p>Název dohledaného poskytovatele.</p>
17112 </xs:documentation>
17113                     </xs:annotation>
17114                   </xs:element>
17115                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17116                     <xs:annotation>
17117                       <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
17118 </xs:documentation>
17119                     </xs:annotation>
17120                   </xs:element>
17121                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17122                     <xs:annotation>
17123                       <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
17124 </xs:documentation>
17125                     </xs:annotation>
17126                   </xs:element>
17127                 </xs:sequence>
17128               </xs:complexType>
17129             </xs:element>
17130             <xs:element name="pacient" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17131               <xs:annotation>
17132                 <xs:documentation><p>Globálně unikátní identifikátor pacienta (RID).</p>
17133 </xs:documentation>
17134               </xs:annotation>
17135             </xs:element>
17136             <xs:element name="pacientData" minOccurs="0">
17137               <xs:annotation>
17138                 <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
17139 </xs:documentation>
17140               </xs:annotation>
17141               <xs:complexType>
17142                 <xs:annotation>
17143                   <xs:documentation><p>Data pacienta. Plněno pouze při výstupu.</p>
17144 </xs:documentation>
17145                 </xs:annotation>
17146                 <xs:sequence>
17147                   <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17148                     <xs:annotation>
17149                       <xs:documentation><p>RID dohledané osoby.</p>
17150 </xs:documentation>
17151                     </xs:annotation>
17152                   </xs:element>
17153                   <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17154                     <xs:annotation>
17155                       <xs:documentation><p>Jméno dohledané osoby.</p>
17156 </xs:documentation>
17157                     </xs:annotation>
17158                   </xs:element>
17159                   <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17160                     <xs:annotation>
17161                       <xs:documentation><p>Příjmení dohledané osoby.</p>
17162 </xs:documentation>
17163                     </xs:annotation>
17164                   </xs:element>
17165                   <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
17166                     <xs:annotation>
17167                       <xs:documentation><p>Datum narození dohledané osoby.</p>
17168 </xs:documentation>
17169                     </xs:annotation>
17170                   </xs:element>
17171                   <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17172                     <xs:annotation>
17173                       <xs:documentation><p>RUIAN ID dohledané osoby.</p>
17174 </xs:documentation>
17175                     </xs:annotation>
17176                   </xs:element>
17177                   <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17178                     <xs:annotation>
17179                       <xs:documentation><p>Adresa dohledané osoby.</p>
17180 </xs:documentation>
17181                     </xs:annotation>
17182                   </xs:element>
17183                   <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17184                     <xs:annotation>
17185                       <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
17186 </xs:documentation>
17187                     </xs:annotation>
17188                   </xs:element>
17189                   <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17190                     <xs:annotation>
17191                       <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
17192 </xs:documentation>
17193                     </xs:annotation>
17194                   </xs:element>
17195                   <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17196                     <xs:annotation>
17197                       <xs:documentation><p>Kontaktní email dohledané osoby.</p>
17198 </xs:documentation>
17199                     </xs:annotation>
17200                   </xs:element>
17201                   <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17202                     <xs:annotation>
17203                       <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
17204 </xs:documentation>
17205                     </xs:annotation>
17206                   </xs:element>
17207                   <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17208                     <xs:annotation>
17209                       <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
17210 </xs:documentation>
17211                     </xs:annotation>
17212                   </xs:element>
17213                   <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
17214                     <xs:annotation>
17215                       <xs:documentation><p>Doklady dohledané osoby.</p>
17216 </xs:documentation>
17217                     </xs:annotation>
17218                   </xs:element>
17219                 </xs:sequence>
17220               </xs:complexType>
17221             </xs:element>
17222             <xs:element name="ispzs" minOccurs="0">
17223               <xs:annotation>
17224                 <xs:documentation><p>Identifikátor služby přenosu dat (např. PACS, HIE).</p>
17225 </xs:documentation>
17226               </xs:annotation>
17227               <xs:simpleType>
17228                 <xs:restriction base="http://www.w3.org/2001/XMLSchema:string">
17229                   <xs:maxLength value="255" />
17230                 </xs:restriction>
17231               </xs:simpleType>
17232             </xs:element>
17233             <xs:element name="adresat" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17234               <xs:annotation>
17235                 <xs:documentation><p>Identifikátor příjemce (lékař, nemocnice, pacient). Vazba na KZR.</p>
17236 </xs:documentation>
17237               </xs:annotation>
17238             </xs:element>
17239             <xs:element name="adresatData" minOccurs="0">
17240               <xs:annotation>
17241                 <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
17242 </xs:documentation>
17243               </xs:annotation>
17244               <xs:complexType>
17245                 <xs:annotation>
17246                   <xs:documentation><p>Data příjemce (lékař, nemocnice, pacient). Plněno při výstupu.</p>
17247 </xs:documentation>
17248                 </xs:annotation>
17249                 <xs:sequence>
17250                   <xs:element name="zdravotnickyPracovnik" minOccurs="0">
17251                     <xs:annotation>
17252                       <xs:documentation><p>Data zdravotnického pracovníka.</p>
17253 </xs:documentation>
17254                     </xs:annotation>
17255                     <xs:complexType>
17256                       <xs:annotation>
17257                         <xs:documentation><p>Data zdravotnického pracovníka.</p>
17258 </xs:documentation>
17259                       </xs:annotation>
17260                       <xs:sequence>
17261                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17262                           <xs:annotation>
17263                             <xs:documentation><p>Jméno dohledaného pracovníka.</p>
17264 </xs:documentation>
17265                           </xs:annotation>
17266                         </xs:element>
17267                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17268                           <xs:annotation>
17269                             <xs:documentation><p>Příjmení dohledaného pracovníka.</p>
17270 </xs:documentation>
17271                           </xs:annotation>
17272                         </xs:element>
17273                         <xs:element name="titulPred" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17274                           <xs:annotation>
17275                             <xs:documentation><p>Titul pred dohledaného pracovníka.</p>
17276 </xs:documentation>
17277                           </xs:annotation>
17278                         </xs:element>
17279                         <xs:element name="titulZa" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17280                           <xs:annotation>
17281                             <xs:documentation><p>Titul za dohledaného pracovníka.</p>
17282 </xs:documentation>
17283                           </xs:annotation>
17284                         </xs:element>
17285                         <xs:element name="krzpId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17286                           <xs:annotation>
17287                             <xs:documentation><p>KRPZ ID dohledaného pracovníka.</p>
17288 </xs:documentation>
17289                           </xs:annotation>
17290                         </xs:element>
17291                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
17292                           <xs:annotation>
17293                             <xs:documentation><p>Datum narození dohledaného pracovníka.</p>
17294 </xs:documentation>
17295                           </xs:annotation>
17296                         </xs:element>
17297                       </xs:sequence>
17298                     </xs:complexType>
17299                   </xs:element>
17300                   <xs:element name="pacient" minOccurs="0">
17301                     <xs:annotation>
17302                       <xs:documentation><p>Data pacienta.</p>
17303 </xs:documentation>
17304                     </xs:annotation>
17305                     <xs:complexType>
17306                       <xs:annotation>
17307                         <xs:documentation><p>Data pacienta.</p>
17308 </xs:documentation>
17309                       </xs:annotation>
17310                       <xs:sequence>
17311                         <xs:element name="rid" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17312                           <xs:annotation>
17313                             <xs:documentation><p>RID dohledané osoby.</p>
17314 </xs:documentation>
17315                           </xs:annotation>
17316                         </xs:element>
17317                         <xs:element name="jmeno" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17318                           <xs:annotation>
17319                             <xs:documentation><p>Jméno dohledané osoby.</p>
17320 </xs:documentation>
17321                           </xs:annotation>
17322                         </xs:element>
17323                         <xs:element name="prijmeni" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17324                           <xs:annotation>
17325                             <xs:documentation><p>Příjmení dohledané osoby.</p>
17326 </xs:documentation>
17327                           </xs:annotation>
17328                         </xs:element>
17329                         <xs:element name="datumNarozeni" type="http://www.w3.org/2001/XMLSchema:date" minOccurs="0">
17330                           <xs:annotation>
17331                             <xs:documentation><p>Datum narození dohledané osoby.</p>
17332 </xs:documentation>
17333                           </xs:annotation>
17334                         </xs:element>
17335                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17336                           <xs:annotation>
17337                             <xs:documentation><p>RUIAN ID dohledané osoby.</p>
17338 </xs:documentation>
17339                           </xs:annotation>
17340                         </xs:element>
17341                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17342                           <xs:annotation>
17343                             <xs:documentation><p>Adresa dohledané osoby.</p>
17344 </xs:documentation>
17345                           </xs:annotation>
17346                         </xs:element>
17347                         <xs:element name="zdravotniPojistovnaKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17348                           <xs:annotation>
17349                             <xs:documentation><p>Kód pojišťovny dohledané osoby.</p>
17350 </xs:documentation>
17351                           </xs:annotation>
17352                         </xs:element>
17353                         <xs:element name="zdravotniPojistovnaNazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17354                           <xs:annotation>
17355                             <xs:documentation><p>Název pojišťovny dohledané osoby.</p>
17356 </xs:documentation>
17357                           </xs:annotation>
17358                         </xs:element>
17359                         <xs:element name="kontaktniEmail" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17360                           <xs:annotation>
17361                             <xs:documentation><p>Kontaktní email dohledané osoby.</p>
17362 </xs:documentation>
17363                           </xs:annotation>
17364                         </xs:element>
17365                         <xs:element name="preferovanyJazyk" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17366                           <xs:annotation>
17367                             <xs:documentation><p>Preferovaný jazyk dohledané osoby.</p>
17368 </xs:documentation>
17369                           </xs:annotation>
17370                         </xs:element>
17371                         <xs:element name="cisloPojistence" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17372                           <xs:annotation>
17373                             <xs:documentation><p>Číslo pojištění dohledané osoby.</p>
17374 </xs:documentation>
17375                           </xs:annotation>
17376                         </xs:element>
17377                         <xs:element name="doklady" type="https://ezprava.net/mzd/eZadankaMZd:KRDokladDTO" minOccurs="0" maxOccurs="2147483647">
17378                           <xs:annotation>
17379                             <xs:documentation><p>Doklady dohledané osoby.</p>
17380 </xs:documentation>
17381                           </xs:annotation>
17382                         </xs:element>
17383                       </xs:sequence>
17384                     </xs:complexType>
17385                   </xs:element>
17386                   <xs:element name="poskytovatel" minOccurs="0">
17387                     <xs:annotation>
17388                       <xs:documentation><p>Data poskytovatele.</p>
17389 </xs:documentation>
17390                     </xs:annotation>
17391                     <xs:complexType>
17392                       <xs:annotation>
17393                         <xs:documentation><p>Data poskytovatele.</p>
17394 </xs:documentation>
17395                       </xs:annotation>
17396                       <xs:sequence>
17397                         <xs:element name="ico" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17398                           <xs:annotation>
17399                             <xs:documentation><p>ICO dohledaného poskytovatele.</p>
17400 </xs:documentation>
17401                           </xs:annotation>
17402                         </xs:element>
17403                         <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17404                           <xs:annotation>
17405                             <xs:documentation><p>Název dohledaného poskytovatele.</p>
17406 </xs:documentation>
17407                           </xs:annotation>
17408                         </xs:element>
17409                         <xs:element name="ruianId" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17410                           <xs:annotation>
17411                             <xs:documentation><p>RUIAN ID dohledaného poskytovatele.</p>
17412 </xs:documentation>
17413                           </xs:annotation>
17414                         </xs:element>
17415                         <xs:element name="adresaCela" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17416                           <xs:annotation>
17417                             <xs:documentation><p>Adresa dohledaného poskytovatele.</p>
17418 </xs:documentation>
17419                           </xs:annotation>
17420                         </xs:element>
17421                       </xs:sequence>
17422                     </xs:complexType>
17423                   </xs:element>
17424                 </xs:sequence>
17425               </xs:complexType>
17426             </xs:element>
17427             <xs:element name="adresatTyp" minOccurs="0">
17428               <xs:annotation>
17429                 <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>
17430 </xs:documentation>
17431               </xs:annotation>
17432               <xs:complexType>
17433                 <xs:annotation>
17434                   <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>
17435 </xs:documentation>
17436                 </xs:annotation>
17437                 <xs:sequence>
17438                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17439                     <xs:annotation>
17440                       <xs:documentation><p>Kód číselníku.</p>
17441 </xs:documentation>
17442                     </xs:annotation>
17443                   </xs:element>
17444                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17445                     <xs:annotation>
17446                       <xs:documentation><p>Kód číselníkové položky.</p>
17447 </xs:documentation>
17448                     </xs:annotation>
17449                   </xs:element>
17450                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17451                     <xs:annotation>
17452                       <xs:documentation><p>Verze číselníku.</p>
17453 </xs:documentation>
17454                     </xs:annotation>
17455                   </xs:element>
17456                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17457                     <xs:annotation>
17458                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
17459 </xs:documentation>
17460                     </xs:annotation>
17461                   </xs:element>
17462                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17463                     <xs:annotation>
17464                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
17465 </xs:documentation>
17466                     </xs:annotation>
17467                   </xs:element>
17468                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
17469                     <xs:annotation>
17470                       <xs:documentation><p>Platnost číselníkové položky</p>
17471 </xs:documentation>
17472                     </xs:annotation>
17473                   </xs:element>
17474                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
17475                     <xs:annotation>
17476                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
17477 </xs:documentation>
17478                     </xs:annotation>
17479                   </xs:element>
17480                 </xs:sequence>
17481               </xs:complexType>
17482             </xs:element>
17483             <xs:element name="dostupnost" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
17484               <xs:annotation>
17485                 <xs:documentation><p>Status dostupnosti zásilky.</p>
17486 </xs:documentation>
17487               </xs:annotation>
17488             </xs:element>
17489             <xs:element name="rodic" type="http://microsoft.com/wsdl/types/:guid" minOccurs="0">
17490               <xs:annotation>
17491                 <xs:documentation><p>ID rodičovské zásilky pro případ hierarchického třídění.</p>
17492 </xs:documentation>
17493               </xs:annotation>
17494             </xs:element>
17495             <xs:element name="udalost" minOccurs="0">
17496               <xs:annotation>
17497                 <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
17498 </xs:documentation>
17499               </xs:annotation>
17500               <xs:complexType>
17501                 <xs:annotation>
17502                   <xs:documentation><p>Typ události, která zásilku vyvolala (např. &quot;Hospitalizace&quot;, &quot;Ambulantní kontrola&quot;).</p>
17503 </xs:documentation>
17504                 </xs:annotation>
17505                 <xs:sequence>
17506                   <xs:element name="ciselnikKod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17507                     <xs:annotation>
17508                       <xs:documentation><p>Kód číselníku.</p>
17509 </xs:documentation>
17510                     </xs:annotation>
17511                   </xs:element>
17512                   <xs:element name="kod" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17513                     <xs:annotation>
17514                       <xs:documentation><p>Kód číselníkové položky.</p>
17515 </xs:documentation>
17516                     </xs:annotation>
17517                   </xs:element>
17518                   <xs:element name="verze" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17519                     <xs:annotation>
17520                       <xs:documentation><p>Verze číselníku.</p>
17521 </xs:documentation>
17522                     </xs:annotation>
17523                   </xs:element>
17524                   <xs:element name="nazev" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17525                     <xs:annotation>
17526                       <xs:documentation><p>Název číselníkové hodnoty. Plněno pouze při výstupu.</p>
17527 </xs:documentation>
17528                     </xs:annotation>
17529                   </xs:element>
17530                   <xs:element name="popis" type="http://www.w3.org/2001/XMLSchema:string" minOccurs="0">
17531                     <xs:annotation>
17532                       <xs:documentation><p>Popis číselníkové hodnoty. Plněno pouze při výstupu.</p>
17533 </xs:documentation>
17534                     </xs:annotation>
17535                   </xs:element>
17536                   <xs:element name="valid" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
17537                     <xs:annotation>
17538                       <xs:documentation><p>Platnost číselníkové položky</p>
17539 </xs:documentation>
17540                     </xs:annotation>
17541                   </xs:element>
17542                   <xs:element name="nabizetVNpez" type="http://www.w3.org/2001/XMLSchema:boolean" minOccurs="0">
17543                     <xs:annotation>
17544                       <xs:documentation><p>Položka je nabízena v NPEZ</p>
17545 </xs:documentation>
17546                     </xs:annotation>
17547                   </xs:element>
17548                 </xs:sequence>
17549               </xs:complexType>
17550             </xs:element>
17551             <xs:element name="dokument" type="https://ezprava.net/mzd/eZadankaMZd:Dokument" minOccurs="0" maxOccurs="2147483647">
17552               <xs:annotation>
17553                 <xs:documentation><p>Dokument zásilky.</p>
17554 </xs:documentation>
17555               </xs:annotation>
17556             </xs:element>
17557           </xs:sequence>
17558         </xs:complexType>
17559       </xs:element>
17560       <xs:element name="dodatecnyPrijemce" type="tns:DodatecnyPrijemce" minOccurs="0" maxOccurs="2147483647">
17561         <xs:annotation>
17562           <xs:documentation><p>Seznam dodatečních příjemců žádanky.</p>
17563 </xs:documentation>
17564         </xs:annotation>
17565       </xs:element>
17566       <xs:element name="metodaData" type="tns:PolozkaCiselnikuDto" minOccurs="0" maxOccurs="2147483647">
17567         <xs:annotation>
17568           <xs:documentation><p>Metoda konkrétní žádanky. Liší se dle typu žádanky (číselník: referralorder-types). Pro typ &quot;žádanka o vyšetření (K)&quot; (kód: &quot;57133-1&quot;) musí být uvedena položka číselníku: &quot;korder-type-vs&quot;; Pro typ &quot;žádanka o zobrazovací vyšetření (Z)&quot; (kód: &quot;721964003&quot;) musí být uvedena položka číselníku: &quot;cz-modality&quot;; Pro typ &quot;žádanka o fyzioterapii (FT)&quot; (kód: &quot;57154-7&quot;) nemusí být pole vyplněno</p>
17569 </xs:documentation>
17570         </xs:annotation>
17571       </xs:element>
17572       <xs:element name="obsahujePrilohy" type="xs:boolean" minOccurs="0">
17573         <xs:annotation>
17574           <xs:documentation><p>Příznak, zda žádanka obsahuje přílohy.</p>
17575 </xs:documentation>
17576         </xs:annotation>
17577       </xs:element>
17578     </xs:sequence>
17579   </xs:complexType>
17580   <xs:element name="UlozZadankuExtRequest" type="https://ezprava.net/mzd/eZadankaMZd:UlozZadankuExtRequest" />
17581   <xs:element name="UlozZadankuResponse" type="https://ezprava.net/mzd/eZadankaMZd:UlozZadankuResponse" />
17582   <xs:element name="VyhledejZadankuExtRequest" type="https://ezprava.net/mzd/eZadankaMZd:VyhledejZadankuExtRequest" />
17583   <xs:element name="VyhledejZadankuResponse" type="https://ezprava.net/mzd/eZadankaMZd:VyhledejZadankuResponse" />
17584   <xs:element name="VyhledejAktivniZadankuRequest" type="https://ezprava.net/mzd/eZadankaMZd:VyhledejAktivniZadankuRequest" />
17585   <xs:element name="VyhledejAktivniZadankuResponse" type="https://ezprava.net/mzd/eZadankaMZd:VyhledejAktivniZadankuResponse" />
17586   <xs:element name="StornujZadankuRequest" type="https://ezprava.net/mzd/eZadankaMZd:StornujZadankuRequest" />
17587   <xs:element name="StornujZadankuResponse" type="https://ezprava.net/mzd/eZadankaMZd:StornujZadankuResponse" />
17588   <xs:element name="PrijmiZadankuCommand" type="https://ezprava.net/mzd/eZadankaMZd:PrijmiZadankuCommand" />
17589   <xs:element name="PrijmiZadankuDto" type="https://ezprava.net/mzd/eZadankaMZd:PrijmiZadankuDto" />
17590   <xs:element name="ZaznacNeproveditelnostZadankyCommand" type="https://ezprava.net/mzd/eZadankaMZd:ZaznacNeproveditelnostZadankyCommand" />
17591   <xs:element name="ZaznacNeproveditelnostZadankyDto" type="https://ezprava.net/mzd/eZadankaMZd:ZaznacNeproveditelnostZadankyDto" />
17592   <xs:element name="VratZadankuDoObehuCommand" type="https://ezprava.net/mzd/eZadankaMZd:VratZadankuDoObehuCommand" />
17593   <xs:element name="VratZadankuDoObehuDto" type="https://ezprava.net/mzd/eZadankaMZd:VratZadankuDoObehuDto" />
17594   <xs:element name="VyridZadankuCommand" type="https://ezprava.net/mzd/eZadankaMZd:VyridZadankuCommand" />
17595   <xs:element name="VyridZadankuDto" type="https://ezprava.net/mzd/eZadankaMZd:VyridZadankuDto" />
17596   <xs:element name="UpravZadankuExtCommand" type="https://ezprava.net/mzd/eZadankaMZd:UpravZadankuExtCommand" />
17597   <xs:element name="UpravZadankuDto" type="https://ezprava.net/mzd/eZadankaMZd:UpravZadankuDto" />
17598   <xs:element name="ApiV1EZadankaNactiZadanku_Input" type="https://ezprava.net/mzd/eZadankaMZd:ApiV1EZadankaNactiZadanku_Input" />
17599   <xs:complexType name="ApiV1EZadankaNactiZadanku_Input">
17600     <xs:sequence>
17601       <xs:element name="id" type="ns1:guid" />
17602       <xs:element name="KodZadanky" type="xs:string" minOccurs="0">
17603         <xs:annotation>
17604           <xs:documentation><p>Gets or sets the kod zadanky.</p>
17605 </xs:documentation>
17606         </xs:annotation>
17607       </xs:element>
17608       <xs:element name="KodVzorku" type="xs:string" minOccurs="0">
17609         <xs:annotation>
17610           <xs:documentation><p>Gets or sets the kod vzorku.</p>
17611 </xs:documentation>
17612         </xs:annotation>
17613       </xs:element>
17614       <xs:element name="CisloDokladu" type="xs:string" minOccurs="0">
17615         <xs:annotation>
17616           <xs:documentation><p>Gets or sets the cislo dokladu.</p>
17617 </xs:documentation>
17618         </xs:annotation>
17619       </xs:element>
17620       <xs:element name="Accept-Language" type="xs:string" minOccurs="0" default=""cs"" />
17621       <xs:element name="X-Correlation-Id" type="ns1:guid" minOccurs="0" />
17622       <xs:element name="X-Trace-Id" type="ns1:guid" minOccurs="0" />
17623     </xs:sequence>
17624   </xs:complexType>
17625   <xs:element name="NactiZadankuDto" type="https://ezprava.net/mzd/eZadankaMZd:NactiZadankuDto" />
17626 </schema>