RegistrPacientiMzd.xsd 1 <?xml version="1.0" encoding="utf-8"?> 2 <schema targetNamespace="https://ezprava.net/mzd/RegistrPacientiMzd" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="https://ezprava.net/mzd/RegistrPacientiMzd" xmlns:ns1="http://microsoft.com/wsdl/types/" xmlns="http://www.w3.org/2001/XMLSchema"> 3 <xs:complexType name="AIFO"> 4 <xs:annotation> 5 <xs:documentation><p>Slouží pro uchovávání Agendového Identifikátoru Fyzické Osoby (AIFO).</p> 6 </xs:documentation> 7 </xs:annotation> 8 <xs:sequence> 9 <xs:element name="aifoKod" type="xs:string"> 10 <xs:annotation> 11 <xs:documentation><p>AIFO (Agendový Identifikátor Fyzické Osoby) pacienta.</p> 12 </xs:documentation> 13 </xs:annotation> 14 </xs:element> 15 <xs:element name="agendaKod" type="xs:string"> 16 <xs:annotation> 17 <xs:documentation><p>Kód agendy, ke které AIFO patří.</p> 18 </xs:documentation> 19 </xs:annotation> 20 </xs:element> 21 </xs:sequence> 22 </xs:complexType> 23 <xs:complexType name="AIFOUlozenka"> 24 <xs:annotation> 25 <xs:documentation><p>Data pro vyhledání pacienta dle AIFA v uložence</p> 26 </xs:documentation> 27 </xs:annotation> 28 <xs:sequence> 29 <xs:element name="aifo" type="xs:string" minOccurs="0"> 30 <xs:annotation> 31 <xs:documentation><p>AIFO, podle kterého hledán pacient</p> 32 </xs:documentation> 33 </xs:annotation> 34 </xs:element> 35 <xs:element name="ulozkaId" type="xs:string" minOccurs="0"> 36 <xs:annotation> 37 <xs:documentation><p>ID úložky, podle níž je hledán pacient</p> 38 </xs:documentation> 39 </xs:annotation> 40 </xs:element> 41 <xs:element name="ulozkaRef" type="xs:int" minOccurs="0"> 42 <xs:annotation> 43 <xs:documentation><p>Pořadí úložky, dle níž je hledán pacient</p> 44 </xs:documentation> 45 </xs:annotation> 46 </xs:element> 47 </xs:sequence> 48 </xs:complexType> 49 <xs:complexType name="Adresa"> 50 <xs:annotation> 51 <xs:documentation><p>Slouží pro data adresy</p> 52 </xs:documentation> 53 </xs:annotation> 54 <xs:sequence> 55 <xs:element name="ruianId" type="xs:long" minOccurs="0"> 56 <xs:annotation> 57 <xs:documentation><p>Identifikátor v systému RUIAN Examples: 25120484</p> 58 </xs:documentation> 59 </xs:annotation> 60 </xs:element> 61 <xs:element name="stat" minOccurs="0"> 62 <xs:annotation> 63 <xs:documentation><p>Stát v ISO 3166 formátu (Aplha2Kod)</p> 64 </xs:documentation> 65 </xs:annotation> 66 <xs:simpleType> 67 <xs:restriction base="xs:string"> 68 <xs:maxLength value="50" /> 69 </xs:restriction> 70 </xs:simpleType> 71 </xs:element> 72 <xs:element name="obec" minOccurs="0"> 73 <xs:annotation> 74 <xs:documentation><p>Obec / město Examples: Praha</p> 75 </xs:documentation> 76 </xs:annotation> 77 <xs:simpleType> 78 <xs:restriction base="xs:string"> 79 <xs:maxLength value="50" /> 80 </xs:restriction> 81 </xs:simpleType> 82 </xs:element> 83 <xs:element name="psc" type="xs:int" minOccurs="0"> 84 <xs:annotation> 85 <xs:documentation><p>Poštovní směrovací číslo Examples: 14000</p> 86 </xs:documentation> 87 </xs:annotation> 88 </xs:element> 89 <xs:element name="ulice" minOccurs="0"> 90 <xs:annotation> 91 <xs:documentation><p>Ulice Examples: Bělehradská</p> 92 </xs:documentation> 93 </xs:annotation> 94 <xs:simpleType> 95 <xs:restriction base="xs:string"> 96 <xs:maxLength value="50" /> 97 </xs:restriction> 98 </xs:simpleType> 99 </xs:element> 100 <xs:element name="cisloPopisne" type="xs:int" minOccurs="0"> 101 <xs:annotation> 102 <xs:documentation><p>Číslo popisné Examples: 1677</p> 103 </xs:documentation> 104 </xs:annotation> 105 </xs:element> 106 <xs:element name="cisloEvidencni" type="xs:int" minOccurs="0"> 107 <xs:annotation> 108 <xs:documentation><p>Číslo evidenční</p> 109 </xs:documentation> 110 </xs:annotation> 111 </xs:element> 112 <xs:element name="cisloOrientacni" minOccurs="0"> 113 <xs:annotation> 114 <xs:documentation><p>Číslo orientační Examples: 13</p> 115 </xs:documentation> 116 </xs:annotation> 117 <xs:simpleType> 118 <xs:restriction base="xs:string"> 119 <xs:maxLength value="5" /> 120 </xs:restriction> 121 </xs:simpleType> 122 </xs:element> 123 <xs:element name="cisloJine" minOccurs="0"> 124 <xs:annotation> 125 <xs:documentation><p>Jiné číslo - pokud není k dispozici číslo popisné ani číslo evidenční</p> 126 </xs:documentation> 127 </xs:annotation> 128 <xs:simpleType> 129 <xs:restriction base="xs:string"> 130 <xs:maxLength value="10" /> 131 </xs:restriction> 132 </xs:simpleType> 133 </xs:element> 134 <xs:element name="poBox" minOccurs="0"> 135 <xs:annotation> 136 <xs:documentation><p>Post office box</p> 137 </xs:documentation> 138 </xs:annotation> 139 <xs:simpleType> 140 <xs:restriction base="xs:string"> 141 <xs:maxLength value="10" /> 142 </xs:restriction> 143 </xs:simpleType> 144 </xs:element> 145 <xs:element name="popis" minOccurs="0"> 146 <xs:annotation> 147 <xs:documentation><p>Doplňující popis k adrese</p> 148 </xs:documentation> 149 </xs:annotation> 150 <xs:simpleType> 151 <xs:restriction base="xs:string"> 152 <xs:maxLength value="256" /> 153 </xs:restriction> 154 </xs:simpleType> 155 </xs:element> 156 </xs:sequence> 157 </xs:complexType> 158 <xs:complexType name="DataReklamace"> 159 <xs:annotation> 160 <xs:documentation><p>Data pro reklamaci</p> 161 </xs:documentation> 162 </xs:annotation> 163 <xs:sequence> 164 <xs:element name="DatumReklamace" type="xs:date" minOccurs="0"> 165 <xs:annotation> 166 <xs:documentation><p>Datum reklamace jako date pro verzi V3</p> 167 </xs:documentation> 168 </xs:annotation> 169 </xs:element> 170 <xs:element name="popisReklamace" type="xs:string"> 171 <xs:annotation> 172 <xs:documentation><p>Popis reklamace. Povinný údaj. Zde nedošlo k omylu. Popis reklamace je skutečně povinný údaj a zdůvodnění nikoli</p> 173 </xs:documentation> 174 </xs:annotation> 175 </xs:element> 176 <xs:element name="zduvodneni" type="xs:string" minOccurs="0"> 177 <xs:annotation> 178 <xs:documentation><p>Zdůvodnění reklamace. Není povinné. Zde nedošlo k omylu. Popis reklamace je skutečně povinný údaj a zdůvodnění nikoli</p> 179 </xs:documentation> 180 </xs:annotation> 181 </xs:element> 182 <xs:element name="polozkyReklamace" type="tns:UdajReklamace" /> 183 <xs:element name="reklamujici" type="tns:Reklamujici" /> 184 <xs:element name="rid" type="xs:string"> 185 <xs:annotation> 186 <xs:documentation><p>Resortní identifikátor Examples: 7651532629</p> 187 </xs:documentation> 188 </xs:annotation> 189 </xs:element> 190 <xs:element name="ulozka" type="xs:string" minOccurs="0"> 191 <xs:annotation> 192 <xs:documentation><p>Úložka ORG</p> 193 </xs:documentation> 194 </xs:annotation> 195 </xs:element> 196 <xs:element name="ulozkaRef" type="xs:int" minOccurs="0"> 197 <xs:annotation> 198 <xs:documentation><p>Úložka ORG - reference na záznam v úložce</p> 199 </xs:documentation> 200 </xs:annotation> 201 </xs:element> 202 </xs:sequence> 203 </xs:complexType> 204 <xs:complexType name="Doklad"> 205 <xs:annotation> 206 <xs:documentation><p>Data pro dotaz na doklady</p> 207 </xs:documentation> 208 </xs:annotation> 209 <xs:sequence> 210 <xs:element name="cislo"> 211 <xs:annotation> 212 <xs:documentation><p>Číslo dokladu Examples: 996001111</p> 213 </xs:documentation> 214 </xs:annotation> 215 <xs:simpleType> 216 <xs:restriction base="xs:string"> 217 <xs:maxLength value="4000" /> 218 </xs:restriction> 219 </xs:simpleType> 220 </xs:element> 221 <xs:element name="typDokladu"> 222 <xs:annotation> 223 <xs:documentation><p>Typ dokladu Examples: ID</p> 224 </xs:documentation> 225 </xs:annotation> 226 <xs:simpleType> 227 <xs:restriction base="xs:string"> 228 <xs:maxLength value="2" /> 229 </xs:restriction> 230 </xs:simpleType> 231 </xs:element> 232 <xs:element name="stat" minOccurs="0"> 233 <xs:annotation> 234 <xs:documentation><p>Stát, který vydal doklad Examples: CZ</p> 235 </xs:documentation> 236 </xs:annotation> 237 <xs:simpleType> 238 <xs:restriction base="xs:string"> 239 <xs:maxLength value="2" /> 240 </xs:restriction> 241 </xs:simpleType> 242 </xs:element> 243 </xs:sequence> 244 </xs:complexType> 245 <xs:complexType name="ErrorModel"> 246 <xs:annotation> 247 <xs:documentation><p>Model pro předávání chyb</p> 248 </xs:documentation> 249 </xs:annotation> 250 <xs:sequence> 251 <xs:element name="message" type="xs:string"> 252 <xs:annotation> 253 <xs:documentation><p>Popis chyby</p> 254 </xs:documentation> 255 </xs:annotation> 256 </xs:element> 257 <xs:element name="fieldName" type="xs:string" minOccurs="0"> 258 <xs:annotation> 259 <xs:documentation><p>Nazev vlastnosti, ke ktere se vaze chyba</p> 260 </xs:documentation> 261 </xs:annotation> 262 </xs:element> 263 <xs:element name="severity" type="xs:string" minOccurs="0"> 264 <xs:annotation> 265 <xs:documentation><p>Zavaznost chyby</p> 266 </xs:documentation> 267 </xs:annotation> 268 </xs:element> 269 <xs:element name="errorLevel" type="xs:string" minOccurs="0"> 270 <xs:annotation> 271 <xs:documentation><p>Úroveň chyby</p> 272 </xs:documentation> 273 </xs:annotation> 274 </xs:element> 275 </xs:sequence> 276 </xs:complexType> 277 <xs:complexType name="HromadneZtotozneni"> 278 <xs:annotation> 279 <xs:documentation><p>Reprezentuje odpověď obsahující ID hromadného ztotožnění.</p> 280 </xs:documentation> 281 </xs:annotation> 282 <xs:sequence> 283 <xs:element name="hromadneZtotozneniID" type="xs:string"> 284 <xs:annotation> 285 <xs:documentation><p>Identifikátor hromadného ztotožnění.</p> 286 </xs:documentation> 287 </xs:annotation> 288 </xs:element> 289 </xs:sequence> 290 </xs:complexType> 291 <xs:complexType name="JednaNotifikace"> 292 <xs:annotation> 293 <xs:documentation><p>Informace o jednom založeném odběru notifikací</p> 294 </xs:documentation> 295 </xs:annotation> 296 <xs:sequence> 297 <xs:element name="idSubskripce" type="xs:string" minOccurs="0"> 298 <xs:annotation> 299 <xs:documentation><p>Id subskripce</p> 300 </xs:documentation> 301 </xs:annotation> 302 </xs:element> 303 <xs:element name="predmetId" type="xs:string" minOccurs="0"> 304 <xs:annotation> 305 <xs:documentation><p>Id predmetu, pro který byla notifikace založena</p> 306 </xs:documentation> 307 </xs:annotation> 308 </xs:element> 309 </xs:sequence> 310 </xs:complexType> 311 <xs:complexType name="KZRAdresaDetail"> 312 <xs:annotation> 313 <xs:documentation><p>Data pro adresu</p> 314 </xs:documentation> 315 </xs:annotation> 316 <xs:sequence> 317 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 318 <xs:annotation> 319 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 320 </xs:documentation> 321 </xs:annotation> 322 </xs:element> 323 <xs:element name="stav" type="xs:string" minOccurs="0"> 324 <xs:annotation> 325 <xs:documentation><p>Stav</p> 326 </xs:documentation> 327 </xs:annotation> 328 </xs:element> 329 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 330 <xs:annotation> 331 <xs:documentation><p>Zdroj</p> 332 </xs:documentation> 333 </xs:annotation> 334 </xs:element> 335 <xs:element name="ruianId" type="xs:long" minOccurs="0"> 336 <xs:annotation> 337 <xs:documentation><p>Identifikátor v systému RUIAN</p> 338 </xs:documentation> 339 </xs:annotation> 340 </xs:element> 341 <xs:element name="stat" type="xs:string" minOccurs="0"> 342 <xs:annotation> 343 <xs:documentation><p>Stát</p> 344 </xs:documentation> 345 </xs:annotation> 346 </xs:element> 347 <xs:element name="obec" type="xs:string" minOccurs="0"> 348 <xs:annotation> 349 <xs:documentation><p>Obec / město</p> 350 </xs:documentation> 351 </xs:annotation> 352 </xs:element> 353 <xs:element name="psc" type="xs:int" minOccurs="0"> 354 <xs:annotation> 355 <xs:documentation><p>Poštovní směrovací číslo</p> 356 </xs:documentation> 357 </xs:annotation> 358 </xs:element> 359 <xs:element name="ulice" type="xs:string" minOccurs="0"> 360 <xs:annotation> 361 <xs:documentation><p>Ulice</p> 362 </xs:documentation> 363 </xs:annotation> 364 </xs:element> 365 <xs:element name="cisloPopisne" type="xs:int" minOccurs="0"> 366 <xs:annotation> 367 <xs:documentation><p>Číslo popisné</p> 368 </xs:documentation> 369 </xs:annotation> 370 </xs:element> 371 <xs:element name="cisloEvidencni" type="xs:int" minOccurs="0"> 372 <xs:annotation> 373 <xs:documentation><p>Číslo evideční</p> 374 </xs:documentation> 375 </xs:annotation> 376 </xs:element> 377 <xs:element name="cisloOrientacni" type="xs:string" minOccurs="0"> 378 <xs:annotation> 379 <xs:documentation><p>Číslo orientační</p> 380 </xs:documentation> 381 </xs:annotation> 382 </xs:element> 383 <xs:element name="cisloJine" type="xs:string" minOccurs="0"> 384 <xs:annotation> 385 <xs:documentation><p>Jiné číslo v případě, že není známo číslo popisné ani číslo evidenční</p> 386 </xs:documentation> 387 </xs:annotation> 388 </xs:element> 389 <xs:element name="poBox" type="xs:string" minOccurs="0"> 390 <xs:annotation> 391 <xs:documentation><p>Post office box</p> 392 </xs:documentation> 393 </xs:annotation> 394 </xs:element> 395 <xs:element name="popis" type="xs:string" minOccurs="0"> 396 <xs:annotation> 397 <xs:documentation><p>Další popis adresy</p> 398 </xs:documentation> 399 </xs:annotation> 400 </xs:element> 401 <xs:element name="krajKod" type="xs:string" minOccurs="0"> 402 <xs:annotation> 403 <xs:documentation><p>Identifikátor kraje zadaného jako ID, nebo NutsLau</p> 404 </xs:documentation> 405 </xs:annotation> 406 </xs:element> 407 </xs:sequence> 408 </xs:complexType> 409 <xs:complexType name="KZRDate"> 410 <xs:annotation> 411 <xs:documentation><p>Data s datumem a s dalšími informacemi</p> 412 </xs:documentation> 413 </xs:annotation> 414 <xs:sequence> 415 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 416 <xs:annotation> 417 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 418 </xs:documentation> 419 </xs:annotation> 420 </xs:element> 421 <xs:element name="stav" type="xs:string" minOccurs="0"> 422 <xs:annotation> 423 <xs:documentation><p>Stav</p> 424 </xs:documentation> 425 </xs:annotation> 426 </xs:element> 427 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 428 <xs:annotation> 429 <xs:documentation><p>Zdroj</p> 430 </xs:documentation> 431 </xs:annotation> 432 </xs:element> 433 <xs:element name="hodnota" type="xs:date" minOccurs="0"> 434 <xs:annotation> 435 <xs:documentation><p>Datum hodnota</p> 436 </xs:documentation> 437 </xs:annotation> 438 </xs:element> 439 </xs:sequence> 440 </xs:complexType> 441 <xs:complexType name="KZRDoklad"> 442 <xs:annotation> 443 <xs:documentation><p>Data pro doklad</p> 444 </xs:documentation> 445 </xs:annotation> 446 <xs:sequence> 447 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 448 <xs:annotation> 449 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 450 </xs:documentation> 451 </xs:annotation> 452 </xs:element> 453 <xs:element name="stav" type="xs:string" minOccurs="0"> 454 <xs:annotation> 455 <xs:documentation><p>Stav</p> 456 </xs:documentation> 457 </xs:annotation> 458 </xs:element> 459 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 460 <xs:annotation> 461 <xs:documentation><p>Zdroj</p> 462 </xs:documentation> 463 </xs:annotation> 464 </xs:element> 465 <xs:element name="cislo"> 466 <xs:annotation> 467 <xs:documentation><p>Číslo dokladu</p> 468 </xs:documentation> 469 </xs:annotation> 470 <xs:simpleType> 471 <xs:restriction base="xs:string"> 472 <xs:maxLength value="4000" /> 473 </xs:restriction> 474 </xs:simpleType> 475 </xs:element> 476 <xs:element name="typDokladu"> 477 <xs:annotation> 478 <xs:documentation><p>Typ dokladu</p> 479 </xs:documentation> 480 </xs:annotation> 481 <xs:simpleType> 482 <xs:restriction base="xs:string"> 483 <xs:maxLength value="2" /> 484 </xs:restriction> 485 </xs:simpleType> 486 </xs:element> 487 <xs:element name="stat" minOccurs="0"> 488 <xs:annotation> 489 <xs:documentation><p>Stát, který vydal doklad</p> 490 </xs:documentation> 491 </xs:annotation> 492 <xs:simpleType> 493 <xs:restriction base="xs:string"> 494 <xs:maxLength value="2" /> 495 </xs:restriction> 496 </xs:simpleType> 497 </xs:element> 498 </xs:sequence> 499 </xs:complexType> 500 <xs:complexType name="KZRDotaz"> 501 <xs:annotation> 502 <xs:documentation><p>Základní parametdy dotazu 503 Je použito v každém dotazu</p> 504 </xs:documentation> 505 </xs:annotation> 506 <xs:sequence> 507 <xs:element name="datum" type="xs:date" minOccurs="0"> 508 <xs:annotation> 509 <xs:documentation><p>Datum odeslání požadavku v ISO 8601 formátu (yyyy-MM-dd)</p> 510 </xs:documentation> 511 </xs:annotation> 512 </xs:element> 513 <xs:element name="ucel" type="xs:string" minOccurs="0"> 514 <xs:annotation> 515 <xs:documentation><p>Popis účelu požadavku</p> 516 </xs:documentation> 517 </xs:annotation> 518 </xs:element> 519 <xs:element name="zadostId" type="ns1:guid" minOccurs="0"> 520 <xs:annotation> 521 <xs:documentation><p>Identifikátor požadavku</p> 522 </xs:documentation> 523 </xs:annotation> 524 </xs:element> 525 </xs:sequence> 526 </xs:complexType> 527 <xs:complexType name="KZRLong"> 528 <xs:annotation> 529 <xs:documentation><p>Data s long hodnotou a s dalšími informacemi</p> 530 </xs:documentation> 531 </xs:annotation> 532 <xs:sequence> 533 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 534 <xs:annotation> 535 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 536 </xs:documentation> 537 </xs:annotation> 538 </xs:element> 539 <xs:element name="stav" type="xs:string" minOccurs="0"> 540 <xs:annotation> 541 <xs:documentation><p>Stav</p> 542 </xs:documentation> 543 </xs:annotation> 544 </xs:element> 545 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 546 <xs:annotation> 547 <xs:documentation><p>Zdroj</p> 548 </xs:documentation> 549 </xs:annotation> 550 </xs:element> 551 <xs:element name="hodnota" type="xs:long" minOccurs="0"> 552 <xs:annotation> 553 <xs:documentation><p>Long Hodnota</p> 554 </xs:documentation> 555 </xs:annotation> 556 </xs:element> 557 </xs:sequence> 558 </xs:complexType> 559 <xs:complexType name="KZROdpoved"> 560 <xs:annotation> 561 <xs:documentation><p>Data odpovědi se základními informacemi - obsahuje každá odpověď</p> 562 </xs:documentation> 563 </xs:annotation> 564 <xs:sequence> 565 <xs:element name="chybyZpracovani" type="tns:ErrorModel" minOccurs="0" maxOccurs="2147483647"> 566 <xs:annotation> 567 <xs:documentation><p>Chyby při zpracování požadavku</p> 568 </xs:documentation> 569 </xs:annotation> 570 </xs:element> 571 <xs:element name="stav" type="xs:string"> 572 <xs:annotation> 573 <xs:documentation><p>Stav vyřízení požadavku</p> 574 </xs:documentation> 575 </xs:annotation> 576 </xs:element> 577 <xs:element name="popis" type="xs:string" minOccurs="0"> 578 <xs:annotation> 579 <xs:documentation><p>Popis ke stavu požadavku</p> 580 </xs:documentation> 581 </xs:annotation> 582 </xs:element> 583 <xs:element name="subStav" type="xs:string" minOccurs="0"> 584 <xs:annotation> 585 <xs:documentation><p>Pod-stav požadavku</p> 586 </xs:documentation> 587 </xs:annotation> 588 </xs:element> 589 <xs:element name="zadostId" type="ns1:guid"> 590 <xs:annotation> 591 <xs:documentation><p>Identifikátor požadavku</p> 592 </xs:documentation> 593 </xs:annotation> 594 </xs:element> 595 <xs:element name="odpovedId" type="ns1:guid"> 596 <xs:annotation> 597 <xs:documentation><p>Identifikátor odpovědi</p> 598 </xs:documentation> 599 </xs:annotation> 600 </xs:element> 601 </xs:sequence> 602 </xs:complexType> 603 <xs:complexType name="KZRPrubehPojisteni"> 604 <xs:annotation> 605 <xs:documentation><p>Data o průběhu pojištění</p> 606 </xs:documentation> 607 </xs:annotation> 608 <xs:sequence> 609 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 610 <xs:annotation> 611 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 612 </xs:documentation> 613 </xs:annotation> 614 </xs:element> 615 <xs:element name="stav" type="xs:string" minOccurs="0"> 616 <xs:annotation> 617 <xs:documentation><p>Stav</p> 618 </xs:documentation> 619 </xs:annotation> 620 </xs:element> 621 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 622 <xs:annotation> 623 <xs:documentation><p>Zdroj</p> 624 </xs:documentation> 625 </xs:annotation> 626 </xs:element> 627 <xs:element name="platneOd" type="xs:date"> 628 <xs:annotation> 629 <xs:documentation><p>Pojištění platné od</p> 630 </xs:documentation> 631 </xs:annotation> 632 </xs:element> 633 <xs:element name="platneDo" type="xs:date" minOccurs="0"> 634 <xs:annotation> 635 <xs:documentation><p>Pojištění platné do</p> 636 </xs:documentation> 637 </xs:annotation> 638 </xs:element> 639 <xs:element name="zdravotniPojistovnaKod" type="xs:string"> 640 <xs:annotation> 641 <xs:documentation><p>Kód zdravotní pojišťovny</p> 642 </xs:documentation> 643 </xs:annotation> 644 </xs:element> 645 </xs:sequence> 646 </xs:complexType> 647 <xs:complexType name="KZRReferencniOsoba"> 648 <xs:annotation> 649 <xs:documentation><p>Data pro refereční osobu</p> 650 </xs:documentation> 651 </xs:annotation> 652 <xs:sequence> 653 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 654 <xs:annotation> 655 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 656 </xs:documentation> 657 </xs:annotation> 658 </xs:element> 659 <xs:element name="stav" type="xs:string" minOccurs="0"> 660 <xs:annotation> 661 <xs:documentation><p>Stav</p> 662 </xs:documentation> 663 </xs:annotation> 664 </xs:element> 665 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 666 <xs:annotation> 667 <xs:documentation><p>Zdroj</p> 668 </xs:documentation> 669 </xs:annotation> 670 </xs:element> 671 <xs:element name="jmeno" type="xs:string" minOccurs="0"> 672 <xs:annotation> 673 <xs:documentation><p>Jméno refereční osoby</p> 674 </xs:documentation> 675 </xs:annotation> 676 </xs:element> 677 <xs:element name="prijmeni" type="xs:string"> 678 <xs:annotation> 679 <xs:documentation><p>Příjmení refereční osoby</p> 680 </xs:documentation> 681 </xs:annotation> 682 </xs:element> 683 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 684 <xs:annotation> 685 <xs:documentation><p>Datum narození refereční osoby jako date pro verzi V3</p> 686 </xs:documentation> 687 </xs:annotation> 688 </xs:element> 689 <xs:element name="rodneCislo" type="xs:string" minOccurs="0"> 690 <xs:annotation> 691 <xs:documentation><p>Rodné číslo refereční osoby</p> 692 </xs:documentation> 693 </xs:annotation> 694 </xs:element> 695 <xs:element name="typVazby" type="xs:string" minOccurs="0"> 696 <xs:annotation> 697 <xs:documentation><p>Typ vazby 698 Rodič, Dítě, Osvojenec, Partner</p> 699 </xs:documentation> 700 </xs:annotation> 701 </xs:element> 702 </xs:sequence> 703 </xs:complexType> 704 <xs:complexType name="KZRRegistrujiciLekar"> 705 <xs:annotation> 706 <xs:documentation><p>Data pro registrujícího lékaře</p> 707 </xs:documentation> 708 </xs:annotation> 709 <xs:sequence> 710 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 711 <xs:annotation> 712 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 713 </xs:documentation> 714 </xs:annotation> 715 </xs:element> 716 <xs:element name="stav" type="xs:string" minOccurs="0"> 717 <xs:annotation> 718 <xs:documentation><p>Stav</p> 719 </xs:documentation> 720 </xs:annotation> 721 </xs:element> 722 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 723 <xs:annotation> 724 <xs:documentation><p>Zdroj</p> 725 </xs:documentation> 726 </xs:annotation> 727 </xs:element> 728 <xs:element name="datumZahajeni" type="xs:date"> 729 <xs:annotation> 730 <xs:documentation><p>Datum zahájení činnosti registrujícího lékaře</p> 731 </xs:documentation> 732 </xs:annotation> 733 </xs:element> 734 <xs:element name="datumUkonceni" type="xs:date" minOccurs="0"> 735 <xs:annotation> 736 <xs:documentation><p>Datum ukončení činnosti registrujícího lékaře</p> 737 </xs:documentation> 738 </xs:annotation> 739 </xs:element> 740 <xs:element name="ico" type="xs:string"> 741 <xs:annotation> 742 <xs:documentation><p>IČO lékaře</p> 743 </xs:documentation> 744 </xs:annotation> 745 </xs:element> 746 <xs:element name="icp" type="xs:string" minOccurs="0"> 747 <xs:annotation> 748 <xs:documentation><p>IČP lékaře</p> 749 </xs:documentation> 750 </xs:annotation> 751 </xs:element> 752 <xs:element name="odbornost" type="xs:string"> 753 <xs:annotation> 754 <xs:documentation><p>Odbornost lékaře</p> 755 </xs:documentation> 756 </xs:annotation> 757 </xs:element> 758 </xs:sequence> 759 </xs:complexType> 760 <xs:complexType name="KZRString"> 761 <xs:annotation> 762 <xs:documentation><p>Data se string hodnotou a s dalšími informacemi</p> 763 </xs:documentation> 764 </xs:annotation> 765 <xs:sequence> 766 <xs:element name="referencni" type="xs:boolean" minOccurs="0"> 767 <xs:annotation> 768 <xs:documentation><p>Příznak zda se jedná o refereční údaj</p> 769 </xs:documentation> 770 </xs:annotation> 771 </xs:element> 772 <xs:element name="stav" type="xs:string" minOccurs="0"> 773 <xs:annotation> 774 <xs:documentation><p>Stav</p> 775 </xs:documentation> 776 </xs:annotation> 777 </xs:element> 778 <xs:element name="zdroj" type="xs:string" minOccurs="0"> 779 <xs:annotation> 780 <xs:documentation><p>Zdroj</p> 781 </xs:documentation> 782 </xs:annotation> 783 </xs:element> 784 <xs:element name="hodnota" type="xs:string" minOccurs="0"> 785 <xs:annotation> 786 <xs:documentation><p>String hodnota</p> 787 </xs:documentation> 788 </xs:annotation> 789 </xs:element> 790 </xs:sequence> 791 </xs:complexType> 792 <xs:complexType name="MapaRID"> 793 <xs:annotation> 794 <xs:documentation><p>Data mapování RID</p> 795 </xs:documentation> 796 </xs:annotation> 797 <xs:sequence> 798 <xs:element name="aktualniRID" type="xs:string" minOccurs="0"> 799 <xs:annotation> 800 <xs:documentation><p>Aktuální RID pacienta</p> 801 </xs:documentation> 802 </xs:annotation> 803 </xs:element> 804 <xs:element name="historickyRID" type="xs:string" minOccurs="0" maxOccurs="2147483647"> 805 <xs:annotation> 806 <xs:documentation><p>Původní / historické RIDy pacienta</p> 807 </xs:documentation> 808 </xs:annotation> 809 </xs:element> 810 </xs:sequence> 811 </xs:complexType> 812 <xs:complexType name="MatkaNovorozence"> 813 <xs:annotation> 814 <xs:documentation><p>Slouží pro data o matce novorozence</p> 815 </xs:documentation> 816 </xs:annotation> 817 <xs:sequence> 818 <xs:element name="adresa" type="tns:Adresa" minOccurs="0" /> 819 <xs:element name="jmeno" type="xs:string" minOccurs="0"> 820 <xs:annotation> 821 <xs:documentation><p>Jméno matky</p> 822 </xs:documentation> 823 </xs:annotation> 824 </xs:element> 825 <xs:element name="prijmeni" type="xs:string" minOccurs="0"> 826 <xs:annotation> 827 <xs:documentation><p>Příjmení matky pro všechny verze API kromě V2</p> 828 </xs:documentation> 829 </xs:annotation> 830 </xs:element> 831 <xs:element name="rid" type="xs:string" minOccurs="0"> 832 <xs:annotation> 833 <xs:documentation><p>Rezortní identifikátor matky</p> 834 </xs:documentation> 835 </xs:annotation> 836 </xs:element> 837 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 838 <xs:annotation> 839 <xs:documentation><p>Datum narození matky jako date pro verzi V3</p> 840 </xs:documentation> 841 </xs:annotation> 842 </xs:element> 843 <xs:element name="rodneCislo" type="xs:string" minOccurs="0"> 844 <xs:annotation> 845 <xs:documentation><p>Rodné číslo matky</p> 846 </xs:documentation> 847 </xs:annotation> 848 </xs:element> 849 </xs:sequence> 850 </xs:complexType> 851 <xs:complexType name="NavrhSlouceniPacientu"> 852 <xs:annotation> 853 <xs:documentation><p>Data potřebná pro návrh sloučení pacientů</p> 854 </xs:documentation> 855 </xs:annotation> 856 <xs:sequence> 857 <xs:element name="ridCilovehoSlucujicihoPacienta" type="xs:string"> 858 <xs:annotation> 859 <xs:documentation><p>RID cílového slučujícího pacienta - MASTER</p> 860 </xs:documentation> 861 </xs:annotation> 862 </xs:element> 863 <xs:element name="ulozkaIdCilovehoSlucujicihoPacienta" type="xs:string" minOccurs="0"> 864 <xs:annotation> 865 <xs:documentation><p>Uložka Id cílového slučujícího pacienta - MASTER</p> 866 </xs:documentation> 867 </xs:annotation> 868 </xs:element> 869 <xs:element name="ulozkaRefCilovehoSlucujicihoPacienta" type="xs:string" minOccurs="0"> 870 <xs:annotation> 871 <xs:documentation><p>Uložka ref cílového slučujícího pacienta - MASTER</p> 872 </xs:documentation> 873 </xs:annotation> 874 </xs:element> 875 <xs:element name="ridSlucovanehoPacienta" type="xs:string"> 876 <xs:annotation> 877 <xs:documentation><p>RID slučovaného pacienta - SLAVE</p> 878 </xs:documentation> 879 </xs:annotation> 880 </xs:element> 881 <xs:element name="ulozkaIdSlucovanehoPacienta" type="xs:string" minOccurs="0"> 882 <xs:annotation> 883 <xs:documentation><p>Uložka Id slučovaného pacienta - SLAVE</p> 884 </xs:documentation> 885 </xs:annotation> 886 </xs:element> 887 <xs:element name="ulozkaRefSlucovanehoPacienta" type="xs:string" minOccurs="0"> 888 <xs:annotation> 889 <xs:documentation><p>Uložka ref slučovaného pacienta - SLAVE</p> 890 </xs:documentation> 891 </xs:annotation> 892 </xs:element> 893 </xs:sequence> 894 </xs:complexType> 895 <xs:complexType name="NavrhZruseniZaznamu"> 896 <xs:annotation> 897 <xs:documentation><p>Data žádosti</p> 898 </xs:documentation> 899 </xs:annotation> 900 <xs:sequence> 901 <xs:element name="rid" type="xs:string" minOccurs="0"> 902 <xs:annotation> 903 <xs:documentation><p>RID</p> 904 </xs:documentation> 905 </xs:annotation> 906 </xs:element> 907 <xs:element name="ulozkaId" type="xs:string" minOccurs="0"> 908 <xs:annotation> 909 <xs:documentation><p>Uložka ID</p> 910 </xs:documentation> 911 </xs:annotation> 912 </xs:element> 913 <xs:element name="ulozkaRef" type="xs:int" minOccurs="0"> 914 <xs:annotation> 915 <xs:documentation><p>Uložka ref</p> 916 </xs:documentation> 917 </xs:annotation> 918 </xs:element> 919 </xs:sequence> 920 </xs:complexType> 921 <xs:complexType name="NovyPacient"> 922 <xs:annotation> 923 <xs:documentation><p>Data pro vytvoření nového pacienta</p> 924 </xs:documentation> 925 </xs:annotation> 926 <xs:sequence> 927 <xs:element name="jmeno" minOccurs="0"> 928 <xs:annotation> 929 <xs:documentation><p>Jméno pacienta</p> 930 </xs:documentation> 931 </xs:annotation> 932 <xs:simpleType> 933 <xs:restriction base="xs:string"> 934 <xs:maxLength value="50" /> 935 </xs:restriction> 936 </xs:simpleType> 937 </xs:element> 938 <xs:element name="prijmeni"> 939 <xs:annotation> 940 <xs:documentation><p>Příjmení pacienta</p> 941 </xs:documentation> 942 </xs:annotation> 943 <xs:simpleType> 944 <xs:restriction base="xs:string"> 945 <xs:maxLength value="50" /> 946 </xs:restriction> 947 </xs:simpleType> 948 </xs:element> 949 <xs:element name="rodneCislo" minOccurs="0"> 950 <xs:annotation> 951 <xs:documentation><p>Rodné číslo pacienta</p> 952 </xs:documentation> 953 </xs:annotation> 954 <xs:simpleType> 955 <xs:restriction base="xs:string"> 956 <xs:maxLength value="20" /> 957 </xs:restriction> 958 </xs:simpleType> 959 </xs:element> 960 <xs:element name="kontaktniEmail" minOccurs="0"> 961 <xs:annotation> 962 <xs:documentation><p>Kontaktní e-mail pacienta</p> 963 </xs:documentation> 964 </xs:annotation> 965 <xs:simpleType> 966 <xs:restriction base="xs:string"> 967 <xs:maxLength value="120" /> 968 </xs:restriction> 969 </xs:simpleType> 970 </xs:element> 971 <xs:element name="kontaktniTelefon" minOccurs="0"> 972 <xs:annotation> 973 <xs:documentation><p>Kontaktní telefon pacienta</p> 974 </xs:documentation> 975 </xs:annotation> 976 <xs:simpleType> 977 <xs:restriction base="xs:string"> 978 <xs:maxLength value="120" /> 979 </xs:restriction> 980 </xs:simpleType> 981 </xs:element> 982 <xs:element name="cisloPojistence" minOccurs="0"> 983 <xs:annotation> 984 <xs:documentation><p>Číslo pojištěnce pacienta</p> 985 </xs:documentation> 986 </xs:annotation> 987 <xs:simpleType> 988 <xs:restriction base="xs:string"> 989 <xs:maxLength value="22" /> 990 </xs:restriction> 991 </xs:simpleType> 992 </xs:element> 993 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 994 <xs:annotation> 995 <xs:documentation><p>Datum narození pacienta jako date pro verzi V3</p> 996 </xs:documentation> 997 </xs:annotation> 998 </xs:element> 999 <xs:element name="DatumUmrti" type="xs:date" minOccurs="0"> 1000 <xs:annotation> 1001 <xs:documentation><p>Datum úmrtí pacienta jako date pro verzi V3</p> 1002 </xs:documentation> 1003 </xs:annotation> 1004 </xs:element> 1005 <xs:element name="pohlavi" minOccurs="0"> 1006 <xs:annotation> 1007 <xs:documentation><p>Pohlaví pacienta</p> 1008 </xs:documentation> 1009 </xs:annotation> 1010 <xs:simpleType> 1011 <xs:restriction base="xs:string"> 1012 <xs:maxLength value="1" /> 1013 </xs:restriction> 1014 </xs:simpleType> 1015 </xs:element> 1016 <xs:element name="statniObcanstvi" type="xs:string" minOccurs="0" maxOccurs="2147483647"> 1017 <xs:annotation> 1018 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod)</p> 1019 </xs:documentation> 1020 </xs:annotation> 1021 </xs:element> 1022 <xs:element name="adresaPobytu" type="tns:Adresa" minOccurs="0" /> 1023 <xs:element name="doklady" type="tns:Doklad" minOccurs="0" maxOccurs="2147483647"> 1024 <xs:annotation> 1025 <xs:documentation><p>Doklady pacienta</p> 1026 </xs:documentation> 1027 </xs:annotation> 1028 </xs:element> 1029 <xs:element name="matka" type="tns:MatkaNovorozence" minOccurs="0" /> 1030 <xs:element name="mistoNarozeniRuianObecId" type="xs:long" minOccurs="0"> 1031 <xs:annotation> 1032 <xs:documentation><p>Místo narození - RUIAN Id obce</p> 1033 </xs:documentation> 1034 </xs:annotation> 1035 </xs:element> 1036 <xs:element name="mistoNarozeniZemeKod" minOccurs="0"> 1037 <xs:annotation> 1038 <xs:documentation><p>Místo narození - kód země</p> 1039 </xs:documentation> 1040 </xs:annotation> 1041 <xs:simpleType> 1042 <xs:restriction base="xs:string"> 1043 <xs:maxLength value="2" /> 1044 </xs:restriction> 1045 </xs:simpleType> 1046 </xs:element> 1047 <xs:element name="mistoNarozeniSvetNazev" minOccurs="0"> 1048 <xs:annotation> 1049 <xs:documentation><p>Místo narození - název</p> 1050 </xs:documentation> 1051 </xs:annotation> 1052 <xs:simpleType> 1053 <xs:restriction base="xs:string"> 1054 <xs:maxLength value="100" /> 1055 </xs:restriction> 1056 </xs:simpleType> 1057 </xs:element> 1058 </xs:sequence> 1059 </xs:complexType> 1060 <xs:complexType name="ObalkaOdberuNotifikaci"> 1061 <xs:annotation> 1062 <xs:documentation><p>Informace o vyhledané založené notifikaci</p> 1063 </xs:documentation> 1064 </xs:annotation> 1065 <xs:sequence> 1066 <xs:element name="defaultniURL" type="xs:string" minOccurs="0" maxOccurs="2147483647"> 1067 <xs:annotation> 1068 <xs:documentation><p>Defaultní URL notifikace</p> 1069 </xs:documentation> 1070 </xs:annotation> 1071 </xs:element> 1072 <xs:element name="odberNotifikaciPZS" type="tns:OdberNotifikaciPZS" minOccurs="0" maxOccurs="2147483647"> 1073 <xs:annotation> 1074 <xs:documentation><p>Odběr notifikací</p> 1075 </xs:documentation> 1076 </xs:annotation> 1077 </xs:element> 1078 <xs:element name="pouzivajiSeVychozi" type="xs:boolean" minOccurs="0"> 1079 <xs:annotation> 1080 <xs:documentation><p>Zda-li se používají výchozí notifikace</p> 1081 </xs:documentation> 1082 </xs:annotation> 1083 </xs:element> 1084 </xs:sequence> 1085 </xs:complexType> 1086 <xs:complexType name="OdberNotifikaci"> 1087 <xs:annotation> 1088 <xs:documentation><p>Informace o založeném odběru notifikací</p> 1089 </xs:documentation> 1090 </xs:annotation> 1091 <xs:sequence> 1092 <xs:element name="zalozeneNotifikace" type="tns:JednaNotifikace" minOccurs="0" maxOccurs="2147483647"> 1093 <xs:annotation> 1094 <xs:documentation><p>Založené notifikace</p> 1095 </xs:documentation> 1096 </xs:annotation> 1097 </xs:element> 1098 </xs:sequence> 1099 </xs:complexType> 1100 <xs:complexType name="OdberNotifikaciPZS"> 1101 <xs:annotation> 1102 <xs:documentation><p>Informace o vyhledaném odběru notifikace pro PZS</p> 1103 </xs:documentation> 1104 </xs:annotation> 1105 <xs:sequence> 1106 <xs:element name="idSubskripce" type="xs:string" minOccurs="0"> 1107 <xs:annotation> 1108 <xs:documentation><p>Id subskripce k odběru notifikací</p> 1109 </xs:documentation> 1110 </xs:annotation> 1111 </xs:element> 1112 <xs:element name="kanalEndpoint" type="xs:string" minOccurs="0"> 1113 <xs:annotation> 1114 <xs:documentation><p>Endpoint kanálu notifikace</p> 1115 </xs:documentation> 1116 </xs:annotation> 1117 </xs:element> 1118 <xs:element name="kanalTyp" type="xs:string" minOccurs="0"> 1119 <xs:annotation> 1120 <xs:documentation><p>Typ kanálu. Nyní pouze "API"</p> 1121 </xs:documentation> 1122 </xs:annotation> 1123 </xs:element> 1124 <xs:element name="predmetId" type="xs:string" minOccurs="0"> 1125 <xs:annotation> 1126 <xs:documentation><p>ID předmětu nofifikace</p> 1127 </xs:documentation> 1128 </xs:annotation> 1129 </xs:element> 1130 </xs:sequence> 1131 </xs:complexType> 1132 <xs:complexType name="OdpovedHromadneZtotozneni"> 1133 <xs:annotation> 1134 <xs:documentation><p>Odpověď o hromadném ztotožnění pacienta</p> 1135 </xs:documentation> 1136 </xs:annotation> 1137 <xs:sequence> 1138 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1139 <xs:element name="odpovedData" type="tns:HromadneZtotozneni" minOccurs="0" /> 1140 </xs:sequence> 1141 </xs:complexType> 1142 <xs:complexType name="OdpovedOdberNotifikaci"> 1143 <xs:annotation> 1144 <xs:documentation><p>Data pro odpověď na přihlášení k odběru notifikací</p> 1145 </xs:documentation> 1146 </xs:annotation> 1147 <xs:sequence> 1148 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1149 <xs:element name="odpovedData" type="tns:OdberNotifikaci" minOccurs="0" /> 1150 </xs:sequence> 1151 </xs:complexType> 1152 <xs:complexType name="OdpovedPrirazeniDocasnehoRIDu"> 1153 <xs:annotation> 1154 <xs:documentation><p>Data s odpovědí přiřazení dočasného RIDu</p> 1155 </xs:documentation> 1156 </xs:annotation> 1157 <xs:sequence> 1158 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1159 </xs:sequence> 1160 </xs:complexType> 1161 <xs:complexType name="OdpovedRozdeleniPacienta"> 1162 <xs:annotation> 1163 <xs:documentation><p>Data odpovědi na žádost o rozdělení pacienta</p> 1164 </xs:documentation> 1165 </xs:annotation> 1166 <xs:sequence> 1167 <xs:element name="odpovedData" type="tns:RozdelenyPacient" minOccurs="0" /> 1168 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1169 </xs:sequence> 1170 </xs:complexType> 1171 <xs:complexType name="OdpovedSlouceniPacienta"> 1172 <xs:annotation> 1173 <xs:documentation><p>Odpověď na požadavek slučování pacienta / slučování pacienta</p> 1174 </xs:documentation> 1175 </xs:annotation> 1176 <xs:sequence> 1177 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1178 </xs:sequence> 1179 </xs:complexType> 1180 <xs:complexType name="OdpovedStazeniSouborHromadnehoZtotozneniInterni"> 1181 <xs:annotation> 1182 <xs:documentation><p>Data s odpovědí na žádost o stažení výsledku hromadného ztotožnění coby souboru</p> 1183 </xs:documentation> 1184 </xs:annotation> 1185 <xs:sequence> 1186 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1187 <xs:element name="base64Data" type="xs:string" minOccurs="0"> 1188 <xs:annotation> 1189 <xs:documentation><p>Base 64 se ZIP souborem s daty</p> 1190 </xs:documentation> 1191 </xs:annotation> 1192 </xs:element> 1193 </xs:sequence> 1194 </xs:complexType> 1195 <xs:complexType name="OdpovedStazeniSouboruHromadnehoZtotozneni"> 1196 <xs:annotation> 1197 <xs:documentation><p>Data s odpovědí na žádost o stažení výsledku hromadného ztotožnění</p> 1198 </xs:documentation> 1199 </xs:annotation> 1200 <xs:sequence> 1201 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1202 <xs:element name="odpovedData" type="tns:StazeniSouboruHromadnehoZtotozneni" minOccurs="0" /> 1203 </xs:sequence> 1204 </xs:complexType> 1205 <xs:complexType name="OdpovedVygenerovaniDocasnyRID"> 1206 <xs:annotation> 1207 <xs:documentation><p>Data pro odpověď vygenerovaného dočasného RID</p> 1208 </xs:documentation> 1209 </xs:annotation> 1210 <xs:sequence> 1211 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1212 <xs:element name="odpovedData" type="xs:string" minOccurs="0" maxOccurs="2147483647"> 1213 <xs:annotation> 1214 <xs:documentation><p>Popis odpovědi</p> 1215 </xs:documentation> 1216 </xs:annotation> 1217 </xs:element> 1218 </xs:sequence> 1219 </xs:complexType> 1220 <xs:complexType name="OdpovedVyhledaniHistoriePojisteni"> 1221 <xs:annotation> 1222 <xs:documentation><p>Data pro odpověď vyhledání historie pojištění pacienta</p> 1223 </xs:documentation> 1224 </xs:annotation> 1225 <xs:sequence> 1226 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1227 <xs:element name="odpovedData" type="tns:PrubehPojisteni" minOccurs="0" maxOccurs="2147483647"> 1228 <xs:annotation> 1229 <xs:documentation><p>Data s průběhem pojištění</p> 1230 </xs:documentation> 1231 </xs:annotation> 1232 </xs:element> 1233 </xs:sequence> 1234 </xs:complexType> 1235 <xs:complexType name="OdpovedVyhledaniHistorieRegistrujicichLekaru"> 1236 <xs:annotation> 1237 <xs:documentation><p>Data pro odpověď vyhledání historie registrujících lékařů pacienta</p> 1238 </xs:documentation> 1239 </xs:annotation> 1240 <xs:sequence> 1241 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1242 <xs:element name="odpovedData" type="tns:RegistrujiciLekar" minOccurs="0" maxOccurs="2147483647"> 1243 <xs:annotation> 1244 <xs:documentation><p>Data se seznamem registrujících lékařů</p> 1245 </xs:documentation> 1246 </xs:annotation> 1247 </xs:element> 1248 </xs:sequence> 1249 </xs:complexType> 1250 <xs:complexType name="OdpovedVyhledaniMapovaniRID"> 1251 <xs:annotation> 1252 <xs:documentation><p>Data pro odpověď vyhledání mapování RID pacienta</p> 1253 </xs:documentation> 1254 </xs:annotation> 1255 <xs:sequence> 1256 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1257 <xs:element name="odpovedData" type="tns:MapaRID" minOccurs="0" /> 1258 </xs:sequence> 1259 </xs:complexType> 1260 <xs:complexType name="OdpovedVyhledaniOdberuNotifikaciPZS"> 1261 <xs:annotation> 1262 <xs:documentation><p>Data pro odpověď na vyhledání informací ohledně odběru notifikací</p> 1263 </xs:documentation> 1264 </xs:annotation> 1265 <xs:sequence> 1266 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1267 <xs:element name="odpovedData" type="tns:ObalkaOdberuNotifikaci" minOccurs="0" maxOccurs="2147483647"> 1268 <xs:annotation> 1269 <xs:documentation><p>Data s informací ohledně vyhledaného odběru notifikací</p> 1270 </xs:documentation> 1271 </xs:annotation> 1272 </xs:element> 1273 </xs:sequence> 1274 </xs:complexType> 1275 <xs:complexType name="OdpovedVyhledaniPacienta"> 1276 <xs:annotation> 1277 <xs:documentation><p>Data pro odpověď vyhledání pacienta</p> 1278 </xs:documentation> 1279 </xs:annotation> 1280 <xs:sequence> 1281 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1282 <xs:element name="odpovedData" type="tns:Pacient" minOccurs="0" maxOccurs="2147483647"> 1283 <xs:annotation> 1284 <xs:documentation><p>Data se seznamem pacientů</p> 1285 </xs:documentation> 1286 </xs:annotation> 1287 </xs:element> 1288 </xs:sequence> 1289 </xs:complexType> 1290 <xs:complexType name="OdpovedZalozeniPacienta"> 1291 <xs:annotation> 1292 <xs:documentation><p>Data pro odpověď založení pacienta</p> 1293 </xs:documentation> 1294 </xs:annotation> 1295 <xs:sequence> 1296 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1297 <xs:element name="odpovedData" type="tns:Pacient" minOccurs="0" /> 1298 </xs:sequence> 1299 </xs:complexType> 1300 <xs:complexType name="OdpovedZalozeniReklamace"> 1301 <xs:annotation> 1302 <xs:documentation><p>Odpověď na založení reklamace údaje</p> 1303 </xs:documentation> 1304 </xs:annotation> 1305 <xs:sequence> 1306 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1307 </xs:sequence> 1308 </xs:complexType> 1309 <xs:complexType name="OdpovedZmenaPacienta"> 1310 <xs:annotation> 1311 <xs:documentation><p>Data pro odpověď změny pacienta</p> 1312 </xs:documentation> 1313 </xs:annotation> 1314 <xs:sequence> 1315 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1316 <xs:element name="odpovedData" type="tns:Pacient" minOccurs="0" /> 1317 </xs:sequence> 1318 </xs:complexType> 1319 <xs:complexType name="OdpovedZruseniZaznamu"> 1320 <xs:annotation> 1321 <xs:documentation><p>Odpověď na žádost o zrušení záznamu</p> 1322 </xs:documentation> 1323 </xs:annotation> 1324 <xs:sequence> 1325 <xs:element name="odpovedInfo" type="tns:KZROdpoved" minOccurs="0" /> 1326 </xs:sequence> 1327 </xs:complexType> 1328 <xs:complexType name="Pacient"> 1329 <xs:annotation> 1330 <xs:documentation><p>Data pro pacienta</p> 1331 </xs:documentation> 1332 </xs:annotation> 1333 <xs:sequence> 1334 <xs:element name="rid" type="xs:string"> 1335 <xs:annotation> 1336 <xs:documentation><p>Rezortní id pacienta</p> 1337 </xs:documentation> 1338 </xs:annotation> 1339 </xs:element> 1340 <xs:element name="stavZaznamu" type="tns:StatusZaznamu" /> 1341 <xs:element name="typZaznamu" type="tns:TypZaznamuPacienta" /> 1342 <xs:element name="adresaPobytu" type="tns:KZRAdresaDetail" minOccurs="0" /> 1343 <xs:element name="datovaSchranka" type="tns:KZRString" minOccurs="0" /> 1344 <xs:element name="datumNarozeni" type="tns:KZRDate" /> 1345 <xs:element name="datumUmrti" type="tns:KZRDate" minOccurs="0" /> 1346 <xs:element name="doklady" type="tns:KZRDoklad" minOccurs="0" maxOccurs="2147483647"> 1347 <xs:annotation> 1348 <xs:documentation><p>Doklady pacienta</p> 1349 </xs:documentation> 1350 </xs:annotation> 1351 </xs:element> 1352 <xs:element name="jmeno" type="tns:KZRString" minOccurs="0" /> 1353 <xs:element name="prijmeni" type="tns:KZRString" /> 1354 <xs:element name="rodnePrijmeni" type="tns:KZRString" minOccurs="0" /> 1355 <xs:element name="kontaktniAdresa" type="tns:KZRAdresaDetail" minOccurs="0" /> 1356 <xs:element name="omezeniSvepravnosti" type="tns:KZRString" /> 1357 <xs:element name="pohlavi" type="tns:KZRString" minOccurs="0" /> 1358 <xs:element name="rodneCislo" type="tns:KZRString" minOccurs="0" /> 1359 <xs:element name="zakonniZastupci" type="tns:KZRReferencniOsoba" minOccurs="0" maxOccurs="2147483647"> 1360 <xs:annotation> 1361 <xs:documentation><p>Zákonný zástupce pacienta</p> 1362 </xs:documentation> 1363 </xs:annotation> 1364 </xs:element> 1365 <xs:element name="cisloPojistence" type="tns:KZRString" /> 1366 <xs:element name="opravneniZbraneMunice" type="tns:KZRString" /> 1367 <xs:element name="kontaktniEmail" type="tns:KZRString" /> 1368 <xs:element name="kontaktniTelefon" type="tns:KZRString" /> 1369 <xs:element name="preferovanyJazyk" type="tns:KZRString" /> 1370 <xs:element name="mistoNarozeniRuianObecId" type="tns:KZRLong" minOccurs="0" /> 1371 <xs:element name="mistoNarozeniZemeKod" type="tns:KZRString" minOccurs="0" /> 1372 <xs:element name="mistoNarozeniSvetNazev" type="tns:KZRString" minOccurs="0" /> 1373 <xs:element name="registrujiciLekar" type="tns:KZRRegistrujiciLekar" minOccurs="0" maxOccurs="2147483647"> 1374 <xs:annotation> 1375 <xs:documentation><p>Registrující lékaři pacienta</p> 1376 </xs:documentation> 1377 </xs:annotation> 1378 </xs:element> 1379 <xs:element name="statniObcanstvi" type="tns:KZRString" minOccurs="0" maxOccurs="2147483647"> 1380 <xs:annotation> 1381 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod)</p> 1382 </xs:documentation> 1383 </xs:annotation> 1384 </xs:element> 1385 <xs:element name="zdravotniPojisteni" type="tns:KZRPrubehPojisteni" minOccurs="0" maxOccurs="2147483647"> 1386 <xs:annotation> 1387 <xs:documentation><p>Zdravotní pojišťovna pacienta</p> 1388 </xs:documentation> 1389 </xs:annotation> 1390 </xs:element> 1391 </xs:sequence> 1392 </xs:complexType> 1393 <xs:complexType name="PacientZtotozneniAdresa"> 1394 <xs:annotation> 1395 <xs:documentation><p>Slouží pro data adresy</p> 1396 </xs:documentation> 1397 </xs:annotation> 1398 <xs:sequence> 1399 <xs:element name="ulice" minOccurs="0"> 1400 <xs:annotation> 1401 <xs:documentation><p>Ulice Examples: Bělehradská</p> 1402 </xs:documentation> 1403 </xs:annotation> 1404 <xs:simpleType> 1405 <xs:restriction base="xs:string"> 1406 <xs:maxLength value="50" /> 1407 </xs:restriction> 1408 </xs:simpleType> 1409 </xs:element> 1410 <xs:element name="cisloOrientacniHodnota" minOccurs="0"> 1411 <xs:annotation> 1412 <xs:documentation><p>Číslo orientační Examples: 13</p> 1413 </xs:documentation> 1414 </xs:annotation> 1415 <xs:simpleType> 1416 <xs:restriction base="xs:string"> 1417 <xs:maxLength value="5" /> 1418 </xs:restriction> 1419 </xs:simpleType> 1420 </xs:element> 1421 <xs:element name="cisloDomovni" type="xs:int" minOccurs="0"> 1422 <xs:annotation> 1423 <xs:documentation><p>Číslo domovní Examples: 1677</p> 1424 </xs:documentation> 1425 </xs:annotation> 1426 </xs:element> 1427 <xs:element name="obecNazev" minOccurs="0"> 1428 <xs:annotation> 1429 <xs:documentation><p>Obec / město Examples: Praha</p> 1430 </xs:documentation> 1431 </xs:annotation> 1432 <xs:simpleType> 1433 <xs:restriction base="xs:string"> 1434 <xs:maxLength value="50" /> 1435 </xs:restriction> 1436 </xs:simpleType> 1437 </xs:element> 1438 <xs:element name="psc" type="xs:int" minOccurs="0"> 1439 <xs:annotation> 1440 <xs:documentation><p>Poštovní směrovací číslo Examples: 14000</p> 1441 </xs:documentation> 1442 </xs:annotation> 1443 </xs:element> 1444 <xs:element name="textAdresy" minOccurs="0"> 1445 <xs:annotation> 1446 <xs:documentation><p>Text adresy Examples: U Školské zahrady 718/3, 182 00 Praha 8</p> 1447 </xs:documentation> 1448 </xs:annotation> 1449 <xs:simpleType> 1450 <xs:restriction base="xs:string"> 1451 <xs:maxLength value="200" /> 1452 </xs:restriction> 1453 </xs:simpleType> 1454 </xs:element> 1455 <xs:element name="adresaRuianId" type="xs:long" minOccurs="0"> 1456 <xs:annotation> 1457 <xs:documentation><p>Identifikátor v systému RUIAN Examples: 25120484</p> 1458 </xs:documentation> 1459 </xs:annotation> 1460 </xs:element> 1461 <xs:element name="obecId" type="xs:int" minOccurs="0"> 1462 <xs:annotation> 1463 <xs:documentation><p>ID obce Examples: 14000</p> 1464 </xs:documentation> 1465 </xs:annotation> 1466 </xs:element> 1467 <xs:element name="castObceId" type="xs:int" minOccurs="0"> 1468 <xs:annotation> 1469 <xs:documentation><p>ID části obce Examples: 14000</p> 1470 </xs:documentation> 1471 </xs:annotation> 1472 </xs:element> 1473 <xs:element name="mestskaCastId" type="xs:int" minOccurs="0"> 1474 <xs:annotation> 1475 <xs:documentation><p>ID městské části Examples: 14000</p> 1476 </xs:documentation> 1477 </xs:annotation> 1478 </xs:element> 1479 </xs:sequence> 1480 </xs:complexType> 1481 <xs:complexType name="PacientZtotozneniMistoNarozeni"> 1482 <xs:annotation> 1483 <xs:documentation><p>Slouží pro data adresy</p> 1484 </xs:documentation> 1485 </xs:annotation> 1486 <xs:sequence> 1487 <xs:element name="id" type="xs:long" minOccurs="0"> 1488 <xs:annotation> 1489 <xs:documentation><p>RUIAN Id místa narození Examples: 1677</p> 1490 </xs:documentation> 1491 </xs:annotation> 1492 </xs:element> 1493 <xs:element name="mistoNarozeniText" minOccurs="0"> 1494 <xs:annotation> 1495 <xs:documentation><p>Text místa narození Examples: Praha 4</p> 1496 </xs:documentation> 1497 </xs:annotation> 1498 <xs:simpleType> 1499 <xs:restriction base="xs:string"> 1500 <xs:maxLength value="100" /> 1501 </xs:restriction> 1502 </xs:simpleType> 1503 </xs:element> 1504 <xs:element name="zemeKod" minOccurs="0"> 1505 <xs:annotation> 1506 <xs:documentation><p>Kód země místa narození v ISO 3166 formátu (Aplha2Kod) Examples: CZ</p> 1507 </xs:documentation> 1508 </xs:annotation> 1509 <xs:simpleType> 1510 <xs:restriction base="xs:string"> 1511 <xs:maxLength value="10" /> 1512 </xs:restriction> 1513 </xs:simpleType> 1514 </xs:element> 1515 <xs:element name="zemeNazev" minOccurs="0"> 1516 <xs:annotation> 1517 <xs:documentation><p>Země místa narození - název Examples: Česká republika</p> 1518 </xs:documentation> 1519 </xs:annotation> 1520 <xs:simpleType> 1521 <xs:restriction base="xs:string"> 1522 <xs:maxLength value="10" /> 1523 </xs:restriction> 1524 </xs:simpleType> 1525 </xs:element> 1526 <xs:element name="typMista" minOccurs="0"> 1527 <xs:annotation> 1528 <xs:documentation><p>Typ místa narození Examples: CrPraha</p> 1529 </xs:documentation> 1530 </xs:annotation> 1531 <xs:simpleType> 1532 <xs:restriction base="xs:string"> 1533 <xs:maxLength value="10" /> 1534 </xs:restriction> 1535 </xs:simpleType> 1536 </xs:element> 1537 </xs:sequence> 1538 </xs:complexType> 1539 <xs:complexType name="PredmetNotifikace"> 1540 <xs:annotation> 1541 <xs:documentation><p>Předmět notifikace</p> 1542 </xs:documentation> 1543 </xs:annotation> 1544 <xs:sequence> 1545 <xs:element name="rid" type="xs:string" minOccurs="0"> 1546 <xs:annotation> 1547 <xs:documentation><p>RID pacienta, o němž bude notifikace zasílána</p> 1548 </xs:documentation> 1549 </xs:annotation> 1550 </xs:element> 1551 </xs:sequence> 1552 </xs:complexType> 1553 <xs:complexType name="PriraditDocasnyRID"> 1554 <xs:annotation> 1555 <xs:documentation><p>Data s dočasným RID pro pacienta</p> 1556 </xs:documentation> 1557 </xs:annotation> 1558 <xs:sequence> 1559 <xs:element name="docasnyRID" type="xs:string"> 1560 <xs:annotation> 1561 <xs:documentation><p>Dočasný RID pacienta</p> 1562 </xs:documentation> 1563 </xs:annotation> 1564 </xs:element> 1565 <xs:element name="rid" type="xs:string"> 1566 <xs:annotation> 1567 <xs:documentation><p>RID pacienta</p> 1568 </xs:documentation> 1569 </xs:annotation> 1570 </xs:element> 1571 </xs:sequence> 1572 </xs:complexType> 1573 <xs:complexType name="PrubehPojisteni"> 1574 <xs:annotation> 1575 <xs:documentation><p>Data o průběhu pojištění</p> 1576 </xs:documentation> 1577 </xs:annotation> 1578 <xs:sequence> 1579 <xs:element name="platneOd" type="xs:date"> 1580 <xs:annotation> 1581 <xs:documentation><p>Pojištění platné od</p> 1582 </xs:documentation> 1583 </xs:annotation> 1584 </xs:element> 1585 <xs:element name="platneDo" type="xs:date" minOccurs="0"> 1586 <xs:annotation> 1587 <xs:documentation><p>Pojištění platné do</p> 1588 </xs:documentation> 1589 </xs:annotation> 1590 </xs:element> 1591 <xs:element name="zdravotniPojistovnaKod" type="xs:string"> 1592 <xs:annotation> 1593 <xs:documentation><p>Kód zdravotní pojišťovny</p> 1594 </xs:documentation> 1595 </xs:annotation> 1596 </xs:element> 1597 </xs:sequence> 1598 </xs:complexType> 1599 <xs:complexType name="RegistrujiciLekar"> 1600 <xs:annotation> 1601 <xs:documentation><p>Data pro registrujícího lékaře</p> 1602 </xs:documentation> 1603 </xs:annotation> 1604 <xs:sequence> 1605 <xs:element name="datumZahajeni" type="xs:date"> 1606 <xs:annotation> 1607 <xs:documentation><p>Datum zahájení činnosti registrujícího lékaře</p> 1608 </xs:documentation> 1609 </xs:annotation> 1610 </xs:element> 1611 <xs:element name="datumUkonceni" type="xs:date" minOccurs="0"> 1612 <xs:annotation> 1613 <xs:documentation><p>Datum ukončení činnosti registrujícího lékaře</p> 1614 </xs:documentation> 1615 </xs:annotation> 1616 </xs:element> 1617 <xs:element name="ico" type="xs:string"> 1618 <xs:annotation> 1619 <xs:documentation><p>IČO lékaře</p> 1620 </xs:documentation> 1621 </xs:annotation> 1622 </xs:element> 1623 <xs:element name="icp" type="xs:string" minOccurs="0"> 1624 <xs:annotation> 1625 <xs:documentation><p>IČP lékaře</p> 1626 </xs:documentation> 1627 </xs:annotation> 1628 </xs:element> 1629 <xs:element name="odbornost" type="xs:string"> 1630 <xs:annotation> 1631 <xs:documentation><p>Odbornost lékaře</p> 1632 </xs:documentation> 1633 </xs:annotation> 1634 </xs:element> 1635 </xs:sequence> 1636 </xs:complexType> 1637 <xs:complexType name="Reklamujici"> 1638 <xs:annotation> 1639 <xs:documentation><p>Reklamujici</p> 1640 </xs:documentation> 1641 </xs:annotation> 1642 <xs:sequence> 1643 <xs:element name="idSubjektu" type="xs:long"> 1644 <xs:annotation> 1645 <xs:documentation><p>ID</p> 1646 </xs:documentation> 1647 </xs:annotation> 1648 </xs:element> 1649 <xs:element name="email" type="xs:string" minOccurs="0"> 1650 <xs:annotation> 1651 <xs:documentation><p>Email</p> 1652 </xs:documentation> 1653 </xs:annotation> 1654 </xs:element> 1655 <xs:element name="jmeno" type="xs:string" minOccurs="0"> 1656 <xs:annotation> 1657 <xs:documentation><p>Jméno</p> 1658 </xs:documentation> 1659 </xs:annotation> 1660 </xs:element> 1661 <xs:element name="prijmeni" type="xs:string" minOccurs="0"> 1662 <xs:annotation> 1663 <xs:documentation><p>Příjmení</p> 1664 </xs:documentation> 1665 </xs:annotation> 1666 </xs:element> 1667 <xs:element name="typSubjektu" type="xs:string"> 1668 <xs:annotation> 1669 <xs:documentation><p>Typ subjektu 1670 Jiny 1671 Pacient 1672 ZdravotnickyPracovnik 1673 PZS 1674 OVM 1675 ZdravotniPojistovna</p> 1676 </xs:documentation> 1677 </xs:annotation> 1678 </xs:element> 1679 </xs:sequence> 1680 </xs:complexType> 1681 <xs:complexType name="RozdeleniPacienta"> 1682 <xs:annotation> 1683 <xs:documentation><p>Informace potřebné k rozdělení původního pacienta na 2 nové pacienty</p> 1684 </xs:documentation> 1685 </xs:annotation> 1686 <xs:sequence> 1687 <xs:element name="novyPacient1" type="tns:NovyPacient" /> 1688 <xs:element name="novyPacient2" type="tns:NovyPacient" /> 1689 <xs:element name="rid" type="xs:string"> 1690 <xs:annotation> 1691 <xs:documentation><p>RID původního pacienta, jenž má být rozdělen</p> 1692 </xs:documentation> 1693 </xs:annotation> 1694 </xs:element> 1695 </xs:sequence> 1696 </xs:complexType> 1697 <xs:complexType name="RozdelenyPacient"> 1698 <xs:annotation> 1699 <xs:documentation><p>Navratovy objekt s informaci o pacientovi, jenž byl rozdělen</p> 1700 </xs:documentation> 1701 </xs:annotation> 1702 <xs:sequence> 1703 <xs:element name="pacienti" type="tns:Pacient" minOccurs="0" maxOccurs="2147483647"> 1704 <xs:annotation> 1705 <xs:documentation><p>Dva pacienti, na něž byl rozdělen vstupní pacient</p> 1706 </xs:documentation> 1707 </xs:annotation> 1708 </xs:element> 1709 <xs:element name="rid" type="xs:string" minOccurs="0"> 1710 <xs:annotation> 1711 <xs:documentation><p>Původní RID pacienta, který byl rozdělen</p> 1712 </xs:documentation> 1713 </xs:annotation> 1714 </xs:element> 1715 </xs:sequence> 1716 </xs:complexType> 1717 <xs:complexType name="SouborHromadnehoZtotozneni"> 1718 <xs:annotation> 1719 <xs:documentation><p>Jedna položka souboru výsledku hromadného ztotožnění pacientů</p> 1720 </xs:documentation> 1721 </xs:annotation> 1722 <xs:sequence> 1723 <xs:element name="sourceId" type="xs:string" minOccurs="0"> 1724 <xs:annotation> 1725 <xs:documentation><p>SourceId pacienta ze systému 3. strany sloužící pro zpětné napárování po přijetí výsledků hromadného ztotožnění</p> 1726 </xs:documentation> 1727 </xs:annotation> 1728 </xs:element> 1729 <xs:element name="jmeno" type="xs:string" minOccurs="0"> 1730 <xs:annotation> 1731 <xs:documentation><p>Křestní jméno pacienta</p> 1732 </xs:documentation> 1733 </xs:annotation> 1734 </xs:element> 1735 <xs:element name="prijmeni" type="xs:string" minOccurs="0"> 1736 <xs:annotation> 1737 <xs:documentation><p>Příjmení pacienta</p> 1738 </xs:documentation> 1739 </xs:annotation> 1740 </xs:element> 1741 <xs:element name="rodneCislo" type="xs:string" minOccurs="0"> 1742 <xs:annotation> 1743 <xs:documentation><p>Rodné číslo pacienta</p> 1744 </xs:documentation> 1745 </xs:annotation> 1746 </xs:element> 1747 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 1748 <xs:annotation> 1749 <xs:documentation><p>Datum narození pacienta</p> 1750 </xs:documentation> 1751 </xs:annotation> 1752 </xs:element> 1753 <xs:element name="doklady" type="tns:Doklad" minOccurs="0" maxOccurs="2147483647"> 1754 <xs:annotation> 1755 <xs:documentation><p>Doklady pacienta</p> 1756 </xs:documentation> 1757 </xs:annotation> 1758 </xs:element> 1759 <xs:element name="datumUmrti" type="xs:date" minOccurs="0"> 1760 <xs:annotation> 1761 <xs:documentation><p>Datum úmrtí pacienta</p> 1762 </xs:documentation> 1763 </xs:annotation> 1764 </xs:element> 1765 <xs:element name="rid" type="xs:string" minOccurs="0"> 1766 <xs:annotation> 1767 <xs:documentation><p>RID pacienta</p> 1768 </xs:documentation> 1769 </xs:annotation> 1770 </xs:element> 1771 <xs:element name="subskripceID" type="xs:string" minOccurs="0"> 1772 <xs:annotation> 1773 <xs:documentation><p>ID subskripce k notifikacím u pacienta</p> 1774 </xs:documentation> 1775 </xs:annotation> 1776 </xs:element> 1777 <xs:element name="substavZtotozneni" type="xs:string" minOccurs="0"> 1778 <xs:annotation> 1779 <xs:documentation><p>Stav ztotožnění pacienta</p> 1780 </xs:documentation> 1781 </xs:annotation> 1782 </xs:element> 1783 <xs:element name="mistoNarozeni" type="tns:PacientZtotozneniMistoNarozeni" minOccurs="0" /> 1784 <xs:element name="adresaTrvalehoPobytu" type="tns:PacientZtotozneniAdresa" minOccurs="0" /> 1785 </xs:sequence> 1786 </xs:complexType> 1787 <xs:complexType name="StatusZaznamu"> 1788 <xs:annotation> 1789 <xs:documentation><p>Data pro stav záznamu</p> 1790 </xs:documentation> 1791 </xs:annotation> 1792 <xs:sequence> 1793 <xs:element name="nazev" type="xs:string"> 1794 <xs:annotation> 1795 <xs:documentation><p>Název stavu záznamu</p> 1796 </xs:documentation> 1797 </xs:annotation> 1798 </xs:element> 1799 </xs:sequence> 1800 </xs:complexType> 1801 <xs:complexType name="StazeniDatHromadnehoZtotozneni"> 1802 <xs:annotation> 1803 <xs:documentation><p>Obsahuje informace potřebné k nastavení odběru notifikací</p> 1804 </xs:documentation> 1805 </xs:annotation> 1806 <xs:sequence> 1807 <xs:element name="idZadosti" type="xs:string" minOccurs="0"> 1808 <xs:annotation> 1809 <xs:documentation><p>Id žádosti o hromadné ztotožnění</p> 1810 </xs:documentation> 1811 </xs:annotation> 1812 </xs:element> 1813 </xs:sequence> 1814 </xs:complexType> 1815 <xs:complexType name="StazeniSouboruHromadnehoZtotozneni"> 1816 <xs:annotation> 1817 <xs:documentation><p>Data s odpovědí na žádost o stažení výsledku hromadného ztotožnění</p> 1818 </xs:documentation> 1819 </xs:annotation> 1820 <xs:sequence> 1821 <xs:element name="dataVSouboru" type="xs:boolean" minOccurs="0"> 1822 <xs:annotation> 1823 <xs:documentation><p>Zda-li budou data navrácena coby soubor. V tomto případě je nutno soubor vyzvedout separátním voláním API</p> 1824 </xs:documentation> 1825 </xs:annotation> 1826 </xs:element> 1827 <xs:element name="hromadneZtotozneniDokonceno" type="xs:boolean" minOccurs="0"> 1828 <xs:annotation> 1829 <xs:documentation><p>Zda-li bylo hromadné ztotožnění dané dávky již dokončeno, či ne</p> 1830 </xs:documentation> 1831 </xs:annotation> 1832 </xs:element> 1833 <xs:element name="souborHromadnehoZtotozneni" type="tns:SouborHromadnehoZtotozneni" minOccurs="0" maxOccurs="2147483647"> 1834 <xs:annotation> 1835 <xs:documentation><p>Soubor s daty výsledku hromadného ztotožnění. Je navracen pouze pokud je počet záznamů menší jak 10 000, v opačném případě je navracen soubor</p> 1836 </xs:documentation> 1837 </xs:annotation> 1838 </xs:element> 1839 </xs:sequence> 1840 </xs:complexType> 1841 <xs:complexType name="SubjektZalozeniNotifikace"> 1842 <xs:annotation> 1843 <xs:documentation><p>Subjekt založení notifikace</p> 1844 </xs:documentation> 1845 </xs:annotation> 1846 <xs:sequence> 1847 <xs:element name="url" type="xs:string" minOccurs="0"> 1848 <xs:annotation> 1849 <xs:documentation><p>URL, na něž bude notifikace odesílána</p> 1850 </xs:documentation> 1851 </xs:annotation> 1852 </xs:element> 1853 <xs:element name="jenomPull" type="xs:boolean" minOccurs="0"> 1854 <xs:annotation> 1855 <xs:documentation><p>Zda-li budou notifikace realizovány pouze jako pull</p> 1856 </xs:documentation> 1857 </xs:annotation> 1858 </xs:element> 1859 <xs:element name="pouzitDefaultniURL" type="xs:boolean" minOccurs="0"> 1860 <xs:annotation> 1861 <xs:documentation><p>Zda-li použít defaultní URL</p> 1862 </xs:documentation> 1863 </xs:annotation> 1864 </xs:element> 1865 </xs:sequence> 1866 </xs:complexType> 1867 <xs:complexType name="SubskripceNotifikaceInterni"> 1868 <xs:annotation> 1869 <xs:documentation><p>Obsahuje informace potřebné k nastavení odběru notifikací. Pro účely interního přenosu operací</p> 1870 </xs:documentation> 1871 </xs:annotation> 1872 <xs:sequence> 1873 <xs:element name="predmet" type="tns:PredmetNotifikace" minOccurs="0" maxOccurs="2147483647"> 1874 <xs:annotation> 1875 <xs:documentation><p>Předměty notifikací - o kom budeme notifikováni</p> 1876 </xs:documentation> 1877 </xs:annotation> 1878 </xs:element> 1879 <xs:element name="prijemci" type="tns:SubjektZalozeniNotifikace" minOccurs="0" /> 1880 <xs:element name="subjektId" type="xs:string" minOccurs="0"> 1881 <xs:annotation> 1882 <xs:documentation><p>Id subjektu, jemuž budou notifikace zasílány</p> 1883 </xs:documentation> 1884 </xs:annotation> 1885 </xs:element> 1886 </xs:sequence> 1887 </xs:complexType> 1888 <xs:complexType name="TypZaznamuPacienta"> 1889 <xs:annotation> 1890 <xs:documentation><p>Data pro typ záznamu</p> 1891 </xs:documentation> 1892 </xs:annotation> 1893 <xs:sequence> 1894 <xs:element name="nazev" type="xs:string"> 1895 <xs:annotation> 1896 <xs:documentation><p>Název typu záznamu</p> 1897 </xs:documentation> 1898 </xs:annotation> 1899 </xs:element> 1900 </xs:sequence> 1901 </xs:complexType> 1902 <xs:complexType name="UdajReklamace"> 1903 <xs:annotation> 1904 <xs:documentation><p>Údaj reklamace</p> 1905 </xs:documentation> 1906 </xs:annotation> 1907 <xs:sequence> 1908 <xs:element name="jmeno" minOccurs="0"> 1909 <xs:annotation> 1910 <xs:documentation><p>Správné znění reklamovaného křestního jména pacienta</p> 1911 </xs:documentation> 1912 </xs:annotation> 1913 <xs:simpleType> 1914 <xs:restriction base="xs:string"> 1915 <xs:maxLength value="50" /> 1916 </xs:restriction> 1917 </xs:simpleType> 1918 </xs:element> 1919 <xs:element name="prijmeni" type="xs:string" minOccurs="0"> 1920 <xs:annotation> 1921 <xs:documentation><p>Správné znění reklamovaného příjmení jména pacienta</p> 1922 </xs:documentation> 1923 </xs:annotation> 1924 </xs:element> 1925 <xs:element name="rodnePrijmeni" type="xs:string" minOccurs="0"> 1926 <xs:annotation> 1927 <xs:documentation><p>Správné znění reklamovaného rodného příjmení pacienta</p> 1928 </xs:documentation> 1929 </xs:annotation> 1930 </xs:element> 1931 <xs:element name="datumNarozeni" type="xs:dateTime" minOccurs="0"> 1932 <xs:annotation> 1933 <xs:documentation><p>Správné znění reklamovaného data narození pacienta Examples: 2026-01-11</p> 1934 </xs:documentation> 1935 </xs:annotation> 1936 </xs:element> 1937 <xs:element name="datumUmrti" type="xs:date" minOccurs="0"> 1938 <xs:annotation> 1939 <xs:documentation><p>Správné znění reklamovaného datum úmrtí pacienta Examples: 2026-01-11</p> 1940 </xs:documentation> 1941 </xs:annotation> 1942 </xs:element> 1943 <xs:element name="adresaPobytu" type="tns:Adresa" minOccurs="0" /> 1944 <xs:element name="kontaktniAdresa" type="tns:Adresa" minOccurs="0" /> 1945 <xs:element name="rodneCislo" minOccurs="0"> 1946 <xs:annotation> 1947 <xs:documentation><p>Správné znění reklamovaného rodné číslo pacienta Examples: 475714280</p> 1948 </xs:documentation> 1949 </xs:annotation> 1950 <xs:simpleType> 1951 <xs:restriction base="xs:string"> 1952 <xs:maxLength value="20" /> 1953 </xs:restriction> 1954 </xs:simpleType> 1955 </xs:element> 1956 <xs:element name="pohlavi" minOccurs="0"> 1957 <xs:annotation> 1958 <xs:documentation><p>Správné znění reklamovaného pohlaví pacienta</p> 1959 </xs:documentation> 1960 </xs:annotation> 1961 <xs:simpleType> 1962 <xs:restriction base="xs:string"> 1963 <xs:maxLength value="1" /> 1964 </xs:restriction> 1965 </xs:simpleType> 1966 </xs:element> 1967 <xs:element name="doklady" type="tns:Doklad" minOccurs="0" /> 1968 <xs:element name="datovaSchranka" type="xs:string" minOccurs="0"> 1969 <xs:annotation> 1970 <xs:documentation><p>Správné znění reklamované adresy datové schránky pacienta</p> 1971 </xs:documentation> 1972 </xs:annotation> 1973 </xs:element> 1974 <xs:element name="omezeniSvepravnosti" type="xs:string" minOccurs="0"> 1975 <xs:annotation> 1976 <xs:documentation><p>Správné znění reklamovaného omezení svéprávnosti pacienta 1977 Možné hodnoty 1978 ANO 1979 NE 1980 NEZNAMO</p> 1981 </xs:documentation> 1982 </xs:annotation> 1983 </xs:element> 1984 <xs:element name="registrujiciLekar" minOccurs="0"> 1985 <xs:annotation> 1986 <xs:documentation><p>Informace nutná pro změnu jméno registrujícího lékaře.</p> 1987 </xs:documentation> 1988 </xs:annotation> 1989 <xs:simpleType> 1990 <xs:restriction base="xs:string"> 1991 <xs:maxLength value="500" /> 1992 </xs:restriction> 1993 </xs:simpleType> 1994 </xs:element> 1995 <xs:element name="cisloPojistence" type="xs:string" minOccurs="0"> 1996 <xs:annotation> 1997 <xs:documentation><p>Navrhované číslo pojištěnce</p> 1998 </xs:documentation> 1999 </xs:annotation> 2000 </xs:element> 2001 <xs:element name="zdravotniPojisteni" minOccurs="0"> 2002 <xs:annotation> 2003 <xs:documentation><p>Informace nutná pro změnu zdravorního pojištění.</p> 2004 </xs:documentation> 2005 </xs:annotation> 2006 <xs:simpleType> 2007 <xs:restriction base="xs:string"> 2008 <xs:maxLength value="500" /> 2009 </xs:restriction> 2010 </xs:simpleType> 2011 </xs:element> 2012 <xs:element name="statniObcanstvi" minOccurs="0"> 2013 <xs:annotation> 2014 <xs:documentation><p>Informace nutná pro změnu státního občanství.</p> 2015 </xs:documentation> 2016 </xs:annotation> 2017 <xs:simpleType> 2018 <xs:restriction base="xs:string"> 2019 <xs:maxLength value="500" /> 2020 </xs:restriction> 2021 </xs:simpleType> 2022 </xs:element> 2023 <xs:element name="opravneniZbraneMunice" type="xs:string" minOccurs="0"> 2024 <xs:annotation> 2025 <xs:documentation><p>Správné znění reklamované hodnoty 2026 Možné hodnoty 2027 ANO 2028 NE 2029 NEZNAMO</p> 2030 </xs:documentation> 2031 </xs:annotation> 2032 </xs:element> 2033 </xs:sequence> 2034 </xs:complexType> 2035 <xs:complexType name="VyhledaniCizincePodleCP"> 2036 <xs:annotation> 2037 <xs:documentation><p>Data pro vyhledání pacienta cizince podle čísla pojištěnce</p> 2038 </xs:documentation> 2039 </xs:annotation> 2040 <xs:sequence> 2041 <xs:element name="cisloPojistence"> 2042 <xs:annotation> 2043 <xs:documentation><p>Číslo pojištěnce pacienta Examples: 9707047713</p> 2044 </xs:documentation> 2045 </xs:annotation> 2046 <xs:simpleType> 2047 <xs:restriction base="xs:string"> 2048 <xs:maxLength value="22" /> 2049 </xs:restriction> 2050 </xs:simpleType> 2051 </xs:element> 2052 <xs:element name="statniObcanstvi" minOccurs="0"> 2053 <xs:annotation> 2054 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod) Examples: SK</p> 2055 </xs:documentation> 2056 </xs:annotation> 2057 <xs:simpleType> 2058 <xs:restriction base="xs:string"> 2059 <xs:maxLength value="20" /> 2060 </xs:restriction> 2061 </xs:simpleType> 2062 </xs:element> 2063 </xs:sequence> 2064 </xs:complexType> 2065 <xs:complexType name="VyhledaniHistorieRegistrujicihLekaru"> 2066 <xs:annotation> 2067 <xs:documentation><p>Data pro vyhledání historie registrujících lékářů pacienta</p> 2068 </xs:documentation> 2069 </xs:annotation> 2070 <xs:sequence> 2071 <xs:element name="datum" type="xs:date" minOccurs="0"> 2072 <xs:annotation> 2073 <xs:documentation><p>Datum ke kterému se historie vyhledává, formát yyyy-MM-dd</p> 2074 <p>Pro PZS je hodnota "datum" povinná.</p> 2075 </xs:documentation> 2076 </xs:annotation> 2077 </xs:element> 2078 <xs:element name="rid" type="xs:string"> 2079 <xs:annotation> 2080 <xs:documentation><p>RID pacienta Examples: 1002852487</p> 2081 </xs:documentation> 2082 </xs:annotation> 2083 </xs:element> 2084 </xs:sequence> 2085 </xs:complexType> 2086 <xs:complexType name="VyhledaniHistorieZdravotnihoPojisteni"> 2087 <xs:annotation> 2088 <xs:documentation><p>Data pro vyhledání historie zdravotního pojištění</p> 2089 </xs:documentation> 2090 </xs:annotation> 2091 <xs:sequence> 2092 <xs:element name="Datum" type="xs:date" minOccurs="0"> 2093 <xs:annotation> 2094 <xs:documentation><p>Datum ke kterému se historie vyhledává jako date pro verzi V3</p> 2095 </xs:documentation> 2096 </xs:annotation> 2097 </xs:element> 2098 <xs:element name="rid" type="xs:string"> 2099 <xs:annotation> 2100 <xs:documentation><p>RID pacienta Examples: 1002852487</p> 2101 </xs:documentation> 2102 </xs:annotation> 2103 </xs:element> 2104 </xs:sequence> 2105 </xs:complexType> 2106 <xs:complexType name="VyhledaniMapovaniRID"> 2107 <xs:annotation> 2108 <xs:documentation><p>Data pro vyhledání mapování RID pacienta</p> 2109 </xs:documentation> 2110 </xs:annotation> 2111 <xs:sequence> 2112 <xs:element name="jenAktualni" type="xs:boolean" minOccurs="0"> 2113 <xs:annotation> 2114 <xs:documentation><p>Omezení, zda hledat pouze aktuální Examples: 1002852487</p> 2115 </xs:documentation> 2116 </xs:annotation> 2117 </xs:element> 2118 <xs:element name="rid" type="xs:string"> 2119 <xs:annotation> 2120 <xs:documentation><p>RID pacienta</p> 2121 </xs:documentation> 2122 </xs:annotation> 2123 </xs:element> 2124 </xs:sequence> 2125 </xs:complexType> 2126 <xs:complexType name="VyhledaniOdberNotifikaciPZSInterni"> 2127 <xs:annotation> 2128 <xs:documentation><p>Obsahuje informace potřebné k zrušení odběru notifikací</p> 2129 </xs:documentation> 2130 </xs:annotation> 2131 <xs:sequence> 2132 <xs:element name="idSubskripce" type="xs:string" minOccurs="0"> 2133 <xs:annotation> 2134 <xs:documentation><p>ID subskripce</p> 2135 </xs:documentation> 2136 </xs:annotation> 2137 </xs:element> 2138 <xs:element name="predmetId" type="tns:PredmetNotifikace" minOccurs="0" maxOccurs="2147483647"> 2139 <xs:annotation> 2140 <xs:documentation><p>Předmět notifikace</p> 2141 </xs:documentation> 2142 </xs:annotation> 2143 </xs:element> 2144 <xs:element name="vsechnySubskripce" type="xs:boolean" minOccurs="0"> 2145 <xs:annotation> 2146 <xs:documentation><p>Zda-li vyhledat všechny subskripce. V případě, že je vyplněno nevyplňovat ID subskripce.</p> 2147 </xs:documentation> 2148 </xs:annotation> 2149 </xs:element> 2150 <xs:element name="kanalTyp" type="xs:string"> 2151 <xs:annotation> 2152 <xs:documentation><p>Typ komunikačního kanálu</p> 2153 </xs:documentation> 2154 </xs:annotation> 2155 </xs:element> 2156 <xs:element name="subjektId" type="xs:string" minOccurs="0"> 2157 <xs:annotation> 2158 <xs:documentation><p>Id subjektu, o němž budou notifikace zasílány</p> 2159 </xs:documentation> 2160 </xs:annotation> 2161 </xs:element> 2162 <xs:element name="subjektTyp" type="xs:string" minOccurs="0"> 2163 <xs:annotation> 2164 <xs:documentation><p>Typ subjektu, o němž jsou notifikace zasílány</p> 2165 </xs:documentation> 2166 </xs:annotation> 2167 </xs:element> 2168 </xs:sequence> 2169 </xs:complexType> 2170 <xs:complexType name="VyhledaniPacientaUniverzal"> 2171 <xs:annotation> 2172 <xs:documentation><p>Data pro vyhledání pacienta podle různých parametrů</p> 2173 </xs:documentation> 2174 </xs:annotation> 2175 <xs:sequence> 2176 <xs:element name="cisloPojistence" minOccurs="0"> 2177 <xs:annotation> 2178 <xs:documentation><p>Číslo pojištěnce pacienta Examples: 475714280</p> 2179 </xs:documentation> 2180 </xs:annotation> 2181 <xs:simpleType> 2182 <xs:restriction base="xs:string"> 2183 <xs:maxLength value="22" /> 2184 </xs:restriction> 2185 </xs:simpleType> 2186 </xs:element> 2187 <xs:element name="jmeno" minOccurs="0"> 2188 <xs:annotation> 2189 <xs:documentation><p>Jméno pacienta Examples: BOROVICE</p> 2190 </xs:documentation> 2191 </xs:annotation> 2192 <xs:simpleType> 2193 <xs:restriction base="xs:string"> 2194 <xs:maxLength value="50" /> 2195 </xs:restriction> 2196 </xs:simpleType> 2197 </xs:element> 2198 <xs:element name="prijmeni" minOccurs="0"> 2199 <xs:annotation> 2200 <xs:documentation><p>Příjmení pacienta Examples: PYRENEJSKÁ</p> 2201 </xs:documentation> 2202 </xs:annotation> 2203 <xs:simpleType> 2204 <xs:restriction base="xs:string"> 2205 <xs:maxLength value="50" /> 2206 </xs:restriction> 2207 </xs:simpleType> 2208 </xs:element> 2209 <xs:element name="rodneCislo" minOccurs="0"> 2210 <xs:annotation> 2211 <xs:documentation><p>Rodné číslo pacienta Examples: 475714280</p> 2212 </xs:documentation> 2213 </xs:annotation> 2214 <xs:simpleType> 2215 <xs:restriction base="xs:string"> 2216 <xs:maxLength value="20" /> 2217 </xs:restriction> 2218 </xs:simpleType> 2219 </xs:element> 2220 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 2221 <xs:annotation> 2222 <xs:documentation><p>Datum narození pacienta jako date pro verzi V3</p> 2223 </xs:documentation> 2224 </xs:annotation> 2225 </xs:element> 2226 <xs:element name="statniObcanstvi" type="xs:string" minOccurs="0"> 2227 <xs:annotation> 2228 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod) Examples: CZ</p> 2229 </xs:documentation> 2230 </xs:annotation> 2231 </xs:element> 2232 <xs:element name="adresaPobytu" type="tns:Adresa" minOccurs="0" /> 2233 <xs:element name="doklady" type="tns:Doklad" minOccurs="0" maxOccurs="2147483647"> 2234 <xs:annotation> 2235 <xs:documentation><p>Doklady pacienta</p> 2236 </xs:documentation> 2237 </xs:annotation> 2238 </xs:element> 2239 <xs:element name="hledatPredchoziPrijmeni" type="xs:boolean" minOccurs="0"> 2240 <xs:annotation> 2241 <xs:documentation><p>Omezení, zda se má hledat i dle předchozího příjmení Examples: True</p> 2242 </xs:documentation> 2243 </xs:annotation> 2244 </xs:element> 2245 <xs:element name="mistoNarozeniRuianId" type="xs:long" minOccurs="0"> 2246 <xs:annotation> 2247 <xs:documentation><p>Místo narození osoby Examples: 554782</p> 2248 </xs:documentation> 2249 </xs:annotation> 2250 </xs:element> 2251 </xs:sequence> 2252 </xs:complexType> 2253 <xs:complexType name="VyhledaniPodleJmenoPrijmeniCP"> 2254 <xs:annotation> 2255 <xs:documentation><p>Data pro vyhledání podle jména, příjmení a čísla pojištění</p> 2256 </xs:documentation> 2257 </xs:annotation> 2258 <xs:sequence> 2259 <xs:element name="jmeno"> 2260 <xs:annotation> 2261 <xs:documentation><p>Jméno pacienta Examples: BOROVICE</p> 2262 </xs:documentation> 2263 </xs:annotation> 2264 <xs:simpleType> 2265 <xs:restriction base="xs:string"> 2266 <xs:maxLength value="50" /> 2267 </xs:restriction> 2268 </xs:simpleType> 2269 </xs:element> 2270 <xs:element name="prijmeni"> 2271 <xs:annotation> 2272 <xs:documentation><p>Příjmení pacienta Examples: PYRENEJSKÁ</p> 2273 </xs:documentation> 2274 </xs:annotation> 2275 <xs:simpleType> 2276 <xs:restriction base="xs:string"> 2277 <xs:maxLength value="50" /> 2278 </xs:restriction> 2279 </xs:simpleType> 2280 </xs:element> 2281 <xs:element name="cisloPojistence"> 2282 <xs:annotation> 2283 <xs:documentation><p>Číslo pojištěnce pacienta Examples: 475714280</p> 2284 </xs:documentation> 2285 </xs:annotation> 2286 <xs:simpleType> 2287 <xs:restriction base="xs:string"> 2288 <xs:maxLength value="22" /> 2289 </xs:restriction> 2290 </xs:simpleType> 2291 </xs:element> 2292 </xs:sequence> 2293 </xs:complexType> 2294 <xs:complexType name="VyhledaniPodleJmenoPrijmeniDatumNarozeni"> 2295 <xs:annotation> 2296 <xs:documentation><p>Data pro vyhledání pacienta podle jména, příjmení a data narození</p> 2297 </xs:documentation> 2298 </xs:annotation> 2299 <xs:sequence> 2300 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 2301 <xs:annotation> 2302 <xs:documentation><p>Datum narození pacienta jako date pro verzi V3</p> 2303 </xs:documentation> 2304 </xs:annotation> 2305 </xs:element> 2306 <xs:element name="jmeno"> 2307 <xs:annotation> 2308 <xs:documentation><p>Jméno pacienta Examples: BOROVICE</p> 2309 </xs:documentation> 2310 </xs:annotation> 2311 <xs:simpleType> 2312 <xs:restriction base="xs:string"> 2313 <xs:maxLength value="50" /> 2314 </xs:restriction> 2315 </xs:simpleType> 2316 </xs:element> 2317 <xs:element name="prijmeni"> 2318 <xs:annotation> 2319 <xs:documentation><p>Příjmení pacienta Examples: PYRENEJSKÁ</p> 2320 </xs:documentation> 2321 </xs:annotation> 2322 <xs:simpleType> 2323 <xs:restriction base="xs:string"> 2324 <xs:maxLength value="50" /> 2325 </xs:restriction> 2326 </xs:simpleType> 2327 </xs:element> 2328 <xs:element name="statniObcanstvi" minOccurs="0"> 2329 <xs:annotation> 2330 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod) Examples: CZ</p> 2331 </xs:documentation> 2332 </xs:annotation> 2333 <xs:simpleType> 2334 <xs:restriction base="xs:string"> 2335 <xs:maxLength value="20" /> 2336 </xs:restriction> 2337 </xs:simpleType> 2338 </xs:element> 2339 </xs:sequence> 2340 </xs:complexType> 2341 <xs:complexType name="VyhledaniPodleJmenoPrijmeniRC"> 2342 <xs:annotation> 2343 <xs:documentation><p>Data pro vyhledání podle jména, příjmení a rodného čísla</p> 2344 </xs:documentation> 2345 </xs:annotation> 2346 <xs:sequence> 2347 <xs:element name="jmeno"> 2348 <xs:annotation> 2349 <xs:documentation><p>Jméno pacienta Examples: BOROVICE</p> 2350 </xs:documentation> 2351 </xs:annotation> 2352 <xs:simpleType> 2353 <xs:restriction base="xs:string"> 2354 <xs:maxLength value="50" /> 2355 </xs:restriction> 2356 </xs:simpleType> 2357 </xs:element> 2358 <xs:element name="prijmeni"> 2359 <xs:annotation> 2360 <xs:documentation><p>Příjmení pacienta Examples: PYRENEJSKÁ</p> 2361 </xs:documentation> 2362 </xs:annotation> 2363 <xs:simpleType> 2364 <xs:restriction base="xs:string"> 2365 <xs:maxLength value="50" /> 2366 </xs:restriction> 2367 </xs:simpleType> 2368 </xs:element> 2369 <xs:element name="rodneCislo"> 2370 <xs:annotation> 2371 <xs:documentation><p>Rodné číslo pacienta Examples: 475714280</p> 2372 </xs:documentation> 2373 </xs:annotation> 2374 <xs:simpleType> 2375 <xs:restriction base="xs:string"> 2376 <xs:maxLength value="20" /> 2377 </xs:restriction> 2378 </xs:simpleType> 2379 </xs:element> 2380 <xs:element name="statniObcanstvi" minOccurs="0"> 2381 <xs:annotation> 2382 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod) Examples: CZ</p> 2383 </xs:documentation> 2384 </xs:annotation> 2385 <xs:simpleType> 2386 <xs:restriction base="xs:string"> 2387 <xs:maxLength value="20" /> 2388 </xs:restriction> 2389 </xs:simpleType> 2390 </xs:element> 2391 </xs:sequence> 2392 </xs:complexType> 2393 <xs:complexType name="VyhledaniPodleRID"> 2394 <xs:annotation> 2395 <xs:documentation><p>Data pro vyhledání pacienta podle RID</p> 2396 </xs:documentation> 2397 </xs:annotation> 2398 <xs:sequence> 2399 <xs:element name="rid" type="xs:string"> 2400 <xs:annotation> 2401 <xs:documentation><p>RID pacienta, podle kterého se hledá Examples: 7651532629</p> 2402 </xs:documentation> 2403 </xs:annotation> 2404 </xs:element> 2405 </xs:sequence> 2406 </xs:complexType> 2407 <xs:complexType name="ZadostNavrhSlouceniPacientu"> 2408 <xs:annotation> 2409 <xs:documentation><p>Data žádosti o navržení sloučení pacientů</p> 2410 </xs:documentation> 2411 </xs:annotation> 2412 <xs:sequence> 2413 <xs:element name="zadostData" type="tns:NavrhSlouceniPacientu" /> 2414 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2415 </xs:sequence> 2416 </xs:complexType> 2417 <xs:complexType name="ZadostNavrhZruseniZaznamu"> 2418 <xs:annotation> 2419 <xs:documentation><p>Žádost o zrušení záznamu</p> 2420 </xs:documentation> 2421 </xs:annotation> 2422 <xs:sequence> 2423 <xs:element name="zadostData" type="tns:NavrhZruseniZaznamu" /> 2424 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2425 </xs:sequence> 2426 </xs:complexType> 2427 <xs:complexType name="ZadostODocasnyRID"> 2428 <xs:annotation> 2429 <xs:documentation><p>Data žádosti o dočasný RID</p> 2430 </xs:documentation> 2431 </xs:annotation> 2432 <xs:sequence> 2433 <xs:element name="pocet" type="xs:int" minOccurs="0"> 2434 <xs:annotation> 2435 <xs:documentation><p>Požadovaný počet RIDů, které se mají vrátit</p> 2436 </xs:documentation> 2437 </xs:annotation> 2438 </xs:element> 2439 </xs:sequence> 2440 </xs:complexType> 2441 <xs:complexType name="ZadostOMapovaniRID"> 2442 <xs:annotation> 2443 <xs:documentation><p>Data žádosti pro mapování RID pacienta</p> 2444 </xs:documentation> 2445 </xs:annotation> 2446 <xs:sequence> 2447 <xs:element name="zadostData" type="tns:VyhledaniMapovaniRID" /> 2448 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2449 </xs:sequence> 2450 </xs:complexType> 2451 <xs:complexType name="ZadostOOdberNotifikaciInterni"> 2452 <xs:annotation> 2453 <xs:documentation><p>Data žádosti pro přihlášení k odběru notifikací</p> 2454 </xs:documentation> 2455 </xs:annotation> 2456 <xs:sequence> 2457 <xs:element name="zadostData" type="tns:SubskripceNotifikaceInterni" /> 2458 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2459 </xs:sequence> 2460 </xs:complexType> 2461 <xs:complexType name="ZadostOPrirazeniDocasnehoRIDu"> 2462 <xs:annotation> 2463 <xs:documentation><p>Data žádosti pro přiřazení dočásného RID</p> 2464 </xs:documentation> 2465 </xs:annotation> 2466 <xs:sequence> 2467 <xs:element name="zadostData" type="tns:PriraditDocasnyRID" /> 2468 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2469 </xs:sequence> 2470 </xs:complexType> 2471 <xs:complexType name="ZadostOStazeniDatHromadnehoZtotozneni"> 2472 <xs:annotation> 2473 <xs:documentation><p>Data žádosti o stažení dat hromadného ztotožnění</p> 2474 </xs:documentation> 2475 </xs:annotation> 2476 <xs:sequence> 2477 <xs:element name="zadostData" type="tns:StazeniDatHromadnehoZtotozneni" /> 2478 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2479 </xs:sequence> 2480 </xs:complexType> 2481 <xs:complexType name="ZadostOVygenerovaniDocasnehoRIDu"> 2482 <xs:annotation> 2483 <xs:documentation><p>Data žádosti pro vygenerování dočasného RIDu</p> 2484 </xs:documentation> 2485 </xs:annotation> 2486 <xs:sequence> 2487 <xs:element name="zadostData" type="tns:ZadostODocasnyRID" /> 2488 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2489 </xs:sequence> 2490 </xs:complexType> 2491 <xs:complexType name="ZadostOVyhledaniCizincePodleCP"> 2492 <xs:annotation> 2493 <xs:documentation><p>Data žádosti pro vyhledání cizince podle čísla pojištěnce</p> 2494 </xs:documentation> 2495 </xs:annotation> 2496 <xs:sequence> 2497 <xs:element name="zadostData" type="tns:VyhledaniCizincePodleCP" /> 2498 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2499 </xs:sequence> 2500 </xs:complexType> 2501 <xs:complexType name="ZadostOVyhledaniHistoriePojisteniPacienta"> 2502 <xs:annotation> 2503 <xs:documentation><p>Data žádosti pro vyhledání historie pojištění pacienta</p> 2504 </xs:documentation> 2505 </xs:annotation> 2506 <xs:sequence> 2507 <xs:element name="zadostData" type="tns:VyhledaniHistorieZdravotnihoPojisteni" /> 2508 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2509 </xs:sequence> 2510 </xs:complexType> 2511 <xs:complexType name="ZadostOVyhledaniHistorieRegistrujicichLekaruPacienta"> 2512 <xs:annotation> 2513 <xs:documentation><p>Data žádosti pro vyhledání historie registrujících lékařů pacienta</p> 2514 </xs:documentation> 2515 </xs:annotation> 2516 <xs:sequence> 2517 <xs:element name="zadostData" type="tns:VyhledaniHistorieRegistrujicihLekaru" /> 2518 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2519 </xs:sequence> 2520 </xs:complexType> 2521 <xs:complexType name="ZadostOVyhledaniOdberuZmenPacientuProPZSInterni"> 2522 <xs:annotation> 2523 <xs:documentation><p>Data žádosti o vyhledání odběru notifikací pro PZS a subjekty údajů</p> 2524 </xs:documentation> 2525 </xs:annotation> 2526 <xs:sequence> 2527 <xs:element name="zadostData" type="tns:VyhledaniOdberNotifikaciPZSInterni" /> 2528 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2529 </xs:sequence> 2530 </xs:complexType> 2531 <xs:complexType name="ZadostOVyhledaniPodleAIFOUlozenky"> 2532 <xs:annotation> 2533 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle AIFO nebo uloženky</p> 2534 </xs:documentation> 2535 </xs:annotation> 2536 <xs:sequence> 2537 <xs:element name="zadostData" type="tns:AIFOUlozenka" /> 2538 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2539 </xs:sequence> 2540 </xs:complexType> 2541 <xs:complexType name="ZadostOVyhledaniPodleDokladu"> 2542 <xs:annotation> 2543 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle dokladu</p> 2544 </xs:documentation> 2545 </xs:annotation> 2546 <xs:sequence> 2547 <xs:element name="zadostData" type="tns:Doklad" /> 2548 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2549 </xs:sequence> 2550 </xs:complexType> 2551 <xs:complexType name="ZadostOVyhledaniPodleJmenoPrijmeniCP"> 2552 <xs:annotation> 2553 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle jména, příjmení a čísla pojištěnce</p> 2554 </xs:documentation> 2555 </xs:annotation> 2556 <xs:sequence> 2557 <xs:element name="zadostData" type="tns:VyhledaniPodleJmenoPrijmeniCP" /> 2558 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2559 </xs:sequence> 2560 </xs:complexType> 2561 <xs:complexType name="ZadostOVyhledaniPodleJmenoPrijmeniDatumNarozeni"> 2562 <xs:annotation> 2563 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle jména, příjmení a data narození</p> 2564 </xs:documentation> 2565 </xs:annotation> 2566 <xs:sequence> 2567 <xs:element name="zadostData" type="tns:VyhledaniPodleJmenoPrijmeniDatumNarozeni" /> 2568 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2569 </xs:sequence> 2570 </xs:complexType> 2571 <xs:complexType name="ZadostOVyhledaniPodleJmenoPrijmeniRC"> 2572 <xs:annotation> 2573 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle jména, příjmení a rodného čísla</p> 2574 </xs:documentation> 2575 </xs:annotation> 2576 <xs:sequence> 2577 <xs:element name="zadostData" type="tns:VyhledaniPodleJmenoPrijmeniRC" /> 2578 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2579 </xs:sequence> 2580 </xs:complexType> 2581 <xs:complexType name="ZadostOVyhledaniPodleNIABSI"> 2582 <xs:annotation> 2583 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle NIA BSI</p> 2584 </xs:documentation> 2585 </xs:annotation> 2586 <xs:sequence> 2587 <xs:element name="niabsi" type="xs:string"> 2588 <xs:annotation> 2589 <xs:documentation><p>NIA BSI indetifikátor, podle kterého se vyhledává Examples: CZ/CZ/2e3883ee-7e0d-47cb-8fee-2ea231a58ee6</p> 2590 </xs:documentation> 2591 </xs:annotation> 2592 </xs:element> 2593 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2594 </xs:sequence> 2595 </xs:complexType> 2596 <xs:complexType name="ZadostOVyhledaniPodleRID"> 2597 <xs:annotation> 2598 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle rezortního ID</p> 2599 </xs:documentation> 2600 </xs:annotation> 2601 <xs:sequence> 2602 <xs:element name="zadostData" type="tns:VyhledaniPodleRID" /> 2603 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2604 </xs:sequence> 2605 </xs:complexType> 2606 <xs:complexType name="ZadostOVyhledaniUniverzal"> 2607 <xs:annotation> 2608 <xs:documentation><p>Data žádosti pro vyhledání pacienta podle zadaných paramterů</p> 2609 </xs:documentation> 2610 </xs:annotation> 2611 <xs:sequence> 2612 <xs:element name="zadostData" type="tns:VyhledaniPacientaUniverzal" /> 2613 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2614 </xs:sequence> 2615 </xs:complexType> 2616 <xs:complexType name="ZadostOZalozeniPacienta"> 2617 <xs:annotation> 2618 <xs:documentation><p>Data žádosti pro založení nového pacienta</p> 2619 </xs:documentation> 2620 </xs:annotation> 2621 <xs:sequence> 2622 <xs:element name="zadostData" type="tns:NovyPacient" /> 2623 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2624 </xs:sequence> 2625 </xs:complexType> 2626 <xs:complexType name="ZadostOZmenuPacienta"> 2627 <xs:annotation> 2628 <xs:documentation><p>Data žádosti pro změnu údajů pacienta</p> 2629 </xs:documentation> 2630 </xs:annotation> 2631 <xs:sequence> 2632 <xs:element name="zadostData" type="tns:ZmenaPacienta" /> 2633 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2634 </xs:sequence> 2635 </xs:complexType> 2636 <xs:complexType name="ZadostOZruseniOdberuNotifikaciInterni"> 2637 <xs:annotation> 2638 <xs:documentation><p>Data žádosti o zrušení k odběru notifikací pro PZS a subjekty údajů. Pro interní komunikaci uvniř systému.</p> 2639 </xs:documentation> 2640 </xs:annotation> 2641 <xs:sequence> 2642 <xs:element name="zadostData" type="tns:ZruseniOdberuNotifikaciInterni" /> 2643 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2644 </xs:sequence> 2645 </xs:complexType> 2646 <xs:complexType name="ZadostReklamaceUdaju"> 2647 <xs:annotation> 2648 <xs:documentation><p>Zadost o reklamaci udajů</p> 2649 </xs:documentation> 2650 </xs:annotation> 2651 <xs:sequence> 2652 <xs:element name="zadostData" type="tns:DataReklamace" /> 2653 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2654 </xs:sequence> 2655 </xs:complexType> 2656 <xs:complexType name="ZadostRozdeleniPacientu"> 2657 <xs:annotation> 2658 <xs:documentation><p>Data žádosti o rozdělení pacientů</p> 2659 </xs:documentation> 2660 </xs:annotation> 2661 <xs:sequence> 2662 <xs:element name="data" type="tns:RozdeleniPacienta" /> 2663 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2664 </xs:sequence> 2665 </xs:complexType> 2666 <xs:complexType name="ZmenaPacienta"> 2667 <xs:annotation> 2668 <xs:documentation><p>Data pro změnu pacienta</p> 2669 </xs:documentation> 2670 </xs:annotation> 2671 <xs:sequence> 2672 <xs:element name="rid" type="xs:string"> 2673 <xs:annotation> 2674 <xs:documentation><p>RID pacienta Examples: 1156887069</p> 2675 </xs:documentation> 2676 </xs:annotation> 2677 </xs:element> 2678 <xs:element name="aifo" type="tns:AIFO" minOccurs="0" maxOccurs="2147483647"> 2679 <xs:annotation> 2680 <xs:documentation><p>AIFA (Agendový Identifikátory Fyzické Osoby) pacienta.</p> 2681 </xs:documentation> 2682 </xs:annotation> 2683 </xs:element> 2684 <xs:element name="adresaPobytu" type="tns:Adresa" minOccurs="0" /> 2685 <xs:element name="cisloPojistence" minOccurs="0"> 2686 <xs:annotation> 2687 <xs:documentation><p>Číslo pojištěnce pacienta Examples: 8154093090</p> 2688 </xs:documentation> 2689 </xs:annotation> 2690 <xs:simpleType> 2691 <xs:restriction base="xs:string"> 2692 <xs:maxLength value="22" /> 2693 </xs:restriction> 2694 </xs:simpleType> 2695 </xs:element> 2696 <xs:element name="datumNarozeni" type="xs:date" minOccurs="0"> 2697 <xs:annotation> 2698 <xs:documentation><p>Datum narození pacienta jako date pro verzi V3</p> 2699 </xs:documentation> 2700 </xs:annotation> 2701 </xs:element> 2702 <xs:element name="DatumUmrti" type="xs:date" minOccurs="0"> 2703 <xs:annotation> 2704 <xs:documentation><p>Datum úmrtí pacienta jako date pro verzi V3</p> 2705 </xs:documentation> 2706 </xs:annotation> 2707 </xs:element> 2708 <xs:element name="doklady" type="tns:Doklad" minOccurs="0" maxOccurs="2147483647"> 2709 <xs:annotation> 2710 <xs:documentation><p>Doklady pacienta</p> 2711 </xs:documentation> 2712 </xs:annotation> 2713 </xs:element> 2714 <xs:element name="omezeniSvepravnosti" type="xs:string"> 2715 <xs:annotation> 2716 <xs:documentation><p>Příznak omezení sváprávnosti pacienta</p> 2717 </xs:documentation> 2718 </xs:annotation> 2719 </xs:element> 2720 <xs:element name="jmeno" minOccurs="0"> 2721 <xs:annotation> 2722 <xs:documentation><p>Jméno pacienta</p> 2723 </xs:documentation> 2724 </xs:annotation> 2725 <xs:simpleType> 2726 <xs:restriction base="xs:string"> 2727 <xs:maxLength value="50" /> 2728 </xs:restriction> 2729 </xs:simpleType> 2730 </xs:element> 2731 <xs:element name="prijmeni"> 2732 <xs:annotation> 2733 <xs:documentation><p>Příjmení pacienta</p> 2734 </xs:documentation> 2735 </xs:annotation> 2736 <xs:simpleType> 2737 <xs:restriction base="xs:string"> 2738 <xs:maxLength value="50" /> 2739 </xs:restriction> 2740 </xs:simpleType> 2741 </xs:element> 2742 <xs:element name="rodnePrijmeni" minOccurs="0"> 2743 <xs:annotation> 2744 <xs:documentation><p>Rodné příjmení</p> 2745 </xs:documentation> 2746 </xs:annotation> 2747 <xs:simpleType> 2748 <xs:restriction base="xs:string"> 2749 <xs:maxLength value="50" /> 2750 </xs:restriction> 2751 </xs:simpleType> 2752 </xs:element> 2753 <xs:element name="pohlavi" minOccurs="0"> 2754 <xs:annotation> 2755 <xs:documentation><p>Pohlaví pacienta</p> 2756 </xs:documentation> 2757 </xs:annotation> 2758 <xs:simpleType> 2759 <xs:restriction base="xs:string"> 2760 <xs:maxLength value="1" /> 2761 </xs:restriction> 2762 </xs:simpleType> 2763 </xs:element> 2764 <xs:element name="statniObcanstvi" type="xs:string" minOccurs="0" maxOccurs="2147483647"> 2765 <xs:annotation> 2766 <xs:documentation><p>Státní občanství pacienta v ISO 3166 formátu (Aplha2Kod)</p> 2767 </xs:documentation> 2768 </xs:annotation> 2769 </xs:element> 2770 <xs:element name="mistoNarozeniRuianObecId" type="xs:long" minOccurs="0"> 2771 <xs:annotation> 2772 <xs:documentation><p>Místo narození - RUIAN Id obce</p> 2773 </xs:documentation> 2774 </xs:annotation> 2775 </xs:element> 2776 <xs:element name="mistoNarozeniZemeKod" minOccurs="0"> 2777 <xs:annotation> 2778 <xs:documentation><p>Místo narození - kód země</p> 2779 </xs:documentation> 2780 </xs:annotation> 2781 <xs:simpleType> 2782 <xs:restriction base="xs:string"> 2783 <xs:maxLength value="2" /> 2784 </xs:restriction> 2785 </xs:simpleType> 2786 </xs:element> 2787 <xs:element name="mistoNarozeniSvetNazev" minOccurs="0"> 2788 <xs:annotation> 2789 <xs:documentation><p>Místo narození - název</p> 2790 </xs:documentation> 2791 </xs:annotation> 2792 <xs:simpleType> 2793 <xs:restriction base="xs:string"> 2794 <xs:maxLength value="100" /> 2795 </xs:restriction> 2796 </xs:simpleType> 2797 </xs:element> 2798 </xs:sequence> 2799 </xs:complexType> 2800 <xs:complexType name="ZruseniOdberuNotifikaciInterni"> 2801 <xs:annotation> 2802 <xs:documentation><p>Obsahuje informace potřebné k zrušení odběru notifikací pro interní komunikaci uvnitř systému</p> 2803 </xs:documentation> 2804 </xs:annotation> 2805 <xs:sequence> 2806 <xs:element name="predmet" type="tns:PredmetNotifikace" minOccurs="0" maxOccurs="2147483647"> 2807 <xs:annotation> 2808 <xs:documentation><p>Předmět notifikace</p> 2809 </xs:documentation> 2810 </xs:annotation> 2811 </xs:element> 2812 <xs:element name="idSubskripce" type="xs:string" minOccurs="0"> 2813 <xs:annotation> 2814 <xs:documentation><p>ID subskripce</p> 2815 </xs:documentation> 2816 </xs:annotation> 2817 </xs:element> 2818 <xs:element name="predmetId" type="tns:PredmetNotifikace" minOccurs="0" maxOccurs="2147483647"> 2819 <xs:annotation> 2820 <xs:documentation><p>Předmět notifikace</p> 2821 </xs:documentation> 2822 </xs:annotation> 2823 </xs:element> 2824 <xs:element name="subjektId" type="xs:string" minOccurs="0"> 2825 <xs:annotation> 2826 <xs:documentation><p>Id subjektu, jemuž budou notifikace zasílány</p> 2827 </xs:documentation> 2828 </xs:annotation> 2829 </xs:element> 2830 <xs:element name="subjektTyp" type="xs:string" minOccurs="0"> 2831 <xs:annotation> 2832 <xs:documentation><p>Typ subjektu, jemuž jsou notifikace zasílány</p> 2833 </xs:documentation> 2834 </xs:annotation> 2835 </xs:element> 2836 </xs:sequence> 2837 </xs:complexType> 2838 <xs:complexType name="OdpovedVyhledaniCiselniku"> 2839 <xs:annotation> 2840 <xs:documentation><p>Data pro odpověď vyhledání číselníku</p> 2841 </xs:documentation> 2842 </xs:annotation> 2843 <xs:sequence> 2844 <xs:element name="odpovedInfo" type="tns:KZROdpoved" /> 2845 <xs:element name="odpovedData" type="tns:ZakladniCiselnik" minOccurs="0" maxOccurs="2147483647"> 2846 <xs:annotation> 2847 <xs:documentation><p>Data základního číselníku</p> 2848 </xs:documentation> 2849 </xs:annotation> 2850 </xs:element> 2851 </xs:sequence> 2852 </xs:complexType> 2853 <xs:complexType name="ProblemDetails"> 2854 <xs:sequence> 2855 <xs:element name="type" type="xs:string" minOccurs="0" /> 2856 <xs:element name="title" type="xs:string" minOccurs="0" /> 2857 <xs:element name="status" type="xs:int" minOccurs="0" /> 2858 <xs:element name="detail" type="xs:string" minOccurs="0" /> 2859 <xs:element name="instance" type="xs:string" minOccurs="0" /> 2860 </xs:sequence> 2861 </xs:complexType> 2862 <xs:complexType name="ZadostOVyhledaniCiselniku"> 2863 <xs:annotation> 2864 <xs:documentation><p>Data žádosti pro vyhledání číselníku</p> 2865 </xs:documentation> 2866 </xs:annotation> 2867 <xs:sequence> 2868 <xs:element name="zadostInfo" type="tns:KZRDotaz" /> 2869 </xs:sequence> 2870 </xs:complexType> 2871 <xs:complexType name="ZakladniCiselnik"> 2872 <xs:annotation> 2873 <xs:documentation><p>Data pro základní číselník</p> 2874 </xs:documentation> 2875 </xs:annotation> 2876 <xs:sequence> 2877 <xs:element name="kod" type="xs:string"> 2878 <xs:annotation> 2879 <xs:documentation><p>Kód číselníkové položky</p> 2880 </xs:documentation> 2881 </xs:annotation> 2882 </xs:element> 2883 <xs:element name="nazev" type="xs:string"> 2884 <xs:annotation> 2885 <xs:documentation><p>Název číselníkové položky</p> 2886 </xs:documentation> 2887 </xs:annotation> 2888 </xs:element> 2889 <xs:element name="platnostOd" type="xs:dateTime"> 2890 <xs:annotation> 2891 <xs:documentation><p>Platnost od číselníkové položky v ISO 8601 formátu (yyyy-MM-dd)</p> 2892 </xs:documentation> 2893 </xs:annotation> 2894 </xs:element> 2895 <xs:element name="platnostDo" type="xs:dateTime" minOccurs="0"> 2896 <xs:annotation> 2897 <xs:documentation><p>Platnost do číselníkové položky v ISO 8601 formátu (yyyy-MM-dd)</p> 2898 </xs:documentation> 2899 </xs:annotation> 2900 </xs:element> 2901 </xs:sequence> 2902 </xs:complexType> 2903 <xs:element name="ZadostOOdberNotifikaciInterni" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOOdberNotifikaciInterni" /> 2904 <xs:element name="OdpovedOdberNotifikaci" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedOdberNotifikaci" /> 2905 <xs:element name="ZadostOZruseniOdberuNotifikaciInterni" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOZruseniOdberuNotifikaciInterni" /> 2906 <xs:element name="ZadostOVyhledaniOdberuZmenPacientuProPZSInterni" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniOdberuZmenPacientuProPZSInterni" /> 2907 <xs:element name="OdpovedVyhledaniOdberuNotifikaciPZS" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVyhledaniOdberuNotifikaciPZS" /> 2908 <xs:element name="ZadostReklamaceUdaju" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostReklamaceUdaju" /> 2909 <xs:element name="OdpovedZalozeniReklamace" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedZalozeniReklamace" /> 2910 <xs:element name="ZadostNavrhZruseniZaznamu" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostNavrhZruseniZaznamu" /> 2911 <xs:element name="OdpovedZruseniZaznamu" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedZruseniZaznamu" /> 2912 <xs:element name="ZadostOVyhledaniUniverzal" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniUniverzal" /> 2913 <xs:element name="OdpovedVyhledaniPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVyhledaniPacienta" /> 2914 <xs:element name="ZadostOVyhledaniCizincePodleCP" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniCizincePodleCP" /> 2915 <xs:element name="ZadostOVyhledaniHistoriePojisteniPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniHistoriePojisteniPacienta" /> 2916 <xs:element name="OdpovedVyhledaniHistoriePojisteni" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVyhledaniHistoriePojisteni" /> 2917 <xs:element name="ZadostOVyhledaniHistorieRegistrujicichLekaruPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniHistorieRegistrujicichLekaruPacienta" /> 2918 <xs:element name="OdpovedVyhledaniHistorieRegistrujicichLekaru" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVyhledaniHistorieRegistrujicichLekaru" /> 2919 <xs:element name="ZadostOVyhledaniPodleDokladu" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleDokladu" /> 2920 <xs:element name="ZadostOVyhledaniPodleJmenoPrijmeniCP" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleJmenoPrijmeniCP" /> 2921 <xs:element name="ZadostOVyhledaniPodleJmenoPrijmeniDatumNarozeni" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleJmenoPrijmeniDatumNarozeni" /> 2922 <xs:element name="ZadostOVyhledaniPodleJmenoPrijmeniRC" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleJmenoPrijmeniRC" /> 2923 <xs:element name="ZadostOVyhledaniPodleNIABSI" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleNIABSI" /> 2924 <xs:element name="ZadostOVyhledaniPodleRID" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleRID" /> 2925 <xs:element name="ZadostOVyhledaniPodleAIFOUlozenky" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniPodleAIFOUlozenky" /> 2926 <xs:element name="ZadostOVygenerovaniDocasnehoRIDu" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVygenerovaniDocasnehoRIDu" /> 2927 <xs:element name="OdpovedVygenerovaniDocasnyRID" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVygenerovaniDocasnyRID" /> 2928 <xs:element name="ZadostOZalozeniPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOZalozeniPacienta" /> 2929 <xs:element name="OdpovedZalozeniPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedZalozeniPacienta" /> 2930 <xs:element name="ZadostOPrirazeniDocasnehoRIDu" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOPrirazeniDocasnehoRIDu" /> 2931 <xs:element name="OdpovedPrirazeniDocasnehoRIDu" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedPrirazeniDocasnehoRIDu" /> 2932 <xs:element name="ZadostOZmenuPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOZmenuPacienta" /> 2933 <xs:element name="OdpovedZmenaPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedZmenaPacienta" /> 2934 <xs:element name="ZadostOMapovaniRID" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOMapovaniRID" /> 2935 <xs:element name="OdpovedVyhledaniMapovaniRID" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVyhledaniMapovaniRID" /> 2936 <xs:complexType name="AnonymousType_0"> 2937 <xs:sequence> 2938 <xs:element name="ZadostData.RegistrovatOdber" type="xs:boolean" minOccurs="0"> 2939 <xs:annotation> 2940 <xs:documentation><p>Zda-li současně registrovat odběr změn dat u zaslaných pacientů</p> 2941 </xs:documentation> 2942 </xs:annotation> 2943 </xs:element> 2944 <xs:element name="ZadostInfo.Datum" type="xs:date" minOccurs="0"> 2945 <xs:annotation> 2946 <xs:documentation><p>Datum odeslání požadavku v ISO 8601 formátu (yyyy-MM-dd)</p> 2947 </xs:documentation> 2948 </xs:annotation> 2949 </xs:element> 2950 <xs:element name="ZadostInfo.Ucel" type="xs:string" minOccurs="0"> 2951 <xs:annotation> 2952 <xs:documentation><p>Popis účelu požadavku</p> 2953 </xs:documentation> 2954 </xs:annotation> 2955 </xs:element> 2956 <xs:element name="ZadostInfo.ZadostId" type="ns1:guid" minOccurs="0"> 2957 <xs:annotation> 2958 <xs:documentation><p>Identifikátor požadavku</p> 2959 </xs:documentation> 2960 </xs:annotation> 2961 </xs:element> 2962 <xs:element name="file" type="xs:base64Binary" minOccurs="0" /> 2963 </xs:sequence> 2964 </xs:complexType> 2965 <xs:element name="AnonymousType_0" type="https://ezprava.net/mzd/RegistrPacientiMzd:AnonymousType_0" /> 2966 <xs:element name="OdpovedHromadneZtotozneni" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedHromadneZtotozneni" /> 2967 <xs:element name="ZadostRozdeleniPacientu" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostRozdeleniPacientu" /> 2968 <xs:element name="OdpovedRozdeleniPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedRozdeleniPacienta" /> 2969 <xs:element name="ZadostOStazeniDatHromadnehoZtotozneni" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOStazeniDatHromadnehoZtotozneni" /> 2970 <xs:element name="OdpovedStazeniSouboruHromadnehoZtotozneni" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedStazeniSouboruHromadnehoZtotozneni" /> 2971 <xs:element name="OdpovedStazeniSouborHromadnehoZtotozneniInterni" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedStazeniSouborHromadnehoZtotozneniInterni" /> 2972 <xs:element name="ZadostNavrhSlouceniPacientu" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostNavrhSlouceniPacientu" /> 2973 <xs:element name="OdpovedSlouceniPacienta" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedSlouceniPacienta" /> 2974 <xs:element name="ZadostOVyhledaniCiselniku" type="https://ezprava.net/mzd/RegistrPacientiMzd:ZadostOVyhledaniCiselniku" /> 2975 <xs:element name="OdpovedVyhledaniCiselniku" type="https://ezprava.net/mzd/RegistrPacientiMzd:OdpovedVyhledaniCiselniku" /> 2976 </schema>