de.oddb 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. data/.gemtest +0 -0
  2. data/Guide.txt +16 -0
  3. data/Manifest.txt +31 -0
  4. data/Rakefile +3 -0
  5. data/doc/index.rbx +16 -0
  6. data/doc/resources/downloads/datadesc/chde.xls.txt +39 -0
  7. data/doc/resources/downloads/datadesc/de.oddb.csv.txt +43 -0
  8. data/doc/resources/downloads/datadesc/de.oddb.yaml.txt +160 -0
  9. data/doc/resources/downloads/datadesc/fachinfos.de.oddb.yaml.txt +65 -0
  10. data/doc/resources/downloads/examples/chde.xls +0 -0
  11. data/doc/resources/downloads/examples/compendium_de.oddb.org.firefox.epub +0 -0
  12. data/doc/resources/downloads/examples/compendium_de.oddb.org.htc.prc +0 -0
  13. data/doc/resources/downloads/examples/compendium_de.oddb.org.kindle.mobi +0 -0
  14. data/doc/resources/downloads/examples/compendium_de.oddb.org.stanza.epub +0 -0
  15. data/doc/resources/downloads/examples/de.oddb.csv +84 -0
  16. data/doc/resources/downloads/examples/de.oddb.yaml +15999 -0
  17. data/doc/resources/downloads/examples/fachinfos.de.oddb.yaml +56925 -0
  18. data/doc/resources/downloads/examples/patinfos.de.oddb.yaml +37265 -0
  19. data/doc/resources/downloads/examples/patinfos_de.oddb.org.firefox.epub +0 -0
  20. data/doc/resources/downloads/examples/patinfos_de.oddb.org.htc.prc +0 -0
  21. data/doc/resources/downloads/examples/patinfos_de.oddb.org.kindle.mobi +0 -0
  22. data/doc/resources/downloads/examples/patinfos_de.oddb.org.stanza.epub +0 -0
  23. data/doc/resources/errors/appdown.html +14 -0
  24. data/doc/resources/images/delicious.gif +0 -0
  25. data/doc/resources/images/digg.gif +0 -0
  26. data/doc/resources/images/simpy.gif +0 -0
  27. data/doc/resources/images/stumble.gif +0 -0
  28. data/doc/resources/javascript/admin.js +15 -0
  29. data/doc/resources/javascript/autofill.js +21 -0
  30. data/doc/resources/javascript/opener.js +29 -0
  31. data/doc/resources/livemarks16.png +0 -0
  32. data/doc/resources/mm/logo.png +0 -0
  33. data/doc/resources/mm/oddb.css +481 -0
  34. data/doc/resources/oddb/logo.png +0 -0
  35. data/doc/resources/oddb/oddb.css +534 -0
  36. data/lib/oddb.rb +1 -1
  37. data/lib/oddb/import/gkv.rb +1 -1
  38. metadata +46 -10
File without changes
data/Guide.txt CHANGED
@@ -1,3 +1,19 @@
1
1
  = Guide for installing de.oddb.org
2
2
 
3
+ Just for Reference, also see this Guide:
3
4
 
5
+ * http://choddb.rubyforge.org/Guide_txt.html
6
+
7
+ == Install the following gems
8
+
9
+ 1. currency
10
+ 2. htmlgrid
11
+ 3. odba
12
+ 4. oddb.org
13
+ 5. rclconf
14
+ 6. rpdf2txt
15
+ 7. sbsm
16
+ 8. swissmedic-diff
17
+ 9. ydim
18
+ 10. yus
19
+ 11. de.oddb
@@ -36,6 +36,37 @@ data/fulltext/redist/french_stem.c
36
36
  data/fulltext/redist/french_stem.h
37
37
  data/fulltext/redist/german_stem.c
38
38
  data/fulltext/redist/german_stem.h
39
+ doc/index.rbx
40
+ doc/resources/downloads/datadesc/chde.xls.txt
41
+ doc/resources/downloads/datadesc/de.oddb.csv.txt
42
+ doc/resources/downloads/datadesc/de.oddb.yaml.txt
43
+ doc/resources/downloads/datadesc/fachinfos.de.oddb.yaml.txt
44
+ doc/resources/downloads/examples/chde.xls
45
+ doc/resources/downloads/examples/compendium_de.oddb.org.firefox.epub
46
+ doc/resources/downloads/examples/compendium_de.oddb.org.htc.prc
47
+ doc/resources/downloads/examples/compendium_de.oddb.org.kindle.mobi
48
+ doc/resources/downloads/examples/compendium_de.oddb.org.stanza.epub
49
+ doc/resources/downloads/examples/de.oddb.csv
50
+ doc/resources/downloads/examples/de.oddb.yaml
51
+ doc/resources/downloads/examples/fachinfos.de.oddb.yaml
52
+ doc/resources/downloads/examples/patinfos.de.oddb.yaml
53
+ doc/resources/downloads/examples/patinfos_de.oddb.org.firefox.epub
54
+ doc/resources/downloads/examples/patinfos_de.oddb.org.htc.prc
55
+ doc/resources/downloads/examples/patinfos_de.oddb.org.kindle.mobi
56
+ doc/resources/downloads/examples/patinfos_de.oddb.org.stanza.epub
57
+ doc/resources/errors/appdown.html
58
+ doc/resources/images/delicious.gif
59
+ doc/resources/images/digg.gif
60
+ doc/resources/images/simpy.gif
61
+ doc/resources/images/stumble.gif
62
+ doc/resources/javascript/admin.js
63
+ doc/resources/javascript/autofill.js
64
+ doc/resources/javascript/opener.js
65
+ doc/resources/livemarks16.png
66
+ doc/resources/mm/logo.png
67
+ doc/resources/mm/oddb.css
68
+ doc/resources/oddb/logo.png
69
+ doc/resources/oddb/oddb.css
39
70
  jobs/export_chde_xls
40
71
  jobs/export_csv
41
72
  jobs/export_fachinfo_yaml
data/Rakefile CHANGED
@@ -3,6 +3,9 @@
3
3
  require 'rubygems'
4
4
  require 'hoe'
5
5
 
6
+ Hoe.plugin :git
7
+ Hoe.plugins.delete :clean
8
+
6
9
  # Hoe.plugin :compiler
7
10
  # Hoe.plugin :cucumberfeatures
8
11
  # Hoe.plugin :gem_prelude_sucks
@@ -0,0 +1,16 @@
1
+ #!/usr/bin/env ruby
2
+ # index.rbx -- de.oddb.org -- hwyss@ywesee.com
3
+
4
+ require 'rubygems'
5
+ require 'sbsm/request'
6
+ require 'encoding/character/utf-8'
7
+
8
+ DRb.start_service('druby://localhost:0')
9
+
10
+ begin
11
+ ::SBSM::Request.new(ENV["DRB_SERVER"]).process
12
+ rescue Exception => e
13
+ $stderr << "Client Error: " << e.message << "\n"
14
+ $stderr << e.class << "\n"
15
+ $stderr << e.backtrace.join("\n") << "\n"
16
+ end
@@ -0,0 +1,39 @@
1
+ Datenbeschrieb chde.xls
2
+
3
+ Version: 1.1.0
4
+ Geändert: 12.03.2009 (1.1.1) durch hwyss@ywesee.com
5
+ Geändert: 09.10.2007 (1.1.0) durch hwyss@ywesee.com
6
+ Erstellt: 05.10.2007 (1.0.0) durch hwyss@ywesee.com
7
+
8
+ ## Struktur ##
9
+ A: Name DE (Name CH)
10
+ B: Pkg Grösse DE (Pkg Grösse CH)
11
+ C: AVP inkl. MwSt in CHF nach Abzug und Zuschlag
12
+ D: Hersteller DE (Hersteller CH)
13
+ E: PZN
14
+ F: EAN
15
+ G: Gal Form DE (gal. Form CH)
16
+ H: Stärke (Schreibweise CH)
17
+ I: Wirkstoff (Schreibweise CH)
18
+ J: ATC-Code
19
+ K: Abgabekategorie CH
20
+ L: SL Schweiz
21
+ M: Preisunterschied AVP inkl. Mwst. in CHF
22
+ N: Preisunterschied AVP in % (normalisiert)
23
+ O: Packungsäquivalenzfaktor
24
+ P: FAP DE exkl. MwSt
25
+ Q: FAP CH exkl. MwSt
26
+ R: Preisunterschied FAP in CHF
27
+ S: Preisunterschied FAP in % (normalisiert)
28
+
29
+ ## Glossar ##
30
+ * normalisiert
31
+ Prozentualberechnung unter Einbezug des Packungsäquivalenzfaktors
32
+
33
+ * Version
34
+ Versionsnummern bezeichnen Änderungen nach dem Schema "Major.Minor.Documentation"
35
+ - Major: Komplett neuer Aufbau des Exports
36
+ - Minor: Kleinere Änderungen am Export (z.B. Refactoring von Adressangaben in eine Address2-Klasse)
37
+ - Documentation: Ergänzungen und Änderungen im Datenbeschrieb, die keine Änderung des Exports als Ursache haben.
38
+ Die komplette Version-History ist zu finden unter:
39
+ http://scm.ywesee.com/?p=oddb.org;a=history;f=doc/resources/downloads/datadesc/chde.xls.txt
@@ -0,0 +1,43 @@
1
+ Datenbeschrieb oddb.csv
2
+
3
+ Version: 1.0
4
+ Erstellt: 10.03.2010 (1.0) durch hwyss@ywesee.com
5
+
6
+ ## Struktur ##
7
+ Encoding: UTF-8
8
+ Record-Separator: \n
9
+ Field-Separator: ,
10
+
11
+ Es kommen zwei Record-Arten vor: ATC-Record und Produkt-Record
12
+
13
+ ATC-Record: alle folgenden Produkt-Records gehören zu diesem ATC-Code
14
+ 00: code (1-7), NOT NULL -> Atc-Code. siehe Glossar (AtcCode)
15
+ 01: de (*) -> Bezeichnung
16
+
17
+ Produkt-Record:
18
+ 00: pzn (Integer) -> Pharmazentralnummer der Packung
19
+ 01: product (*) -> Hauptname des Produkts
20
+ 02: active_agents (*) -> Wirkstoffe, getrennt durch "|"
21
+ 03: size (*) -> Packungsgrösse
22
+ 04: price_exfactory (Float) -> Fabrikabgabepreis
23
+ 05: price_public (Float) -> Apothekenverkaufspreis
24
+ 06: price_festbetrag (Float) -> Festbetrag (DIMDI)
25
+ 07: ddd_prices (*) -> Tages-dosis Preise, getrennt durch "|"
26
+ 08: company (*) -> Name der Herstellerfirma
27
+
28
+ ## Glossar ##
29
+ * AtcCode:
30
+ Anatomisch-Therapeutisch-Chemischer Code der durch die WHO vergeben wird. Hat 5 Ebenen:
31
+ Level 1: C -> Anatomische Gruppierung, z.B. A: Alimentäres System und Stoffwechsel
32
+ Level 2: +NN -> Therapeutische Gruppierung, z.B. A02: Mittel bei Säure bedingten Erkrankungen
33
+ Level 3: +C -> Therapeutische Untergruppe, z.B. A02A: Antacida
34
+ Level 4: +C -> Chemische Gruppierung, z.B. A02AA: Magnesium-haltige Verbindungen
35
+ Level 5: +NN -> Wirkstoff(-Kombination), z.B. A02AA01: Magnesiumcarbonat
36
+
37
+ * Version
38
+ Versionsnummern bezeichnen Änderungen nach dem Schema "Major.Minor.Documentation"
39
+ - Major: Komplett neuer Aufbau des Exports
40
+ - Minor: Kleinere Änderungen am Export (z.B. Refactoring von Adressangaben in eine Address2-Klasse)
41
+ - Documentation: Ergänzungen und Änderungen im Datenbeschrieb, die keine Änderung des Exports als Ursache haben.
42
+ Die komplette Version-History ist zu finden unter:
43
+ http://scm.ywesee.com/?p=oddb.org;a=history;f=doc/resources/downloads/datadesc/oddb.csv.txt
@@ -0,0 +1,160 @@
1
+ Datenbeschrieb de.oddb.yaml
2
+
3
+ Version: 1.0.2
4
+ Geändert: 10.03.2010 (1.0.2) durch hwyss@ywesee.com
5
+ Geändert: 12.03.2009 (1.0.1) durch hwyss@ywesee.com
6
+ Erstellt: 12.10.2007 (1.0.0) durch hwyss@ywesee.com
7
+
8
+ ## Struktur ##
9
+ Encoding: UTF-8
10
+
11
+ Top-Level:
12
+ - 1 YAML-Document pro Drugs::Product
13
+
14
+ Drugs::Product:
15
+ - oid (Integer, NOT NULL) -> Unique Identifier
16
+ - name (Util::Multilingual) -> Name des Produkts
17
+ - company (Business::Company) -> Firma
18
+ - sequences (Array (Drugs::Sequence)) -> Sequenzen zu diesem Produkt
19
+
20
+ Util::Multilingual:
21
+ - canonical (Hash (Symbol, String)) -> Sprachkürzel -> Bezeichnung
22
+ - synonyms (Array (String)) -> Weitere Bezeichnungen
23
+
24
+ Business::Company:
25
+ - oid (Integer, NOT NULL) -> Unique Identifier
26
+ - name (Util::Multilingual) -> Name der Firma
27
+
28
+ Drugs::Sequence:
29
+ - oid (Integer, NOT NULL) -> Unique Identifier
30
+ - atc (Drugs::Atc) -> Atc-Klassierung der Sequenz
31
+ - compositions (Array (Drugs::Composition) -> Zusammensetzungen
32
+ - packages (Array (Drugs::Package) -> Packungsgrössen
33
+
34
+ Drugs::Atc:
35
+ - oid (Integer, NOT NULL) -> Unique Identifier
36
+ - code (String(1-7), NOT NULL) -> Atc-Code. siehe Glossar (AtcCode)
37
+ - name (Util::Multilingual) -> Name der Atc-Klasse
38
+ - ddd_guidelines (Util::Multilingual) -> Guidelines der WHO zum Atc-Code. Sprache: en
39
+ - guidelines (Util::Multilingual) -> Guidelines der WHO zu den DailyDoses. Sprache: en
40
+ - ddds (Array (Drugs::Ddd)) -> Daily Drug-Doses der WHO
41
+
42
+ Drugs::Composition:
43
+ - oid (Integer, NOT NULL) -> Unique Identifier
44
+ - equivalence_factor (Float) -> Wirkstärkenequivalenfaktor gemäss DIMDI
45
+ - galenic_form (Drugs::GalenicForm) -> Galenische Form
46
+ - active_agents (Array (Drugs::ActiveAgent) -> Wirkstoff/Dosis
47
+ - parts (Array (Drugs::Part) -> Packungsteile mit dieser Zusammensetzung
48
+
49
+ Drugs::Package:
50
+ - oid (Integer, NOT NULL) -> Unique Identifier
51
+ - codes (Array (Util::Code)) -> Codierte Informationen zur Packung (siehe Glossar (PackungsCodes))
52
+ - name (Util::Multilingual) -> Optional
53
+ - prices (Hash (String, Float)) -> Festbetrag und Publikumspreis
54
+
55
+ Drugs::Ddd:
56
+ - oid (Integer, NOT NULL) -> Unique Identifier
57
+ - administration (String) -> siehe Glossar (Administration)
58
+ - comment (String)
59
+ - dose (Drugs::Dose) -> Empfohlene Tagesdosis
60
+
61
+ Drugs::GalenicForm
62
+ - oid (Integer, NOT NULL) -> Unique Identifier
63
+ - codes (Array (Util::Code)) -> Codierte Informationen zur Galenischen Form (siehe Glossar (GalenicFormCodes))
64
+ - description (Util::Multilingual) -> Beschreibung/Name
65
+ - group (Drugs::GalenicGroup) -> siehe Glossar (GalenicGroup)
66
+
67
+ Drugs::ActiveAgent
68
+ - oid (Integer, NOT NULL) -> Unique Identifier
69
+ - dose (Drugs::Dose) -> Dosierung (pro Verabreichung)
70
+ - substance (Drugs::Substance) -> Wirkstoff
71
+ - chemical_equivalence (Drugs::ActiveAgent) -> Chemische Aequivalenz
72
+
73
+ Drugs::Part:
74
+ - oid (Integer, NOT NULL) -> Unique Identifier
75
+ - multi (Integer) -> Multi-Pack (m x n)
76
+ - quantity (Drugs::Dose) -> Inhalt bei Flüssigkeiten und Aerosolen
77
+ - size (Integer) -> Anzahl Einheiten im Packungsteil
78
+ - unit (Drugs::Unit) -> Handelsform
79
+
80
+ Util::Code:
81
+ - country: (String) -> Immer 'DE'
82
+ - type: (String) -> Art des Codes
83
+ - value: (*) -> Wert des Codes
84
+
85
+ Drugs::Dose:
86
+ - val (Float, NOT NULL) -> Wert/Grösse der Dosis
87
+ - unit (String) -> Einheit der Dosis
88
+
89
+ Drugs::GalenicGroup:
90
+ - oid (Integer, NOT NULL) -> Unique Identifier
91
+ - administration (String) -> siehe Glossar (Administration)
92
+ - name (Util::Multilingual) -> Bezeichnung der Gruppe
93
+
94
+ Drugs::Substance:
95
+ - oid (Integer, NOT NULL) -> Unique Identifier
96
+ - codes (Array (Util::Code)) -> Codierte Informationen zur Substanz (siehe Glossar (Substance))
97
+ - name (Util::Multilingual) -> Bezeichnung der Substanz
98
+ - group (Drugs::SubstanceGroup) -> Gruppierung, z.B. "Antidepressiva"
99
+
100
+ Drugs::Unit:
101
+ - oid (Integer, NOT NULL) -> Unique Identifier
102
+ - name (Util::Multilingual) -> Bezeichnung der Handelsform
103
+
104
+ Drugs::SubstanceGroup:
105
+ - oid (Integer, NOT NULL) -> Unique Identifier
106
+ - name (Util::Multilingual) -> Bezeichnung der Gruppierung
107
+
108
+
109
+ ## Glossar ##
110
+ * Administration
111
+ Route of Administration gemäss WHO
112
+ N: nasal
113
+ O: oral
114
+ P: parenteral
115
+ R: rectal
116
+ SL: sublingual/buccal
117
+ TD: transdermal
118
+ V: vaginal
119
+
120
+ * AtcCode:
121
+ Anatomisch-Therapeutisch-Chemischer Code der durch die WHO vergeben wird. Hat 5 Ebenen:
122
+ Level 1: C -> Anatomische Gruppierung, z.B. A: Alimentäres System und Stoffwechsel
123
+ Level 2: +NN -> Therapeutische Gruppierung, z.B. A02: Mittel bei Säure bedingten Erkrankungen
124
+ Level 3: +C -> Therapeutische Untergruppe, z.B. A02A: Antacida
125
+ Level 4: +C -> Chemische Gruppierung, z.B. A02AA: Magnesium-haltige Verbindungen
126
+ Level 5: +NN -> Wirkstoff(-Kombination), z.B. A02AA01: Magnesiumcarbonat
127
+
128
+ * DailyDrugDose
129
+ Richtlinien der WHO zur Dosierung von Medikamenten: http://www.whocc.no/atcddd/
130
+
131
+ * GalenicFormCodes
132
+ Kurzcodes der DIMDI, z.B. "TABL"
133
+
134
+ * GalenicGroup:
135
+ Gruppierung von Galenischen Formen. Alle Galenischen Formen mit der gleichen Galenischen Gruppe gelten für Vergleichszwecke als aequivalent.
136
+
137
+ * Hash
138
+ Hash-Table. Unsortierte, indexierte Collection.
139
+
140
+ * PackungsCodes
141
+ - cid: entspricht der Deutschen Pharmazentralnummer (PZN)
142
+ - festbetragsgruppe
143
+ - festbetragsstufe
144
+
145
+ * Sequence, Sequenz:
146
+ Bezeichnung für die Gruppierung aller Packungsgrössen einer Registration, deren Dosierung/Zusammensetzung identisch ist.
147
+
148
+ * Symbol:
149
+ Interne Repräsentation eines Namens. In anderen Programmiersprachen auch Atom.
150
+
151
+ * YAML
152
+ Yet Another Markup Language. Offener Standard, beschrieben unter http://www.yaml.org
153
+
154
+ * Version
155
+ Versionsnummern bezeichnen Änderungen nach dem Schema "Major.Minor.Documentation"
156
+ - Major: Komplett neuer Aufbau des Exports
157
+ - Minor: Kleinere Änderungen am Export (z.B. Refactoring von Adressangaben in eine Address2-Klasse)
158
+ - Documentation: Ergänzungen und Änderungen im Datenbeschrieb, die keine Änderung des Exports als Ursache haben.
159
+ Die komplette Version-History ist zu finden unter:
160
+ http://scm.ywesee.com/?p=oddb.org;a=history;f=doc/resources/downloads/datadesc/de.oddb.yaml.txt
@@ -0,0 +1,65 @@
1
+ Datenbeschrieb fachinfos.de.oddb.yaml
2
+
3
+ Version: 1.0
4
+ Erstellt: 10.03.2010 (1.0) durch hwyss@ywesee.com
5
+
6
+ ## Struktur ##
7
+ Encoding: UTF-8
8
+
9
+ Top-Level:
10
+ - 1 YAML-Document pro Util::M10lDocument. Siehe Glossar (M10lDocument)
11
+
12
+ Util::M10lDocument:
13
+ - oid (Integer, NOT NULL) -> Unique Identifier
14
+ - previous_sources (Hash (Symbol, Array(String)) -> Liste ehemaliger Text-Quellen
15
+ - canonical (Hash (Symbol, Text::Document)) -> Aktuelle Dokumente
16
+
17
+
18
+ Text::Document:
19
+ - oid (Integer, NOT NULL) -> Unique Identifier
20
+ - chapters (Array (Text::Chapter)) -> Kapitel des Dokuments
21
+ - date (Datum (YYYY-MM-DD)) -> Datum des Dokuments gemäss PharmNet
22
+ - source (String) -> Text-Quelle
23
+ - title (String) -> Titel des Dokuments (Name des Präparats)
24
+
25
+ Text::Chapter:
26
+ - name (String) -> Bezeichnung des Kapitels
27
+ - paragraphs (Array (Text::Paragraph, -> Abschnitte des Kapitels
28
+ Text::Table oder
29
+ Text::Picture)
30
+
31
+ Text::Paragraph:
32
+ - text (String) -> Text des Abschnitts
33
+ - formats (Array (Text::Format)) -> Formatierungen des Abschnitts
34
+
35
+ Text::Format:
36
+ - start (Integer, NOT NULL) -> Anfang des Geltungsbereichs dieser Formatierung (0-based, es werden Unicode Code-points gezählt und nicht Bytes)
37
+ - end (Integer, NOT NULL) -> Ende des Geltungsbereichs (analog zu 'start', -1 bedeutet bis zum Ende des Texts)
38
+ - values (Array (String)) -> Formatierungen analog zu Tags in Html 4.0 Transitional
39
+
40
+ Text::Table:
41
+ - rows (Array (Array (Text::Paragraph)))
42
+
43
+ Text::Picture:
44
+ - path (String) -> Pfad zum Bild auf http://de.oddb.org/
45
+
46
+ ## Glossar ##
47
+ * Hash
48
+ Hash-Table. Unsortierte, indexierte Collection.
49
+
50
+ * Symbol:
51
+ Interne Repräsentation eines Namens. In anderen Programmiersprachen auch Atom.
52
+
53
+ * Util::M10lDocument
54
+ Struktur zur gruppierung mehrsprachiger Dokumente
55
+
56
+ * YAML
57
+ Yet Another Markup Language. Offener Standard, beschrieben unter http://www.yaml.org
58
+
59
+ * Version
60
+ Versionsnummern bezeichnen Änderungen nach dem Schema "Major.Minor.Documentation"
61
+ - Major: Komplett neuer Aufbau des Exports
62
+ - Minor: Kleinere Änderungen am Export (z.B. Refactoring von Adressangaben in eine Address2-Klasse)
63
+ - Documentation: Ergänzungen und Änderungen im Datenbeschrieb, die keine Änderung des Exports als Ursache haben.
64
+ Die komplette Version-History ist zu finden unter:
65
+ http://scm.ywesee.com/?p=oddb.org;a=history;f=doc/resources/downloads/datadesc/de.oddb.yaml.txt
@@ -0,0 +1,84 @@
1
+ A10AB01,Insulin (human)
2
+ 3743428,Actraphane 50 Kohl,Humaninsulin 100 mg,10 Zylinderampullen à 3 ml,60.09,81.41,90.46,"",Kohlpharma GmbH
3
+ 3743380,Actraphane 30 Kohl,Humaninsulin 100 mg,10 Zylinderampullen à 3 ml,60.09,81.41,90.46,"",Kohlpharma GmbH
4
+ 3394063,Actrapid Kohl,Humaninsulin 100 mg,10 Fertigspritzen à 3 ml,68.48,91.65,97.20, (P),Kohlpharma GmbH
5
+ B01AE03,Argatroban
6
+ 3081565,ARGATRA MITSUBISHI,Argatroban 250 mg,Durchstechflasche,,238.11,,"",Mitsubishi Ph Dt. GmbH
7
+ B03AA,"Eisen zweiwertig, orale Zubereitungen"
8
+ 6638927,Aktiferrin,Eisen-II-haltige 50 mg,100 Dragees,,16.77,,"",Merckle Recordati GmbH
9
+ C03BA10,Xipamid
10
+ 3519843,Aquaphor,Xipamid 10 mg,100 Tabletten,6.80,16.40,16.40,0.33 (O),Lilly Deutschland GmbH
11
+ C07AB03,Atenolol
12
+ 4801731,Atebeta,Atenolol 25 mg,50 Filmtabletten,3.05,11.82,12.99,0.71 (O),Betapharm Arzneim. GmbH
13
+ 3414191,Atehexal,Atenolol 50 mg,50 Filmtabletten,4.86,14.03,15.04,0.42 (O),Hexal AG
14
+ 3414216,Atehexal,Atenolol 50 mg,100 Filmtabletten,7.60,17.37,19.42,0.26 (O),Hexal AG
15
+ 3414239,Atehexal,Atenolol 100 mg,50 Filmtabletten,6.93,16.55,18.34,0.25 (O),Hexal AG
16
+ C09AA01,Captopril
17
+ 7112908,Ace Hemmer Ratio,Captopril 12.5 mg,100 Tabletten,3.79,12.72,13.15,0.51 (O),Ratiopharm GmbH
18
+ 7124828,Adocor,Captopril 50 mg,50 Tabletten,4.25,13.28,13.29,0.27 (O),Tad Pharma GmbH
19
+ C09AA03,Lisinopril
20
+ 3557631,Acerbon,Lisinopril 5 mg,30 Tabletten,3.93,12.90,11.40,0.86 (O),Astrazeneca GmbH
21
+ 3557648,Acerbon,Lisinopril 5 mg,50 Tabletten,5.74,15.10,,0.60 (O),Astrazeneca GmbH
22
+ 3557654,Acerbon,Lisinopril 5 mg,100 Tabletten,9.46,19.64,14.65,0.39 (O),Astrazeneca GmbH
23
+ 4859191,Acerbon,Lisinopril 5 mg,100 Tabletten,10.35,20.73,19.71,0.41 (O),Astrazeneca GmbH
24
+ 3557720,Acerbon,Lisinopril 20 mg,30 Tabletten,5.43,14.73,13.23,0.25 (O),Astrazeneca GmbH
25
+ C09BA01,Captopril und Diuretika
26
+ 8671797,Adocomp Tad,Hydrochlorothiazid 12.5 mg|Captopril 25 mg,100 Tabletten,11.16,21.72,26.89,"",Tad Pharma GmbH
27
+ C09BA03,Lisinopril und Diuretika
28
+ 4418110,Acercomp,Hydrochlorothiazid 12.5 mg|Lisinopril-Dihydrat 21.8 mg,30 Tabletten,5.84,15.22,15.22,"",Astrazeneca GmbH
29
+ 4418133,Acercomp,Hydrochlorothiazid 12.5 mg|Lisinopril-Dihydrat 21.8 mg,100 Tabletten,19.19,31.51,30.51,"",Astrazeneca GmbH
30
+ C09CA04,Irbesartan
31
+ 3386425,Aprovel Emra,Irbesartan 150 mg,56 Tabletten,39.56,56.36,58.31,1.01 (O),Emra-Med Arzneim. GmbH
32
+ 3387117,Aprovel Emra,Irbesartan 150 mg,98 Tabletten,65.11,87.54,91.58,0.89 (O),Emra-Med Arzneim. GmbH
33
+ 3387146,Aprovel Emra,Irbesartan 150 mg,56 Filmtabletten,39.56,56.36,58.31,1.01 (O),Emra-Med Arzneim. GmbH
34
+ D01AA01,Nystatin
35
+ 6331755,Adiclair,Nystatin 100000 IE,Suspension à 48 ml,,10.52,10.92,"",Ardeypharm GmbH
36
+ 6341765,Adiclair,Nystatin 100000 IE,Salbe à 50 g,,13.74,13.82,"",Ardeypharm GmbH
37
+ 6331749,Adiclair,Nystatin 100000 IE,Suspension à 24 ml,,6.77,6.77,"",Ardeypharm GmbH
38
+ D06BB03,Aciclovir
39
+ 4909888,Acerpes,Aciclovir 50 mg,Creme à 2 g,,4.01,5.11,"",Riemser Arzneim AG
40
+ 2538169,Aciclo Ct,Aciclovir 50 mg,Creme à 2 g,,4.57,5.11,"",Ct-Arzneimittel GmbH
41
+ 7518881,Aciclobeta,Aciclovir 50 mg,Creme à 2 g,,4.45,5.11,"",Betapharm Arzneim. GmbH
42
+ 6873114,Aciclostad,Aciclovir 50 mg,Creme à 2 g,,4.57,5.11,"",Stadapharm GmbH
43
+ 6873120,Aciclostad,Aciclovir 50 mg,Creme à 5 g,3.64,12.54,13.27,"",Stadapharm GmbH
44
+ 7334796,Aciclovir Al,Aciclovir 50 mg,Creme à 2 g,,3.78,5.11,"",Aliud Pharma GmbH & Co.
45
+ 7461276,Aciclovir Ct,Aciclovir 50 mg,Creme à 5 g,3.90,12.86,13.27,"",Ct-Arzneimittel GmbH
46
+ 6977954,Aciclovir Heumann,Aciclovir 50 mg,Creme à 2 g,,4.64,5.11,"",Heumann Ph GmbH & Co. KG
47
+ 4899919,Aciclovir Ratio,Aciclovir 50 mg,Creme à 20 g,9.93,20.21,21.72,"",Ratiopharm GmbH
48
+ G03HA01,Cyproteron
49
+ 8778182,Androcur Mevita,Cyproteron-Acetat 50 mg,50 Tabletten,45.09,63.11,69.60,2.52 (O),Mevita Handels GmbH
50
+ J01CA04,Amoxicillin
51
+ 7276538,Amoxicillin Pb,Amoxicillin 1000 mg,20 Tabletten,7.22,16.91,17.40,0.85 (O),Docpharm GmbH & Co KG Aa
52
+ J05AB01,Aciclovir
53
+ 2758333,Aciclo Basics,Aciclovir 400 mg,70 Tabletten,24.51,38.00,43.15,5.43 (O),Basics GmbH
54
+ 6873143,Aciclostad,Aciclovir 200 mg,25 Tabletten,4.19,13.21,15.92,10.57 (O),Stadapharm GmbH
55
+ 7342270,Aciclovir Al,Aciclovir 200 mg,25 Tabletten,4.19,13.21,15.92,10.57 (O),Aliud Pharma GmbH & Co.
56
+ M01AB11,Acemetacin
57
+ 6872913,Acemetacin Ct,Acemetacin 30 mg,20 Kapseln,2.72,11.42,11.48,2.28 (O),Ct-Arzneimittel GmbH
58
+ 6872936,Acemetacin Ct,Acemetacin 30 mg,50 Kapseln,4.64,13.76,13.84,1.10 (O),Ct-Arzneimittel GmbH
59
+ 6872942,Acemetacin Ct,Acemetacin 30 mg,100 Kapseln,7.58,17.35,17.50,0.69 (O),Ct-Arzneimittel GmbH
60
+ 6872899,Acemetacin Ct,Acemetacin 60 mg,50 Kapseln,7.62,17.40,17.40,0.70 (O),Ct-Arzneimittel GmbH
61
+ 6872907,Acemetacin Ct,Acemetacin 60 mg,100 Kapseln,13.16,24.16,24.16,0.48 (O),Ct-Arzneimittel GmbH
62
+ 3970578,Acemetacin Stada,Acemetacin 60 mg,20 Kapseln,4.00,12.98,13.02,1.30 (O),Stadapharm GmbH
63
+ 3970584,Acemetacin Stada,Acemetacin 60 mg,50 Kapseln,7.59,17.36,17.40,0.69 (O),Stadapharm GmbH
64
+ M04AA01,Allopurinol
65
+ 8866041,Allowieb,Allopurinol 300 mg,100 Tabletten,5.57,14.90,15.78,0.20 (O),Wieb Ph. Ver. GmbH & Co. KG
66
+ N02BA01,Acetylsalicylsäure
67
+ 3366167,Ass Stada,Acetylsalicylsäure 500 mg,10 Tabletten,,1.34,1.62,0.80 (O),Stadapharm GmbH
68
+ 4321899,Aspirin Eurim,Acetylsalicylsäure 500 mg,20 Tabletten,,3.67,2.62,1.10 (O),Eurim Pharm Arzneim.
69
+ N04BB01,Amantadin
70
+ 8508011,Adekin,Amantadin 100 mg,100 Filmtabletten,9.95,20.24,20.24,0.40 (O),Desitin Arzneim. GmbH
71
+ N06AA09,Amitriptylin
72
+ 3393750,Amitriptylin Ct,Amitriptylin 75 mg,20 Tabletten,4.98,14.17,14.86,0.71 (O),Ct-Arzneimittel GmbH
73
+ 3393773,Amitriptylin Ct,Amitriptylin 25 mg,20 Tabletten,2.60,11.27,11.54,1.69 (O),Ct-Arzneimittel GmbH
74
+ R03AK05,Reproterol und andere Mittel bei obstruktiven Atemwegserkrankungen
75
+ 225437,Aarane,Reproterolhydrochlorid 0.5 mg|Natriumcromoglicat (Ph.Eur.) 1 mg,Dosieraerosol à 10 ml,27.48,41.63,41.63,"",Sanofi-Aventis Dt. GmbH
76
+ 225443,Aarane,Reproterolhydrochlorid 0.5 mg|Natriumcromoglicat (Ph.Eur.) 1 mg,2 Dosieraerosol à 10 ml,51.10,70.44,70.44,"",Sanofi-Aventis Dt. GmbH
77
+ R05CB01,Acetylcystein
78
+ 636258,Acemuc,Acetylcystein 100 mg,20 Tabletten,2.02,10.57,11.50,2.64 (O),Betapharm Arzneim. GmbH
79
+ R05CB06,Ambroxol
80
+ 7276857,Ambro/Doc/Xol Pb,Ambroxol 30 mg,20 Filmtabletten,,2.28,3.72,0.46 (O),Docpharm GmbH & Co KG Aa
81
+ ATC-Code nicht bekannt
82
+ 4661796,ASTHMA BRONCHIALE STAUFEN,Asthma-bronchiale-Nosode (Pot.-Angaben) 1 ml,10 Ampullen,,15.39,,"",Staufen Pharma
83
+ 3390711,Actonel,Risedronsaeure 129.92 mg,4 Filmtabletten,35.39,51.28,51.28,"",P & G Pharmaceuticals
84
+ 3390763,Actonel,Risedronsaeure 389.76 mg,12 Filmtabletten,89.33,117.08,117.08,"",P & G Pharmaceuticals