-
Notifications
You must be signed in to change notification settings - Fork 2
/
gemProdT_COS_PTV_4.4.0-0_V1.2.0.dbg.txt
3650 lines (3593 loc) · 160 KB
/
gemProdT_COS_PTV_4.4.0-0_V1.2.0.dbg.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
DEBUG OUTPUT: TABLE OF CONTENTS
01. ELEMENT TREE
02. RAW SOURCE TEXT
03. CHAPTERS
04. TABLE COMPOSITION DETAILS
05. MODEL ATTRIBUTES
06. MODEL IMAGES
07. MODEL TABLES
08. MODEL REQUIREMENTS
09. MODEL LINKS
10. MODEL PLACEHOLDERS
11. MODEL METADATA
12. DOKUMENT TYPE
13. ERRORS AND WARNINGS
========================================================================================================================
01. ELEMENT TREE
========================================================================================================================
<empty>
#document
HTML (&94139810562168)
HEAD (&94139810562352)
text "\n "
STYLE (&94139810562656)
text "\n\n#toc_container {\n background: #f9f9f9 none repeat scroll 0 0;\n border: 1px solid #aaa;\n display: table;\n font-size: 95%;\n margin-bottom: 1em;\n padding: 20px;\n width: 100%;\n}\n\n.toc_title {\n font-weight: 700;\n text-align: center;\n}\n\n#toc_container li, #toc_container ul, #toc_container ul li{\n list-style: outside none none !important;\n}\n\nbody {\n font-family: Arial, Helvetica, sans-serif;\n font-size: 14px;\n}\n\n.polarion-table {\n width: 100%;\n margin-left: auto;\n margin-right: auto;\n border: 1px solid #CCCCCC;\n empty-cells: show;\n border-collapse: collapse; \n}\n\n.polarion-table-header {\n font-weight: bold;\n background-color: #F0F0F0;\n text-align: left;\n vertical-align: top;\n width: 134px;\n height: 18.4444px;\n border: 1px solid #CCCCCC;\n padding: 5px;\n}\n\n.polarion-table-span {\n font-size: 10pt;\n line-height: 1.5;\n}\n\n.polarion-table-data {\nfont-family: Arial, Helvetica, sans-serif;\n font-size: 14px;\n text-align: left;\n vertical-align: top;\n width: 134px;\n height: 18.4444px;\n border: 1px solid #CCCCCC;\n border-top: 1px solid #CCCCCC;\n border-bottom: 1px solid #CCCCCC;\n border-right: 1px solid #CCCCCC;\n border-left: 1px solid #CCCCCC;\n padding: 5px;\n}\n\n/* ol {\n list-style-type: none;\n Remove default numbering\n}\n\nol > li:before {\n counter-increment: mycounter;\n content: counter(mycounter) ". ";\n}\n\nol:first-of-type {\n counter-reset: mycounter;\n} */\n\n@media print { h1, h2 { break-before: page; } }\n\n"
text "\n "
META (&94139810563088)
attr charset "utf-8"
text "\n "
text "\n "
BODY (&94139810563688)
text "\n "
P (&94139810563992)
attr id "polarion_17"
text " "
BR (&94139810564472)
text " "
text "\n "
P (&94139810564896)
attr id "polarion_25"
text " "
BR (&94139810565376)
text " "
text "\n "
P (&94139810565800)
attr id "polarion_29"
text " "
SPAN (&94139810566280)
attr style "font-weight: bold;text-decoration: underline;font-size: 12pt;line-height: 1.5;"
text "Elektronische Gesundheitskarte und Telematikinfrastruktur"
text " "
text "\n "
P (&94139810567000)
attr id "polarion_42"
text " "
BR (&94139810567480)
text " "
BR (&94139810567784)
text " "
BR (&94139810568088)
text " "
text "\n "
P (&94139810568512)
attr id "polarion_48"
text " "
BR (&94139810568992)
text " "
text "\n "
P (&94139810569416)
attr id "polarion_50"
text " "
BR (&94139810569896)
text " "
text "\n "
P (&94139810570320)
attr id "polarion_54"
attr style "text-align: center;"
text " "
SPAN (&94139810570976)
attr style "font-weight: bold;font-size: 28pt;line-height: 1.2;"
text "Produkttypsteckbrief"
text " "
text "\n "
P (&94139810571696)
attr id "polarion_60"
attr style "text-align: center;"
text " "
SPAN (&94139810572352)
attr style "font-weight: bold;font-style: italic;font-size: 16pt;line-height: 1.2;"
text "Prüfvorschrift"
text " "
text "\n "
P (&94139810573072)
attr id "polarion_71"
attr style "text-align: center;"
text " "
SPAN (&94139810573728)
attr style "font-weight: bold;font-size: 28pt;line-height: 1.2;"
text "Zulassungsobjekt COS"
text " "
text "\n "
P (&94139810574448)
attr id "polarion_72"
text " "
BR (&94139810574928)
text " "
text "\n "
P (&94139810575352)
attr id "polarion_73"
text " "
BR (&94139810575832)
text " "
text "\n "
DIV (&94139810576256)
attr id "polarion_editor_html_block74"
attr class "polarion-dle-wiki-block"
text " \n "
DIV (&94139810576912)
attr id "polarion_editor_html_block_content"
attr contenteditable "false"
text "\n "
PRE (&94139810577568)
attr id "polarion_editor_html_block_source"
attr class "polarion-dle-wiki-block-source"
attr contenteditable "false"
text " "
TABLE (&94139810578400)
text "\n "
TBODY (&94139810578704)
TR (&94139810578888)
text "\n "
TD (&94139810579192)
text "Produkttyp Version"
text "\n "
TD (&94139810579616)
text "4.4.0-0"
text "\n "
text "\n "
TR (&94139810580160)
text "\n "
TD (&94139810580464)
text "Produkttyp Status"
text "\n "
TD (&94139810580888)
text "freigegeben"
text "\n "
text "\n "
text " \n "
text "\n "
P (&94139810581672)
attr id "polarion_77"
text " "
BR (&94139810582152)
text " "
text "\n "
P (&94139810582576)
attr id "polarion_78"
text "\n "
DIV (&94139810583056)
attr id "polarion_editor_html_block79"
attr class "polarion-dle-wiki-block"
text " \n "
DIV (&94139810583712)
attr id "polarion_editor_html_block_content"
attr contenteditable "false"
text "\n "
PRE (&94139810584368)
attr id "polarion_editor_html_block_source"
attr class "polarion-dle-wiki-block-source"
attr contenteditable "false"
text " "
TABLE (&94139810585200)
text "\n "
TBODY (&94139810585504)
TR (&94139810585688)
text "\n "
TD (&94139810585992)
text "Version"
text "\n "
TD (&94139810586416)
text "1.2.0"
text "\n "
text "\n "
TR (&94139810586960)
text "\n "
TD (&94139810587264)
text "Revision"
text "\n "
TD (&94139810587688)
text "668046"
text "\n "
text "\n "
TR (&94139810588232)
text "\n "
TD (&94139810588536)
text "Stand"
text "\n "
TD (&94139810588960)
text "18.12.2018"
text "\n "
text "\n "
TR (&94139810589504)
text "\n "
TD (&94139810589808)
text "Status"
text "\n "
TD (&94139810590232)
text "freigegeben"
text "\n "
text "\n "
TR (&94139810590776)
text "\n "
TD (&94139810591080)
text "Klassifizierung"
text "\n "
TD (&94139810591504)
text "öffentlich"
text "\n "
text "\n "
TR (&94139810592048)
text "\n "
TD (&94139810592352)
text "Referenzierung"
text "\n "
TD (&94139810592776)
text "gemProdT_COS_PTV_4.4.0-0"
text "\n "
text "\n "
text " \n "
text "\n "
H1 (&94139810593560)
attr id "polarion_wiki macro name=module-workitem;params=id=OPB300-12073"
text "Historie Produkttypversion und Produkttypsteckbrief"
text "\n "
P (&94139810594160)
attr id "polarion_81"
text " "
BR (&94139810594640)
text " "
text "\n "
P (&94139791502752)
attr id "polarion_84"
text " "
SPAN (&94139791503232)
attr style "font-weight: bold;"
text "Historie Produkttypversion"
text " "
text "\n "
P (&94139791503952)
attr id "polarion_85"
text " Die Produkttypversion ändert sich, wenn sich die Anforderungslage für den Produkttyp ändert und die Umsetzung durch Produktentwicklungen ebenfalls betroffen ist."
BR (&94139791504432)
text " "
text "\n "
TABLE (&94139791504856)
attr id "polarion_wiki macro name=table;params=uid=89"
attr class "polarion-Document-table"
attr style "width: 80%;margin-left: 0px;margin-right: auto;border: 1px solid #CCCCCC;empty-cells: show;"
text " \n "
TBODY (&94139791505688)
text " \n "
TR (&94139791505992)
text " \n "
TH (&94139791506296)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791506656)
attr style "font-size: 10pt;line-height: 1.5;"
text " Produkttypversion "
BR (&94139791507136)
text " "
text " \n "
TH (&94139791507560)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791507920)
attr style "font-size: 10pt;line-height: 1.5;"
text "Beschreibung der Änderung"
BR (&94139791508400)
text " "
text " \n "
TH (&94139791508824)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791509184)
attr style "font-size: 10pt;line-height: 1.5;"
text "Referenz"
BR (&94139791509664)
text " "
text " \n "
text " \n "
TR (&94139791510208)
text " \n "
TD (&94139791510512)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791510872)
attr style "font-size: 10pt;line-height: 1.5;"
text " 2.0.0 "
text " \n "
TD (&94139791511472)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791511832)
attr style "font-size: 10pt;line-height: 1.5;"
text "Initiale Version G2-Karten für Vergabeverfahren "
text " \n "
TD (&94139791512432)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791512792)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_Anhang_COS_PTV2.0.0] "
text " \n "
text " \n "
TR (&94139791513512)
text " \n "
TD (&94139791513816)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791514176)
attr style "font-size: 10pt;line-height: 1.5;"
text " 2.0.1 "
text " \n "
TD (&94139791514776)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791515136)
attr style "font-size: 10pt;line-height: 1.5;"
text "Anpassung Produkttypversion auf Stand ORS1 vom 22.04.13 "
text " \n "
TD (&94139791515736)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791516096)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_Anhang_COS_PTV2.0.1] "
text " \n "
text " \n "
TR (&94139791516816)
text " \n "
TD (&94139791517120)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791517480)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.0.0 "
text " \n "
TD (&94139791518080)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791518440)
attr style "font-size: 10pt;line-height: 1.5;"
text "Änderungen COS-Spezifikation aus Iteration 1 und Iteration 2 des G2-Projektes "
text " \n "
TD (&94139791519040)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791519400)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.0.0] "
text " \n "
text " \n "
TR (&94139791520120)
text " \n "
TD (&94139791520424)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791520784)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.0.1 "
text " \n "
TD (&94139791521384)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791521744)
attr style "font-size: 10pt;line-height: 1.5;"
text "Änderungen COS-Spezifikation aus Iteration 2b des G2-Projektes "
text " \n "
TD (&94139791522344)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791522704)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.0.1] "
text " \n "
text " \n "
TR (&94139791523424)
text " \n "
TD (&94139791523728)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791524088)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.1.0 "
text " \n "
TD (&94139791524688)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791525048)
attr style "font-size: 10pt;line-height: 1.5;"
text "Änderungen COS-Spezifikation aus Iteration 3 des G2-Projektes "
text " \n "
TD (&94139791525648)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791526008)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.1.0] "
text " \n "
text " \n "
TR (&94139791526728)
text " \n "
TD (&94139791527032)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791527392)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.2.0 "
text " \n "
TD (&94139791527992)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791528352)
attr style "font-size: 10pt;line-height: 1.5;"
text "Änderungen COS-Spezifikation aus Iteration 4 des G2-Projektes "
text " \n "
TD (&94139791528952)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791529312)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.2.0] "
text " \n "
text " \n "
TR (&94139791530032)
text " \n "
TD (&94139791530336)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791530696)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.3.0 "
text " \n "
TD (&94139791531296)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791531656)
attr style "font-size: 10pt;line-height: 1.5;"
text "Einarbeitung der Errata R1.4.1 bis R1.4.6 "
text " \n "
TD (&94139791532256)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791532616)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.3.0] "
text " \n "
text " \n "
TR (&94139791533336)
text " \n "
TD (&94139791533640)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791534000)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.3.0-1 "
text " \n "
TD (&94139791534600)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139791534960)
attr style "font-size: 10pt;line-height: 1.5;"
text "Anpassung auf Releasestand 1.6.3 "
text " \n "
TD (&94139806669816)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806670152)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.3.0-1] "
text " \n "
text " \n "
TR (&94139806670872)
text " \n "
TD (&94139806671176)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806671536)
attr style "font-size: 10pt;line-height: 1.5;"
text " 4.3.1-0 "
text " \n "
TD (&94139806672136)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806672496)
attr style "font-size: 10pt;line-height: 1.5;"
text "Anpassung auf Releasestand 1.6.4 "
text " \n "
TD (&94139806673096)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806673456)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.3.1-0] "
text " \n "
text " \n "
TR (&94139806674176)
text " \n "
TD (&94139806674480)
attr style "width: 60pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806674840)
attr style "font-size: 10pt;line-height: 1.5;"
text "4.4.0-0 "
text " \n "
TD (&94139806675440)
attr style "width: 241pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806675800)
attr style "font-size: 10pt;line-height: 1.5;"
text "Anpassung auf Releasestand 2.1.2"
text " \n "
TD (&94139806676400)
attr style "width: 143pt;height: auto;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806676760)
attr style "font-size: 10pt;line-height: 1.5;"
text "[gemProdT_COS_PTV4.4.0-0] "
text " \n "
text " \n "
text " \n "
text "\n "
P (&94139806677720)
attr id "polarion_92"
text "\n "
P (&94139806678200)
attr id "polarion_2"
text " "
SPAN (&94139806678680)
attr style "font-weight: bold;"
text "Historie Produkttypsteckbrief"
text " "
text "\n "
P (&94139806679400)
attr id "polarion_93"
text " Die Dokumentenversion des Produkttypsteckbriefs ändert sich mit jeder inhaltlichen oder redaktionellen Änderung des Produkttypsteckbriefs und seinen referenzierten Dokumenten. Redaktionelle Änderungen haben keine Auswirkung auf die Produkttypversion."
BR (&94139806679880)
text " "
text "\n "
TABLE (&94139806680304)
attr id "polarion_wiki macro name=table;params=noPageBreak=yes|uid=96"
attr class "polarion-Document-table"
attr style "width: 80%;margin-left: 0px;margin-right: auto;border: 1px solid #CCCCCC;empty-cells: show;"
text " \n "
TBODY (&94139806681136)
text " \n "
TR (&94139806681440)
text " \n "
TH (&94139806681744)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 55px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806682104)
attr style "font-size: 10pt;line-height: 1.5;"
text " \n "
DIV (&94139806682584)
attr style "text-align: center;"
text " \n "
SPAN (&94139806683064)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "Version"
text " \n "
text " "
text " \n "
TH (&94139806683904)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 65px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806684264)
attr style "font-size: 10pt;line-height: 1.5;"
text " \n "
DIV (&94139806684744)
attr style "text-align: center;"
text " \n "
SPAN (&94139806685224)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "Stand"
text " \n "
text " "
text " \n "
TH (&94139806686064)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 36px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806686424)
attr style "font-size: 10pt;line-height: 1.5;"
text " \n "
DIV (&94139806686904)
attr style "text-align: center;"
text " \n "
SPAN (&94139806687384)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "Kap."
text " \n "
text " "
text " \n "
TH (&94139806688224)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 315px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806688584)
attr style "font-size: 10pt;line-height: 1.5;"
SPAN (&94139806688944)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "Grund der Änderung, besondere Hinweise"
BR (&94139806689424)
text " "
text " \n "
TH (&94139806689848)
attr style "background-color: #F0F0F0;text-align: left;vertical-align: top;width: 76px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806690208)
attr style "font-size: 10pt;line-height: 1.5;"
SPAN (&94139806690568)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "Bearbeiter"
BR (&94139806691048)
text " "
text " \n "
text " \n "
TR (&94139806691592)
text " \n "
TD (&94139806691896)
attr style "width: 55px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806692256)
attr style "font-size: 10pt;line-height: 1.5;"
text " \n "
DIV (&94139806692736)
attr style "text-align: center;"
text " \n "
SPAN (&94139806693216)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "1.0.0"
text " \n "
text " "
text " \n "
TD (&94139806694056)
attr style "width: 65px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806694416)
attr style "font-size: 10pt;line-height: 1.5;"
text " \n "
DIV (&94139806694896)
attr style "text-align: center;"
text " \n "
SPAN (&94139806695376)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "14.05.18"
text " \n "
text " "
text " \n "
TD (&94139806696216)
attr style "width: 36px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806696576)
attr style "font-size: 10pt;line-height: 1.5;"
text " \n "
DIV (&94139806697056)
attr style "text-align: center;"
text " \n "
text " "
text " \n "
TD (&94139806697776)
attr style "width: 315px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806698136)
attr style "font-size: 10pt;line-height: 1.5;"
SPAN (&94139806698496)
attr style "font-family: Arial, Helvetica, sans-serif;"
text "freigegeben"
text " "
text " \n "
TD (&94139806699216)
attr style "width: 76px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
SPAN (&94139806699576)
attr style "font-size: 10pt;font-family: Arial, Helvetica, sans-serif;line-height: 1.5;"
text "gematik"
text " \n "
text " \n "
TR (&94139806700296)
text " \n "
TD (&94139806700600)
attr style "width: 55px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "1.1.0"
text " \n "
TD (&94139806701200)
attr style "width: 65px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "26.10.18"
text " \n "
TD (&94139806701800)
attr style "width: 36px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "2"
text " \n "
TD (&94139804876704)
attr style "width: 315px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "Aktualisierung Versionen"
text " \n "
TD (&94139804877280)
attr style "width: 76px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "gematik"
text " \n "
text " \n "
TR (&94139804878000)
text " \n "
TD (&94139804878304)
attr style "width: 55px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "1.2.0"
text " \n "
TD (&94139804878904)
attr style "width: 65px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "18.12.18"
text " \n "
TD (&94139804879504)
attr style "width: 36px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "2"
text " \n "
TD (&94139804880104)
attr style "width: 315px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "Aktualisierung Versionen"
text " \n "
TD (&94139804880704)
attr style "width: 76px;height: 19px;border: 1px solid #CCCCCC;border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;border-right: 1px solid #CCCCCC;border-left: 1px solid #CCCCCC;padding: 5px;"
text "gematik"
text " \n "
text " \n "
text " \n "
text "\n "
H1 (&94139804881664)
attr id "polarion_wiki macro name=module-workitem;params=id=OPB300-12074"
text "\n "
P (&94139804882144)
attr id "polarion_1"
text "Inhaltsverzeichnis"
text "\n "
DIV (&94139804882744)
attr id "polarion_wiki macro name=toc"
text "\n "
DIV (&94139804883224)
attr id "toc_container"
text "\n "
P (&94139804883704)
attr class "toc_title"
H1 (&94139804884064)
P (&94139804884248)
text "\n "
UL (&94139804884552)
text "\n "
LI (&94139804884856)
text "\n "
DIV (&94139804885160)
attr style "text-indent:10px;"
text "\n "
A (&94139804885640)
attr href "#polarion_wiki macro name=module-workitem;params=id=OPB300-12073"
text "Historie Produkttypversion und Produkttypsteckbrief"
text "\n "
text "\n "
LI (&94139804886360)
text "\n "
DIV (&94139804886664)
attr style "text-indent:10px;"
text "\n "
A (&94139804887144)
attr href "#polarion_wiki macro name=module-workitem;params=id=OPB300-12074"
text "\n "
text "\n "
LI (&94139804887744)
text "\n "
DIV (&94139804888048)
attr style "text-indent:20px;"
text "\n "
A (&94139804888528)
attr href "#1"
text "1 Einführung"
text "\n "
text "\n "
LI (&94139804889248)
text "\n "
DIV (&94139804889552)
attr style "text-indent:30px;"
text "\n "
A (&94139804890032)
attr href "#1.1"
text "1.1 Zielsetzung und Einordnung des Dokumentes"
text "\n "
text "\n "
LI (&94139804890752)
text "\n "
DIV (&94139804891056)
attr style "text-indent:30px;"
text "\n "
A (&94139804891536)
attr href "#1.2"
text "1.2 Zielgruppe"
text "\n "
text "\n "
LI (&94139804892256)
text "\n "
DIV (&94139804892560)
attr style "text-indent:30px;"
text "\n "
A (&94139804893040)
attr href "#1.3"
text "1.3 Geltungsbereich"
text "\n "
text "\n "
LI (&94139804893760)
text "\n "
DIV (&94139804894064)
attr style "text-indent:30px;"
text "\n "
A (&94139804894544)
attr href "#1.4"
text "1.4 Abgrenzung des Dokumentes"
text "\n "
text "\n "
LI (&94139804895264)
text "\n "
DIV (&94139804895568)
attr style "text-indent:30px;"
text "\n "
A (&94139804896048)
attr href "#1.5"
text "1.5 Methodik"
text "\n "
text "\n "
LI (&94139804896768)
text "\n "
DIV (&94139804897072)
attr style "text-indent:20px;"
text "\n "
A (&94139804897552)
attr href "#2"
text "2 Dokumente"
text "\n "
text "\n "
LI (&94139804898272)
text "\n "
DIV (&94139804898576)
attr style "text-indent:20px;"
text "\n "
A (&94139804899056)
attr href "#3"
text "3 Blattanforderungen"
text "\n "
text "\n "
LI (&94139804899776)
text "\n "
DIV (&94139804900080)
attr style "text-indent:30px;"
text "\n "
A (&94139804900560)
attr href "#3.1"
text "3.1 Anforderungen zur funktionalen Eignung"
text "\n "
text "\n "
LI (&94139804901280)
text "\n "
DIV (&94139804901584)
attr style "text-indent:40px;"
text "\n "
A (&94139804902064)
attr href "#3.1.1"
text "3.1.1 Produkttest/Produktübergreifender Test"
text "\n "
text "\n "
LI (&94139804902784)
text "\n "
DIV (&94139804903088)
attr style "text-indent:40px;"
text "\n "
A (&94139804903568)
attr href "#3.1.2"
text "3.1.2 Herstellererklärung funktionale Eignung"
text "\n "
text "\n "
LI (&94139804904288)
text "\n "
DIV (&94139804904592)
attr style "text-indent:30px;"
text "\n "
A (&94139804905072)
attr href "#3.2"
text "3.2 Anforderungen zur sicherheitstechnischen Eignung"
text "\n "
text "\n "
LI (&94139804905792)
text "\n "
DIV (&94139804906096)
attr style "text-indent:40px;"
text "\n "
A (&94139804906576)
attr href "#3.2.1"
text "3.2.1 CC-Evaluierung"
text "\n "
text "\n "
LI (&94139804907296)
text "\n "
DIV (&94139804907600)
attr style "text-indent:40px;"
text "\n "
A (&94139804908080)
attr href "#3.2.2"
text "3.2.2 Herstellererklärung sicherheitstechnische Eignung"
text "\n "
text "\n "
LI (&94139804908800)
text "\n "
DIV (&94139804909104)
attr style "text-indent:40px;"
text "\n "
A (&94139806981720)
attr href "#3.2.3"
text "3.2.3 Zertifizierung nach Technischer Richtlinie"
text "\n "
text "\n "
LI (&94139806982440)
text "\n "
DIV (&94139806982744)
attr style "text-indent:30px;"
text "\n "
A (&94139806983224)
attr href "#3.3"
text "3.3 Anforderungen zur elektrischen, mechanischen und physikalischen Eignung"
text "\n "
text "\n "
LI (&94139806983944)
text "\n "
DIV (&94139806984248)
attr style "text-indent:20px;"
text "\n "
A (&94139806984728)
attr href "#4"
text "4 spezifische Merkmale des Zulassungsobjektes"
text "\n "
text "\n "
LI (&94139806985448)
text "\n "
DIV (&94139806985752)
attr style "text-indent:20px;"
text "\n "
A (&94139806986232)
attr href "#5"
text "5 Anhang A – Verzeichnisse"
text "\n "
text "\n "
LI (&94139806986952)
text "\n "
DIV (&94139806987256)
attr style "text-indent:30px;"
text "\n "
A (&94139806987736)
attr href "#5.1"
text "5.1 Abkürzungen"
text "\n "
text "\n "
LI (&94139806988456)
text "\n "
DIV (&94139806988760)
attr style "text-indent:30px;"
text "\n "
A (&94139806989240)
attr href "#5.2"
text "5.2 Tabellenverzeichnis"
text "\n "
text "\n "
LI (&94139806989960)
text "\n "
DIV (&94139806990264)
attr style "text-indent:30px;"
text "\n "
A (&94139806990744)
attr href "#5.3"
text "5.3 Referenzierte Dokumente"
text "\n "
text "\n "
text "\n "
text "\n "
H2 (&94139806991704)
attr id "1"
text "1 Einführung"
text "\n "
H3 (&94139806992304)
attr id "1.1"
text "1.1 Zielsetzung und Einordnung des Dokumentes"
text "\n "
P (&94139806992904)
attr id "polarion_31"
text " "
SPAN (&94139806993384)
attr style "color: #000000;"
text "Dieser Produkttypsteckbrief verzeichnet verbindlich die Anforderungen der gematik an Herstellung und Betrieb des Zulassungsobjekts COS oder verweist auf Dokumente, in denen verbindliche Anforderungen mit ggf. anderer Notation zu finden sind. Die Anforderungen bilden die Grundlage für die Erteilung von Zulassungen, Zertifizierungen bzw. Bestätigungen"
text " "
SPAN (&94139806993984)
attr style "color: #000000;"
text " durch die gematik (Wenn im weiteren Dokument vereinfachend der Begriff „Zulassung“ verwendet wird, so ist dies der besseren Lesbarkeit geschuldet und umfasst übergreifend neben dem Verfahren der Zulassung auch Zertifizierungen und Bestätigungen der gematik-Zulassungsstelle.)."
text " "
text "\n "
P (&94139806994704)
attr id "polarion_32"
text " "
SPAN (&94139806995184)
attr style "color: #000000;"
text "Die Anforderungen werden über ihren Identifier, ihren Titel sowie die Dokumentenquelle referenziert. Die Anforderungen mit ihrem vollständigen normativen Inhalt sind dem jeweils referenzierten Dokument zu entnehmen."
text " "
text "\n "
H3 (&94139806995904)
attr id "1.2"
text "1.2 Zielgruppe"
text "\n "
P (&94139806996504)
attr id "polarion_33"
text " "
SPAN (&94139806996984)
attr style "color: #000000;"
text "Der Produkttypsteckbrief richtet sich an COS-Hersteller und -Anbieter sowie Hersteller und Anbieter von Produkttypen, die hierzu eine Schnittstelle besitzen."
text " "
text "\n "
H3 (&94139806997704)
attr id "1.3"
text "1.3 Geltungsbereich"
text "\n "
P (&94139806998304)
attr id "polarion_34"
text " "
SPAN (&94139806998784)
attr style "color: #000000;"
text "Dieses Dokument enthält normative Festlegungen zur Telematikinfrastruktur des deutschen Gesundheitswesens. Der Gültigkeitszeitraum der vorliegenden Version und deren Anwendung in Zulassungsverfahren werden durch die gematik GmbH in gesonderten Dokumenten (z.B. Dokumentenlandkarte, Leistungsbeschreibung) festgelegt und bekannt gegeben."
text " "
text "\n "
H3 (&94139806999504)