-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (87 loc) · 3.87 KB
/
index.html
File metadata and controls
102 lines (87 loc) · 3.87 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tailwind CSS Project</title>
<link rel="stylesheet" href="build/tailwind.css">
</head>
<body>
<div class="mx-auto sm:px-5 md:px-10 lg:px-10 xl:px-60">
<div class="text-blue-50 bg-blue px-4 py-4 rounded-b-md mb-2">
<label class="block text-lg font-body italic">ICD-Suche v.2020</label>
<input type="text" class="rounded-sm px-4 py-1 text-gray-700 bor" />
<div class="text-sm">F44.0 oder Amnesie</div>
</div>
<div class="bg-gray-200 rounded-md px-4 py-2"><a href="#" class="link" title="ICD 10 Inhalt">Inhalt</a> / F43.2 </div>
<h2 class="font-bold mt-2">ICD 10 Diagnose Code L23.2 - Allergische Kontaktdermatitis durch Kosmetika : Bemerkungen</h2>
<div class="zuruck">
<span><-</span> <a href="" class="link">Allergische Kontaktdermatitis</a>
</div>
<p class="info">Code Informationen</p>
<div class="flex flex-wrap justify-center">
<table class="tableinfo">
<tbody>
<tr>
<td>Schlüsselnummer</td>
<td><code>L23.2</code></td>
</tr>
<tr>
<td>Bezeichnung</td>
<td><mark>Allergische Kontaktdermatitis durch Kosmetika</mark></td>
</tr>
<tr>
<td>Typ</td>
<td>detail</td>
</tr>
<tr>
<td>Revision</td>
<td>10</td>
</tr>
<tr>
<td>Version</td>
<td>2020</td>
</tr>
<tr>
<td>Modifikation</td>
<td>Deutsche Modifikation</td>
</tr>
<tr>
<td>
<span class="red-tooltip" data-toggle="tooltip" title="IfSG-Meldung, kennzeichnet, dass bei Diagnosen, die mit dieser Schlüsselnummer kodiert sind, besonders auf die Arzt-Meldepflicht nach dem Infektionsschutzgesetz (IfSG) hinzuweisen ist">
IfSG-Meldung
<sup><a href="#Meldung">1</a></sup>
</span>
</td>
<td>Nein </td>
</tr>
<tr>
<td>
<span class="red-tooltip" data-toggle="tooltip" title="IfSG-Labor, kennzeichnet, dass bei die Laborausschlussziffer des EBM (32006) gewählt werden kann">
IfSG-Labor
<sup><a href="#Labor">2</a></sup>
</span>
</td>
<td>Nein </td>
</tr>
<tr>
<td>Geschlechtsbezug</td>
<td>kein Geschlechtsbezug</td>
</tr>
</tbody>
</table>
<div>
<a href="https://t.adcell.com/p/click?promoId=247818&slotId=82683" target="_blank">
<img src="https://icd-suche.de/img/mundschutz-masken-300x250px.jpg" title="Mundschutz-Masken" alt="Mundschutz-Masken">
</a>
</div>
</div>
<div>
<a href="#">
<button class="bg-blue text-white font-sans cursor-pointer hover:opacity-90 px-3 py-1 rounded-md mr-2 w-30">F60-F69</button>
<span class="font-sans">Verhaltens- und emotionale Störungen mit Beginn in der Kindheit und Jugend</span>
</a>
</div>
</div>
</body>
</html>